diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-04-07 07:21:58 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-04-07 07:21:58 +0000 |
commit | 23c94a89eb42a25501ab6e52e261fd3c56ae8bf5 (patch) | |
tree | 38263f6415480b9a07c12ae48fea98974e8b875b /app-dicts | |
parent | Version bump to latest. (diff) | |
download | gentoo-2-23c94a89eb42a25501ab6e52e261fd3c56ae8bf5.tar.gz gentoo-2-23c94a89eb42a25501ab6e52e261fd3c56ae8bf5.tar.bz2 gentoo-2-23c94a89eb42a25501ab6e52e261fd3c56ae8bf5.zip |
Version bump to latest wrt bugs #401945 and #403351. Drop older.
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/ispell-de/ChangeLog | 8 | ||||
-rw-r--r-- | app-dicts/ispell-de/ispell-de-20011124.ebuild | 33 | ||||
-rw-r--r-- | app-dicts/ispell-de/ispell-de-20030222.ebuild | 33 | ||||
-rw-r--r-- | app-dicts/ispell-de/ispell-de-20110609.ebuild | 38 |
4 files changed, 45 insertions, 67 deletions
diff --git a/app-dicts/ispell-de/ChangeLog b/app-dicts/ispell-de/ChangeLog index a04ed7fcccda..301715d77dde 100644 --- a/app-dicts/ispell-de/ChangeLog +++ b/app-dicts/ispell-de/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-dicts/ispell-de # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-de/ChangeLog,v 1.19 2012/03/18 18:37:52 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-de/ChangeLog,v 1.20 2012/04/07 07:21:58 scarabeus Exp $ + +*ispell-de-20110609 (07 Apr 2012) + + 07 Apr 2012; Tomáš Chvátal <scarabeus@gentoo.org> +ispell-de-20110609.ebuild, + -ispell-de-20011124.ebuild, -ispell-de-20030222.ebuild: + Version bump to latest wrt bugs #401945 and #403351. Drop older. 18 Mar 2012; Raúl Porcel <armin76@gentoo.org> ispell-de-20071211.ebuild: sparc stable wrt #396779 diff --git a/app-dicts/ispell-de/ispell-de-20011124.ebuild b/app-dicts/ispell-de/ispell-de-20011124.ebuild deleted file mode 100644 index 45c22dc3a858..000000000000 --- a/app-dicts/ispell-de/ispell-de-20011124.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-de/ispell-de-20011124.ebuild,v 1.12 2010/10/08 01:29:36 leio Exp $ - -MY_P=igerman98-${PV} -S=${WORKDIR}/${MY_P} -DESCRIPTION="German and Swiss dictionaries for ispell" -SRC_URI="http://lisa.goe.net/~bjacke/igerman98/dict/${MY_P}.tar.bz2" -HOMEPAGE="http://lisa.goe.net/~bjacke/igerman98/dict" - -SLOT="0" -LICENSE="GPL-2" -IUSE="" -KEYWORDS="alpha amd64 hppa ~mips ppc sparc x86" - -DEPEND="app-text/ispell" - -src_compile() { - make || die - make \ - german.hash swiss || die -} - -src_install () { - make \ - DESTDIR=${D} \ - install swiss-install || die - - insinto /usr/lib/ispell - doins german.aff german.hash - - dodoc Documentation/* -} diff --git a/app-dicts/ispell-de/ispell-de-20030222.ebuild b/app-dicts/ispell-de/ispell-de-20030222.ebuild deleted file mode 100644 index 68c01a27a8e8..000000000000 --- a/app-dicts/ispell-de/ispell-de-20030222.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-de/ispell-de-20030222.ebuild,v 1.1 2005/09/22 18:48:29 arj Exp $ - -MY_P=igerman98-${PV} -S=${WORKDIR}/${MY_P} -DESCRIPTION="German and Swiss dictionaries for ispell" -SRC_URI="http://j3e.de/ispell/igerman98/dict/${MY_P}.tar.bz2" -HOMEPAGE="http://j3e.de/ispell/igerman98/" - -SLOT="0" -LICENSE="GPL-2" -IUSE="" -KEYWORDS="~ppc ~x86 ~sparc ~alpha ~mips ~hppa ~amd64" - -DEPEND="app-text/ispell" - -src_compile() { - make || die "make failed" - make german.hash || die "make german failed" - make swiss.hash || die "make swiss failed" -} - -src_install () { - #make DESTDIR=${D} install || die "make german install failed" - #make DESTDIR=${D} swiss-install || die "make swiss install failed" - - insinto /usr/lib/ispell - doins german.aff german.hash - doins swiss.aff swiss.hash - - dodoc Documentation/* -} diff --git a/app-dicts/ispell-de/ispell-de-20110609.ebuild b/app-dicts/ispell-de/ispell-de-20110609.ebuild new file mode 100644 index 000000000000..7978eba1bdf1 --- /dev/null +++ b/app-dicts/ispell-de/ispell-de-20110609.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-de/ispell-de-20110609.ebuild,v 1.1 2012/04/07 07:21:58 scarabeus Exp $ + +EAPI=4 + +MY_P=igerman98-${PV} + +inherit multilib + +DESCRIPTION="German and Swiss dictionaries for ispell" +HOMEPAGE="http://j3e.de/ispell/igerman98/" +SRC_URI="http://j3e.de/ispell/igerman98/dict/${MY_P}.tar.bz2" + +SLOT="0" +LICENSE="GPL-2" +IUSE="" +KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86" + +DEPEND="app-text/ispell" + +S=${WORKDIR}/${MY_P} + +src_compile() { + for lang in de_DE de_AT de_CH; do + emake ispell/${lang}{.aff,.hash} + done +} + +src_install () { + insinto /usr/$(get_libdir)/ispell + for lang in de_DE de_AT de_CH; do + doins ispell/${lang}{.aff,.hash} + done + + dodoc Documentation/* + rm -f /usr/share/doc/${PF}/GPL* +} |