diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-11-28 00:22:23 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-11-28 00:22:23 +0000 |
commit | 73bbfd44d022fc1e5f94849c79501c8573fb7b9e (patch) | |
tree | 72c086985041c084c89064fa9803c985bfd152a9 /x11-themes/korilla | |
parent | Version bump (diff) | |
download | gentoo-2-73bbfd44d022fc1e5f94849c79501c8573fb7b9e.tar.gz gentoo-2-73bbfd44d022fc1e5f94849c79501c8573fb7b9e.tar.bz2 gentoo-2-73bbfd44d022fc1e5f94849c79501c8573fb7b9e.zip |
Add binchecks and strip restricts, use doins rather than cp to copy the files.
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'x11-themes/korilla')
-rw-r--r-- | x11-themes/korilla/ChangeLog | 5 | ||||
-rw-r--r-- | x11-themes/korilla/korilla-1.3.5.ebuild | 10 |
2 files changed, 10 insertions, 5 deletions
diff --git a/x11-themes/korilla/ChangeLog b/x11-themes/korilla/ChangeLog index 7faee94da93e..69c464cb139f 100644 --- a/x11-themes/korilla/ChangeLog +++ b/x11-themes/korilla/ChangeLog @@ -1,6 +1,9 @@ # 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.15 2006/07/28 05:09:54 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/korilla/ChangeLog,v 1.16 2006/11/28 00:22:23 flameeyes Exp $ + + 28 Nov 2006; Diego Pettenò <flameeyes@gentoo.org> korilla-1.3.5.ebuild: + Add binchecks and strip restricts, use doins rather than cp to copy the files. 28 Jul 2006; Diego Pettenò <flameeyes@gentoo.org> -korilla-1.3.4.ebuild: Remove broken ebuild. diff --git a/x11-themes/korilla/korilla-1.3.5.ebuild b/x11-themes/korilla/korilla-1.3.5.ebuild index 5c0a7e64a43d..28be3580da46 100644 --- a/x11-themes/korilla/korilla-1.3.5.ebuild +++ b/x11-themes/korilla/korilla-1.3.5.ebuild @@ -1,6 +1,6 @@ # 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.2 2006/07/23 15:46:55 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/korilla/korilla-1.3.5.ebuild,v 1.3 2006/11/28 00:22:23 flameeyes Exp $ DESCRIPTION="Kool Gorilla Icon Set for KDE" SRC_URI="http://home.comcast.net/~gorillaonkde/gorilla/Korilla_Icons-v${PV}.tar.bz2" @@ -10,9 +10,11 @@ IUSE="" SLOT="0" LICENSE="GPL-2" -S="${WORKDIR}/Kool.Gorilla" +S="${WORKDIR}" + +RESTRICT="binchecks strip" src_install(){ - dodir /usr/share/icons/ - cp -r "${S}" "${D}/usr/share/icons/" + insinto /usr/share/icons/ + doins -r Kool.Gorilla } |