summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Medinas <metalgod@gentoo.org>2006-02-19 16:59:26 +0000
committerLuis Medinas <metalgod@gentoo.org>2006-02-19 16:59:26 +0000
commit16765977d55d5c1649c522a2269176033e9325a0 (patch)
tree951ab1a8923c340c1c7bac6730ce860edc9e1313 /x11-misc/icon-naming-utils/icon-naming-utils-0.7.0.ebuild
parentMarked ppc stable for bug #123345. (diff)
downloadgentoo-2-16765977d55d5c1649c522a2269176033e9325a0.tar.gz
gentoo-2-16765977d55d5c1649c522a2269176033e9325a0.tar.bz2
gentoo-2-16765977d55d5c1649c522a2269176033e9325a0.zip
Version Bump.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'x11-misc/icon-naming-utils/icon-naming-utils-0.7.0.ebuild')
-rw-r--r--x11-misc/icon-naming-utils/icon-naming-utils-0.7.0.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/x11-misc/icon-naming-utils/icon-naming-utils-0.7.0.ebuild b/x11-misc/icon-naming-utils/icon-naming-utils-0.7.0.ebuild
new file mode 100644
index 000000000000..f68a57ed2bee
--- /dev/null
+++ b/x11-misc/icon-naming-utils/icon-naming-utils-0.7.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/icon-naming-utils/icon-naming-utils-0.7.0.ebuild,v 1.1 2006/02/19 16:57:17 metalgod Exp $
+
+DESCRIPTION="Utilities to help with the transition to the new freedesktop.org naming scheme, they will map the new names to the legacy names used by the GNOME and KDE desktops."
+HOMEPAGE="http://tango-project.org/"
+SRC_URI="http://tango-project.org/releases/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=dev-perl/XML-Simple-2
+ dev-lang/perl"
+
+DEPEND="${RDEPEND}"
+
+src_install() {
+ make DESTDIR=${D} install || die
+ dodoc AUTHORS ChangeLog NEWS README
+}