summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTroy Dack <tad@gentoo.org>2003-11-16 03:44:19 +0000
committerTroy Dack <tad@gentoo.org>2003-11-16 03:44:19 +0000
commit874bde87adee4552e623ea2fc4b905ce2b6bdcd1 (patch)
treebb8f2930bd5b0441295ff198856f5d4b36c92dcb /x11-themes
parentVersion Bump. (diff)
downloadgentoo-2-874bde87adee4552e623ea2fc4b905ce2b6bdcd1.tar.gz
gentoo-2-874bde87adee4552e623ea2fc4b905ce2b6bdcd1.tar.bz2
gentoo-2-874bde87adee4552e623ea2fc4b905ce2b6bdcd1.zip
Version Bump.
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/korilla/ChangeLog7
-rw-r--r--x11-themes/korilla/Manifest4
-rw-r--r--x11-themes/korilla/files/digest-korilla-1.3.41
-rw-r--r--x11-themes/korilla/korilla-1.3.4.ebuild30
4 files changed, 39 insertions, 3 deletions
diff --git a/x11-themes/korilla/ChangeLog b/x11-themes/korilla/ChangeLog
index 8f0a74f1a4e1..e1997384d40c 100644
--- a/x11-themes/korilla/ChangeLog
+++ b/x11-themes/korilla/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-themes/korilla
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/korilla/ChangeLog,v 1.1 2003/11/12 08:39:31 tad Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/korilla/ChangeLog,v 1.2 2003/11/16 03:44:10 tad Exp $
+
+*korilla-1.3.4 (16 Nov 2003)
+
+ 16 Nov 2003; Troy Dack <tad@gentoo.org> korilla-1.3.4.ebuild:
+ Version bump. Closes Bug #33483
*korilla-1.3.3 (12 Nov 2003)
diff --git a/x11-themes/korilla/Manifest b/x11-themes/korilla/Manifest
index cd1d9525e862..c1bb0e84a0e5 100644
--- a/x11-themes/korilla/Manifest
+++ b/x11-themes/korilla/Manifest
@@ -1,6 +1,6 @@
-MD5 d24ee6978c08d0ce978bf406dbbb6383 korilla-1.3.4.ebuild 720
+MD5 4ac9439a968d87452e2adb32ab22b832 korilla-1.3.4.ebuild 720
MD5 d24ee6978c08d0ce978bf406dbbb6383 korilla-1.3.3.ebuild 720
-MD5 2189569b05b86fcd330788239318ee4a ChangeLog 434
+MD5 d207c120a8118352eeec27376188b8ff ChangeLog 563
MD5 a4de292547a7d4fbe157a4ecb4ce2193 metadata.xml 821
MD5 9c5f0e3810e897b508fb85826eacc243 files/digest-korilla-1.3.3 68
MD5 c7ba55d137948d63bf76021431372397 files/digest-korilla-1.3.4 68
diff --git a/x11-themes/korilla/files/digest-korilla-1.3.4 b/x11-themes/korilla/files/digest-korilla-1.3.4
new file mode 100644
index 000000000000..a583699c215e
--- /dev/null
+++ b/x11-themes/korilla/files/digest-korilla-1.3.4
@@ -0,0 +1 @@
+MD5 b38af61f297c2617c623196e28148bea Korilla-v1.3.4.tar.bz2 5593432
diff --git a/x11-themes/korilla/korilla-1.3.4.ebuild b/x11-themes/korilla/korilla-1.3.4.ebuild
new file mode 100644
index 000000000000..6eae857243cc
--- /dev/null
+++ b/x11-themes/korilla/korilla-1.3.4.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/korilla/korilla-1.3.4.ebuild,v 1.1 2003/11/16 03:44:10 tad Exp $
+
+inherit kde # not kde-base since we don't need c++ deps
+
+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"
+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/
+}