diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-04-25 20:48:08 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-04-25 20:48:08 +0000 |
commit | 47e32c6b4319c25857fd626f3113fc7438128410 (patch) | |
tree | ef5f68937f78092e33627b46e50490053c0bcd2f /dev-libs | |
parent | arm stable, bug #410611 (diff) | |
download | gentoo-2-47e32c6b4319c25857fd626f3113fc7438128410.tar.gz gentoo-2-47e32c6b4319c25857fd626f3113fc7438128410.tar.bz2 gentoo-2-47e32c6b4319c25857fd626f3113fc7438128410.zip |
PPC stable wrt bug#411449.
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/hyphen/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/hyphen/hyphen-2.7.1.ebuild | 28 | ||||
-rw-r--r-- | dev-libs/hyphen/hyphen-2.8.3.ebuild | 4 |
3 files changed, 7 insertions, 31 deletions
diff --git a/dev-libs/hyphen/ChangeLog b/dev-libs/hyphen/ChangeLog index d6eb78edef0f..0aed59abf5ad 100644 --- a/dev-libs/hyphen/ChangeLog +++ b/dev-libs/hyphen/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/hyphen # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/hyphen/ChangeLog,v 1.17 2012/04/06 10:31:10 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/hyphen/ChangeLog,v 1.18 2012/04/25 20:48:08 scarabeus Exp $ + + 25 Apr 2012; Tomáš Chvátal <scarabeus@gentoo.org> -hyphen-2.7.1.ebuild, + hyphen-2.8.3.ebuild: + PPC stable wrt bug#411449. 06 Apr 2012; Tomáš Chvátal <scarabeus@gentoo.org> -hyphen-2.4.ebuild: Drop old. diff --git a/dev-libs/hyphen/hyphen-2.7.1.ebuild b/dev-libs/hyphen/hyphen-2.7.1.ebuild deleted file mode 100644 index 6e90b19e7070..000000000000 --- a/dev-libs/hyphen/hyphen-2.7.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/hyphen/hyphen-2.7.1.ebuild,v 1.3 2011/12/18 20:44:08 halcy0n Exp $ - -EAPI=4 - -DESCRIPTION="ALTLinux hyphenation library" -HOMEPAGE="http://hunspell.sf.net" -SRC_URI="mirror://sourceforge/hunspell/${P}.tar.gz" - -LICENSE="GPL-2 LGPL-2.1 MPL-1.1" -SLOT="0" -KEYWORDS="amd64 ~hppa ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -DEPEND="app-text/hunspell" -RDEPEND="${DEPEND}" - -src_configure() { - econf \ - --disable-static -} - -src_install() { - default - dodoc doc/*.pdf - find "${ED}" -name '*.la' -exec rm -f {} + -} diff --git a/dev-libs/hyphen/hyphen-2.8.3.ebuild b/dev-libs/hyphen/hyphen-2.8.3.ebuild index 5004682bd74a..1eb20420715c 100644 --- a/dev-libs/hyphen/hyphen-2.8.3.ebuild +++ b/dev-libs/hyphen/hyphen-2.8.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/hyphen/hyphen-2.8.3.ebuild,v 1.4 2012/03/26 15:44:32 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/hyphen/hyphen-2.8.3.ebuild,v 1.5 2012/04/25 20:48:08 scarabeus Exp $ EAPI=4 @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/hunspell/${P}.tar.gz" LICENSE="GPL-2 LGPL-2.1 MPL-1.1" SLOT="0" -KEYWORDS="amd64 ~hppa ~ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~hppa ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux" IUSE="static-libs" RDEPEND="app-text/hunspell" |