summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/icon-naming-utils')
-rw-r--r--x11-misc/icon-naming-utils/ChangeLog10
-rw-r--r--x11-misc/icon-naming-utils/Manifest12
-rw-r--r--x11-misc/icon-naming-utils/files/digest-icon-naming-utils-0.6.31
-rw-r--r--x11-misc/icon-naming-utils/icon-naming-utils-0.6.3.ebuild22
4 files changed, 33 insertions, 12 deletions
diff --git a/x11-misc/icon-naming-utils/ChangeLog b/x11-misc/icon-naming-utils/ChangeLog
index 1f7c8e462d29..354379980b3d 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-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/icon-naming-utils/ChangeLog,v 1.1 2005/12/29 03:58:41 metalgod Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/icon-naming-utils/ChangeLog,v 1.2 2006/01/11 00:26:07 metalgod Exp $
+
+*icon-naming-utils-0.6.3 (11 Jan 2006)
+
+ 11 Jan 2006; Luis Medinas <metalgod@gentoo.org>
+ +icon-naming-utils-0.6.3.ebuild:
+ Version Bump.
*icon-naming-utils-0.6.2 (29 Dec 2005)
diff --git a/x11-misc/icon-naming-utils/Manifest b/x11-misc/icon-naming-utils/Manifest
index 7c9e4f5bf08c..2488d59efc5c 100644
--- a/x11-misc/icon-naming-utils/Manifest
+++ b/x11-misc/icon-naming-utils/Manifest
@@ -1,14 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 08451525fd9b5f6aef6f7ba786c8e97d ChangeLog 470
MD5 bd5440b327cecc2b5eeaaba50cd9a066 files/digest-icon-naming-utils-0.6.2 74
+MD5 31f9daa04ded540b32c88bf11a98096c files/digest-icon-naming-utils-0.6.3 74
MD5 e6f1d27aa90310465df6cc493828de98 icon-naming-utils-0.6.2.ebuild 732
+MD5 e6f1d27aa90310465df6cc493828de98 icon-naming-utils-0.6.3.ebuild 732
MD5 870a91577a60ccb6ea581e99f879e9b8 metadata.xml 248
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2 (GNU/Linux)
-
-iD8DBQFDvntlI1lqEGTUzyQRAgmfAJ4p/9v4EP+RmH1XJ93ADFFuxMVVewCgr60d
-A+0EU4NkDmYLkTYVxZm8XoY=
-=Ew/t
------END PGP SIGNATURE-----
diff --git a/x11-misc/icon-naming-utils/files/digest-icon-naming-utils-0.6.3 b/x11-misc/icon-naming-utils/files/digest-icon-naming-utils-0.6.3
new file mode 100644
index 000000000000..cccfe009aa3d
--- /dev/null
+++ b/x11-misc/icon-naming-utils/files/digest-icon-naming-utils-0.6.3
@@ -0,0 +1 @@
+MD5 7a5ee8ef62e027699a91b69053b76f40 icon-naming-utils-0.6.3.tar.gz 59089
diff --git a/x11-misc/icon-naming-utils/icon-naming-utils-0.6.3.ebuild b/x11-misc/icon-naming-utils/icon-naming-utils-0.6.3.ebuild
new file mode 100644
index 000000000000..ec6c4fabad7b
--- /dev/null
+++ b/x11-misc/icon-naming-utils/icon-naming-utils-0.6.3.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.6.3.ebuild,v 1.1 2006/01/11 00:26:07 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 ~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
+}