summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2009-04-20 20:15:56 +0000
committerChristian Faulhammer <fauli@gentoo.org>2009-04-20 20:15:56 +0000
commit0e7da8138a6216c3c904fef0426dc93e7a81c23f (patch)
tree7a3ae2abb9e4f9cdd3de2399c31f27083968546f /sci-geosciences/gpsbabel
parentamd64 stable, bug #247555 (diff)
downloadgentoo-2-0e7da8138a6216c3c904fef0426dc93e7a81c23f.tar.gz
gentoo-2-0e7da8138a6216c3c904fef0426dc93e7a81c23f.tar.bz2
gentoo-2-0e7da8138a6216c3c904fef0426dc93e7a81c23f.zip
clean up
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'sci-geosciences/gpsbabel')
-rw-r--r--sci-geosciences/gpsbabel/ChangeLog8
-rw-r--r--sci-geosciences/gpsbabel/files/gpsbabel-1.3.3-freebsd.patch21
-rw-r--r--sci-geosciences/gpsbabel/files/gpsbabel-1.3.3.patch22
-rw-r--r--sci-geosciences/gpsbabel/files/gpsbabel-1.3.5-dont-install-pdf.diff11
-rw-r--r--sci-geosciences/gpsbabel/gpsbabel-1.3.3.ebuild68
-rw-r--r--sci-geosciences/gpsbabel/gpsbabel-1.3.5.ebuild61
6 files changed, 7 insertions, 184 deletions
diff --git a/sci-geosciences/gpsbabel/ChangeLog b/sci-geosciences/gpsbabel/ChangeLog
index 4b85f2da6acc..1d18b55727ac 100644
--- a/sci-geosciences/gpsbabel/ChangeLog
+++ b/sci-geosciences/gpsbabel/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-geosciences/gpsbabel
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsbabel/ChangeLog,v 1.19 2009/04/20 20:07:23 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsbabel/ChangeLog,v 1.20 2009/04/20 20:15:55 fauli Exp $
+
+ 20 Apr 2009; Christian Faulhammer <fauli@gentoo.org>
+ -files/gpsbabel-1.3.3-freebsd.patch, -files/gpsbabel-1.3.3.patch,
+ -files/gpsbabel-1.3.5-dont-install-pdf.diff, -gpsbabel-1.3.3.ebuild,
+ -gpsbabel-1.3.5.ebuild:
+ clean up
20 Apr 2009; Markus Meier <maekke@gentoo.org> gpsbabel-1.3.6:
amd64 stable, bug #244026
diff --git a/sci-geosciences/gpsbabel/files/gpsbabel-1.3.3-freebsd.patch b/sci-geosciences/gpsbabel/files/gpsbabel-1.3.3-freebsd.patch
deleted file mode 100644
index adf88118e287..000000000000
--- a/sci-geosciences/gpsbabel/files/gpsbabel-1.3.3-freebsd.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- configure.orig 2007-02-25 16:24:09 -0700
-+++ configure 2007-05-12 23:54:11 -0600
-@@ -3173,6 +3173,8 @@
- xpathdr=/sw/include/
- fi
- ;;
-+ *-gentoo-freebsd*)
-+ ;;
- *-*-freebsd*)
- if test -f /usr/local/include/expat.h ; then
- xpathdr=/usr/local/include
-@@ -3211,6 +3213,9 @@
-
- fi
- ;;
-+ *-gentoo-freebsd*)
-+ EXPAT_LIB=-lexpat
-+ ;;
- *-*-freebsd*)
- if test -f /usr/local/lib/libexpat.a ; then
- EXPAT_LIB=/usr/local/lib/libexpat.a
diff --git a/sci-geosciences/gpsbabel/files/gpsbabel-1.3.3.patch b/sci-geosciences/gpsbabel/files/gpsbabel-1.3.3.patch
deleted file mode 100644
index 5bce11e990a4..000000000000
--- a/sci-geosciences/gpsbabel/files/gpsbabel-1.3.3.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- 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/\&/\&amp;/' | 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/files/gpsbabel-1.3.5-dont-install-pdf.diff b/sci-geosciences/gpsbabel/files/gpsbabel-1.3.5-dont-install-pdf.diff
deleted file mode 100644
index 28f9809b6402..000000000000
--- a/sci-geosciences/gpsbabel/files/gpsbabel-1.3.5-dont-install-pdf.diff
+++ /dev/null
@@ -1,11 +0,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.3.ebuild b/sci-geosciences/gpsbabel/gpsbabel-1.3.3.ebuild
deleted file mode 100644
index 9ad0bfbb07f5..000000000000
--- a/sci-geosciences/gpsbabel/gpsbabel-1.3.3.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2008 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.4 2008/09/03 10:25:52 bicatali 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="amd64 ~x86"
-
-IUSE="doc usb debug"
-
-RDEPEND="dev-libs/expat
- usb? ( dev-libs/libusb )
- debug? ( dev-util/efence )"
-
-DEPEND="doc? ( virtual/latex-base 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
-}
diff --git a/sci-geosciences/gpsbabel/gpsbabel-1.3.5.ebuild b/sci-geosciences/gpsbabel/gpsbabel-1.3.5.ebuild
deleted file mode 100644
index 55182c23eb36..000000000000
--- a/sci-geosciences/gpsbabel/gpsbabel-1.3.5.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsbabel/gpsbabel-1.3.5.ebuild,v 1.3 2009/01/09 22:36:25 josejx Exp $
-
-inherit eutils
-
-DESCRIPTION="GPSBabel is a waypoints, tracks and routes converter in variety of form"
-HOMEPAGE="http://www.gpsbabel.org/"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="doc usb debug"
-
-RDEPEND="dev-libs/expat
- usb? ( dev-libs/libusb )
- debug? ( dev-util/efence )"
-DEPEND="doc? ( virtual/latex-base dev-libs/libxslt dev-libs/libxml2 dev-lang/perl )
- ${RDEPEND}"
-
-src_unpack(){
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${P}-dont-install-pdf.diff"
- epatch "${FILESDIR}/${PN}-1.3.3-freebsd.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) || die
- 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() {
- 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
-}