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.3.0_beta1.ebuild
@ 2009-10-12  7:20 Steve Arnold (nerdboy)
  0 siblings, 0 replies; 3+ messages in thread
From: Steve Arnold (nerdboy) @ 2009-10-12  7:20 UTC (permalink / raw
  To: gentoo-commits

nerdboy     09/10/12 07:20:19

  Modified:             ChangeLog
  Added:                libgeotiff-1.3.0_beta1.ebuild
  Log:
  Updated to latest upstream release, with newly updated build setup.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.26                 sci-libs/libgeotiff/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	23 Sep 2009 20:08:23 -0000	1.25
+++ ChangeLog	12 Oct 2009 07:20:18 -0000	1.26
@@ -1,6 +1,13 @@
 # ChangeLog for sci-libs/libgeotiff
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/ChangeLog,v 1.25 2009/09/23 20:08:23 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/ChangeLog,v 1.26 2009/10/12 07:20:18 nerdboy Exp $
+
+*libgeotiff-1.3.0_beta1 (12 Oct 2009)
+
+  12 Oct 2009; Steve Arnold <nerdboy@gentoo.org>
+  +libgeotiff-1.3.0_beta1.ebuild:
+  Updated to latest upstream release, with newly updated build setup.  The
+  old python scripts are gone, but the build is much cleaner.  Test away...
 
   23 Sep 2009; Patrick Lauer <patrick@gentoo.org> libgeotiff-1.2.1.ebuild,
   libgeotiff-1.2.1-r1.ebuild:



1.1                  sci-libs/libgeotiff/libgeotiff-1.3.0_beta1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.3.0_beta1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.3.0_beta1.ebuild?rev=1.1&content-type=text/plain

Index: libgeotiff-1.3.0_beta1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.3.0_beta1.ebuild,v 1.1 2009/10/12 07:20:18 nerdboy Exp $

EAPI="2"
inherit eutils flag-o-matic

MY_P=${P/_beta/b}
MY_S=${P/_beta1/}

DESCRIPTION="Library for reading TIFF files with embedded tags for geographic (cartographic) information"
HOMEPAGE="http://geotiff.osgeo.org/"
SRC_URI="ftp://ftp.remotesensing.org/pub/geotiff/${PN}/${MY_P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE="debug doc"

RDEPEND=">=media-libs/tiff-3.9.1
	media-libs/jpeg
	sci-libs/proj"

DEPEND="${RDEPEND}
	doc? ( app-doc/doxygen )"

S=${WORKDIR}/${MY_S}

src_configure() {
	local my_conf=""

	if use debug; then
		my_conf="--enable-debug=yes"
	else
		my_conf="--enable-debug=no"
	fi

	econf || die "econf failed"
}
src_compile() {
	emake || die "emake failed"

	if use doc; then
	    emake dox || die "emake dox failed"
	fi
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"

	dodoc README
	use doc && dohtml docs/api/*
}

pkg_postinst() {
	elog
	ewarn "You should rebuild any packages built against ${PN}"
	ewarn "by running: revdep-rebuild --library='libgeotiff.so.*'"
	elog
}






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

* [gentoo-commits] gentoo-x86 commit in sci-libs/libgeotiff: ChangeLog libgeotiff-1.3.0_beta1.ebuild
@ 2009-10-18  6:13 Steve Arnold (nerdboy)
  0 siblings, 0 replies; 3+ messages in thread
From: Steve Arnold (nerdboy) @ 2009-10-18  6:13 UTC (permalink / raw
  To: gentoo-commits

nerdboy     09/10/18 06:13:14

  Modified:             ChangeLog libgeotiff-1.3.0_beta1.ebuild
  Log:
  Added doxygen config file to preserve the api docs (fixes bug 288834).
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.27                 sci-libs/libgeotiff/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	12 Oct 2009 07:20:18 -0000	1.26
+++ ChangeLog	18 Oct 2009 06:13:14 -0000	1.27
@@ -1,6 +1,10 @@
 # ChangeLog for sci-libs/libgeotiff
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/ChangeLog,v 1.26 2009/10/12 07:20:18 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/ChangeLog,v 1.27 2009/10/18 06:13:14 nerdboy Exp $
+
+  18 Oct 2009; Steve Arnold <nerdboy@gentoo.org>
+  libgeotiff-1.3.0_beta1.ebuild, +files/Doxyfile:
+  Added doxygen config file to preserve the api docs (fixes bug 288834).
 
 *libgeotiff-1.3.0_beta1 (12 Oct 2009)
 



1.2                  sci-libs/libgeotiff/libgeotiff-1.3.0_beta1.ebuild

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

Index: libgeotiff-1.3.0_beta1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.3.0_beta1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libgeotiff-1.3.0_beta1.ebuild	12 Oct 2009 07:20:18 -0000	1.1
+++ libgeotiff-1.3.0_beta1.ebuild	18 Oct 2009 06:13:14 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.3.0_beta1.ebuild,v 1.1 2009/10/12 07:20:18 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.3.0_beta1.ebuild,v 1.2 2009/10/18 06:13:14 nerdboy Exp $
 
 EAPI="2"
 inherit eutils flag-o-matic
@@ -41,7 +41,10 @@
 	emake || die "emake failed"
 
 	if use doc; then
-	    emake dox || die "emake dox failed"
+		mkdir -p docs/api
+		cp "${FILESDIR}"/Doxyfile Doxyfile
+		doxygen -u Doxyfile || die "updating doxygen config failed"
+		doxygen Doxyfile || die "docs generation failed"
 	fi
 }
 






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

* [gentoo-commits] gentoo-x86 commit in sci-libs/libgeotiff: ChangeLog libgeotiff-1.3.0_beta1.ebuild
@ 2010-01-02 18:09 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 3+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-01-02 18:09 UTC (permalink / raw
  To: gentoo-commits

fauli       10/01/02 18:09:06

  Modified:             ChangeLog libgeotiff-1.3.0_beta1.ebuild
  Log:
  Transfer Prefix keywords
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.28                 sci-libs/libgeotiff/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	18 Oct 2009 06:13:14 -0000	1.27
+++ ChangeLog	2 Jan 2010 18:09:06 -0000	1.28
@@ -1,6 +1,10 @@
 # ChangeLog for sci-libs/libgeotiff
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/ChangeLog,v 1.27 2009/10/18 06:13:14 nerdboy Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/ChangeLog,v 1.28 2010/01/02 18:09:06 fauli Exp $
+
+  02 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
+  libgeotiff-1.3.0_beta1.ebuild:
+  Transfer Prefix keywords
 
   18 Oct 2009; Steve Arnold <nerdboy@gentoo.org>
   libgeotiff-1.3.0_beta1.ebuild, +files/Doxyfile:



1.3                  sci-libs/libgeotiff/libgeotiff-1.3.0_beta1.ebuild

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

Index: libgeotiff-1.3.0_beta1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.3.0_beta1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libgeotiff-1.3.0_beta1.ebuild	18 Oct 2009 06:13:14 -0000	1.2
+++ libgeotiff-1.3.0_beta1.ebuild	2 Jan 2010 18:09:06 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.3.0_beta1.ebuild,v 1.2 2009/10/18 06:13:14 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.3.0_beta1.ebuild,v 1.3 2010/01/02 18:09:06 fauli Exp $
 
 EAPI="2"
 inherit eutils flag-o-matic
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="debug doc"
 
 RDEPEND=">=media-libs/tiff-3.9.1






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

end of thread, other threads:[~2010-01-02 18:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-12  7:20 [gentoo-commits] gentoo-x86 commit in sci-libs/libgeotiff: ChangeLog libgeotiff-1.3.0_beta1.ebuild Steve Arnold (nerdboy)
  -- strict thread matches above, loose matches on Subject: below --
2009-10-18  6:13 Steve Arnold (nerdboy)
2010-01-02 18:09 Christian Faulhammer (fauli)

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