diff options
author | 2006-07-23 01:38:26 +0000 | |
---|---|---|
committer | 2006-07-23 01:38:26 +0000 | |
commit | 1758547f077fbcab992a014edbc74f076e265380 (patch) | |
tree | 34ab2c0f9d062ff9dd317c7cc39d7b57912420cc /x11-themes | |
parent | Remove unneeded eutils inherit, remove old version. (diff) | |
download | gentoo-2-1758547f077fbcab992a014edbc74f076e265380.tar.gz gentoo-2-1758547f077fbcab992a014edbc74f076e265380.tar.bz2 gentoo-2-1758547f077fbcab992a014edbc74f076e265380.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)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/lush/ChangeLog | 11 | ||||
-rw-r--r-- | x11-themes/lush/files/digest-lush-0.1.0-r1 | 2 | ||||
-rw-r--r-- | x11-themes/lush/files/digest-lush-0.1.0-r2 | 3 | ||||
-rw-r--r-- | x11-themes/lush/lush-0.1.0-r2.ebuild | 26 |
4 files changed, 40 insertions, 2 deletions
diff --git a/x11-themes/lush/ChangeLog b/x11-themes/lush/ChangeLog index 0095f1298b2a..aa557453c3e1 100644 --- a/x11-themes/lush/ChangeLog +++ b/x11-themes/lush/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-themes/lush -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/lush/ChangeLog,v 1.10 2005/09/17 10:21:52 agriffis Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/lush/ChangeLog,v 1.11 2006/07/23 01:38:26 flameeyes Exp $ + +*lush-0.1.0-r2 (23 Jul 2006) + + 23 Jul 2006; Diego Pettenò <flameeyes@gentoo.org> +lush-0.1.0-r2.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. 17 Sep 2005; Aron Griffis <agriffis@gentoo.org> lush-0.1.0-r1.ebuild: Mark 0.1.0-r1 stable on alpha diff --git a/x11-themes/lush/files/digest-lush-0.1.0-r1 b/x11-themes/lush/files/digest-lush-0.1.0-r1 index 5cd0fd955627..32b9b920a1b4 100644 --- a/x11-themes/lush/files/digest-lush-0.1.0-r1 +++ b/x11-themes/lush/files/digest-lush-0.1.0-r1 @@ -1 +1,3 @@ MD5 82ab0cbf18fd187a11cf87362ace2e20 lush-0.1.0dave.tar.gz 2072409 +RMD160 ff5e41ea64143505a3aa3a2d17c88ed225c15aca lush-0.1.0dave.tar.gz 2072409 +SHA256 af1f15142d0580951359fbacee3822365720f449b3b16cbe34b11ac48aa6d3e0 lush-0.1.0dave.tar.gz 2072409 diff --git a/x11-themes/lush/files/digest-lush-0.1.0-r2 b/x11-themes/lush/files/digest-lush-0.1.0-r2 new file mode 100644 index 000000000000..32b9b920a1b4 --- /dev/null +++ b/x11-themes/lush/files/digest-lush-0.1.0-r2 @@ -0,0 +1,3 @@ +MD5 82ab0cbf18fd187a11cf87362ace2e20 lush-0.1.0dave.tar.gz 2072409 +RMD160 ff5e41ea64143505a3aa3a2d17c88ed225c15aca lush-0.1.0dave.tar.gz 2072409 +SHA256 af1f15142d0580951359fbacee3822365720f449b3b16cbe34b11ac48aa6d3e0 lush-0.1.0dave.tar.gz 2072409 diff --git a/x11-themes/lush/lush-0.1.0-r2.ebuild b/x11-themes/lush/lush-0.1.0-r2.ebuild new file mode 100644 index 000000000000..0786a0af7118 --- /dev/null +++ b/x11-themes/lush/lush-0.1.0-r2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/lush/lush-0.1.0-r2.ebuild,v 1.1 2006/07/23 01:38:26 flameeyes Exp $ + +S="${WORKDIR}/lush" +DESCRIPTION="Lush KDE icon theme" +SRC_URI="mirror://gentoo/${P}dave.tar.gz" +HOMEPAGE="http://www.kde-look.org/content/show.php?content=5483" + +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" +LICENSE="GPL-1" + +SLOT="0" +IUSE="" + +RESTRICT="strip binchecks" + +src_compile() { + return 0 +} + +src_install(){ + cd "${S}" + dodir /usr/share/icons/ + cp -R "${S}" "${D}/usr/share/icons/${PN}" +} |