summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gryniewicz <dang@gentoo.org>2006-09-07 04:26:52 +0000
committerDaniel Gryniewicz <dang@gentoo.org>2006-09-07 04:26:52 +0000
commit62118e58842561810439ae6691f7f04865ac40b6 (patch)
treeb5746e6b7de33b527e64462782c10709a7b65aed
parentgnome 2.16 (diff)
downloadgentoo-2-62118e58842561810439ae6691f7f04865ac40b6.tar.gz
gentoo-2-62118e58842561810439ae6691f7f04865ac40b6.tar.bz2
gentoo-2-62118e58842561810439ae6691f7f04865ac40b6.zip
gnome 2.16
(Portage version: 2.1.1_rc1-r2)
-rw-r--r--x11-misc/icon-naming-utils/ChangeLog8
-rw-r--r--x11-misc/icon-naming-utils/files/digest-icon-naming-utils-0.8.13
-rw-r--r--x11-misc/icon-naming-utils/icon-naming-utils-0.8.1.ebuild22
3 files changed, 32 insertions, 1 deletions
diff --git a/x11-misc/icon-naming-utils/ChangeLog b/x11-misc/icon-naming-utils/ChangeLog
index 1e5621a7c5cd..ecdccf008706 100644
--- a/x11-misc/icon-naming-utils/ChangeLog
+++ b/x11-misc/icon-naming-utils/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-misc/icon-naming-utils
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/icon-naming-utils/ChangeLog,v 1.25 2006/09/04 20:03:09 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/icon-naming-utils/ChangeLog,v 1.26 2006/09/07 04:26:52 dang Exp $
+
+*icon-naming-utils-0.8.1 (07 Sep 2006)
+
+ 07 Sep 2006; Daniel Gryniewicz <dang@gentoo.org>
+ +icon-naming-utils-0.8.1.ebuild:
+ New version for gnome 2.16
04 Sep 2006; Gustavo Zacarias <gustavoz@gentoo.org>
icon-naming-utils-0.7.2.ebuild:
diff --git a/x11-misc/icon-naming-utils/files/digest-icon-naming-utils-0.8.1 b/x11-misc/icon-naming-utils/files/digest-icon-naming-utils-0.8.1
new file mode 100644
index 000000000000..bdefbd8bf982
--- /dev/null
+++ b/x11-misc/icon-naming-utils/files/digest-icon-naming-utils-0.8.1
@@ -0,0 +1,3 @@
+MD5 7a7d340f59c7a6c26391e906b7afa08c icon-naming-utils-0.8.1.tar.gz 63132
+RMD160 f023b4d5d003b69c79dcfcef249fff5a5e193f35 icon-naming-utils-0.8.1.tar.gz 63132
+SHA256 d0e92792954160afa7c137068548804dcd76321b883dcc78967a937e07ffd4d8 icon-naming-utils-0.8.1.tar.gz 63132
diff --git a/x11-misc/icon-naming-utils/icon-naming-utils-0.8.1.ebuild b/x11-misc/icon-naming-utils/icon-naming-utils-0.8.1.ebuild
new file mode 100644
index 000000000000..fc5eb73be735
--- /dev/null
+++ b/x11-misc/icon-naming-utils/icon-naming-utils-0.8.1.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.8.1.ebuild,v 1.1 2006/09/07 04:26:52 dang 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="~alpha ~amd64 ~arm hppa ppc ppc64 ~sh ~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
+}