diff options
author | Peter Volkov <pva@gentoo.org> | 2008-11-01 09:28:28 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2008-11-01 09:28:28 +0000 |
commit | 20be5aea8edcbbaf8f6de2b109423667c6a76bc5 (patch) | |
tree | 6b4e35bbc3a6445d616a0a6b59d6fd831d14414f /app-dicts | |
parent | Dropped mips stable keyword, small cleanups. (diff) | |
download | gentoo-2-20be5aea8edcbbaf8f6de2b109423667c6a76bc5.tar.gz gentoo-2-20be5aea8edcbbaf8f6de2b109423667c6a76bc5.tar.bz2 gentoo-2-20be5aea8edcbbaf8f6de2b109423667c6a76bc5.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-ga/ChangeLog | 9 | ||||
-rw-r--r-- | app-dicts/ispell-ga/ispell-ga-4.4.ebuild | 28 |
2 files changed, 35 insertions, 2 deletions
diff --git a/app-dicts/ispell-ga/ChangeLog b/app-dicts/ispell-ga/ChangeLog index 1585aaf3e8c1..90426b629240 100644 --- a/app-dicts/ispell-ga/ChangeLog +++ b/app-dicts/ispell-ga/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-dicts/ispell-ga -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-ga/ChangeLog,v 1.6 2007/02/21 20:38:20 peper Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-ga/ChangeLog,v 1.7 2008/11/01 09:28:28 pva Exp $ + +*ispell-ga-4.4 (01 Nov 2008) + + 01 Nov 2008; Peter Volkov <pva@gentoo.org> +ispell-ga-4.4.ebuild: + Version bump. 21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/app-dicts/ispell-ga/ispell-ga-4.4.ebuild b/app-dicts/ispell-ga/ispell-ga-4.4.ebuild new file mode 100644 index 000000000000..da2e792f60aa --- /dev/null +++ b/app-dicts/ispell-ga/ispell-ga-4.4.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-ga/ispell-ga-4.4.ebuild,v 1.1 2008/11/01 09:28:28 pva Exp $ + +MY_P=ispell-gaeilge-${PV} + +DESCRIPTION="Irish dictionary for ispell" +HOMEPAGE="http://borel.slu.edu/ispell/" +SRC_URI="http://borel.slu.edu/ispell/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~hppa ~mips ~ppc ~sparc ~x86" +IUSE="" + +DEPEND="app-text/ispell" + +S=${WORKDIR}/${MY_P} + +src_compile() { + emake || die +} + +src_install() { + insinto /usr/lib/ispell + doins gaeilge.hash gaeilge.aff || die + dodoc README +} |