summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-lisp/cmucl-source/ChangeLog8
-rw-r--r--dev-lisp/cmucl-source/cmucl-source-19a.ebuild6
-rw-r--r--dev-util/aegis/ChangeLog5
-rw-r--r--dev-util/aegis/aegis-4.19.ebuild4
-rw-r--r--games-strategy/magnant/ChangeLog5
-rw-r--r--games-strategy/magnant/magnant-2.00.ebuild4
-rw-r--r--net-misc/cfengine/ChangeLog5
-rw-r--r--net-misc/cfengine/cfengine-2.1.17.ebuild4
8 files changed, 27 insertions, 14 deletions
diff --git a/dev-lisp/cmucl-source/ChangeLog b/dev-lisp/cmucl-source/ChangeLog
index c5a3e9be3eeb..e04423e4e066 100644
--- a/dev-lisp/cmucl-source/ChangeLog
+++ b/dev-lisp/cmucl-source/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lisp/cmucl-source
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cmucl-source/ChangeLog,v 1.8 2004/08/11 14:40:32 mkennedy Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cmucl-source/ChangeLog,v 1.9 2005/12/16 13:07:47 flameeyes Exp $
+
+ 16 Dec 2005; Diego Pettenò <flameeyes@gentoo.org>
+ cmucl-source-19a.ebuild:
+ Replace root:root in root:0. Bug #103563.
09 Aug 2004; <mkennedy@gentoo.org> cmucl-source-19a.ebuild:
Debian patch level bump
diff --git a/dev-lisp/cmucl-source/cmucl-source-19a.ebuild b/dev-lisp/cmucl-source/cmucl-source-19a.ebuild
index cbf70ae7ed08..622bc22b3f62 100644
--- a/dev-lisp/cmucl-source/cmucl-source-19a.ebuild
+++ b/dev-lisp/cmucl-source/cmucl-source-19a.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cmucl-source/cmucl-source-19a.ebuild,v 1.3 2005/02/10 09:18:30 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cmucl-source/cmucl-source-19a.ebuild,v 1.4 2005/12/16 13:07:47 flameeyes Exp $
inherit common-lisp eutils
@@ -91,7 +91,7 @@ src_install() {
# doins own-work/clx/*.{ps.gz,el} own-work/clx/README* # own-work/clx/Makefile
# insinto /usr/share/doc/${PF}/clx/clxman
# doins own-work/clx/clxman/*
- chown -R root:root ${D}/usr/share/common-lisp/source/
+ chown -R root:0 ${D}/usr/share/common-lisp/source/
}
pkg_postinst() {
diff --git a/dev-util/aegis/ChangeLog b/dev-util/aegis/ChangeLog
index 6dd1ee0dfe52..9c5a95d69815 100644
--- a/dev-util/aegis/ChangeLog
+++ b/dev-util/aegis/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/aegis
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/aegis/ChangeLog,v 1.16 2005/10/29 17:18:46 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/aegis/ChangeLog,v 1.17 2005/12/16 13:09:33 flameeyes Exp $
+
+ 16 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> aegis-4.19.ebuild:
+ Replace root:root in root:0. Bug #103563.
29 Oct 2005; Fabian Groffen <grobian@gentoo.org> aegis-4.19.ebuild:
Marked ~ppc-macos (bug #109954)
diff --git a/dev-util/aegis/aegis-4.19.ebuild b/dev-util/aegis/aegis-4.19.ebuild
index 32d372beaa4e..48a4b1ae7453 100644
--- a/dev-util/aegis/aegis-4.19.ebuild
+++ b/dev-util/aegis/aegis-4.19.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/dev-util/aegis/aegis-4.19.ebuild,v 1.2 2005/10/29 17:18:46 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/aegis/aegis-4.19.ebuild,v 1.3 2005/12/16 13:09:33 flameeyes Exp $
IUSE="tcltk"
@@ -47,7 +47,7 @@ src_install () {
# OK so ${D}/var/lib/aegis gets UID=3, but for some
# reason so do the files under /usr/share, even though
# they are read-only.
- chown -R root:root ${D}/usr/share
+ chown -R root:0 ${D}/usr/share
dodoc lib/en/*
# Link to share dir so user has a chance of noticing it.
diff --git a/games-strategy/magnant/ChangeLog b/games-strategy/magnant/ChangeLog
index 4a2f25cbd2ab..02864f3ec2bc 100644
--- a/games-strategy/magnant/ChangeLog
+++ b/games-strategy/magnant/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-strategy/magnant
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/magnant/ChangeLog,v 1.1 2005/10/26 00:36:39 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/magnant/ChangeLog,v 1.2 2005/12/16 13:10:58 flameeyes Exp $
+
+ 16 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> magnant-2.00.ebuild:
+ Replace root:root in root:0. Bug #103563.
*magnant-2.00 (Oct 25 2005)
diff --git a/games-strategy/magnant/magnant-2.00.ebuild b/games-strategy/magnant/magnant-2.00.ebuild
index 13a6cece3f4c..ae18939481bb 100644
--- a/games-strategy/magnant/magnant-2.00.ebuild
+++ b/games-strategy/magnant/magnant-2.00.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/games-strategy/magnant/magnant-2.00.ebuild,v 1.3 2005/10/26 01:15:26 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/magnant/magnant-2.00.ebuild,v 1.4 2005/12/16 13:10:58 flameeyes Exp $
inherit eutils games
@@ -22,7 +22,7 @@ src_unpack() {
tar zxf magnant.dev_${PV}.tar.gz || die "unpacking tar"
rm -r data/doc
chmod -R go-w doc data
- chown -R root:root doc data
+ chown -R root:0 doc data
}
src_install() {
diff --git a/net-misc/cfengine/ChangeLog b/net-misc/cfengine/ChangeLog
index e436d128576a..59daed35f4d7 100644
--- a/net-misc/cfengine/ChangeLog
+++ b/net-misc/cfengine/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/cfengine
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/cfengine/ChangeLog,v 1.63 2005/11/22 15:35:16 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/cfengine/ChangeLog,v 1.64 2005/12/16 13:12:06 flameeyes Exp $
+
+ 16 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> cfengine-2.1.17.ebuild:
+ Replace root:root in root:0. Bug #103563.
22 Nov 2005; Gustavo Zacarias <gustavoz@gentoo.org>
cfengine-2.1.16.ebuild:
diff --git a/net-misc/cfengine/cfengine-2.1.17.ebuild b/net-misc/cfengine/cfengine-2.1.17.ebuild
index 779c3122836b..c56892c728ae 100644
--- a/net-misc/cfengine/cfengine-2.1.17.ebuild
+++ b/net-misc/cfengine/cfengine-2.1.17.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/net-misc/cfengine/cfengine-2.1.17.ebuild,v 1.1 2005/11/20 03:05:15 ramereth Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/cfengine/cfengine-2.1.17.ebuild,v 1.2 2005/12/16 13:12:06 flameeyes Exp $
inherit eutils
@@ -51,7 +51,7 @@ src_install() {
keepdir /var/cfengine/inputs
dodir /var/cfengine/modules
tar jxf ${FILESDIR}/module-cfportage.tbz2 -C ${D}/var/cfengine/modules
- fowners root:root /var/cfengine/modules/module\:cfportage
+ fowners root:0 /var/cfengine/modules/module\:cfportage
}
pkg_postinst() {