diff options
Diffstat (limited to 'sci-geosciences/qlandkarte/qlandkarte-0.7.4.ebuild')
-rw-r--r-- | sci-geosciences/qlandkarte/qlandkarte-0.7.4.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/sci-geosciences/qlandkarte/qlandkarte-0.7.4.ebuild b/sci-geosciences/qlandkarte/qlandkarte-0.7.4.ebuild deleted file mode 100644 index 9dee10abf42a..000000000000 --- a/sci-geosciences/qlandkarte/qlandkarte-0.7.4.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/qlandkarte/qlandkarte-0.7.4.ebuild,v 1.6 2012/05/25 10:56:04 ssuominen Exp $ - -EAPI=4 - -inherit autotools eutils qt4-r2 - -DESCRIPTION="View and upload map files, track and waypoint data to your Garmin GPS" -HOMEPAGE="http://qlandkarte.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/QLandkarte_final.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - virtual/libusb:0 - sci-libs/proj - x11-libs/qt-core:4 - x11-libs/qt-gui:4" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/QLandkarte_final" - -src_prepare() { - eautoreconf -} - -src_configure() { - default - qt4-r2_src_configure -} |