diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-07-23 04:32:48 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-07-23 04:32:48 +0000 |
commit | 7111fb0c39ffdcadb21174ac47c6b7b585b0d4c1 (patch) | |
tree | 53cd7e9aad26b8b97a762de825a63637b4a159f2 /x11-themes | |
parent | stable on mips (diff) | |
download | gentoo-2-7111fb0c39ffdcadb21174ac47c6b7b585b0d4c1.tar.gz gentoo-2-7111fb0c39ffdcadb21174ac47c6b7b585b0d4c1.tar.bz2 gentoo-2-7111fb0c39ffdcadb21174ac47c6b7b585b0d4c1.zip |
Version bump and update of homepage by Daniel Webert in bugs #141464 and #141456.
(Portage version: 2.1.1_pre3-r3)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/korilla/ChangeLog | 9 | ||||
-rw-r--r-- | x11-themes/korilla/files/digest-korilla-1.3.5 | 3 | ||||
-rw-r--r-- | x11-themes/korilla/korilla-1.3.4-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-themes/korilla/korilla-1.3.5.ebuild | 18 |
4 files changed, 31 insertions, 3 deletions
diff --git a/x11-themes/korilla/ChangeLog b/x11-themes/korilla/ChangeLog index b490a36a4443..8adb5ed21565 100644 --- a/x11-themes/korilla/ChangeLog +++ b/x11-themes/korilla/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-themes/korilla # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/korilla/ChangeLog,v 1.9 2006/07/23 02:18:42 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/korilla/ChangeLog,v 1.10 2006/07/23 04:32:48 flameeyes Exp $ + +*korilla-1.3.5 (23 Jul 2006) + + 23 Jul 2006; Diego Pettenò <flameeyes@gentoo.org> + korilla-1.3.4-r1.ebuild, +korilla-1.3.5.ebuild: + Version bump and update of homepage by Daniel Webert in bugs #141464 and + #141456. 23 Jul 2006; Luca Barbato <lu_zero@gentoo.org> korilla-1.3.4-r1.ebuild: Marked ppc diff --git a/x11-themes/korilla/files/digest-korilla-1.3.5 b/x11-themes/korilla/files/digest-korilla-1.3.5 new file mode 100644 index 000000000000..35904abec463 --- /dev/null +++ b/x11-themes/korilla/files/digest-korilla-1.3.5 @@ -0,0 +1,3 @@ +MD5 321f63fae792cdab26b98a4739d4d15d Korilla_Icons-v1.3.5.tar.bz2 5761203 +RMD160 070cbcf83b046a7d9984d33686792adfa22bec2e Korilla_Icons-v1.3.5.tar.bz2 5761203 +SHA256 84cfde393766180cfcbc3108838b1984ed9ceedf94f20e75658161f2eaa28579 Korilla_Icons-v1.3.5.tar.bz2 5761203 diff --git a/x11-themes/korilla/korilla-1.3.4-r1.ebuild b/x11-themes/korilla/korilla-1.3.4-r1.ebuild index 1eef1d9751bc..bae36ae2325c 100644 --- a/x11-themes/korilla/korilla-1.3.4-r1.ebuild +++ b/x11-themes/korilla/korilla-1.3.4-r1.ebuild @@ -1,10 +1,10 @@ # 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.2 2006/07/23 02:18:42 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/korilla/korilla-1.3.4-r1.ebuild,v 1.3 2006/07/23 04:32:48 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 +HOMEPAGE="http://www.kde-look.org/content/show.php?content=7264" KEYWORDS="~amd64 ppc ~sparc ~x86" IUSE="" SLOT="0" diff --git a/x11-themes/korilla/korilla-1.3.5.ebuild b/x11-themes/korilla/korilla-1.3.5.ebuild new file mode 100644 index 000000000000..3aa69a24421c --- /dev/null +++ b/x11-themes/korilla/korilla-1.3.5.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.5.ebuild,v 1.1 2006/07/23 04:32:48 flameeyes Exp $ + +DESCRIPTION="Kool Gorilla Icon Set for KDE" +SRC_URI="http://home.comcast.net/~gorillaonkde/gorilla/Korilla_Icons-v${PV}.tar.bz2" +HOMEPAGE="http://www.kde-look.org/content/show.php?content=7264" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" +SLOT="0" +LICENSE="GPL-2" + +S="${WORKDIR}/Kool.Gorilla" + +src_install(){ + dodir /usr/share/icons/ + cp -r "${S}" "${D}/usr/share/icons/" +} |