summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2009-06-10 20:50:26 +0000
committerHanno Böck <hanno@gentoo.org>2009-06-10 20:50:26 +0000
commit1edd1c54dd5f58e311501cb64d0b6ff145969d5d (patch)
treef29ce860a1af8a8e151a71ee3e565a170a3c0f6f
parentVersion bump to 2.6.30. Bad block relocation support for LiveCD user. Bootspl... (diff)
downloadgentoo-2-1edd1c54dd5f58e311501cb64d0b6ff145969d5d.tar.gz
gentoo-2-1edd1c54dd5f58e311501cb64d0b6ff145969d5d.tar.bz2
gentoo-2-1edd1c54dd5f58e311501cb64d0b6ff145969d5d.zip
qlandkartegt bump
(Portage version: 2.2_rc33/cvs/Linux x86_64)
-rw-r--r--sci-geosciences/qlandkartegt/ChangeLog7
-rw-r--r--sci-geosciences/qlandkartegt/qlandkartegt-0.13.0.ebuild25
2 files changed, 31 insertions, 1 deletions
diff --git a/sci-geosciences/qlandkartegt/ChangeLog b/sci-geosciences/qlandkartegt/ChangeLog
index 42799db881c0..e4045534588b 100644
--- a/sci-geosciences/qlandkartegt/ChangeLog
+++ b/sci-geosciences/qlandkartegt/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-geosciences/qlandkartegt
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/qlandkartegt/ChangeLog,v 1.4 2009/05/07 14:37:59 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/qlandkartegt/ChangeLog,v 1.5 2009/06/10 20:50:26 hanno Exp $
+
+*qlandkartegt-0.13.0 (10 Jun 2009)
+
+ 10 Jun 2009; Hanno Boeck <hanno@gentoo.org> +qlandkartegt-0.13.0.ebuild:
+ Version bump.
*qlandkartegt-0.12.0 (07 May 2009)
diff --git a/sci-geosciences/qlandkartegt/qlandkartegt-0.13.0.ebuild b/sci-geosciences/qlandkartegt/qlandkartegt-0.13.0.ebuild
new file mode 100644
index 000000000000..e65e5140a7b4
--- /dev/null
+++ b/sci-geosciences/qlandkartegt/qlandkartegt-0.13.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/qlandkartegt/qlandkartegt-0.13.0.ebuild,v 1.1 2009/06/10 20:50:26 hanno Exp $
+
+EAPI=1
+
+inherit cmake-utils
+
+DESCRIPTION="View and upload map files, track and waypoint data to your Garmin GPS."
+HOMEPAGE="http://www.qlandkarte.org/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+DEPEND="|| (
+ (
+ x11-libs/qt-core:4
+ x11-libs/qt-gui:4
+ x11-libs/qt-opengl:4
+ )
+ =x11-libs/qt-4.3* )
+ sci-libs/proj
+ sci-libs/gdal"
+RDEPEND="${DEPEND}"