diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-07-18 13:55:56 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-07-18 13:55:56 +0000 |
commit | 053c6d964f6db4d5c9b720715c14d93aec7057aa (patch) | |
tree | e1af84e12c7ccb16da875ab79162d017a2b708c3 /dev-libs/hyphen | |
parent | www-client/netsurf: mask problematic use flags for now (diff) | |
download | gentoo-2-053c6d964f6db4d5c9b720715c14d93aec7057aa.tar.gz gentoo-2-053c6d964f6db4d5c9b720715c14d93aec7057aa.tar.bz2 gentoo-2-053c6d964f6db4d5c9b720715c14d93aec7057aa.zip |
Stabilise 2.8.4 on all arches, remove older.
(Portage version: 2.2.0_alpha119/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/hyphen')
-rw-r--r-- | dev-libs/hyphen/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/hyphen/hyphen-2.8.3.ebuild | 32 | ||||
-rw-r--r-- | dev-libs/hyphen/hyphen-2.8.4.ebuild | 4 |
3 files changed, 7 insertions, 35 deletions
diff --git a/dev-libs/hyphen/ChangeLog b/dev-libs/hyphen/ChangeLog index 8624008b9b6c..a024207920fa 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.20 2012/07/02 09:38:31 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/hyphen/ChangeLog,v 1.21 2012/07/18 13:55:56 scarabeus Exp $ + + 18 Jul 2012; Tomáš Chvátal <scarabeus@gentoo.org> -hyphen-2.8.3.ebuild, + hyphen-2.8.4.ebuild: + Stabilise 2.8.4 on all arches, remove older. *hyphen-2.8.4 (02 Jul 2012) diff --git a/dev-libs/hyphen/hyphen-2.8.3.ebuild b/dev-libs/hyphen/hyphen-2.8.3.ebuild deleted file mode 100644 index bb676f2c2063..000000000000 --- a/dev-libs/hyphen/hyphen-2.8.3.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# 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.6 2012/05/01 19:27:22 jer 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="static-libs" - -RDEPEND="app-text/hunspell" -DEPEND="${RDEPEND}" - -DOCS="AUTHORS ChangeLog NEWS README* THANKS TODO" - -src_configure() { - econf $(use_enable static-libs static) -} - -src_install() { - default - - insinto /usr/share/doc/${PF}/pdf - doins doc/*.pdf - - rm -f "${ED}"usr/lib*/libhyphen.la -} diff --git a/dev-libs/hyphen/hyphen-2.8.4.ebuild b/dev-libs/hyphen/hyphen-2.8.4.ebuild index 8e3202c64275..d0e7530efab3 100644 --- a/dev-libs/hyphen/hyphen-2.8.4.ebuild +++ b/dev-libs/hyphen/hyphen-2.8.4.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.4.ebuild,v 1.1 2012/07/02 09:38:31 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/hyphen/hyphen-2.8.4.ebuild,v 1.2 2012/07/18 13:55:56 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" |