From 18a1662155d60e70670e656d7c12f1d2efebc30f Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Sat, 20 Jun 2009 19:02:23 +0000 Subject: Icons from openstreetmap (Portage version: 2.1.6.13/cvs/Linux i686) --- sci-geosciences/openstreetmap-icons/ChangeLog | 10 ++++++++++ sci-geosciences/openstreetmap-icons/metadata.xml | 12 ++++++++++++ .../openstreetmap-icons-20090616.ebuild | 22 ++++++++++++++++++++++ 3 files changed, 44 insertions(+) create mode 100644 sci-geosciences/openstreetmap-icons/ChangeLog create mode 100644 sci-geosciences/openstreetmap-icons/metadata.xml create mode 100644 sci-geosciences/openstreetmap-icons/openstreetmap-icons-20090616.ebuild (limited to 'sci-geosciences') diff --git a/sci-geosciences/openstreetmap-icons/ChangeLog b/sci-geosciences/openstreetmap-icons/ChangeLog new file mode 100644 index 000000000000..aaff9bdc0480 --- /dev/null +++ b/sci-geosciences/openstreetmap-icons/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for sci-geosciences/openstreetmap-icons +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/openstreetmap-icons/ChangeLog,v 1.1 2009/06/20 19:02:23 tupone Exp $ + +*openstreetmap-icons-20090616 (20 Jun 2009) + + 20 Jun 2009; Tupone Alfredo +metadata.xml, + +openstreetmap-icons-20090616.ebuild: + Icons from openstreetmap + diff --git a/sci-geosciences/openstreetmap-icons/metadata.xml b/sci-geosciences/openstreetmap-icons/metadata.xml new file mode 100644 index 000000000000..d7887b6f23eb --- /dev/null +++ b/sci-geosciences/openstreetmap-icons/metadata.xml @@ -0,0 +1,12 @@ + + + +sci-geosciences + +tupone@gentoo.org +Tupone Alfredo + + +Icons from openstreetmap + + diff --git a/sci-geosciences/openstreetmap-icons/openstreetmap-icons-20090616.ebuild b/sci-geosciences/openstreetmap-icons/openstreetmap-icons-20090616.ebuild new file mode 100644 index 000000000000..e93d200cd1e3 --- /dev/null +++ b/sci-geosciences/openstreetmap-icons/openstreetmap-icons-20090616.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/openstreetmap-icons/openstreetmap-icons-20090616.ebuild,v 1.1 2009/06/20 19:02:23 tupone Exp $ + +DESCRIPTION="openstreetmap icons" +HOMEPAGE="http://www.openstreetmap.org/" +SRC_URI="mirror://gentoo/${P}.tar.bz2" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND="" +RDEPEND="" + +# tar.bz2 generated extracting files from +# http://svn.openstreetmap.org/applications/share/map-icons +src_install() { + insinto /usr/share/icons/ + doins -r map-icons +} -- cgit v1.2.3-65-gdbad