diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-03-12 22:35:50 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-03-12 23:27:33 +0100 |
commit | e55a7d510bf337eb9ba610b589f684d135448827 (patch) | |
tree | e08010554f6ec7768ea5a969c70735e5848a8f93 /app-dicts/aspell-pt | |
parent | app-dicts/aspell-pl: taking ownership (diff) | |
download | gentoo-e55a7d510bf337eb9ba610b589f684d135448827.tar.gz gentoo-e55a7d510bf337eb9ba610b589f684d135448827.tar.bz2 gentoo-e55a7d510bf337eb9ba610b589f684d135448827.zip |
app-dicts/aspell-pt: bump to version 20190329.1.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-pt')
-rw-r--r-- | app-dicts/aspell-pt/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/aspell-pt/aspell-pt-20190329.1.0.ebuild | 17 | ||||
-rw-r--r-- | app-dicts/aspell-pt/metadata.xml | 5 |
3 files changed, 22 insertions, 1 deletions
diff --git a/app-dicts/aspell-pt/Manifest b/app-dicts/aspell-pt/Manifest index 8d75a492d57b..997f80c452c6 100644 --- a/app-dicts/aspell-pt/Manifest +++ b/app-dicts/aspell-pt/Manifest @@ -1 +1,2 @@ DIST aspell-pt-0.50-2.tar.bz2 201341 BLAKE2B ad924c197e7e72ea5be7a8f779fd7b144ac23e69ab6f089c338485c9fc4f5624a814b0f0f85d030647fe22e9390f03b873a05bd1cb26997986c30b5af0b10ef4 SHA512 21f115eae4507ca6e8c726476ba40910886e2ed17161cddbe493b2fe1c55a30703f033f8062eb0b9543d85541aa15e9ecab508cb3bb7403881315ecdb0bc55cd +DIST aspell6-pt_PT-20190329-1-0.tar.bz2 87497 BLAKE2B 678f33a13e995a13fbce084546c37a5ef331db6a4a8cb1d31386327acf905dca148167c156043d3ba0175cd0b2cfb3f6f724bace10ed8e0a4a4bf194049ec1e6 SHA512 7c7edb79cd46bf4566814dbdef09f9b6d202f183abe5c25fda454e69c57d617948806657ed1da83039b508c1ccdb8a020d694b7119edfce63bae7defeafa1123 diff --git a/app-dicts/aspell-pt/aspell-pt-20190329.1.0.ebuild b/app-dicts/aspell-pt/aspell-pt-20190329.1.0.ebuild new file mode 100644 index 000000000000..7bc729855547 --- /dev/null +++ b/app-dicts/aspell-pt/aspell-pt-20190329.1.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ASPELL_LANG="Portuguese" +ASPELL_VERSION=6 +MY_PN="${PN}_PT" +MY_P="${MY_PN/aspell/aspell${ASPELL_VERSION}}-${PV//./-}" + +inherit aspell-dict-r1 + +SRC_URI="mirror://gnu/${PN%-*}/dict/${MY_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-pt/metadata.xml b/app-dicts/aspell-pt/metadata.xml index 9c1b627475c9..debde3ef6ae3 100644 --- a/app-dicts/aspell-pt/metadata.xml +++ b/app-dicts/aspell-pt/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> |