diff options
author | Hanno Böck <hanno@gentoo.org> | 2011-02-21 10:40:55 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2011-02-21 10:40:55 +0000 |
commit | 8a5294fa9787ee1600cee246ee011957bb054455 (patch) | |
tree | 4930a23e4d27717d84a5505c7114dd2691f31fe3 /sci-geosciences/qlandkartegt | |
parent | Clean up old revisions. (diff) | |
download | gentoo-2-8a5294fa9787ee1600cee246ee011957bb054455.tar.gz gentoo-2-8a5294fa9787ee1600cee246ee011957bb054455.tar.bz2 gentoo-2-8a5294fa9787ee1600cee246ee011957bb054455.zip |
qlandkartegt bump
(Portage version: 2.1.9.40/cvs/Linux x86_64)
Diffstat (limited to 'sci-geosciences/qlandkartegt')
-rw-r--r-- | sci-geosciences/qlandkartegt/ChangeLog | 9 | ||||
-rw-r--r-- | sci-geosciences/qlandkartegt/qlandkartegt-1.1.0.ebuild | 28 |
2 files changed, 35 insertions, 2 deletions
diff --git a/sci-geosciences/qlandkartegt/ChangeLog b/sci-geosciences/qlandkartegt/ChangeLog index 862ba95127ea..fb6964ca1b84 100644 --- a/sci-geosciences/qlandkartegt/ChangeLog +++ b/sci-geosciences/qlandkartegt/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-geosciences/qlandkartegt -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/qlandkartegt/ChangeLog,v 1.10 2010/04/27 10:23:44 scarabeus Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/qlandkartegt/ChangeLog,v 1.11 2011/02/21 10:40:55 hanno Exp $ + +*qlandkartegt-1.1.0 (21 Feb 2011) + + 21 Feb 2011; Hanno Boeck <hanno@gentoo.org> +qlandkartegt-1.1.0.ebuild: + Version bump. *qlandkartegt-0.18.1 (27 Apr 2010) diff --git a/sci-geosciences/qlandkartegt/qlandkartegt-1.1.0.ebuild b/sci-geosciences/qlandkartegt/qlandkartegt-1.1.0.ebuild new file mode 100644 index 000000000000..15b48c32c8c6 --- /dev/null +++ b/sci-geosciences/qlandkartegt/qlandkartegt-1.1.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/qlandkartegt/qlandkartegt-1.1.0.ebuild,v 1.1 2011/02/21 10:40:55 hanno Exp $ + +EAPI=3 + +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="" + +# Note: this has unfixed automagics on libexif, libdmtx and gpsd +DEPEND=" + sci-libs/gdal + sci-libs/proj + media-libs/libexif + x11-libs/qt-gui:4 + x11-libs/qt-opengl:4 + x11-libs/qt-sql:4 +" +RDEPEND="${DEPEND} + sci-geosciences/gpsbabel" |