diff options
author | 2006-07-23 02:03:42 +0000 | |
---|---|---|
committer | 2006-07-23 02:03:42 +0000 | |
commit | 816fff9290fec0340d8c2bcdf38420432fdd8ced (patch) | |
tree | e241b92bb7f832f3489a49a35513ef197bb1f7b5 | |
parent | configure was being re-run, so make sure autotools are rebuilt properly; upda... (diff) | |
download | gentoo-2-816fff9290fec0340d8c2bcdf38420432fdd8ced.tar.gz gentoo-2-816fff9290fec0340d8c2bcdf38420432fdd8ced.tar.bz2 gentoo-2-816fff9290fec0340d8c2bcdf38420432fdd8ced.zip |
Revision bump, by removing the useless inheritance of kde and installing in /usr/share instead of in KDE's prefix. Also point to Gentoo mirrors as the original site is now unavailable.
(Portage version: 2.1.1_pre3-r3)
-rw-r--r-- | x11-themes/korilla/ChangeLog | 12 | ||||
-rw-r--r-- | x11-themes/korilla/files/digest-korilla-1.3.4 | 2 | ||||
-rw-r--r-- | x11-themes/korilla/files/digest-korilla-1.3.4-r1 | 3 | ||||
-rw-r--r-- | x11-themes/korilla/korilla-1.3.4-r1.ebuild | 18 | ||||
-rw-r--r-- | x11-themes/korilla/metadata.xml | 2 |
5 files changed, 34 insertions, 3 deletions
diff --git a/x11-themes/korilla/ChangeLog b/x11-themes/korilla/ChangeLog index 75c694e866a7..e515d42a6624 100644 --- a/x11-themes/korilla/ChangeLog +++ b/x11-themes/korilla/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for x11-themes/korilla -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/korilla/ChangeLog,v 1.7 2005/08/03 18:23:53 gustavoz Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/korilla/ChangeLog,v 1.8 2006/07/23 02:03:42 flameeyes Exp $ + +*korilla-1.3.4-r1 (23 Jul 2006) + + 23 Jul 2006; Diego Pettenò <flameeyes@gentoo.org> metadata.xml, + +korilla-1.3.4-r1.ebuild: + Revision bump, by removing the useless inheritance of kde and installing in + /usr/share instead of in KDE's prefix. Also point to Gentoo mirrors as the + original site is now unavailable. 03 Aug 2005; Gustavo Zacarias <gustavoz@gentoo.org> korilla-1.3.4.ebuild: Stable on sparc diff --git a/x11-themes/korilla/files/digest-korilla-1.3.4 b/x11-themes/korilla/files/digest-korilla-1.3.4 index a583699c215e..3dfa19041a06 100644 --- a/x11-themes/korilla/files/digest-korilla-1.3.4 +++ b/x11-themes/korilla/files/digest-korilla-1.3.4 @@ -1 +1,3 @@ MD5 b38af61f297c2617c623196e28148bea Korilla-v1.3.4.tar.bz2 5593432 +RMD160 2503bc42d28339b974d3b1233037ab244ef99b44 Korilla-v1.3.4.tar.bz2 5593432 +SHA256 2229764dbc878a1eca69ae61755e796b97033d836c9c59c5c511455bb198d335 Korilla-v1.3.4.tar.bz2 5593432 diff --git a/x11-themes/korilla/files/digest-korilla-1.3.4-r1 b/x11-themes/korilla/files/digest-korilla-1.3.4-r1 new file mode 100644 index 000000000000..3dfa19041a06 --- /dev/null +++ b/x11-themes/korilla/files/digest-korilla-1.3.4-r1 @@ -0,0 +1,3 @@ +MD5 b38af61f297c2617c623196e28148bea Korilla-v1.3.4.tar.bz2 5593432 +RMD160 2503bc42d28339b974d3b1233037ab244ef99b44 Korilla-v1.3.4.tar.bz2 5593432 +SHA256 2229764dbc878a1eca69ae61755e796b97033d836c9c59c5c511455bb198d335 Korilla-v1.3.4.tar.bz2 5593432 diff --git a/x11-themes/korilla/korilla-1.3.4-r1.ebuild b/x11-themes/korilla/korilla-1.3.4-r1.ebuild new file mode 100644 index 000000000000..cf113b57a7d0 --- /dev/null +++ b/x11-themes/korilla/korilla-1.3.4-r1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/korilla/korilla-1.3.4-r1.ebuild,v 1.1 2006/07/23 02:03:42 flameeyes Exp $ + +DESCRIPTION="Kool Gorilla Icon Set for KDE" +SRC_URI="mirror://gentoo/Korilla-v${PV}.tar.bz2" +HOMEPAGE="http://localhost/" # Not available and repoman annoys +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" +SLOT="0" +LICENSE="as-is" + +S="${WORKDIR}/Kool.Gorilla" + +src_install(){ + dodir /usr/share/icons/ + cp -r "${S}" "${D}/usr/share/icons/" +} diff --git a/x11-themes/korilla/metadata.xml b/x11-themes/korilla/metadata.xml index 20ce219711a2..8d1e86a9cefb 100644 --- a/x11-themes/korilla/metadata.xml +++ b/x11-themes/korilla/metadata.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>no-herd</herd> +<herd>kde</herd> </pkgmetadata> |