summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-11-28 00:48:12 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-11-28 00:48:12 +0000
commit63cd6e2e2d0ba07d175067394c3c4fb895193a08 (patch)
tree820a291cd78d00b45d822d873cc7422fcc73ebbc
parentAdd ~x86-fbsd keyword, and remove arts useflag. (diff)
downloadhistorical-63cd6e2e2d0ba07d175067394c3c4fb895193a08.tar.gz
historical-63cd6e2e2d0ba07d175067394c3c4fb895193a08.tar.bz2
historical-63cd6e2e2d0ba07d175067394c3c4fb895193a08.zip
Call doins with just one parameter.
Package-Manager: portage-2.1.2_rc2-r2
-rw-r--r--x11-themes/noia/ChangeLog5
-rw-r--r--x11-themes/noia/noia-1.0-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-themes/noia/ChangeLog b/x11-themes/noia/ChangeLog
index 4938563184f4..d2cb68ab3f32 100644
--- a/x11-themes/noia/ChangeLog
+++ b/x11-themes/noia/ChangeLog
@@ -1,6 +1,9 @@
# 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.25 2006/11/28 00:31:50 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/noia/ChangeLog,v 1.26 2006/11/28 00:48:12 flameeyes Exp $
+
+ 28 Nov 2006; Diego Pettenò <flameeyes@gentoo.org> noia-1.0-r1.ebuild:
+ Call doins with just one parameter.
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
diff --git a/x11-themes/noia/noia-1.0-r1.ebuild b/x11-themes/noia/noia-1.0-r1.ebuild
index 80c1dc83cf01..8c6cc6bd1169 100644
--- a/x11-themes/noia/noia-1.0-r1.ebuild
+++ b/x11-themes/noia/noia-1.0-r1.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/noia/noia-1.0-r1.ebuild,v 1.6 2006/11/28 00:31:50 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/noia/noia-1.0-r1.ebuild,v 1.7 2006/11/28 00:48:12 flameeyes Exp $
DESCRIPTION="The Noia icon theme"
SRC_URI="http://es.kde.org/downloads/noia-kde-icons-1.00.tgz"
@@ -19,5 +19,5 @@ RESTRICT="binchecks strip"
src_install(){
insinto /usr/share/icons/${PN}
- doins -r *
+ doins -r .
}