diff options
author | 2021-03-12 21:25:01 +0100 | |
---|---|---|
committer | 2021-03-12 23:27:22 +0100 | |
commit | 448ff524437d6a0ce55b71392d0ea2e468ece76f (patch) | |
tree | 2e64ff327a98e6628a5987b1a379c4d97f5fb3b8 /app-dicts/aspell-gl/aspell-gl-0.5.2.ebuild | |
parent | app-dicts/aspell-ga: bump to version 4.5.0 (diff) | |
download | gentoo-448ff524437d6a0ce55b71392d0ea2e468ece76f.tar.gz gentoo-448ff524437d6a0ce55b71392d0ea2e468ece76f.tar.bz2 gentoo-448ff524437d6a0ce55b71392d0ea2e468ece76f.zip |
app-dicts/aspell-gl: taking ownership
Also slightly updated ebuild to make it uniform.
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-dicts/aspell-gl/aspell-gl-0.5.2.ebuild')
-rw-r--r-- | app-dicts/aspell-gl/aspell-gl-0.5.2.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-dicts/aspell-gl/aspell-gl-0.5.2.ebuild b/app-dicts/aspell-gl/aspell-gl-0.5.2.ebuild index 922cd6d71f49..ba98c253636c 100644 --- a/app-dicts/aspell-gl/aspell-gl-0.5.2.ebuild +++ b/app-dicts/aspell-gl/aspell-gl-0.5.2.ebuild @@ -5,11 +5,12 @@ EAPI=7 ASPELL_LANG="Galician" ASPELL_VERSION=6 +MY_PV="$(ver_cut 1-2)a-$(ver_cut 3)" +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" |