From cd0a3c8d85864cafaa88e1f16967a39d54a785db Mon Sep 17 00:00:00 2001 From: Troy Dack Date: Wed, 12 Nov 2003 08:39:40 +0000 Subject: Initial ebuild. Closes bug #32761. --- x11-themes/korilla/Manifest | 3 ++- x11-themes/korilla/files/digest-korilla-1.3.3 | 1 + x11-themes/korilla/korilla-1.3.3.ebuild | 30 +++++++++++++++++++++++++++ x11-themes/korilla/metadata.xml | 25 ++++++++++++++++++++++ 4 files changed, 58 insertions(+), 1 deletion(-) create mode 100644 x11-themes/korilla/files/digest-korilla-1.3.3 create mode 100644 x11-themes/korilla/korilla-1.3.3.ebuild create mode 100644 x11-themes/korilla/metadata.xml (limited to 'x11-themes/korilla') 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 @@ + + + + +no-herd + + @gentoo.org + + + + + -- cgit v1.2.3-65-gdbad