dilfridge 14/12/27 21:45:19 Modified: ChangeLog Added: hyphen-2.8.8.ebuild Log: Version bump, bug 530504 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
Revision Changes Path 1.30 dev-libs/hyphen/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hyphen/ChangeLog?rev=1.30&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hyphen/ChangeLog?rev=1.30&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hyphen/ChangeLog?r1=1.29&r2=1.30 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/hyphen/ChangeLog,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- ChangeLog 17 Dec 2012 15:24:39 -0000 1.29 +++ ChangeLog 27 Dec 2014 21:45:19 -0000 1.30 @@ -1,6 +1,11 @@ # 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.29 2012/12/17 15:24:39 scarabeus Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/hyphen/ChangeLog,v 1.30 2014/12/27 21:45:19 dilfridge Exp $ + +*hyphen-2.8.8 (27 Dec 2014) + + 27 Dec 2014; Andreas K. Huettel <[email protected]> +hyphen-2.8.8.ebuild: + Version bump, bug 530504 17 Dec 2012; Tomáš Chvátal <[email protected]> -hyphen-2.8.5.ebuild: Remove older. 1.1 dev-libs/hyphen/hyphen-2.8.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hyphen/hyphen-2.8.8.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hyphen/hyphen-2.8.8.ebuild?rev=1.1&content-type=text/plain Index: hyphen-2.8.8.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/hyphen/hyphen-2.8.8.ebuild,v 1.1 2014/12/27 21:45:19 dilfridge 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 ~arm ~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 docinto pdf dodoc doc/*.pdf rm -f "${ED}"usr/lib*/libhyphen.la }
