diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-03-07 14:10:15 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-03-07 14:10:15 +0000 |
commit | 6086549d9bd44bba37e955dc704f0f0ae5fc1b04 (patch) | |
tree | 3d72e769e37fbb0d687618ca89361ab07ac19ea7 /x11-themes | |
parent | Stable on sparc wrt #161592 (diff) | |
download | gentoo-2-6086549d9bd44bba37e955dc704f0f0ae5fc1b04.tar.gz gentoo-2-6086549d9bd44bba37e955dc704f0f0ae5fc1b04.tar.bz2 gentoo-2-6086549d9bd44bba37e955dc704f0f0ae5fc1b04.zip |
Remove broken version. #161592
(Portage version: 2.1.2.1-r1)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/tango-icon-theme/files/digest-tango-icon-theme-0.7.2 | 3 | ||||
-rw-r--r-- | x11-themes/tango-icon-theme/tango-icon-theme-0.7.2.ebuild | 33 |
2 files changed, 0 insertions, 36 deletions
diff --git a/x11-themes/tango-icon-theme/files/digest-tango-icon-theme-0.7.2 b/x11-themes/tango-icon-theme/files/digest-tango-icon-theme-0.7.2 deleted file mode 100644 index 56cbc7a2137d..000000000000 --- a/x11-themes/tango-icon-theme/files/digest-tango-icon-theme-0.7.2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 eace48f8340a95d7134632bad6287100 tango-icon-theme-0.7.2.tar.gz 1349120 -RMD160 9f7bf0cb799d10253ea926ae76c28d87889777e9 tango-icon-theme-0.7.2.tar.gz 1349120 -SHA256 6b368373f9a01f3f33f77ac25c170cbd052b29d6910f72308e55dc0a39af7722 tango-icon-theme-0.7.2.tar.gz 1349120 diff --git a/x11-themes/tango-icon-theme/tango-icon-theme-0.7.2.ebuild b/x11-themes/tango-icon-theme/tango-icon-theme-0.7.2.ebuild deleted file mode 100644 index ccd82d7ef81b..000000000000 --- a/x11-themes/tango-icon-theme/tango-icon-theme-0.7.2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/tango-icon-theme/tango-icon-theme-0.7.2.ebuild,v 1.7 2007/02/24 13:27:33 nixnut Exp $ - -DESCRIPTION="SVG icon theme from the Tango project" -HOMEPAGE="http://tango-project.org/" -SRC_URI="http://tango-project.org/releases/${P}.tar.gz" - -LICENSE="CCPL-Attribution-ShareAlike-2.5" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 sparc x86" -IUSE="png" - -RDEPEND=">=x11-misc/icon-naming-utils-0.7.2 - media-gfx/imagemagick - >=gnome-base/librsvg-2.12" - -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.20" - -src_compile() { - if use png; then - econf --enable-png-creation || die "configure failed" - else - econf || die "configure failed" - fi - - emake || die "make failed" -} -src_install() { - make DESTDIR=${D} install || die "make install failed" - dodoc AUTHORS ChangeLog COPYING NEWS README -} |