summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregorio Guidi <greg_g@gentoo.org>2005-07-15 14:11:40 +0000
committerGregorio Guidi <greg_g@gentoo.org>2005-07-15 14:11:40 +0000
commit5ba388f66efe373be1e9898193203d5abf87e4a9 (patch)
tree5ea3305f2a0ff3827e12ce0170e70bb7636e18ea /x11-themes/lush
parentStable on amd64. (diff)
downloadgentoo-2-5ba388f66efe373be1e9898193203d5abf87e4a9.tar.gz
gentoo-2-5ba388f66efe373be1e9898193203d5abf87e4a9.tar.bz2
gentoo-2-5ba388f66efe373be1e9898193203d5abf87e4a9.zip
Remove old ebuild.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-themes/lush')
-rw-r--r--x11-themes/lush/files/digest-lush-0.1.01
-rw-r--r--x11-themes/lush/lush-0.1.0.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/x11-themes/lush/files/digest-lush-0.1.0 b/x11-themes/lush/files/digest-lush-0.1.0
deleted file mode 100644
index 5cd0fd955627..000000000000
--- a/x11-themes/lush/files/digest-lush-0.1.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 82ab0cbf18fd187a11cf87362ace2e20 lush-0.1.0dave.tar.gz 2072409
diff --git a/x11-themes/lush/lush-0.1.0.ebuild b/x11-themes/lush/lush-0.1.0.ebuild
deleted file mode 100644
index 30d5add73f18..000000000000
--- a/x11-themes/lush/lush-0.1.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/lush/lush-0.1.0.ebuild,v 1.7 2004/08/14 13:55:50 swegener Exp $
-
-inherit kde
-need-kde 3
-
-S="${WORKDIR}/lush"
-DESCRIPTION="Lush KDE icon theme"
-SRC_URI="http://projects.dims.org/~dave/distribution/${P}dave.tar.gz"
-HOMEPAGE="http://www.kde-look.org/content/show.php?content=5483"
-KEYWORDS="x86 ~alpha ppc ~sparc amd64"
-SLOT="0"
-LICENSE="GPL-1"
-IUSE=""
-
-# stripping hangs and we've no binaries
-RESTRICT="$RESTRICT nostrip"
-
-src_compile() {
- return 0
-}
-
-src_install(){
- cd ${S}
- dodir $PREFIX/share/icons/
- cp -rf ${S} ${D}/${PREFIX}/share/icons
-}