summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2004-12-02 15:54:50 +0000
committerCarsten Lohrke <carlo@gentoo.org>2004-12-02 15:54:50 +0000
commit91bab1f87961618226afe3b0e16d48b6decab09b (patch)
treebfa2b0b2cc4a5d159046b61a8acb392fec7a420b /x11-themes
parentmissing metadata (diff)
downloadhistorical-91bab1f87961618226afe3b0e16d48b6decab09b.tar.gz
historical-91bab1f87961618226afe3b0e16d48b6decab09b.tar.bz2
historical-91bab1f87961618226afe3b0e16d48b6decab09b.zip
ikons is part of kdeartwork-3.x
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/ikons/ChangeLog29
-rw-r--r--x11-themes/ikons/Manifest3
-rw-r--r--x11-themes/ikons/files/digest-ikons-0.5.8-r11
-rw-r--r--x11-themes/ikons/ikons-0.5.8-r1.ebuild29
4 files changed, 0 insertions, 62 deletions
diff --git a/x11-themes/ikons/ChangeLog b/x11-themes/ikons/ChangeLog
deleted file mode 100644
index a20134bb4e62..000000000000
--- a/x11-themes/ikons/ChangeLog
+++ /dev/null
@@ -1,29 +0,0 @@
-# ChangeLog for x11-themes/ikons
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/ikons/ChangeLog,v 1.8 2004/06/24 23:33:47 agriffis Exp $
-
- 19 Jun 2004; <pyrania@gentoo.org> ikons-0.5.8-r1.ebuild:
- Added IUSE.
-
- 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
-
-*ikons-0.5.8-r1 (31 Aug 2002)
-
- 31 Aug 2002; Dan Armak <danarmak@gentoo.org> ChangeLog :
-
- Fix bug #5901 - use kde-functions.eclass to determine the proper insall
- location.
-
-*ikons-0.5.7 (1 Feb 2002)
-
- 30 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * :
-
- Moved to x11-themes
-
- 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
-
- Added initial ChangeLog which should be updated whenever the package is
- updated in any way. This changelog is targetted to users. This means that the
- comments should well explained and written in clean English. The details about
- writing correct changelogs are explained in the skel.ChangeLog file which you
- can find in the root directory of the portage repository.
diff --git a/x11-themes/ikons/Manifest b/x11-themes/ikons/Manifest
deleted file mode 100644
index 8c9576fefc7a..000000000000
--- a/x11-themes/ikons/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 574c32770e0b05a07b9591006c999846 ikons-0.5.8-r1.ebuild 642
-MD5 0b386512512efb028d368ef067169e11 ChangeLog 1081
-MD5 1a8c9679840f4788fd91a156c50f5aef files/digest-ikons-0.5.8-r1 71
diff --git a/x11-themes/ikons/files/digest-ikons-0.5.8-r1 b/x11-themes/ikons/files/digest-ikons-0.5.8-r1
deleted file mode 100644
index c6c400f0b95f..000000000000
--- a/x11-themes/ikons/files/digest-ikons-0.5.8-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a16c0af380869e7d1a34dbaa32bdee4c 602-iKons_058_devel.tar.gz 743088
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
-
-}