summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-09-18 16:45:52 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-09-18 16:45:52 +0000
commite4364dc4935ac6c0c00322f0ad6a467e254e7951 (patch)
treea234cbf2338c3d5d4639239f9ccc7898047866ed /x11-themes/nuvola
parentstupid cvs fix (diff)
downloadhistorical-e4364dc4935ac6c0c00322f0ad6a467e254e7951.tar.gz
historical-e4364dc4935ac6c0c00322f0ad6a467e254e7951.tar.bz2
historical-e4364dc4935ac6c0c00322f0ad6a467e254e7951.zip
Remove old package dependant on kde as is now stable on every arch it was before.
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'x11-themes/nuvola')
-rw-r--r--x11-themes/nuvola/ChangeLog6
-rw-r--r--x11-themes/nuvola/Manifest16
-rw-r--r--x11-themes/nuvola/files/digest-nuvola-1.01
-rw-r--r--x11-themes/nuvola/nuvola-1.0.ebuild31
4 files changed, 17 insertions, 37 deletions
diff --git a/x11-themes/nuvola/ChangeLog b/x11-themes/nuvola/ChangeLog
index 77508cda4474..ef9b86d17bf9 100644
--- a/x11-themes/nuvola/ChangeLog
+++ b/x11-themes/nuvola/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-themes/nuvola
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/nuvola/ChangeLog,v 1.11 2005/09/17 10:23:06 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/nuvola/ChangeLog,v 1.12 2005/09/18 16:45:52 flameeyes Exp $
+
+ 18 Sep 2005; Diego Pettenò <flameeyes@gentoo.org> -nuvola-1.0.ebuild:
+ Remove old package dependant on kde as is now stable on every arch it was
+ before.
17 Sep 2005; Aron Griffis <agriffis@gentoo.org> nuvola-1.0-r1.ebuild:
Mark 1.0-r1 stable on alpha
diff --git a/x11-themes/nuvola/Manifest b/x11-themes/nuvola/Manifest
index 9ce3ce07287a..9a75324e63f8 100644
--- a/x11-themes/nuvola/Manifest
+++ b/x11-themes/nuvola/Manifest
@@ -1,6 +1,14 @@
-MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156
-MD5 68a4cfb7a06fad4bf3194fd696b29c68 ChangeLog 1408
-MD5 f381d02c191aa051aa4b26996f66ca6d nuvola-1.0.ebuild 781
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 5287ac8eb469521e23fcc9a911a06298 ChangeLog 1569
MD5 7b3922321a995583c29418b3eabb4100 nuvola-1.0-r1.ebuild 700
-MD5 4803ed418dd56e0eed289f0c67722023 files/digest-nuvola-1.0 64
+MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156
MD5 4803ed418dd56e0eed289f0c67722023 files/digest-nuvola-1.0-r1 64
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2 (GNU/Linux)
+
+iD8DBQFDLZnfj5H05b2HAEkRAuGmAJ9uqFkcb++AutNhx548+6HPvR0QPQCfa/rI
+yyZaz/aO07t4tnViHy1p2Vo=
+=rG5y
+-----END PGP SIGNATURE-----
diff --git a/x11-themes/nuvola/files/digest-nuvola-1.0 b/x11-themes/nuvola/files/digest-nuvola-1.0
deleted file mode 100644
index 9c131acc6f1a..000000000000
--- a/x11-themes/nuvola/files/digest-nuvola-1.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 bf3e477716fe0b39de81c210d1b5a8d1 nuvola-1.0.tar.gz 13594245
diff --git a/x11-themes/nuvola/nuvola-1.0.ebuild b/x11-themes/nuvola/nuvola-1.0.ebuild
deleted file mode 100644
index 0db773bfa9c6..000000000000
--- a/x11-themes/nuvola/nuvola-1.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/nuvola/nuvola-1.0.ebuild,v 1.2 2005/02/05 15:53:43 centic Exp $
-
-inherit kde
-need-kde 3
-
-DESCRIPTION="Nuvola SVG evolution of SKY icon theme."
-SRC_URI="http://www.icon-king.com/files/${P}.tar.gz"
-HOMEPAGE="http://www.kde-look.org/content/show.php?content=5358"
-
-KEYWORDS="x86 ~alpha ~ppc ~sparc ~amd64"
-LICENSE="LGPL-2"
-SLOT="0"
-IUSE=""
-
-RESTRICT="$RESTRICT nostrip"
-
-S="${WORKDIR}/nuvola"
-
-# necessary to avoid normal compilation steps, we have nothing to compile here
-src_compile() {
- einfo "Nothing to compile..."
-}
-
-src_install(){
- cd ${S}
- dodir $PREFIX/share/icons/
- cp -rf ${S} ${D}/${PREFIX}/share/icons/Nuvola-${PV}
-}
-