summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2007-02-24 15:25:41 +0000
committerSamuli Suominen <drac@gentoo.org>2007-02-24 15:25:41 +0000
commit8c46eaad4f00b1780142c04a423c6a3991b4cc66 (patch)
tree273a9f66a69066adeab89b59cd0f3273e74d23b8 /x11-themes/tango-icon-theme
parentStable for HPPA (bug #156160). (diff)
downloadgentoo-2-8c46eaad4f00b1780142c04a423c6a3991b4cc66.tar.gz
gentoo-2-8c46eaad4f00b1780142c04a423c6a3991b4cc66.tar.bz2
gentoo-2-8c46eaad4f00b1780142c04a423c6a3991b4cc66.zip
old
(Portage version: 2.1.2-r11)
Diffstat (limited to 'x11-themes/tango-icon-theme')
-rw-r--r--x11-themes/tango-icon-theme/files/digest-tango-icon-theme-0.7.13
-rw-r--r--x11-themes/tango-icon-theme/tango-icon-theme-0.7.1.ebuild33
2 files changed, 0 insertions, 36 deletions
diff --git a/x11-themes/tango-icon-theme/files/digest-tango-icon-theme-0.7.1 b/x11-themes/tango-icon-theme/files/digest-tango-icon-theme-0.7.1
deleted file mode 100644
index 079330b06476..000000000000
--- a/x11-themes/tango-icon-theme/files/digest-tango-icon-theme-0.7.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 78cee771a96eb1615df92350048a77f8 tango-icon-theme-0.7.1.tar.gz 1309630
-RMD160 eaa2e2737604e373a2f356e1c61f6135cd37a6e8 tango-icon-theme-0.7.1.tar.gz 1309630
-SHA256 317b2db3c5e41276b49a209586df9ae336b2c296aa3cb1c69fa9d204a85fafbe tango-icon-theme-0.7.1.tar.gz 1309630
diff --git a/x11-themes/tango-icon-theme/tango-icon-theme-0.7.1.ebuild b/x11-themes/tango-icon-theme/tango-icon-theme-0.7.1.ebuild
deleted file mode 100644
index 8fe8042bfac0..000000000000
--- a/x11-themes/tango-icon-theme/tango-icon-theme-0.7.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2006 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.1.ebuild,v 1.6 2006/04/28 20:20:26 josejx 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 sparc x86"
-IUSE="png"
-
-RDEPEND=">=x11-misc/icon-naming-utils-0.7.0
- 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
-}