diff options
author | 2010-02-19 09:32:21 +0000 | |
---|---|---|
committer | 2010-02-19 09:32:21 +0000 | |
commit | d86fd2665909a57840e90673bd8dd937bb4e715b (patch) | |
tree | ff822ac732f679cefcdce08004970c4f24894e78 /app-dicts/aspell-gl/aspell-gl-0.5.0.ebuild | |
parent | Add pre-release of the 0.9 series gem. Documentation generation is disabled s... (diff) | |
download | historical-d86fd2665909a57840e90673bd8dd937bb4e715b.tar.gz historical-d86fd2665909a57840e90673bd8dd937bb4e715b.tar.bz2 historical-d86fd2665909a57840e90673bd8dd937bb4e715b.zip |
Version bump. Lower version of currently stable version so ~arch users will get 0.5.2.
Package-Manager: portage-2.1.7.17/cvs/Linux x86_64
RepoMan-Options: --force
Diffstat (limited to 'app-dicts/aspell-gl/aspell-gl-0.5.0.ebuild')
-rw-r--r-- | app-dicts/aspell-gl/aspell-gl-0.5.0.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/app-dicts/aspell-gl/aspell-gl-0.5.0.ebuild b/app-dicts/aspell-gl/aspell-gl-0.5.0.ebuild new file mode 100644 index 000000000000..b49ec8dd629a --- /dev/null +++ b/app-dicts/aspell-gl/aspell-gl-0.5.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-gl/aspell-gl-0.5.0.ebuild,v 1.1 2010/02/19 09:32:21 pva Exp $ + +ASPELL_LANG="Galician" + +inherit aspell-dict + +LICENSE="GPL-2" + +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" +IUSE="" + +MY_P=${P%.*}0-${PV##*.} +MY_P=aspell${ASPOSTFIX}-${MY_P/aspell-/} +S=${WORKDIR}/${MY_P} +SRC_URI="mirror://gnu/aspell/dict/${SPELLANG}/${MY_P}.tar.bz2" |