summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-11-28 00:46:46 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-11-28 00:46:46 +0000
commit5c2b7b221c386c55740cd13762a20f8df73350e1 (patch)
tree5d163d0874c4cea692991359455b15c8f4798c50 /x11-themes/Tulliana
parentAdd ~amd64 and ~x86-fbsd keywords. (diff)
downloadhistorical-5c2b7b221c386c55740cd13762a20f8df73350e1.tar.gz
historical-5c2b7b221c386c55740cd13762a20f8df73350e1.tar.bz2
historical-5c2b7b221c386c55740cd13762a20f8df73350e1.zip
Use doins rather than cp yo install the icons.
Package-Manager: portage-2.1.2_rc2-r2
Diffstat (limited to 'x11-themes/Tulliana')
-rw-r--r--x11-themes/Tulliana/ChangeLog5
-rw-r--r--x11-themes/Tulliana/Tulliana-2.0.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-themes/Tulliana/ChangeLog b/x11-themes/Tulliana/ChangeLog
index c1a4229c9757..d4f42b65af1b 100644
--- a/x11-themes/Tulliana/ChangeLog
+++ b/x11-themes/Tulliana/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-themes/Tulliana
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/Tulliana/ChangeLog,v 1.4 2006/11/21 12:40:20 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/Tulliana/ChangeLog,v 1.5 2006/11/28 00:46:46 flameeyes Exp $
+
+ 28 Nov 2006; Diego Pettenò <flameeyes@gentoo.org> Tulliana-2.0.ebuild:
+ Use doins rather than cp yo install the icons.
21 Nov 2006; Diego Pettenò <flameeyes@gentoo.org> metadata.xml:
Give this back to kde herd.
diff --git a/x11-themes/Tulliana/Tulliana-2.0.ebuild b/x11-themes/Tulliana/Tulliana-2.0.ebuild
index 0c2be8322c8a..f9adb3cdb266 100644
--- a/x11-themes/Tulliana/Tulliana-2.0.ebuild
+++ b/x11-themes/Tulliana/Tulliana-2.0.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/Tulliana/Tulliana-2.0.ebuild,v 1.3 2006/07/23 01:01:21 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/Tulliana/Tulliana-2.0.ebuild,v 1.4 2006/11/28 00:46:46 flameeyes Exp $
DESCRIPTION="Tulliana icon set for KDE"
HOMEPAGE="http://www.kde-look.org/content/show.php?content=38757"
@@ -17,7 +17,7 @@ RDEPEND=""
RESTRICT="strip binchecks"
src_install() {
- dodir /usr/share/icons
- cp -R "${S}" "${D}/usr/share/icons/${PN}"
+ insinto /usr/share/icons/${PN}
+ doins -r .
}