summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Arnold <nerdboy@gentoo.org>2008-02-04 16:58:56 +0000
committerSteve Arnold <nerdboy@gentoo.org>2008-02-04 16:58:56 +0000
commit3195927dc5d2d290c2363edf8bda6e0392c0b44b (patch)
tree778483e2f8a1fc6c9c7a65a7575bd4a1eb72c556 /sci-libs
parentnew upstream release. (diff)
downloadgentoo-2-3195927dc5d2d290c2363edf8bda6e0392c0b44b.tar.gz
gentoo-2-3195927dc5d2d290c2363edf8bda6e0392c0b44b.tar.bz2
gentoo-2-3195927dc5d2d290c2363edf8bda6e0392c0b44b.zip
updated to use emake and corrected autotools usage
(Portage version: 2.1.4.1)
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/libgeotiff/ChangeLog6
-rw-r--r--sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild8
2 files changed, 9 insertions, 5 deletions
diff --git a/sci-libs/libgeotiff/ChangeLog b/sci-libs/libgeotiff/ChangeLog
index 72a921f7f775..29af94e41bc6 100644
--- a/sci-libs/libgeotiff/ChangeLog
+++ b/sci-libs/libgeotiff/ChangeLog
@@ -1,6 +1,10 @@
# 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.17 2008/02/04 16:44:05 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/ChangeLog,v 1.18 2008/02/04 16:58:56 nerdboy Exp $
+
+ 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
+ so far...
04 Feb 2008; Steve Arnold <nerdboy@gentoo.org> libgeotiff-1.2.4.ebuild:
Added src_unpack to make portage and Diego Petten <flameeyes@gentoo.org>
diff --git a/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild b/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild
index d1a98cf289fa..67751a334c84 100644
--- a/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild
+++ b/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild
@@ -1,6 +1,8 @@
# 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.3 2008/02/04 16:44:05 nerdboy Exp $
+# $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"
inherit autotools eutils flag-o-matic
@@ -18,8 +20,6 @@ DEPEND="virtual/libc
sci-libs/proj
doc? ( app-doc/doxygen )"
-WANT_AUTOCONF="latest"
-
src_unpack() {
unpack ${A}
cd "${S}"
@@ -34,7 +34,7 @@ src_compile() {
emake -j1 || die "emake failed"
if use doc; then
- make dox || die "make dox failed"
+ emake dox || die "emake dox failed"
fi
}