summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-04-28 10:36:07 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-04-28 10:36:07 +0000
commit741261a9b04000b2d8c4023a54385c6a6a79b397 (patch)
treec3433c522226d7b7d0e46b83cf2d7a2f5d51a9e0 /x11-misc/icon-naming-utils/icon-naming-utils-0.8.90.ebuild
parentCups can handle both bsdlpr and cups. USE doc is useless, because the documen... (diff)
downloadgentoo-2-741261a9b04000b2d8c4023a54385c6a6a79b397.tar.gz
gentoo-2-741261a9b04000b2d8c4023a54385c6a6a79b397.tar.bz2
gentoo-2-741261a9b04000b2d8c4023a54385c6a6a79b397.zip
Version bump.
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/icon-naming-utils/icon-naming-utils-0.8.90.ebuild')
-rw-r--r--x11-misc/icon-naming-utils/icon-naming-utils-0.8.90.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/x11-misc/icon-naming-utils/icon-naming-utils-0.8.90.ebuild b/x11-misc/icon-naming-utils/icon-naming-utils-0.8.90.ebuild
new file mode 100644
index 000000000000..fc24c8911d37
--- /dev/null
+++ b/x11-misc/icon-naming-utils/icon-naming-utils-0.8.90.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2009 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.8.90.ebuild,v 1.1 2009/04/28 10:36:07 ssuominen Exp $
+
+DESCRIPTION="Utils to help with the transition to the new freedesktop.org naming scheme."
+HOMEPAGE="http://tango.freedesktop.org"
+SRC_URI="http://tango.freedesktop.org/releases/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND=">=dev-perl/XML-Simple-2
+ >=dev-lang/perl-5"
+DEPEND="${RDEPEND}"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed."
+ dodoc AUTHORS ChangeLog NEWS README
+}