public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-libs/libgeotiff: ChangeLog libgeotiff-1.2.4.ebuild
@ 2008-02-04 16:44 Steve Arnold (nerdboy)
  0 siblings, 0 replies; 7+ messages in thread
From: Steve Arnold (nerdboy) @ 2008-02-04 16:44 UTC (permalink / raw
  To: gentoo-commits

nerdboy     08/02/04 16:44:05

  Modified:             ChangeLog libgeotiff-1.2.4.ebuild
  Log:
  added src_unpack to make portage and flameeyes happy
  (Portage version: 2.1.4.1)

Revision  Changes    Path
1.17                 sci-libs/libgeotiff/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	1 Sep 2007 20:10:31 -0000	1.16
+++ ChangeLog	4 Feb 2008 16:44:05 -0000	1.17
@@ -1,6 +1,10 @@
 # ChangeLog for sci-libs/libgeotiff
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/ChangeLog,v 1.16 2007/09/01 20:10:31 nerdboy Exp $
+# 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 $
+
+  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>
+  happy...
 
   01 Sep 2007; Steve Arnold <nerdboy@gentoo.org> libgeotiff-1.2.4.ebuild:
   updated use doc construct to fix borkage...



1.3                  sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild?r1=1.2&r2=1.3

Index: libgeotiff-1.2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libgeotiff-1.2.4.ebuild	1 Sep 2007 20:10:31 -0000	1.2
+++ libgeotiff-1.2.4.ebuild	4 Feb 2008 16:44:05 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# 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.2 2007/09/01 20:10:31 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild,v 1.3 2008/02/04 16:44:05 nerdboy Exp $
 
 inherit autotools eutils flag-o-matic
 
@@ -20,11 +20,16 @@
 
 WANT_AUTOCONF="latest"
 
-src_compile() {
-	epatch ${FILESDIR}/${P}-soname.patch || die "epatch failed"
+src_unpack() {
+	unpack ${A}
+	cd "${S}"
+
+	epatch "${FILESDIR}"/${P}-soname.patch || die "epatch failed"
 	filter-ldflags "-Wl,-O1"
 	eautoconf
+}
 
+src_compile() {
 	econf || die "econf failed"
 	emake -j1 || die "emake failed"
 
@@ -37,8 +42,8 @@
 	emake DESTDIR="${D}" install || die "make install failed"
 
 	exeinto /usr/bin
-	doexe bin/makegeo
-	use python && doexe csv/*.py
+	doexe bin/makegeo || die "doexe makegeo failed"
+	use python && doexe csv/*.py || die "doexe python failed"
 
 	dodoc README
 	newdoc csv/README README.csv



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-libs/libgeotiff: ChangeLog libgeotiff-1.2.4.ebuild
@ 2008-02-04 16:58 Steve Arnold (nerdboy)
  0 siblings, 0 replies; 7+ messages in thread
From: Steve Arnold (nerdboy) @ 2008-02-04 16:58 UTC (permalink / raw
  To: gentoo-commits

nerdboy     08/02/04 16:58:56

  Modified:             ChangeLog libgeotiff-1.2.4.ebuild
  Log:
  updated to use emake and corrected autotools usage
  (Portage version: 2.1.4.1)

Revision  Changes    Path
1.18                 sci-libs/libgeotiff/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	4 Feb 2008 16:44:05 -0000	1.17
+++ ChangeLog	4 Feb 2008 16:58:56 -0000	1.18
@@ -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>



1.4                  sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild?r1=1.3&r2=1.4

Index: libgeotiff-1.2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libgeotiff-1.2.4.ebuild	4 Feb 2008 16:44:05 -0000	1.3
+++ libgeotiff-1.2.4.ebuild	4 Feb 2008 16:58:56 -0000	1.4
@@ -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 @@
 	sci-libs/proj
 	doc? ( app-doc/doxygen )"
 
-WANT_AUTOCONF="latest"
-
 src_unpack() {
 	unpack ${A}
 	cd "${S}"
@@ -34,7 +34,7 @@
 	emake -j1 || die "emake failed"
 
 	if use doc; then
-	    make dox || die "make dox failed"
+	    emake dox || die "emake dox failed"
 	fi
 }
 



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-libs/libgeotiff: ChangeLog libgeotiff-1.2.4.ebuild
@ 2008-02-04 17:11 Samuli Suominen (drac)
  0 siblings, 0 replies; 7+ messages in thread
From: Samuli Suominen (drac) @ 2008-02-04 17:11 UTC (permalink / raw
  To: gentoo-commits

drac        08/02/04 17:11:57

  Modified:             ChangeLog libgeotiff-1.2.4.ebuild
  Log:
  amd64 stable
  (Portage version: 2.1.4.1)

Revision  Changes    Path
1.19                 sci-libs/libgeotiff/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	4 Feb 2008 16:58:56 -0000	1.18
+++ ChangeLog	4 Feb 2008 17:11:56 -0000	1.19
@@ -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



1.5                  sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild?r1=1.4&r2=1.5

Index: libgeotiff-1.2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libgeotiff-1.2.4.ebuild	4 Feb 2008 16:58:56 -0000	1.4
+++ libgeotiff-1.2.4.ebuild	4 Feb 2008 17:11:56 -0000	1.5
@@ -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 @@
 
 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_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



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-libs/libgeotiff: ChangeLog libgeotiff-1.2.4.ebuild
@ 2008-02-04 17:58 Samuli Suominen (drac)
  0 siblings, 0 replies; 7+ messages in thread
From: Samuli Suominen (drac) @ 2008-02-04 17:58 UTC (permalink / raw
  To: gentoo-commits

drac        08/02/04 17:58:02

  Modified:             ChangeLog libgeotiff-1.2.4.ebuild
  Log:
  Fix installing with USE -python, was skipping straight to die. Replace filter-ldflags -Wl,-O1 with append-ldflags -Wl,-O0.
  (Portage version: 2.1.4.1)

Revision  Changes    Path
1.21                 sci-libs/libgeotiff/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	4 Feb 2008 17:37:44 -0000	1.20
+++ ChangeLog	4 Feb 2008 17:58:01 -0000	1.21
@@ -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.20 2008/02/04 17:37:44 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/ChangeLog,v 1.21 2008/02/04 17:58:01 drac Exp $
+
+  04 Feb 2008; Samuli Suominen <drac@gentoo.org> libgeotiff-1.2.4.ebuild:
+  Fix installing with USE -python, was skipping straight to die. Replace
+  filter-ldflags -Wl,-O1 with append-ldflags -Wl,-O0.
 
   04 Feb 2008; Steve Arnold <nerdboy@gentoo.org>
   files/libgeotiff-1.2.4-soname.patch:



1.6                  sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild?r1=1.5&r2=1.6

Index: libgeotiff-1.2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libgeotiff-1.2.4.ebuild	4 Feb 2008 17:11:56 -0000	1.5
+++ libgeotiff-1.2.4.ebuild	4 Feb 2008 17:58:01 -0000	1.6
@@ -1,6 +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.5 2008/02/04 17:11:56 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild,v 1.6 2008/02/04 17:58:01 drac Exp $
 
 inherit autotools eutils flag-o-matic
 
@@ -23,7 +23,7 @@
 	unpack ${A}
 	cd "${S}"
 	epatch "${FILESDIR}"/${P}-soname.patch
-	filter-ldflags "-Wl,-O1"
+	append-ldflags -Wl,-O0
 	eautoconf
 }
 
@@ -40,7 +40,10 @@
 	emake DESTDIR="${D}" install || die "emake install failed"
 
 	dobin bin/makegeo || die "dobin makegeo failed"
-	use python && dobin csv/*.py || die "dobin python failed"
+
+	if use python; then
+		dobin csv/*.py || die "dobin python failed"
+	fi
 
 	dodoc README
 	newdoc csv/README README.csv



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-libs/libgeotiff: ChangeLog libgeotiff-1.2.4.ebuild
@ 2008-02-21 14:20 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2008-02-21 14:20 UTC (permalink / raw
  To: gentoo-commits

armin76     08/02/21 14:20:27

  Modified:             ChangeLog libgeotiff-1.2.4.ebuild
  Log:
  alpha/sparc/x86 stable
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.22                 sci-libs/libgeotiff/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	4 Feb 2008 17:58:01 -0000	1.21
+++ ChangeLog	21 Feb 2008 14:20:26 -0000	1.22
@@ -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.21 2008/02/04 17:58:01 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/ChangeLog,v 1.22 2008/02/21 14:20:26 armin76 Exp $
+
+  21 Feb 2008; Raúl Porcel <armin76@gentoo.org> libgeotiff-1.2.4.ebuild:
+  alpha/sparc/x86 stable
 
   04 Feb 2008; Samuli Suominen <drac@gentoo.org> libgeotiff-1.2.4.ebuild:
   Fix installing with USE -python, was skipping straight to die. Replace



1.7                  sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild?r1=1.6&r2=1.7

Index: libgeotiff-1.2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libgeotiff-1.2.4.ebuild	4 Feb 2008 17:58:01 -0000	1.6
+++ libgeotiff-1.2.4.ebuild	21 Feb 2008 14:20:26 -0000	1.7
@@ -1,6 +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.6 2008/02/04 17:58:01 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild,v 1.7 2008/02/21 14:20:26 armin76 Exp $
 
 inherit autotools eutils flag-o-matic
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 ~mips ~ppc ~ppc64 sparc x86"
 IUSE="doc python"
 
 RDEPEND=">=media-libs/tiff-3.7



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-libs/libgeotiff: ChangeLog libgeotiff-1.2.4.ebuild
@ 2008-03-02  0:13 Steve Arnold (nerdboy)
  0 siblings, 0 replies; 7+ messages in thread
From: Steve Arnold (nerdboy) @ 2008-03-02  0:13 UTC (permalink / raw
  To: gentoo-commits

nerdboy     08/03/02 00:13:07

  Modified:             ChangeLog libgeotiff-1.2.4.ebuild
  Log:
  fixed soname patch to address missing lib file (see bug #211443)
  (Portage version: 2.1.4.1)

Revision  Changes    Path
1.23                 sci-libs/libgeotiff/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	21 Feb 2008 14:20:26 -0000	1.22
+++ ChangeLog	2 Mar 2008 00:13:06 -0000	1.23
@@ -1,6 +1,11 @@
 # 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.22 2008/02/21 14:20:26 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/ChangeLog,v 1.23 2008/03/02 00:13:06 nerdboy Exp $
+
+  02 Mar 2008; Steve Arnold <nerdboy@gentoo.org>
+  files/libgeotiff-1.2.4-soname.patch, libgeotiff-1.2.4.ebuild:
+  Fixed soname patch to address missing lib file (see bug #211443) along
+  with updated homepage URL.
 
   21 Feb 2008; Raúl Porcel <armin76@gentoo.org> libgeotiff-1.2.4.ebuild:
   alpha/sparc/x86 stable



1.8                  sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild?r1=1.7&r2=1.8

Index: libgeotiff-1.2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libgeotiff-1.2.4.ebuild	21 Feb 2008 14:20:26 -0000	1.7
+++ libgeotiff-1.2.4.ebuild	2 Mar 2008 00:13:06 -0000	1.8
@@ -1,11 +1,11 @@
 # 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.7 2008/02/21 14:20:26 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild,v 1.8 2008/03/02 00:13:06 nerdboy Exp $
 
 inherit autotools eutils flag-o-matic
 
 DESCRIPTION="Library for reading TIFF files with embedded tags for geographic (cartographic) information"
-HOMEPAGE="http://remotesensing.org/geotiff/geotiff.html"
+HOMEPAGE="http://www.remotesensing.org/geotiff/geotiff.html"
 SRC_URI="ftp://ftp.remotesensing.org/pub/geotiff/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
@@ -16,6 +16,7 @@
 RDEPEND=">=media-libs/tiff-3.7
 	media-libs/jpeg
 	sci-libs/proj"
+
 DEPEND="${RDEPEND}
 	doc? ( app-doc/doxygen )"
 



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-libs/libgeotiff: ChangeLog libgeotiff-1.2.4.ebuild
@ 2008-05-12 16:02 Markus Rothe (corsair)
  0 siblings, 0 replies; 7+ messages in thread
From: Markus Rothe (corsair) @ 2008-05-12 16:02 UTC (permalink / raw
  To: gentoo-commits

corsair     08/05/12 16:02:35

  Modified:             ChangeLog libgeotiff-1.2.4.ebuild
  Log:
  Stable on ppc64
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.24                 sci-libs/libgeotiff/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	2 Mar 2008 00:13:06 -0000	1.23
+++ ChangeLog	12 May 2008 16:02:34 -0000	1.24
@@ -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.23 2008/03/02 00:13:06 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/ChangeLog,v 1.24 2008/05/12 16:02:34 corsair Exp $
+
+  12 May 2008; Markus Rothe <corsair@gentoo.org> libgeotiff-1.2.4.ebuild:
+  Stable on ppc64
 
   02 Mar 2008; Steve Arnold <nerdboy@gentoo.org>
   files/libgeotiff-1.2.4-soname.patch, libgeotiff-1.2.4.ebuild:



1.9                  sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild?r1=1.8&r2=1.9

Index: libgeotiff-1.2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libgeotiff-1.2.4.ebuild	2 Mar 2008 00:13:06 -0000	1.8
+++ libgeotiff-1.2.4.ebuild	12 May 2008 16:02:34 -0000	1.9
@@ -1,6 +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.8 2008/03/02 00:13:06 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild,v 1.9 2008/05/12 16:02:34 corsair Exp $
 
 inherit autotools eutils flag-o-matic
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~mips ~ppc ~ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~mips ~ppc ppc64 sparc x86"
 IUSE="doc python"
 
 RDEPEND=">=media-libs/tiff-3.7



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-05-12 16:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-12 16:02 [gentoo-commits] gentoo-x86 commit in sci-libs/libgeotiff: ChangeLog libgeotiff-1.2.4.ebuild Markus Rothe (corsair)
  -- strict thread matches above, loose matches on Subject: below --
2008-03-02  0:13 Steve Arnold (nerdboy)
2008-02-21 14:20 Raul Porcel (armin76)
2008-02-04 17:58 Samuli Suominen (drac)
2008-02-04 17:11 Samuli Suominen (drac)
2008-02-04 16:58 Steve Arnold (nerdboy)
2008-02-04 16:44 Steve Arnold (nerdboy)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox