diff options
author | Hanno Böck <hanno@gentoo.org> | 2009-07-19 17:06:03 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2009-07-19 17:06:03 +0000 |
commit | edda466951367f3948ea077cb73223049e3a6b75 (patch) | |
tree | 71bcd005824d26d85d5c8a5aeda633c5a641428c /sci-geosciences | |
parent | ppc stable #273141 (diff) | |
download | gentoo-2-edda466951367f3948ea077cb73223049e3a6b75.tar.gz gentoo-2-edda466951367f3948ea077cb73223049e3a6b75.tar.bz2 gentoo-2-edda466951367f3948ea077cb73223049e3a6b75.zip |
josm-plugins bump
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/josm-plugins/ChangeLog | 7 | ||||
-rw-r--r-- | sci-geosciences/josm-plugins/josm-plugins-20090719.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/sci-geosciences/josm-plugins/ChangeLog b/sci-geosciences/josm-plugins/ChangeLog index e7b5aab67cd3..2629adecc71e 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/josm-plugins/ChangeLog,v 1.11 2009/05/04 18:19:58 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/josm-plugins/ChangeLog,v 1.12 2009/07/19 17:06:03 hanno Exp $ + +*josm-plugins-20090719 (19 Jul 2009) + + 19 Jul 2009; Hanno Boeck <hanno@gentoo.org> +josm-plugins-20090719.ebuild: + Version bump. *josm-plugins-20090504 (04 May 2009) diff --git a/sci-geosciences/josm-plugins/josm-plugins-20090719.ebuild b/sci-geosciences/josm-plugins/josm-plugins-20090719.ebuild new file mode 100644 index 000000000000..749b5bd3b334 --- /dev/null +++ b/sci-geosciences/josm-plugins/josm-plugins-20090719.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-20090719.ebuild,v 1.1 2009/07/19 17:06:03 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 +} |