summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Stadler <centic@gentoo.org>2004-04-26 05:55:09 +0000
committerDominik Stadler <centic@gentoo.org>2004-04-26 05:55:09 +0000
commit5093039933ad5fcde45319e4b42ffbf069b5453f (patch)
tree1ee7fdc63c7549127c7d54f704208dcd3034498b /x11-themes
parentFixed the replace-flags line (diff)
downloadhistorical-5093039933ad5fcde45319e4b42ffbf069b5453f.tar.gz
historical-5093039933ad5fcde45319e4b42ffbf069b5453f.tar.bz2
historical-5093039933ad5fcde45319e4b42ffbf069b5453f.zip
Add 0.1.0-r1 with corrected install-path, see Bug 38220.
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/lush/ChangeLog10
-rw-r--r--x11-themes/lush/Manifest7
-rw-r--r--x11-themes/lush/files/digest-lush-0.1.0-r11
-rw-r--r--x11-themes/lush/lush-0.1.0-r1.ebuild30
-rw-r--r--x11-themes/lush/lush-0.1.0.ebuild2
-rw-r--r--x11-themes/lush/metadata.xml5
6 files changed, 50 insertions, 5 deletions
diff --git a/x11-themes/lush/ChangeLog b/x11-themes/lush/ChangeLog
index c311387f8d26..1aedf0e8772d 100644
--- a/x11-themes/lush/ChangeLog
+++ b/x11-themes/lush/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-themes/lush
-# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/lush/ChangeLog,v 1.1 2003/06/20 08:36:34 tad Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/lush/ChangeLog,v 1.2 2004/04/26 05:55:07 centic Exp $
+
+*lush-0.1.0-r1 (26 Apr 2004)
+
+ 26 Apr 2004; Dominik Stadler <centic@gentoo.org> +lush-0.1.0-r1.ebuild:
+ Corrected the wrong install path, thanks to <elias.probst@gmx.de>, see Bug
+ 38220
*lush-0.1.0 (20 June 2003)
diff --git a/x11-themes/lush/Manifest b/x11-themes/lush/Manifest
index 5d4afa7eda26..dfb1aac2f95f 100644
--- a/x11-themes/lush/Manifest
+++ b/x11-themes/lush/Manifest
@@ -1,3 +1,6 @@
-MD5 1c6c5587dceec55785b31b21f7ee6e6f ChangeLog 373
-MD5 264a1cbc34b13eb935672b6327439eaa lush-0.1.0.ebuild 601
+MD5 f07da54f6c58d5c708b842ade779b6bc ChangeLog 571
+MD5 6fc30c24e5cae4368ba8aae4b9bda8a9 lush-0.1.0.ebuild 601
+MD5 7d1837cf20ec7f8602b1f450f9aa767d lush-0.1.0-r1.ebuild 711
+MD5 77a747b5fbf7edf698a0c698141ecf02 metadata.xml 163
MD5 30eef944f34eac32e48b3815a3a3285e files/digest-lush-0.1.0 67
+MD5 30eef944f34eac32e48b3815a3a3285e files/digest-lush-0.1.0-r1 67
diff --git a/x11-themes/lush/files/digest-lush-0.1.0-r1 b/x11-themes/lush/files/digest-lush-0.1.0-r1
new file mode 100644
index 000000000000..5cd0fd955627
--- /dev/null
+++ b/x11-themes/lush/files/digest-lush-0.1.0-r1
@@ -0,0 +1 @@
+MD5 82ab0cbf18fd187a11cf87362ace2e20 lush-0.1.0dave.tar.gz 2072409
diff --git a/x11-themes/lush/lush-0.1.0-r1.ebuild b/x11-themes/lush/lush-0.1.0-r1.ebuild
new file mode 100644
index 000000000000..513d822892ec
--- /dev/null
+++ b/x11-themes/lush/lush-0.1.0-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/lush/lush-0.1.0-r1.ebuild,v 1.1 2004/04/26 05:55:07 centic Exp $
+
+inherit kde
+need-kde 3
+
+S="${WORKDIR}/lush"
+DESCRIPTION="Lush KDE icon theme"
+SRC_URI="http://projects.dims.org/~dave/distribution/${P}dave.tar.gz"
+HOMEPAGE="http://www.kde-look.org/content/show.php?content=5483"
+
+KEYWORDS="~x86 ~alpha ~ppc ~sparc"
+LICENSE="GPL-1"
+
+SLOT="0"
+IUSE=""
+
+# stripping hangs and we've no binaries
+RESTRICT="$RESTRICT nostrip"
+
+src_compile() {
+ return 0
+}
+
+src_install(){
+ cd ${S}
+ dodir $PREFIX/share/icons/
+ cp -rf ${S} ${D}/${PREFIX}/share/icons/${P}
+}
diff --git a/x11-themes/lush/lush-0.1.0.ebuild b/x11-themes/lush/lush-0.1.0.ebuild
index 9359b947c05f..b5181782a0ef 100644
--- a/x11-themes/lush/lush-0.1.0.ebuild
+++ b/x11-themes/lush/lush-0.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header:
inherit kde
diff --git a/x11-themes/lush/metadata.xml b/x11-themes/lush/metadata.xml
new file mode 100644
index 000000000000..7a70bd761f0b
--- /dev/null
+++ b/x11-themes/lush/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>kde-themes</herd>
+</pkgmetadata>