diff options
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/geos/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/geos/geos-3.4.1-r1.ebuild (renamed from sci-libs/geos/geos-3.4.1.ebuild) | 6 |
2 files changed, 12 insertions, 2 deletions
diff --git a/sci-libs/geos/ChangeLog b/sci-libs/geos/ChangeLog index 75dabc7bf242..7d5006116423 100644 --- a/sci-libs/geos/ChangeLog +++ b/sci-libs/geos/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-libs/geos # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/ChangeLog,v 1.83 2013/10/21 00:26:42 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/ChangeLog,v 1.84 2013/11/22 13:35:02 hasufell Exp $ + +*geos-3.4.1-r1 (22 Nov 2013) + + 22 Nov 2013; Julian Ospald <hasufell@gentoo.org> +geos-3.4.1-r1.ebuild, + -geos-3.4.1.ebuild: + install missing headers wrt #487068 *geos-3.4.2 (21 Oct 2013) diff --git a/sci-libs/geos/geos-3.4.1.ebuild b/sci-libs/geos/geos-3.4.1-r1.ebuild index 0dddcf3cfcf1..2331b30249b3 100644 --- a/sci-libs/geos/geos-3.4.1.ebuild +++ b/sci-libs/geos/geos-3.4.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/geos-3.4.1.ebuild,v 1.4 2013/09/30 17:12:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/geos-3.4.1-r1.ebuild,v 1.1 2013/11/22 13:35:02 hasufell Exp $ EAPI="5" @@ -50,6 +50,10 @@ src_compile() { src_install() { emake DESTDIR="${D}" install + # https://bugs.gentoo.org/show_bug.cgi?id=487068 + insinto /usr/include/geos + doins include/geos/platform.h + use doc && dohtml -r doc/doxygen_docs/html/* use python && python_optimize "${D}$(python_get_sitedir)"/geos/ |