summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2008-02-20 00:26:34 +0000
committerHanno Böck <hanno@gentoo.org>2008-02-20 00:26:34 +0000
commit90c4e1c149fe9a463ace924f53a67753d5126960 (patch)
tree13068927c26e60eaa6af6c237e8277e49f33e63e /sci-geosciences
parentFilter ecj-3.3 as emerging fails with it. (diff)
downloadgentoo-2-90c4e1c149fe9a463ace924f53a67753d5126960.tar.gz
gentoo-2-90c4e1c149fe9a463ace924f53a67753d5126960.tar.bz2
gentoo-2-90c4e1c149fe9a463ace924f53a67753d5126960.zip
josm-plugins new snapshot
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-geosciences')
-rw-r--r--sci-geosciences/josm-plugins/ChangeLog9
-rw-r--r--sci-geosciences/josm-plugins/josm-plugins-20080220.ebuild21
2 files changed, 28 insertions, 2 deletions
diff --git a/sci-geosciences/josm-plugins/ChangeLog b/sci-geosciences/josm-plugins/ChangeLog
index ad5854e6649c..291b8937240b 100644
--- a/sci-geosciences/josm-plugins/ChangeLog
+++ b/sci-geosciences/josm-plugins/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-geosciences/josm-plugins
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/josm-plugins/ChangeLog,v 1.2 2007/11/07 15:44:48 hanno Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/josm-plugins/ChangeLog,v 1.3 2008/02/20 00:26:34 hanno Exp $
+
+*josm-plugins-20080220 (20 Feb 2008)
+
+ 20 Feb 2008; Hanno Boeck <hanno@gentoo.org> +josm-plugins-20080220.ebuild:
+ Version bump.
*josm-plugins-20071107 (07 Nov 2007)
diff --git a/sci-geosciences/josm-plugins/josm-plugins-20080220.ebuild b/sci-geosciences/josm-plugins/josm-plugins-20080220.ebuild
new file mode 100644
index 000000000000..4a242ad8fbcb
--- /dev/null
+++ b/sci-geosciences/josm-plugins/josm-plugins-20080220.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/josm-plugins/josm-plugins-20080220.ebuild,v 1.1 2008/02/20 00:26:34 hanno Exp $
+
+DESCRIPTION="Set of plugins for josm"
+HOMEPAGE="http://josm.openstreetmap.de/"
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+DEPEND=">=sci-geosciences/josm-1.5_p549"
+IUSE=""
+
+src_compile() {
+ einfo Nothing to compile
+}
+
+src_install() {
+ insinto /usr/lib/josm/plugins
+ doins *.jar
+}