diff options
author | 2006-04-26 18:18:25 +0000 | |
---|---|---|
committer | 2006-04-26 18:18:25 +0000 | |
commit | 291d0d529225314564fd83f43e9622f8d1d91769 (patch) | |
tree | 88db1fe21fdd7018741bd1648e5ea5e95c0c2fec /x11-misc/icon-naming-utils | |
parent | fix screwed up cvs $Id substitution (#131362) (diff) | |
download | gentoo-2-291d0d529225314564fd83f43e9622f8d1d91769.tar.gz gentoo-2-291d0d529225314564fd83f43e9622f8d1d91769.tar.bz2 gentoo-2-291d0d529225314564fd83f43e9622f8d1d91769.zip |
Version Bump.
(Portage version: 2.1_pre9-r4)
Diffstat (limited to 'x11-misc/icon-naming-utils')
-rw-r--r-- | x11-misc/icon-naming-utils/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/icon-naming-utils/files/digest-icon-naming-utils-0.7.2 | 3 | ||||
-rw-r--r-- | x11-misc/icon-naming-utils/icon-naming-utils-0.7.2.ebuild | 22 |
3 files changed, 32 insertions, 1 deletions
diff --git a/x11-misc/icon-naming-utils/ChangeLog b/x11-misc/icon-naming-utils/ChangeLog index c1fb42b92651..2096b8ab35f8 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.16 2006/04/22 16:33:28 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icon-naming-utils/ChangeLog,v 1.17 2006/04/26 18:18:25 metalgod Exp $ + +*icon-naming-utils-0.7.2 (26 Apr 2006) + + 26 Apr 2006; Luis Medinas <metalgod@gentoo.org> + +icon-naming-utils-0.7.2.ebuild: + Version Bump. 22 Apr 2006; Luis Medinas <metalgod@gentoo.org> icon-naming-utils-0.7.1.ebuild: diff --git a/x11-misc/icon-naming-utils/files/digest-icon-naming-utils-0.7.2 b/x11-misc/icon-naming-utils/files/digest-icon-naming-utils-0.7.2 new file mode 100644 index 000000000000..e4218b74ec15 --- /dev/null +++ b/x11-misc/icon-naming-utils/files/digest-icon-naming-utils-0.7.2 @@ -0,0 +1,3 @@ +MD5 b37455829181f1043927c2418830ce10 icon-naming-utils-0.7.2.tar.gz 62255 +RMD160 3439a97627e9df961f5e791dd496cfeadc7edb11 icon-naming-utils-0.7.2.tar.gz 62255 +SHA256 89c4373a10f66b55da54ab68e5bcb3aac49693c20248b29de0eeade365722370 icon-naming-utils-0.7.2.tar.gz 62255 diff --git a/x11-misc/icon-naming-utils/icon-naming-utils-0.7.2.ebuild b/x11-misc/icon-naming-utils/icon-naming-utils-0.7.2.ebuild new file mode 100644 index 000000000000..b9a1a8ba0b59 --- /dev/null +++ b/x11-misc/icon-naming-utils/icon-naming-utils-0.7.2.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.2.ebuild,v 1.1 2006/04/26 18:18:25 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 ~ppc ~ppc64 ~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 +} |