diff options
author | Troy Dack <tad@gentoo.org> | 2003-11-12 08:39:40 +0000 |
---|---|---|
committer | Troy Dack <tad@gentoo.org> | 2003-11-12 08:39:40 +0000 |
commit | b841b73575b95c84410efa57c298aa4fa94469f3 (patch) | |
tree | 40361f9c2a1037989be4d8a55f2b98a33be9e4d0 /x11-themes | |
parent | Initial ebuild. Closes bug #32761. (diff) | |
download | gentoo-2-b841b73575b95c84410efa57c298aa4fa94469f3.tar.gz gentoo-2-b841b73575b95c84410efa57c298aa4fa94469f3.tar.bz2 gentoo-2-b841b73575b95c84410efa57c298aa4fa94469f3.zip |
Initial ebuild. Closes bug #32761.
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/korilla/ChangeLog | 10 | ||||
-rw-r--r-- | x11-themes/korilla/Manifest | 3 | ||||
-rw-r--r-- | x11-themes/korilla/files/digest-korilla-1.3.3 | 1 | ||||
-rw-r--r-- | x11-themes/korilla/korilla-1.3.3.ebuild | 30 | ||||
-rw-r--r-- | x11-themes/korilla/metadata.xml | 25 |
5 files changed, 68 insertions, 1 deletions
diff --git a/x11-themes/korilla/ChangeLog b/x11-themes/korilla/ChangeLog new file mode 100644 index 000000000000..8f0a74f1a4e1 --- /dev/null +++ b/x11-themes/korilla/ChangeLog @@ -0,0 +1,10 @@ +# 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 $ + +*korilla-1.3.3 (12 Nov 2003) + + 12 Nov 2003; Troy Dack <tad@gentoo.org> korilla-1.3.3.ebuild, metadata.xml: + Initial ebuild. Thanks to Alkis Evlogimenos <alkis_e@hotmail.com> for his + persistence. Closes Bug #32761. + 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> |