diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-11-28 00:31:50 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-11-28 00:31:50 +0000 |
commit | c32d7bf464f109805fa327d401b91b2d110146b2 (patch) | |
tree | e623e1f7f80116c2d37f87152984146afbf00d12 /x11-themes/noia | |
parent | Remove the dummy src_compile, and use doins instead of cp to copy the icons. (diff) | |
download | historical-c32d7bf464f109805fa327d401b91b2d110146b2.tar.gz historical-c32d7bf464f109805fa327d401b91b2d110146b2.tar.bz2 historical-c32d7bf464f109805fa327d401b91b2d110146b2.zip |
Add binchecks and strip restricts, use doins rather than cp to copy the files. Keyword ~x86-fbsd
Package-Manager: portage-2.1.2_rc2-r2
Diffstat (limited to 'x11-themes/noia')
-rw-r--r-- | x11-themes/noia/ChangeLog | 6 | ||||
-rw-r--r-- | x11-themes/noia/files/digest-noia-1.0-r1 | 2 | ||||
-rw-r--r-- | x11-themes/noia/noia-1.0-r1.ebuild | 14 |
3 files changed, 12 insertions, 10 deletions
diff --git a/x11-themes/noia/ChangeLog b/x11-themes/noia/ChangeLog index c8a4b2009b68..4938563184f4 100644 --- a/x11-themes/noia/ChangeLog +++ b/x11-themes/noia/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/noia # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/noia/ChangeLog,v 1.24 2006/11/21 12:43:02 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/noia/ChangeLog,v 1.25 2006/11/28 00:31:50 flameeyes Exp $ + + 28 Nov 2006; Diego Pettenò <flameeyes@gentoo.org> noia-1.0-r1.ebuild: + Add binchecks and strip restricts, use doins rather than cp to copy the + files. Keyword ~x86-fbsd 21 Nov 2006; Diego Pettenò <flameeyes@gentoo.org> metadata.xml: Give this back to kde herd. diff --git a/x11-themes/noia/files/digest-noia-1.0-r1 b/x11-themes/noia/files/digest-noia-1.0-r1 index 411f5a266b01..12199e8f0260 100644 --- a/x11-themes/noia/files/digest-noia-1.0-r1 +++ b/x11-themes/noia/files/digest-noia-1.0-r1 @@ -1 +1,3 @@ MD5 afdb36b26c5df58e3273004245fb25c2 noia-kde-icons-1.00.tgz 12764378 +RMD160 b26133fba0185ee647d1530d834a56c069d8f198 noia-kde-icons-1.00.tgz 12764378 +SHA256 87432fd091445c20084880d1a987127c3d33c4bb4733fc3123ccbf75737e6fb1 noia-kde-icons-1.00.tgz 12764378 diff --git a/x11-themes/noia/noia-1.0-r1.ebuild b/x11-themes/noia/noia-1.0-r1.ebuild index 723e9d55e38a..80c1dc83cf01 100644 --- a/x11-themes/noia/noia-1.0-r1.ebuild +++ b/x11-themes/noia/noia-1.0-r1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/noia/noia-1.0-r1.ebuild,v 1.5 2006/01/13 18:07:52 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/noia/noia-1.0-r1.ebuild,v 1.6 2006/11/28 00:31:50 flameeyes Exp $ DESCRIPTION="The Noia icon theme" SRC_URI="http://es.kde.org/downloads/noia-kde-icons-1.00.tgz" HOMEPAGE="http://www.carlitus.net" -KEYWORDS="amd64 ppc sparc x86" +KEYWORDS="amd64 ppc sparc x86 ~x86-fbsd" IUSE="" SLOT="0" LICENSE="LGPL-2.1" @@ -15,13 +15,9 @@ RDEPEND="" S="${WORKDIR}/noia_kde_100" -RESTRICT="nostrip" - -src_compile() { - return 1 -} +RESTRICT="binchecks strip" src_install(){ - dodir /usr/share/icons/${PN} - cp -r ${S}/* ${D}/usr/share/icons/${PN} + insinto /usr/share/icons/${PN} + doins -r * } |