diff options
Diffstat (limited to 'x11-themes/ikons/ikons-0.5.8-r1.ebuild')
-rw-r--r-- | x11-themes/ikons/ikons-0.5.8-r1.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/x11-themes/ikons/ikons-0.5.8-r1.ebuild b/x11-themes/ikons/ikons-0.5.8-r1.ebuild deleted file mode 100644 index aa49ce5e3d94..000000000000 --- a/x11-themes/ikons/ikons-0.5.8-r1.ebuild +++ /dev/null @@ -1,29 +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/ikons/ikons-0.5.8-r1.ebuild,v 1.9 2004/06/24 23:33:47 agriffis Exp $ -inherit kde -set-kdedir 3 - -S="${WORKDIR}/iKons_058" -DESCRIPTION="iKons iconset for KDE 2.x" -SRC_URI="http://www.kde-look.org/content/files/602-iKons_058_devel.tar.gz" -HOMEPAGE="http://users.skynet.be/bk369046/icon.htm" -KEYWORDS="x86 sparc alpha ppc" -SLOT="0" -LICENSE="as-is" -IUSE="" - - -src_compile() { - - return 1 -} - -src_install(){ - - cd ${S} - - dodir $PREFIX/share/icons - cp -rf ${S} ${D}/${PREFIX}/share/icons/iKons_058 - -} |