diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-06-16 17:35:10 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-06-16 17:35:10 +0000 |
commit | a6115db9a2ba3564d65378ab7846cb1a9ccfa7f9 (patch) | |
tree | 245ce8a7ef1e98e70c5a998879bb34aaec7e2fcd /x11-misc/icon-naming-utils | |
parent | Added ~ppc, bug #172755 (diff) | |
download | gentoo-2-a6115db9a2ba3564d65378ab7846cb1a9ccfa7f9.tar.gz gentoo-2-a6115db9a2ba3564d65378ab7846cb1a9ccfa7f9.tar.bz2 gentoo-2-a6115db9a2ba3564d65378ab7846cb1a9ccfa7f9.zip |
old
(Portage version: 2.1.3_rc3)
Diffstat (limited to 'x11-misc/icon-naming-utils')
-rw-r--r-- | x11-misc/icon-naming-utils/files/digest-icon-naming-utils-0.8.1 | 3 | ||||
-rw-r--r-- | x11-misc/icon-naming-utils/icon-naming-utils-0.8.1.ebuild | 21 |
2 files changed, 0 insertions, 24 deletions
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 deleted file mode 100644 index bdefbd8bf982..000000000000 --- a/x11-misc/icon-naming-utils/files/digest-icon-naming-utils-0.8.1 +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index c2838f57d975..000000000000 --- a/x11-misc/icon-naming-utils/icon-naming-utils-0.8.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2007 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.12 2007/01/18 23:02:02 jer 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 ia64 ppc ppc64 sh sparc x86 ~x86-fbsd" -IUSE="" - -RDEPEND=">=dev-perl/XML-Simple-2 - dev-lang/perl" -DEPEND="${RDEPEND}" - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS README -} |