~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
3 2

[PATCH] main/aspell-he: new aport

Eyal Sawady <ecs@d2evs.net>
Details
Message ID
<20201225203451.12366-1-ecs@d2evs.net>
DKIM signature
missing
Download raw message
Patch: +26 -0
---
 main/aspell-he/APKBUILD | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 main/aspell-he/APKBUILD

diff --git a/main/aspell-he/APKBUILD b/main/aspell-he/APKBUILD
new file mode 100644
index 0000000000..a9089970ae
--- /dev/null
+++ b/main/aspell-he/APKBUILD
@@ -0,0 +1,26 @@
# Maintainer: Eyal Sawady <ecs@d2evs.net>
pkgname=aspell-he
pkgver=1.0
pkgrel=0
_lang=${pkgname##*-}
_name=${pkgname%%-*}6-$_lang-$pkgver-0
pkgdesc="Hebrew dictionary for aspell"
url="http://aspell.net/"
arch="noarch"
license="custom"
options="!check" # No test suite
makedepends="aspell-dev"
source="https://ftp.gnu.org/gnu/aspell/dict/$_lang/$_name.tar.bz2"
builddir="$srcdir/$_name"

build() {
	./configure
	make
}

package() {
	make DESTDIR="$pkgdir" install
	install -D -m644 Copyright "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}

sha512sums="4db335c1566432ac8e18bace1f1ab892e47765b9dfb342f981b52637ee6768f592b7d9793c229e7f67f7f4770e6ef4abb9b2dd66da0feef9cc42bfd316adad88  aspell6-he-1.0-0.tar.bz2"
-- 
2.29.2
Details
Message ID
<9709d82a930be866f6b7a454f2f1537d6b55e4bf.camel@gmail.com>
In-Reply-To
<20201225203451.12366-1-ecs@d2evs.net> (view parent)
DKIM signature
missing
Download raw message
Hello,

On Fri, 2020-12-25 at 15:34 -0500, Eyal Sawady wrote:
> ---
>  main/aspell-he/APKBUILD | 26 ++++++++++++++++++++++++++
>  1 file changed, 26 insertions(+)
>  create mode 100644 main/aspell-he/APKBUILD
> 
> diff --git a/main/aspell-he/APKBUILD b/main/aspell-he/APKBUILD
> new file mode 100644
> index 0000000000..a9089970ae
> --- /dev/null
> +++ b/main/aspell-he/APKBUILD
> @@ -0,0 +1,26 @@
> +# Maintainer: Eyal Sawady <ecs@d2evs.net>
> +pkgname=aspell-he
> +pkgver=1.0
> +pkgrel=0
> +_lang=${pkgname##*-}
> +_name=${pkgname%%-*}6-$_lang-$pkgver-0
> +pkgdesc="Hebrew dictionary for aspell"
> +url="http://aspell.net/"
> +arch="noarch"
> +license="custom"
> +options="!check" # No test suite
> +makedepends="aspell-dev"
> +source="https://ftp.gnu.org/gnu/aspell/dict/$_lang/$_name.tar.bz2"
> +builddir="$srcdir/$_name"
> +
> +build() {
> +       ./configure
> +       make
> +}
> +
> +package() {
> +       make DESTDIR="$pkgdir" install
> +       install -D -m644 Copyright
> "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
> +}
> +
> +sha512sums="4db335c1566432ac8e18bace1f1ab892e47765b9dfb342f981b52637
> ee6768f592b7d9793c229e7f67f7f4770e6ef4abb9b2dd66da0feef9cc42bfd316ada
> d88  aspell6-he-1.0-0.tar.bz2"

Please open the merge request at our GitLab instance[1]

[1]: https://gitlab.alpinelinux.org/alpine/aports

Regards
Leo
Eyal Sawady <ecs@d2evs.net>
Details
Message ID
<C889L3HUDNFF.285P1RVJMHSJF@ortler>
In-Reply-To
<9709d82a930be866f6b7a454f2f1537d6b55e4bf.camel@gmail.com> (view parent)
DKIM signature
missing
Download raw message
In the future, please use reply-all when responding to emails on a
mailing list. I'm not subscribed to ~alpine/aports and didn't see your
response.

On Fri Dec 25, 2020 at 6:55 PM EST, maxice8 wrote:
> Please open the merge request at our GitLab instance

NACK. If you want to review my patch, do so on the mailing list.
Details
Message ID
<2445475e3dd79a20e6116164bfd3815201389463.camel@gmail.com>
In-Reply-To
<C889L3HUDNFF.285P1RVJMHSJF@ortler> (view parent)
DKIM signature
missing
Download raw message
Hello

On Fri, 2021-01-01 at 20:00 -0500, Eyal Sawady wrote:
> In the future, please use reply-all when responding to emails on a
> mailing list. I'm not subscribed to ~alpine/aports and didn't see
> your
> response.
> 

Apologies, I'm still learning how to use mailing lists and its
etiquette.

> On Fri Dec 25, 2020 at 6:55 PM EST, maxice8 wrote:
> > Please open the merge request at our GitLab instance
> 
> NACK. If you want to review my patch, do so on the mailing list.

Then I **strongly** suggest you ask someone to review on #alpine-devel
IRC since all other reviewers (except for one other in some occasions)
doesn't look at this depreciated part of our mailing list.

Regards
Leo
Reply to thread Export thread (mbox)