summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregorio Guidi <greg_g@gentoo.org>2005-03-08 15:39:33 +0000
committerGregorio Guidi <greg_g@gentoo.org>2005-03-08 15:39:33 +0000
commit7b10c1248d40ef40ff60b81dae2b1608c7db78f1 (patch)
tree751841d7627391b28b728ae5adfe54b837f6fcbb /x11-themes/korilla
parentversion bump (diff)
downloadgentoo-2-7b10c1248d40ef40ff60b81dae2b1608c7db78f1.tar.gz
gentoo-2-7b10c1248d40ef40ff60b81dae2b1608c7db78f1.tar.bz2
gentoo-2-7b10c1248d40ef40ff60b81dae2b1608c7db78f1.zip
Remove old ebuilds.
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-themes/korilla')
-rw-r--r--x11-themes/korilla/files/digest-korilla-1.3.31
-rw-r--r--x11-themes/korilla/korilla-1.3.3.ebuild30
2 files changed, 0 insertions, 31 deletions
diff --git a/x11-themes/korilla/files/digest-korilla-1.3.3 b/x11-themes/korilla/files/digest-korilla-1.3.3
deleted file mode 100644
index 908e51da2d82..000000000000
--- a/x11-themes/korilla/files/digest-korilla-1.3.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9fe07a675f4cff29fb5c2fda14d9b008 Korilla-v1.3.3.tar.bz2 5326477
diff --git a/x11-themes/korilla/korilla-1.3.3.ebuild b/x11-themes/korilla/korilla-1.3.3.ebuild
deleted file mode 100644
index b236ac6247fa..000000000000
--- a/x11-themes/korilla/korilla-1.3.3.ebuild
+++ /dev/null
@@ -1,30 +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/korilla/korilla-1.3.3.ebuild,v 1.4 2004/06/28 22:36:20 agriffis Exp $
-
-inherit kde
-need-kde 3
-
-DESCRIPTION="Kool Gorilla Icon Set for KDE"
-SRC_URI="http://www.starsurvivor.net/linux/gorilla/Korilla-v${PV}.tar.bz2"
-KEYWORDS="x86 ppc"
-IUSE=""
-SLOT="0"
-LICENSE="as-is"
-
-# stripping hangs and we've no binaries
-RESTRICT="$RESTRICT nostrip"
-
-src_unpack() {
- unpack Korilla-v${PV}.tar.bz2
- mv "Kool.Gorilla" "${P}"
-}
-
-src_compile() {
- return 1
-}
-
-src_install(){
- dodir $PREFIX/share/icons/
- cp -r ${S} ${D}/${PREFIX}/share/icons/
-}