diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-02-09 11:28:16 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-02-09 11:28:16 +0000 |
commit | 21c1066aedf14d6859496db76d4432410e438e93 (patch) | |
tree | bdcfa2a4f648124010ad5613d5698a76133213ca /dev-libs | |
parent | Version bump, drop old (diff) | |
download | gentoo-2-21c1066aedf14d6859496db76d4432410e438e93.tar.gz gentoo-2-21c1066aedf14d6859496db76d4432410e438e93.tar.bz2 gentoo-2-21c1066aedf14d6859496db76d4432410e438e93.zip |
Version bump, drop old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/link-grammar/ChangeLog | 10 | ||||
-rw-r--r-- | dev-libs/link-grammar/link-grammar-4.8.6.ebuild (renamed from dev-libs/link-grammar/link-grammar-4.7.13.ebuild) | 18 |
2 files changed, 16 insertions, 12 deletions
diff --git a/dev-libs/link-grammar/ChangeLog b/dev-libs/link-grammar/ChangeLog index be819e943ac2..a59a3aec023c 100644 --- a/dev-libs/link-grammar/ChangeLog +++ b/dev-libs/link-grammar/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/link-grammar -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/link-grammar/ChangeLog,v 1.68 2013/12/22 15:55:26 jer Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/link-grammar/ChangeLog,v 1.69 2014/02/09 11:28:16 pacho Exp $ + +*link-grammar-4.8.6 (09 Feb 2014) + + 09 Feb 2014; Pacho Ramos <pacho@gentoo.org> +link-grammar-4.8.6.ebuild, + -link-grammar-4.7.13.ebuild: + Version bump, drop old 22 Dec 2013; Jeroen Roovers <jer@gentoo.org> link-grammar-4.8.0.ebuild: Stable for HPPA (bug #478252). diff --git a/dev-libs/link-grammar/link-grammar-4.7.13.ebuild b/dev-libs/link-grammar/link-grammar-4.8.6.ebuild index 653821fd1fef..bd3e5fc2711d 100644 --- a/dev-libs/link-grammar/link-grammar-4.7.13.ebuild +++ b/dev-libs/link-grammar/link-grammar-4.8.6.ebuild @@ -1,9 +1,11 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/link-grammar/link-grammar-4.7.13.ebuild,v 1.1 2013/06/18 17:48:09 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/link-grammar/link-grammar-4.8.6.ebuild,v 1.1 2014/02/09 11:28:16 pacho Exp $ EAPI=5 -inherit java-pkg-opt-2 eutils +GCONF_DEBUG="no" + +inherit gnome2 java-pkg-opt-2 eutils DESCRIPTION="A Syntactic English parser" HOMEPAGE="http://www.abisource.com/projects/link-grammar/ http://www.link.cs.cmu.edu/link/" @@ -16,7 +18,8 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" # Set the same default as used in app-text/enchant IUSE="aspell +hunspell java static-libs threads" -DEPEND="aspell? ( app-text/aspell ) +DEPEND=" + aspell? ( app-text/aspell ) hunspell? ( app-text/hunspell ) java? ( >=virtual/jdk-1.5 dev-java/ant-core ) @@ -36,7 +39,7 @@ src_configure() { local myconf use hunspell && myconf="${myconf} --with-hunspell-dictdir=/usr/share/myspell" - econf \ + gnome2_src_configure \ --enable-shared \ $(use_enable aspell) \ $(use_enable hunspell) \ @@ -45,8 +48,3 @@ src_configure() { $(use_enable threads pthreads) \ ${myconf} } - -src_install() { - default - prune_libtool_files -} |