diff options
author | Hanno Böck <hanno@gentoo.org> | 2008-02-20 00:26:34 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2008-02-20 00:26:34 +0000 |
commit | 90c4e1c149fe9a463ace924f53a67753d5126960 (patch) | |
tree | 13068927c26e60eaa6af6c237e8277e49f33e63e /sci-geosciences/josm-plugins/josm-plugins-20080220.ebuild | |
parent | Filter ecj-3.3 as emerging fails with it. (diff) | |
download | gentoo-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/josm-plugins/josm-plugins-20080220.ebuild')
-rw-r--r-- | sci-geosciences/josm-plugins/josm-plugins-20080220.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
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 +} |