From 7b10c1248d40ef40ff60b81dae2b1608c7db78f1 Mon Sep 17 00:00:00 2001 From: Gregorio Guidi Date: Tue, 8 Mar 2005 15:39:33 +0000 Subject: Remove old ebuilds. (Portage version: 2.0.51.19) --- x11-themes/korilla/files/digest-korilla-1.3.3 | 1 - x11-themes/korilla/korilla-1.3.3.ebuild | 30 --------------------------- 2 files changed, 31 deletions(-) delete mode 100644 x11-themes/korilla/files/digest-korilla-1.3.3 delete mode 100644 x11-themes/korilla/korilla-1.3.3.ebuild (limited to 'x11-themes/korilla') 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/ -} -- cgit v1.2.3-65-gdbad