diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-01-14 16:17:05 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-01-14 16:17:05 +0000 |
commit | 0ec99573935176204d78aaa6fe8fa84f80d6bec3 (patch) | |
tree | c57a563d38a39a0411611189a0911d645aecc873 /sci-libs | |
parent | x86 stable, bug #393007 (diff) | |
download | gentoo-2-0ec99573935176204d78aaa6fe8fa84f80d6bec3.tar.gz gentoo-2-0ec99573935176204d78aaa6fe8fa84f80d6bec3.tar.bz2 gentoo-2-0ec99573935176204d78aaa6fe8fa84f80d6bec3.zip |
Version bump. Added php slot dependency, bug #397939, thanks Andreas Sturmlechner
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/geos/ChangeLog | 9 | ||||
-rw-r--r-- | sci-libs/geos/geos-3.3.2.ebuild (renamed from sci-libs/geos/geos-3.3.1.ebuild) | 4 |
2 files changed, 10 insertions, 3 deletions
diff --git a/sci-libs/geos/ChangeLog b/sci-libs/geos/ChangeLog index 7ae3e8149bb0..6a480323d862 100644 --- a/sci-libs/geos/ChangeLog +++ b/sci-libs/geos/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sci-libs/geos # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/ChangeLog,v 1.59 2012/01/05 20:09:08 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/ChangeLog,v 1.60 2012/01/14 16:17:05 bicatali Exp $ + +*geos-3.3.2 (14 Jan 2012) + + 14 Jan 2012; Sébastien Fabbro <bicatali@gentoo.org> -geos-3.3.1.ebuild, + +geos-3.3.2.ebuild: + Version bump. Added php slot dependency, bug #397939, thanks Andreas + Sturmlechner *geos-3.3.1 (05 Jan 2012) diff --git a/sci-libs/geos/geos-3.3.1.ebuild b/sci-libs/geos/geos-3.3.2.ebuild index af0c43db665f..2f8102619d03 100644 --- a/sci-libs/geos/geos-3.3.1.ebuild +++ b/sci-libs/geos/geos-3.3.2.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/sci-libs/geos/geos-3.3.1.ebuild,v 1.1 2012/01/05 20:09:07 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/geos-3.3.2.ebuild,v 1.1 2012/01/14 16:17:05 bicatali Exp $ EAPI=4 @@ -18,7 +18,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris" IUSE="doc php python ruby static-libs" -RDEPEND="php? ( dev-lang/php ) +RDEPEND="php? ( dev-lang/php:5.3 ) ruby? ( dev-lang/ruby )" DEPEND="${RDEPEND} doc? ( app-doc/doxygen ) |