diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-16 13:18:33 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-16 13:18:33 +0000 |
commit | 804a0c49154776be056b5d8fd2b02f1b68c16fe6 (patch) | |
tree | 02038cebee3ae01416eeb67430f3590cd1065748 /x11-themes | |
parent | Replace root:root in root:0. Bug #103563. (diff) | |
download | historical-804a0c49154776be056b5d8fd2b02f1b68c16fe6.tar.gz historical-804a0c49154776be056b5d8fd2b02f1b68c16fe6.tar.bz2 historical-804a0c49154776be056b5d8fd2b02f1b68c16fe6.zip |
Replace root:root in root:0. Bug #103563.
Package-Manager: portage-2.0.53
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/iceicons/ChangeLog | 5 | ||||
-rw-r--r-- | x11-themes/iceicons/Manifest | 16 | ||||
-rw-r--r-- | x11-themes/iceicons/iceicons-0.10.0.ebuild | 4 |
3 files changed, 19 insertions, 6 deletions
diff --git a/x11-themes/iceicons/ChangeLog b/x11-themes/iceicons/ChangeLog index 5ca51c4bf912..c069309bb32d 100644 --- a/x11-themes/iceicons/ChangeLog +++ b/x11-themes/iceicons/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-themes/iceicons # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/iceicons/ChangeLog,v 1.7 2005/09/29 10:15:16 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/iceicons/ChangeLog,v 1.8 2005/12/16 13:18:33 flameeyes Exp $ + + 16 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> iceicons-0.10.0.ebuild: + Replace root:root in root:0. Bug #103563. 29 Sep 2005; Mamoru KOMACHI <usata@gentoo.org> iceicons-0.10.0.ebuild: Changed cp options to -pPR for non-GNU userlands; bug #103487. diff --git a/x11-themes/iceicons/Manifest b/x11-themes/iceicons/Manifest index ca906bb2d21c..d2345005150a 100644 --- a/x11-themes/iceicons/Manifest +++ b/x11-themes/iceicons/Manifest @@ -1,4 +1,14 @@ -MD5 f25c1a2fcf1b59577e554ddb7a812190 ChangeLog 947 -MD5 770510c9e42e2606e57f9b4182c2c271 iceicons-0.10.0.ebuild 1126 -MD5 e7307c1653035014c1e36a27ca8ccb45 metadata.xml 163 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 77c928f2435c119aec8c8f6278b2aa49 ChangeLog 1073 MD5 90cb05e95177a8c99f26578de8c7dfbd files/digest-iceicons-0.10.0 76 +MD5 2172f1d6844753e51c138ddba1633765 iceicons-0.10.0.ebuild 1127 +MD5 e7307c1653035014c1e36a27ca8ccb45 metadata.xml 163 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDor61AiZjviIA2XgRAuJsAKDsMPH4vu/fYtUKDRbCnzVxQVCunQCfUAaF +8RH7HodbSllxT1UgcYwKHSY= +=rkp5 +-----END PGP SIGNATURE----- diff --git a/x11-themes/iceicons/iceicons-0.10.0.ebuild b/x11-themes/iceicons/iceicons-0.10.0.ebuild index a66ecc78c2a3..bd594bc933c9 100644 --- a/x11-themes/iceicons/iceicons-0.10.0.ebuild +++ b/x11-themes/iceicons/iceicons-0.10.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/iceicons/iceicons-0.10.0.ebuild,v 1.7 2005/09/29 10:15:16 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/iceicons/iceicons-0.10.0.ebuild,v 1.8 2005/12/16 13:18:33 flameeyes Exp $ DESCRIPTION="IceWM Icons is a set of XPM 16x16, 32x32, and 48x48 XPM and PNG icons for IceWM" HOMEPAGE="http://themes.freshmeat.net/projects/iceicons/" @@ -22,7 +22,7 @@ ICEICONSDIR="/usr/share/icewm/icons/iceicons" src_install() { dodir ${ICEICONSDIR} cp -pPR icons/* ${D}/${ICEICONSDIR} - chown -R root:root ${D}/${ICEICONSDIR} + chown -R root:0 ${D}/${ICEICONSDIR} chmod -R o-w ${D}/${ICEICONSDIR} dodoc CHANGELOG README TODO winoptions |