summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Medinas <metalgod@gentoo.org>2006-01-21 17:19:09 +0000
committerLuis Medinas <metalgod@gentoo.org>2006-01-21 17:19:09 +0000
commita80483b411abdd0d342a9fdf34e67e05eb595d8a (patch)
tree6251240a9097b4a18d6e9e9638444e8032f36666 /x11-misc
parentFixed DEPEND for modular X. (diff)
downloadhistorical-a80483b411abdd0d342a9fdf34e67e05eb595d8a.tar.gz
historical-a80483b411abdd0d342a9fdf34e67e05eb595d8a.tar.bz2
historical-a80483b411abdd0d342a9fdf34e67e05eb595d8a.zip
Version Bump.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/icon-naming-utils/ChangeLog8
-rw-r--r--x11-misc/icon-naming-utils/Manifest10
-rw-r--r--x11-misc/icon-naming-utils/files/digest-icon-naming-utils-0.6.61
-rw-r--r--x11-misc/icon-naming-utils/icon-naming-utils-0.6.6.ebuild22
4 files changed, 40 insertions, 1 deletions
diff --git a/x11-misc/icon-naming-utils/ChangeLog b/x11-misc/icon-naming-utils/ChangeLog
index 6d0497be177b..93aae0fe7be2 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.4 2006/01/14 15:44:54 metalgod Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/icon-naming-utils/ChangeLog,v 1.5 2006/01/21 17:19:09 metalgod Exp $
+
+*icon-naming-utils-0.6.6 (21 Jan 2006)
+
+ 21 Jan 2006; Luis Medinas <metalgod@gentoo.org>
+ +icon-naming-utils-0.6.6.ebuild:
+ Version Bump.
*icon-naming-utils-0.6.5 (14 Jan 2006)
diff --git a/x11-misc/icon-naming-utils/Manifest b/x11-misc/icon-naming-utils/Manifest
index 8e37775ed3d4..7b8a154eb5f0 100644
--- a/x11-misc/icon-naming-utils/Manifest
+++ b/x11-misc/icon-naming-utils/Manifest
@@ -1,3 +1,6 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 9fdd6ff1ba91f67b0528e79207a99774 ChangeLog 1024
MD5 bd5440b327cecc2b5eeaaba50cd9a066 files/digest-icon-naming-utils-0.6.2 74
MD5 31f9daa04ded540b32c88bf11a98096c files/digest-icon-naming-utils-0.6.3 74
@@ -8,3 +11,10 @@ MD5 a308c95649475f264e171fb9450989dd icon-naming-utils-0.6.3.ebuild 739
MD5 8fc779e2a14427cb70c06521a41fc46e icon-naming-utils-0.6.5.ebuild 739
MD5 1103c8d730e23bf4d7ba8438dd7b3aff icon-naming-utils-0.6.6.ebuild 739
MD5 870a91577a60ccb6ea581e99f879e9b8 metadata.xml 248
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2 (GNU/Linux)
+
+iD8DBQFD0myewUpWvClEHQoRAll4AJwMyXs73b9dYz6G2gDe3SXqnABxwACeJFlE
+9tKA1dfQ8goZrJw7QTUkeRg=
+=Xtl4
+-----END PGP SIGNATURE-----
diff --git a/x11-misc/icon-naming-utils/files/digest-icon-naming-utils-0.6.6 b/x11-misc/icon-naming-utils/files/digest-icon-naming-utils-0.6.6
new file mode 100644
index 000000000000..d866c07d06fc
--- /dev/null
+++ b/x11-misc/icon-naming-utils/files/digest-icon-naming-utils-0.6.6
@@ -0,0 +1 @@
+MD5 70e20fc78317c530e4fca1a6cb42d1a7 icon-naming-utils-0.6.6.tar.gz 60611
diff --git a/x11-misc/icon-naming-utils/icon-naming-utils-0.6.6.ebuild b/x11-misc/icon-naming-utils/icon-naming-utils-0.6.6.ebuild
new file mode 100644
index 000000000000..c88dd5e849fa
--- /dev/null
+++ b/x11-misc/icon-naming-utils/icon-naming-utils-0.6.6.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.6.ebuild,v 1.1 2006/01/21 17:19:09 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
+}