diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-02-04 17:11:56 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-02-04 17:11:56 +0000 |
commit | 469de729864c97ac56986e1a8c27bfae97d0ed7f (patch) | |
tree | 538c50dfcbb16f7d3dbcbd07a77d2054ed7d64a0 /sci-libs/libgeotiff | |
parent | Dropped ppc-macos keyword, see you in prefix (diff) | |
download | gentoo-2-469de729864c97ac56986e1a8c27bfae97d0ed7f.tar.gz gentoo-2-469de729864c97ac56986e1a8c27bfae97d0ed7f.tar.bz2 gentoo-2-469de729864c97ac56986e1a8c27bfae97d0ed7f.zip |
amd64 stable
(Portage version: 2.1.4.1)
Diffstat (limited to 'sci-libs/libgeotiff')
-rw-r--r-- | sci-libs/libgeotiff/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild | 23 |
2 files changed, 14 insertions, 14 deletions
diff --git a/sci-libs/libgeotiff/ChangeLog b/sci-libs/libgeotiff/ChangeLog index 29af94e41bc6..3065afe66165 100644 --- a/sci-libs/libgeotiff/ChangeLog +++ b/sci-libs/libgeotiff/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/libgeotiff # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/ChangeLog,v 1.18 2008/02/04 16:58:56 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/ChangeLog,v 1.19 2008/02/04 17:11:56 drac Exp $ + + 04 Feb 2008; Samuli Suominen <drac@gentoo.org> libgeotiff-1.2.4.ebuild: + amd64 stable 04 Feb 2008; Steve Arnold <nerdboy@gentoo.org> libgeotiff-1.2.4.ebuild: Updated to use emake and corrected autotools usage; emake appears to work diff --git a/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild b/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild index 67751a334c84..33ecbd4a0f28 100644 --- a/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild +++ b/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild @@ -1,8 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild,v 1.4 2008/02/04 16:58:56 nerdboy Exp $ - -WANT_AUTOCONF="latest" +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild,v 1.5 2008/02/04 17:11:56 drac Exp $ inherit autotools eutils flag-o-matic @@ -12,19 +10,19 @@ SRC_URI="ftp://ftp.remotesensing.org/pub/geotiff/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="doc python" -DEPEND="virtual/libc - >=media-libs/tiff-3.7.0 - sci-libs/proj +RDEPEND=">=media-libs/tiff-3.7 + media-libs/jpeg + sci-libs/proj" +DEPEND="${RDEPEND} doc? ( app-doc/doxygen )" src_unpack() { unpack ${A} cd "${S}" - - epatch "${FILESDIR}"/${P}-soname.patch || die "epatch failed" + epatch "${FILESDIR}"/${P}-soname.patch filter-ldflags "-Wl,-O1" eautoconf } @@ -39,11 +37,10 @@ src_compile() { } src_install() { - emake DESTDIR="${D}" install || die "make install failed" + emake DESTDIR="${D}" install || die "emake install failed" - exeinto /usr/bin - doexe bin/makegeo || die "doexe makegeo failed" - use python && doexe csv/*.py || die "doexe python failed" + dobin bin/makegeo || die "dobin makegeo failed" + use python && dobin csv/*.py || die "dobin python failed" dodoc README newdoc csv/README README.csv |