summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTroy Dack <tad@gentoo.org>2003-11-12 08:39:40 +0000
committerTroy Dack <tad@gentoo.org>2003-11-12 08:39:40 +0000
commitcd0a3c8d85864cafaa88e1f16967a39d54a785db (patch)
tree1cfbcc05555697a4460ea0d38b0ca18bd51fe43c /x11-themes/korilla
parentInitial ebuild. Closes bug #32761. (diff)
downloadhistorical-cd0a3c8d85864cafaa88e1f16967a39d54a785db.tar.gz
historical-cd0a3c8d85864cafaa88e1f16967a39d54a785db.tar.bz2
historical-cd0a3c8d85864cafaa88e1f16967a39d54a785db.zip
Initial ebuild. Closes bug #32761.
Diffstat (limited to 'x11-themes/korilla')
-rw-r--r--x11-themes/korilla/Manifest3
-rw-r--r--x11-themes/korilla/files/digest-korilla-1.3.31
-rw-r--r--x11-themes/korilla/korilla-1.3.3.ebuild30
-rw-r--r--x11-themes/korilla/metadata.xml25
4 files changed, 58 insertions, 1 deletions
diff --git a/x11-themes/korilla/Manifest b/x11-themes/korilla/Manifest
index 717655471675..1c2c84d6f9da 100644
--- a/x11-themes/korilla/Manifest
+++ b/x11-themes/korilla/Manifest
@@ -1,3 +1,4 @@
-MD5 60366fb687078f3bcaf1327bf91534f8 korilla-1.3.3.ebuild 492
+MD5 d24ee6978c08d0ce978bf406dbbb6383 korilla-1.3.3.ebuild 720
+MD5 2189569b05b86fcd330788239318ee4a ChangeLog 434
MD5 a4de292547a7d4fbe157a4ecb4ce2193 metadata.xml 821
MD5 9c5f0e3810e897b508fb85826eacc243 files/digest-korilla-1.3.3 68
diff --git a/x11-themes/korilla/files/digest-korilla-1.3.3 b/x11-themes/korilla/files/digest-korilla-1.3.3
new file mode 100644
index 000000000000..908e51da2d82
--- /dev/null
+++ b/x11-themes/korilla/files/digest-korilla-1.3.3
@@ -0,0 +1 @@
+MD5 9fe07a675f4cff29fb5c2fda14d9b008 Korilla-v1.3.3.tar.bz2 5326477
diff --git a/x11-themes/korilla/korilla-1.3.3.ebuild b/x11-themes/korilla/korilla-1.3.3.ebuild
new file mode 100644
index 000000000000..5cc8a16cf3a2
--- /dev/null
+++ b/x11-themes/korilla/korilla-1.3.3.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.3.ebuild,v 1.1 2003/11/12 08:39:31 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/
+}
diff --git a/x11-themes/korilla/metadata.xml b/x11-themes/korilla/metadata.xml
new file mode 100644
index 000000000000..1c65abc4a44c
--- /dev/null
+++ b/x11-themes/korilla/metadata.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!--
+
+This is the example metadata file.
+The root element of this file is <pkgmetadata>. Within this element a
+number of subelements are allowed: herd, maintainer, and
+longdescription. herd is a required subelement.
+
+For a full description look at:
+http://www.gentoo.org/proj/en/metastructure/herds
+
+
+Before committing, please remove the comments from this file. They are
+not relevant for general metadata.xml files.
+-->
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+ <email>@gentoo.org</email>
+<!-- <name>Full name</name> -->
+<!-- <description>Description of the maintainership</description> -->
+</maintainer>
+<!-- <longdescription>Long description of the package</longdescription> -->
+</pkgmetadata>