diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-04-07 07:02:16 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-04-07 07:02:16 +0000 |
commit | 6b2f813afd4a87e1ab803d15640dda8d5a645193 (patch) | |
tree | e96e4d12c830909aa100ce950e1824eeeb6ba558 /app-dicts | |
parent | Version bump to latest. (diff) | |
download | gentoo-2-6b2f813afd4a87e1ab803d15640dda8d5a645193.tar.gz gentoo-2-6b2f813afd4a87e1ab803d15640dda8d5a645193.tar.bz2 gentoo-2-6b2f813afd4a87e1ab803d15640dda8d5a645193.zip |
Version bump to latest. Drop older.
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/ispell-bg/ChangeLog | 10 | ||||
-rw-r--r-- | app-dicts/ispell-bg/ispell-bg-4.2.ebuild (renamed from app-dicts/ispell-bg/ispell-bg-4.0.ebuild) | 21 |
2 files changed, 22 insertions, 9 deletions
diff --git a/app-dicts/ispell-bg/ChangeLog b/app-dicts/ispell-bg/ChangeLog index 1b686561e926..234d907912a8 100644 --- a/app-dicts/ispell-bg/ChangeLog +++ b/app-dicts/ispell-bg/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-dicts/ispell-bg -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-bg/ChangeLog,v 1.12 2011/12/12 13:00:07 jer Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-bg/ChangeLog,v 1.13 2012/04/07 07:02:16 scarabeus Exp $ + +*ispell-bg-4.2 (07 Apr 2012) + + 07 Apr 2012; Tomáš Chvátal <scarabeus@gentoo.org> +ispell-bg-4.2.ebuild, + -ispell-bg-4.0.ebuild: + Version bump to latest. Drop older. 12 Dec 2011; Jeroen Roovers <jer@gentoo.org> ispell-bg-4.1.ebuild: Stable for HPPA (bug #394001). diff --git a/app-dicts/ispell-bg/ispell-bg-4.0.ebuild b/app-dicts/ispell-bg/ispell-bg-4.2.ebuild index 83b0f64c786d..5c83bee44657 100644 --- a/app-dicts/ispell-bg/ispell-bg-4.0.ebuild +++ b/app-dicts/ispell-bg/ispell-bg-4.2.ebuild @@ -1,19 +1,26 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-bg/ispell-bg-4.0.ebuild,v 1.4 2009/10/17 23:04:45 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-bg/ispell-bg-4.2.ebuild,v 1.1 2012/04/07 07:02:16 scarabeus Exp $ + +EAPI=4 + +inherit multilib DESCRIPTION="Bulgarian dictionary for ispell" -SRC_URI="mirror://sourceforge/bgoffice/${P}.tar.gz" HOMEPAGE="http://sourceforge.net/projects/bgoffice" +SRC_URI="mirror://sourceforge/bgoffice/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" IUSE="" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86" -DEPEND="app-text/ispell" +RDEPEND="app-text/ispell" +DEPEND="${RDEPEND}" src_install () { - insinto /usr/lib/ispell - doins "${S}"/data/bulgarian.aff "${S}"/data/bulgarian.hash + insinto /usr/$(get_libdir)/ispell + doins \ + "${S}/data/bulgarian.aff" \ + "${S}/data/bulgarian.hash" } |