* [gentoo-commits] gentoo-x86 commit in sci-libs/libgeotiff: libgeotiff-1.4.0.ebuild libgeotiff-1.2.4.ebuild ChangeLog libgeotiff-1.2.1-r1.ebuild
@ 2012-05-24 19:38 Tomas Chvatal (scarabeus)
0 siblings, 0 replies; only message in thread
From: Tomas Chvatal (scarabeus) @ 2012-05-24 19:38 UTC (permalink / raw
To: gentoo-commits
scarabeus 12/05/24 19:38:04
Modified: libgeotiff-1.2.4.ebuild ChangeLog
Added: libgeotiff-1.4.0.ebuild
Removed: libgeotiff-1.2.1-r1.ebuild
Log:
Version bump to 1.4.0. Stable 1.2.4 on ppc. Punt older.
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Revision Changes Path
1.12 sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild?r1=1.11&r2=1.12
Index: libgeotiff-1.2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- libgeotiff-1.2.4.ebuild 25 Apr 2012 17:10:20 -0000 1.11
+++ libgeotiff-1.2.4.ebuild 24 May 2012 19:38:04 -0000 1.12
@@ -1,6 +1,6 @@
# Copyright 1999-2012 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.11 2012/04/25 17:10:20 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild,v 1.12 2012/05/24 19:38:04 scarabeus 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
1.37 sci-libs/libgeotiff/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libgeotiff/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libgeotiff/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libgeotiff/ChangeLog?r1=1.36&r2=1.37
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog 25 Apr 2012 17:10:20 -0000 1.36
+++ ChangeLog 24 May 2012 19:38:04 -0000 1.37
@@ -1,6 +1,12 @@
# ChangeLog for sci-libs/libgeotiff
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/ChangeLog,v 1.36 2012/04/25 17:10:20 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/ChangeLog,v 1.37 2012/05/24 19:38:04 scarabeus Exp $
+
+*libgeotiff-1.4.0 (24 May 2012)
+
+ 24 May 2012; Tomáš Chvátal <scarabeus@gentoo.org> +libgeotiff-1.4.0.ebuild,
+ -libgeotiff-1.2.1-r1.ebuild, libgeotiff-1.2.4.ebuild:
+ Version bump to 1.4.0. Stable 1.2.4 on ppc. Punt older.
25 Apr 2012; Justin Lecher <jlec@gentoo.org> libgeotiff-1.2.1-r1.ebuild,
libgeotiff-1.2.4.ebuild, metadata.xml:
1.1 sci-libs/libgeotiff/libgeotiff-1.4.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.4.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.4.0.ebuild?rev=1.1&content-type=text/plain
Index: libgeotiff-1.4.0.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.4.0.ebuild,v 1.1 2012/05/24 19:38:04 scarabeus Exp $
EAPI=4
inherit base
MY_P=${P/_rc/RC}
DESCRIPTION="Library for reading TIFF files with embedded tags for geographic (cartographic) information"
HOMEPAGE="http://geotiff.osgeo.org/"
SRC_URI="http://download.osgeo.org/geotiff/${PN}/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="debug doc static-libs"
RDEPEND="
virtual/jpeg
>=media-libs/tiff-3.9.1
sci-libs/proj
sys-libs/zlib"
DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )"
S=${WORKDIR}/${MY_P/RC*/}
DOCS=( README ChangeLog )
src_configure() {
econf \
$(use_enable static-libs static) \
--enable-debug=$(use debug && echo yes || echo no) \
--with-jpeg="${EPREFIX}"/usr/ \
--with-zip="${EPREFIX}"/usr/
}
src_compile() {
default
if use doc; then
mkdir -p docs/api
cp "${FILESDIR}"/Doxyfile Doxyfile
doxygen -u Doxyfile || die "updating doxygen config failed"
doxygen Doxyfile || die "docs generation failed"
fi
}
src_install() {
default
use doc && dohtml docs/api/*
find "${ED}" -name '*.la' -exec rm -f {} +
}
pkg_postinst() {
echo
ewarn "You should rebuild any packages built against ${PN} by running:"
ewarn "# revdep-rebuild"
ewarn "or using preserved-rebuild features of portage-2.2:"
ewarn "# emerge @preserved-rebuild"
echo
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-05-24 19:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-24 19:38 [gentoo-commits] gentoo-x86 commit in sci-libs/libgeotiff: libgeotiff-1.4.0.ebuild libgeotiff-1.2.4.ebuild ChangeLog libgeotiff-1.2.1-r1.ebuild Tomas Chvatal (scarabeus)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox