summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-11-28 00:31:50 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-11-28 00:31:50 +0000
commitf2dbee7a23053d7212948299d3471431203b2d80 (patch)
tree3aa1abd92b61f7a76ccce512b1835de535357e4f /x11-themes/noia/noia-1.0-r1.ebuild
parentRemove the dummy src_compile, and use doins instead of cp to copy the icons. (diff)
downloadgentoo-2-f2dbee7a23053d7212948299d3471431203b2d80.tar.gz
gentoo-2-f2dbee7a23053d7212948299d3471431203b2d80.tar.bz2
gentoo-2-f2dbee7a23053d7212948299d3471431203b2d80.zip
Add binchecks and strip restricts, use doins rather than cp to copy the files. Keyword ~x86-fbsd
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'x11-themes/noia/noia-1.0-r1.ebuild')
-rw-r--r--x11-themes/noia/noia-1.0-r1.ebuild14
1 files changed, 5 insertions, 9 deletions
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 *
}