diff options
author | Gérald Fenoy <djay@gentoo.org> | 2007-03-01 14:34:51 +0000 |
---|---|---|
committer | Gérald Fenoy <djay@gentoo.org> | 2007-03-01 14:34:51 +0000 |
commit | 3e85693f0ca86cb3917e7d3d748660e7291b4d07 (patch) | |
tree | 12ed025d63e65d439bd7d0efdcfd8f3c89b98e6a /sci-geosciences | |
parent | Version bump. (diff) | |
download | gentoo-2-3e85693f0ca86cb3917e7d3d748660e7291b4d07.tar.gz gentoo-2-3e85693f0ca86cb3917e7d3d748660e7291b4d07.tar.bz2 gentoo-2-3e85693f0ca86cb3917e7d3d748660e7291b4d07.zip |
Version bump
(Portage version: 2.1.2-r9)
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/gpsbabel/ChangeLog | 8 | ||||
-rw-r--r-- | sci-geosciences/gpsbabel/files/digest-gpsbabel-1.3.3 | 3 | ||||
-rw-r--r-- | sci-geosciences/gpsbabel/files/gpsbabel-1.3.3.patch | 22 | ||||
-rw-r--r-- | sci-geosciences/gpsbabel/gpsbabel-1.3.2.ebuild | 4 | ||||
-rw-r--r-- | sci-geosciences/gpsbabel/gpsbabel-1.3.3.ebuild | 68 |
5 files changed, 102 insertions, 3 deletions
diff --git a/sci-geosciences/gpsbabel/ChangeLog b/sci-geosciences/gpsbabel/ChangeLog index 88777293e531..e12bae36b9f3 100644 --- a/sci-geosciences/gpsbabel/ChangeLog +++ b/sci-geosciences/gpsbabel/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-geosciences/gpsbabel # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsbabel/ChangeLog,v 1.7 2007/01/08 00:46:59 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsbabel/ChangeLog,v 1.8 2007/03/01 14:34:51 djay Exp $ + +*gpsbabel-1.3.3 (01 Mar 2007) + + 01 Mar 2007; <djay@gentoo.org> +files/gpsbabel-1.3.3.patch, + +gpsbabel-1.3.3.ebuild: + Version bump thanks to jakub for his reminder (bug #168813) 08 Jan 2007; Danny van Dyk <kugelfang@gentoo.org> -gpsbabel-1.2.7.ebuild, -gpsbabel-1.3.1.ebuild: diff --git a/sci-geosciences/gpsbabel/files/digest-gpsbabel-1.3.3 b/sci-geosciences/gpsbabel/files/digest-gpsbabel-1.3.3 new file mode 100644 index 000000000000..55b5699a82f6 --- /dev/null +++ b/sci-geosciences/gpsbabel/files/digest-gpsbabel-1.3.3 @@ -0,0 +1,3 @@ +MD5 0ba7f4c623518e6bfe8da12d0691fb96 gpsbabel-1.3.3.tar.gz 3305532 +RMD160 5a003831640c2ce134ed9c8bcd01a5bb2667e6dd gpsbabel-1.3.3.tar.gz 3305532 +SHA256 b5d1021b0ea755d6b3bee57b0720a22021b6c8bad88acbda314874987f7fc1a6 gpsbabel-1.3.3.tar.gz 3305532 diff --git a/sci-geosciences/gpsbabel/files/gpsbabel-1.3.3.patch b/sci-geosciences/gpsbabel/files/gpsbabel-1.3.3.patch new file mode 100644 index 000000000000..5bce11e990a4 --- /dev/null +++ b/sci-geosciences/gpsbabel/files/gpsbabel-1.3.3.patch @@ -0,0 +1,22 @@ +--- tools/mkcapabilities.in 2007-02-20 22:10:32.000000000 +0100 ++++ tools/mkcapabilities.in 2007-03-01 09:59:15.000000000 +0200 +@@ -36,7 +36,7 @@ + FMTS=`./gpsbabel -^2 | grep -v '^internal' | sed 's/\&/\&/' | awk -F'\t' '{print $3}'` + for f in $FMTS + do +- [ ! -f @DOCDIR@/htmldoc-development/fmt_${f}.html ] && echo Missing doc for $f ++ [ ! -f @DOCDIR@/htmldoc-@GBMAJOR@.@GBMINOR@.@GBMICRO@/fmt_${f}.html ] && echo Missing doc for $f + done + + exit 0 +--- Makefile.in 2007-02-26 01:37:15.000000000 +0100 ++++ Makefile.in 2007-03-01 15:06:48.000000000 +0100 +@@ -223,7 +223,7 @@ + readme.txt: gpsbabel.html + lynx -nolist -dump gpsbabel.html > $@ + +-doc: gpsbabel $(WEB)/htmldoc-$(DOCVERSION)/readme.html gpsbabel.pdf # readme.txt ++doc: gpsbabel $(WEB)/htmldoc-$(DOCVERSION)/readme.html #gpsbabel.pdf # readme.txt + + FORCE: + diff --git a/sci-geosciences/gpsbabel/gpsbabel-1.3.2.ebuild b/sci-geosciences/gpsbabel/gpsbabel-1.3.2.ebuild index f783c10579c6..b36baec0f9ff 100644 --- a/sci-geosciences/gpsbabel/gpsbabel-1.3.2.ebuild +++ b/sci-geosciences/gpsbabel/gpsbabel-1.3.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsbabel/gpsbabel-1.3.2.ebuild,v 1.2 2006/12/02 22:03:09 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsbabel/gpsbabel-1.3.2.ebuild,v 1.3 2007/03/01 14:34:51 djay Exp $ inherit eutils autotools diff --git a/sci-geosciences/gpsbabel/gpsbabel-1.3.3.ebuild b/sci-geosciences/gpsbabel/gpsbabel-1.3.3.ebuild new file mode 100644 index 000000000000..b47b8115c1f4 --- /dev/null +++ b/sci-geosciences/gpsbabel/gpsbabel-1.3.3.ebuild @@ -0,0 +1,68 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsbabel/gpsbabel-1.3.3.ebuild,v 1.1 2007/03/01 14:34:51 djay Exp $ + +inherit eutils + +DESCRIPTION="GPSBabel is a waypoints, tracks and routes converter in variety of form" + +HOMEPAGE="http://www.gpsbabel.org/" + +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" + +SLOT="0" + +KEYWORDS="~x86" + +IUSE="doc usb debug" + +RDEPEND="dev-libs/expat + usb? ( dev-libs/libusb ) + debug? ( dev-util/efence )" + +DEPEND="doc? ( virtual/tetex dev-libs/libxslt dev-libs/libxml2 dev-lang/perl ) + ${RDEPEND}" + +src_unpack(){ + unpack ${A} + cd "${S}" + epatch "${FILESDIR}"/${P}.patch || die "Unable to apply ${P}.patch" +} + +src_compile() { + local myconf=""; + if ! use usb;then + myconf="${myconf} --with-libusb=no" + fi + if use doc; then + myconf="${myconf} --with-doc=${S}/doc/manual" + fi + econf ${myconf} $(use_enable debug efence) + emake || die "emake failed" + if use doc; then + emake doc || die "Documentation generation failed" + cd "${S}/doc" + make || die "Documentation generation failed" + fi +} + +src_install() { + cd "${S}" + make DESTDIR="${D}" install || die "Install failed" + dodoc README* || die "Unable to install gpsbabel doc" + if use doc; then + cd "${S}"/doc/ + dohtml ./manual/htmldoc-${PV}/* || die "Unable to install htmldoc" + docinto manual + dodoc doc.dvi babelfront2.eps || \ + die "Unable to install gpsbabel documentation" + fi +} + +pkg_postinst(){ + if use debug; then + einfo "If you need to debug gpsbabel, please use : gpsbabel-debug" + fi +} |