commit:     1b78f2d7b21e165f4bd75bc253d855194d638b46
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 21 07:33:49 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jan 21 07:33:49 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b78f2d7

sci-geosciences/viking: cleanup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sci-geosciences/viking/viking-1.6.2.ebuild | 74 ------------------------------
 1 file changed, 74 deletions(-)

diff --git a/sci-geosciences/viking/viking-1.6.2.ebuild 
b/sci-geosciences/viking/viking-1.6.2.ebuild
deleted file mode 100644
index a87d9ea127f..00000000000
--- a/sci-geosciences/viking/viking-1.6.2.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="GPS data editor and analyzer"
-HOMEPAGE="https://sourceforge.net/projects/viking/";
-IUSE="doc +exif libexif gps +magic mapnik nls sqlite"
-SRC_URI="
-       mirror://sourceforge/${PN}/${P}.tar.bz2
-       doc? ( mirror://sourceforge/${PN}/${PN}.pdf )"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-COMMONDEPEND="
-       app-arch/bzip2
-       dev-libs/expat
-       dev-libs/glib:2
-       net-misc/curl
-       sys-libs/zlib
-       x11-libs/gdk-pixbuf:2
-       x11-libs/gtk+:2
-       gps? ( >=sci-geosciences/gpsd-2.96 )
-       exif? ( libexif? ( media-libs/libexif ) !libexif? ( media-libs/gexiv2 ) 
)
-       magic? ( sys-apps/file )
-       mapnik? ( sci-geosciences/mapnik )
-       sqlite? ( dev-db/sqlite:3 )
-"
-RDEPEND="${COMMONDEPEND}
-       sci-geosciences/gpsbabel
-"
-DEPEND="${COMMONDEPEND}
-       app-text/gnome-doc-utils
-       dev-util/intltool
-       dev-util/gtk-doc-am
-       app-text/rarian
-       dev-libs/libxslt
-       virtual/pkgconfig
-       sys-devel/gettext
-"
-
-src_configure() {
-       econf \
-               --disable-deprecations \
-               --with-libcurl \
-               --with-expat \
-               --enable-google \
-               --enable-terraserver \
-               --enable-expedia \
-               --enable-openstreetmap \
-               --enable-bluemarble \
-               --enable-geonames \
-               --enable-geocaches \
-               --disable-dem24k \
-               $(use_enable exif geotag) \
-               $(use_with libexif ) \
-               $(use_enable gps realtime-gps-tracking) \
-               $(use_enable magic) \
-               $(use_enable mapnik) \
-               $(use_enable nls) \
-               $(use_enable sqlite mbtiles )
-}
-
-src_install() {
-       default
-       if use doc; then
-               insinto /usr/share/doc/${PF}
-               doins "${DISTDIR}"/${PN}.pdf
-       fi
-}

Reply via email to