diff options
Diffstat (limited to 'app-dicts/aspell-eo')
-rw-r--r-- | app-dicts/aspell-eo/aspell-eo-2.1.20000225.2.ebuild | 7 | ||||
-rw-r--r-- | app-dicts/aspell-eo/metadata.xml | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/app-dicts/aspell-eo/aspell-eo-2.1.20000225.2.ebuild b/app-dicts/aspell-eo/aspell-eo-2.1.20000225.2.ebuild index a5c0f7b57583..cd8a38ad1903 100644 --- a/app-dicts/aspell-eo/aspell-eo-2.1.20000225.2.ebuild +++ b/app-dicts/aspell-eo/aspell-eo-2.1.20000225.2.ebuild @@ -5,11 +5,12 @@ EAPI=7 ASPELL_LANG="Esperanto" ASPELL_VERSION=6 +MY_PV="$(ver_cut 1-3)a-$(ver_cut 4)" +MY_P="${PN/aspell/aspell${ASPELL_VERSION}}-${MY_PV}" + inherit aspell-dict-r1 -MY_P=${P%.*}a-${PV##*.} -MY_P=aspell${ASPELL_VERSION}-${MY_P/aspell-/} -SRC_URI="mirror://gnu/aspell/dict/${ASPELL_SPELLANG}/${MY_P}.tar.bz2" +SRC_URI="mirror://gnu/${PN%-*}/dict/${PN/aspell-/}/${MY_P}.tar.bz2" S="${WORKDIR}/${MY_P}" LICENSE="GPL-2" diff --git a/app-dicts/aspell-eo/metadata.xml b/app-dicts/aspell-eo/metadata.xml index 9c1b627475c9..debde3ef6ae3 100644 --- a/app-dicts/aspell-eo/metadata.xml +++ b/app-dicts/aspell-eo/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> |