* [gentoo-commits] gentoo-x86 commit in sci-libs/libgeotiff: ChangeLog libgeotiff-1.3.0.ebuild libgeotiff-1.3.0_rc2-r1.ebuild
@ 2010-05-19 7:59 Tomas Chvatal (scarabeus)
0 siblings, 0 replies; only message in thread
From: Tomas Chvatal (scarabeus) @ 2010-05-19 7:59 UTC (permalink / raw
To: gentoo-commits
scarabeus 10/05/19 07:59:40
Modified: ChangeLog
Added: libgeotiff-1.3.0.ebuild
Removed: libgeotiff-1.3.0_rc2-r1.ebuild
Log:
Version bump to latest release. Fix postinst msg to not confuse newcomers per bug #320283.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.32 sci-libs/libgeotiff/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libgeotiff/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libgeotiff/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libgeotiff/ChangeLog?r1=1.31&r2=1.32
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog 12 May 2010 09:23:41 -0000 1.31
+++ ChangeLog 19 May 2010 07:59:40 -0000 1.32
@@ -1,6 +1,13 @@
# ChangeLog for sci-libs/libgeotiff
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/ChangeLog,v 1.31 2010/05/12 09:23:41 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/ChangeLog,v 1.32 2010/05/19 07:59:40 scarabeus Exp $
+
+*libgeotiff-1.3.0 (19 May 2010)
+
+ 19 May 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+ -libgeotiff-1.3.0_rc2-r1.ebuild, +libgeotiff-1.3.0.ebuild:
+ Version bump to latest release. Fix postinst msg to not confuse newcomers
+ per bug #320283.
*libgeotiff-1.3.0_rc2-r1 (12 May 2010)
1.1 sci-libs/libgeotiff/libgeotiff-1.3.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.3.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.3.0.ebuild?rev=1.1&content-type=text/plain
Index: libgeotiff-1.3.0.ebuild
===================================================================
# 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.ebuild,v 1.1 2010/05/19 07:59:40 scarabeus Exp $
EAPI="3"
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 ~x86-macos"
IUSE="debug doc static-libs"
RDEPEND="
media-libs/jpeg
>=media-libs/tiff-3.9.1
sci-libs/proj
sys-libs/zlib"
DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )"
S=${WORKDIR}/${MY_P/RC*/}
src_configure() {
econf \
$(use_enable static-libs static) \
--enable-debug=$(use debug && echo yes || echo no) \
--with-jpeg=/usr/ \
--with-zip=/usr/
}
src_compile() {
base_src_compile
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() {
base_src_install
dodoc README ChangeLog || die
use doc && { dohtml docs/api/* || die ; }
}
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:[~2010-05-19 7:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-19 7:59 [gentoo-commits] gentoo-x86 commit in sci-libs/libgeotiff: ChangeLog libgeotiff-1.3.0.ebuild libgeotiff-1.3.0_rc2-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