diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-03-12 20:55:00 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-03-12 23:27:12 +0100 |
commit | bcf0a709707334b0c67f8eea611bf316ed79c783 (patch) | |
tree | 3714e6e1bca5ac7ab8dbec5c6f2f2a24d6001831 /app-dicts/aspell-de | |
parent | app-dicts/aspell-da: taking ownership (diff) | |
download | gentoo-bcf0a709707334b0c67f8eea611bf316ed79c783.tar.gz gentoo-bcf0a709707334b0c67f8eea611bf316ed79c783.tar.bz2 gentoo-bcf0a709707334b0c67f8eea611bf316ed79c783.zip |
app-dicts/aspell-de: bump to version 20161207.7.0
Also taking ownership.
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-dicts/aspell-de')
-rw-r--r-- | app-dicts/aspell-de/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/aspell-de/aspell-de-20161207.7.0.ebuild | 16 | ||||
-rw-r--r-- | app-dicts/aspell-de/metadata.xml | 5 |
3 files changed, 21 insertions, 1 deletions
diff --git a/app-dicts/aspell-de/Manifest b/app-dicts/aspell-de/Manifest index 51f21d78b14e..c6315530a7a3 100644 --- a/app-dicts/aspell-de/Manifest +++ b/app-dicts/aspell-de/Manifest @@ -1 +1,2 @@ DIST aspell6-de-20030222-1.tar.bz2 274407 BLAKE2B ed69c0a3c1e63599d99a811b7b2d54c5dc4699f776d4c97fb5d295250df64e6189378c2bdadf8ce1b38a5a49046020b220e528ae69f20be01af5f771dba3bc37 SHA512 2005b56938565b11b761ace31006c1accfd32d401685cc5676cc4d85406bedda81b1df062949359f1bd6972073d3713204d87c7f81d9535fa956cdf130dd8db6 +DIST aspell6-de-20161207-7-0.tar.bz2 294974 BLAKE2B c468eb843d0585ca196fa983ffebf933eb3386c942e7a8f0798980409aa2635f2ca9f890db0f3da281d7f126369afc9d27ac972d058bbe0dc7c3e7df5d5518ce SHA512 ec29fa49d4e0303d6ceb78da3884ac54ddf34205895f30a95bce0db66f74472b423980200acf01efb1fa40380d6ea6351a58656400af35772266f8a54b1bbec8 diff --git a/app-dicts/aspell-de/aspell-de-20161207.7.0.ebuild b/app-dicts/aspell-de/aspell-de-20161207.7.0.ebuild new file mode 100644 index 000000000000..2b698c7a0c57 --- /dev/null +++ b/app-dicts/aspell-de/aspell-de-20161207.7.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ASPELL_LANG="German, Austria-German and Swiss-German" +ASPELL_VERSION=6 +MY_P="${PN/aspell/aspell${ASPELL_VERSION}}-${PV//./-}" + +inherit aspell-dict-r1 + +SRC_URI="mirror://gnu/${PN%-*}/dict/${PN/aspell-/}/${MY_P}.tar.bz2" +S="${WORKDIR}/${MY_P}" + +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" diff --git a/app-dicts/aspell-de/metadata.xml b/app-dicts/aspell-de/metadata.xml index 9c1b627475c9..debde3ef6ae3 100644 --- a/app-dicts/aspell-de/metadata.xml +++ b/app-dicts/aspell-de/metadata.xml @@ -1,6 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<!-- maintainer-needed --> + <maintainer type="person"> + <email>conikost@gentoo.org</email> + <name>Conrad Kostecki</name> + </maintainer> <stabilize-allarches/> </pkgmetadata> |