summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2009-05-04 18:19:58 +0000
committerHanno Böck <hanno@gentoo.org>2009-05-04 18:19:58 +0000
commit1e8c0d09b95fba44c22c47acec803fd86811a374 (patch)
treec86ea2f7e07146e458e656a02047062224a4c44e /sci-geosciences/josm-plugins/josm-plugins-20090504.ebuild
parentbump (diff)
downloadgentoo-2-1e8c0d09b95fba44c22c47acec803fd86811a374.tar.gz
gentoo-2-1e8c0d09b95fba44c22c47acec803fd86811a374.tar.bz2
gentoo-2-1e8c0d09b95fba44c22c47acec803fd86811a374.zip
josm-plugins new snapshot
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'sci-geosciences/josm-plugins/josm-plugins-20090504.ebuild')
-rw-r--r--sci-geosciences/josm-plugins/josm-plugins-20090504.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/sci-geosciences/josm-plugins/josm-plugins-20090504.ebuild b/sci-geosciences/josm-plugins/josm-plugins-20090504.ebuild
new file mode 100644
index 000000000000..0286c946f426
--- /dev/null
+++ b/sci-geosciences/josm-plugins/josm-plugins-20090504.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/josm-plugins/josm-plugins-20090504.ebuild,v 1.1 2009/05/04 18:19:58 hanno Exp $
+
+DESCRIPTION="Set of plugins for josm"
+HOMEPAGE="http://josm.openstreetmap.de/"
+SRC_URI="mirror://gentoo/${P}.tar.lzma"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+DEPEND=">=sci-geosciences/josm-1.526"
+RDEPEND="${DEPEND}"
+IUSE=""
+
+src_compile() {
+ einfo Nothing to compile
+}
+
+src_install() {
+ insinto /usr/lib/josm/plugins
+ doins *.jar
+}