summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/tango-icon-theme/tango-icon-theme-0.7.2.ebuild')
-rw-r--r--x11-themes/tango-icon-theme/tango-icon-theme-0.7.2.ebuild33
1 files changed, 0 insertions, 33 deletions
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
-}