diff options
author | Peter Volkov <pva@gentoo.org> | 2008-11-01 08:26:14 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2008-11-01 08:26:14 +0000 |
commit | aef9920b43dbd2d02b89c673c99ec0957803ba7d (patch) | |
tree | 9e15b6d22c15cb27afccadcf4df64dea1dacdf85 /app-dicts | |
parent | Version bump, per bug #199024. Thanks to Tais M. Hansen <tais.hansen@osd.dk> ... (diff) | |
download | gentoo-2-aef9920b43dbd2d02b89c673c99ec0957803ba7d.tar.gz gentoo-2-aef9920b43dbd2d02b89c673c99ec0957803ba7d.tar.bz2 gentoo-2-aef9920b43dbd2d02b89c673c99ec0957803ba7d.zip |
Version bump.
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-openvz.git-35f41f1 i686)
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/ispell-bg/ChangeLog | 9 | ||||
-rw-r--r-- | app-dicts/ispell-bg/ispell-bg-4.1.ebuild | 19 |
2 files changed, 26 insertions, 2 deletions
diff --git a/app-dicts/ispell-bg/ChangeLog b/app-dicts/ispell-bg/ChangeLog index efa500e47f86..d0db22c09400 100644 --- a/app-dicts/ispell-bg/ChangeLog +++ b/app-dicts/ispell-bg/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-dicts/ispell-bg -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-bg/ChangeLog,v 1.5 2007/02/21 20:34:26 peper Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-bg/ChangeLog,v 1.6 2008/11/01 08:26:14 pva Exp $ + +*ispell-bg-4.1 (01 Nov 2008) + + 01 Nov 2008; Peter Volkov <pva@gentoo.org> +ispell-bg-4.1.ebuild: + Version bump. 21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/app-dicts/ispell-bg/ispell-bg-4.1.ebuild b/app-dicts/ispell-bg/ispell-bg-4.1.ebuild new file mode 100644 index 000000000000..87bdd4c04cfe --- /dev/null +++ b/app-dicts/ispell-bg/ispell-bg-4.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2008 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.1.ebuild,v 1.1 2008/11/01 08:26:14 pva Exp $ + +DESCRIPTION="Bulgarian dictionary for ispell" +HOMEPAGE="http://sourceforge.net/projects/bgoffice" +SRC_URI="mirror://sourceforge/bgoffice/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +IUSE="" +KEYWORDS="~amd64 ~ppc ~x86" + +DEPEND="app-text/ispell" + +src_install () { + insinto /usr/lib/ispell + doins "${S}/data/bulgarian.aff" "${S}/data/bulgarian.hash" || die +} |