* [gentoo-commits] gentoo-x86 commit in sys-apps/portage: portage-2.1.13.7.ebuild portage-2.2.0_alpha196.ebuild ChangeLog
@ 2013-08-12 17:21 Zac Medico (zmedico)
0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2013-08-12 17:21 UTC (permalink / raw
To: gentoo-commits
zmedico 13/08/12 17:21:23
Modified: portage-2.1.13.7.ebuild
portage-2.2.0_alpha196.ebuild ChangeLog
Log:
Use find -mindepth 1 for userpriv DISTDIR update.
(Portage version: 2.2.0_alpha196/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
Revision Changes Path
1.2 sys-apps/portage/portage-2.1.13.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-2.1.13.7.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-2.1.13.7.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-2.1.13.7.ebuild?r1=1.1&r2=1.2
Index: portage-2.1.13.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.13.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- portage-2.1.13.7.ebuild 8 Aug 2013 18:48:26 -0000 1.1
+++ portage-2.1.13.7.ebuild 12 Aug 2013 17:21:23 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.13.7.ebuild,v 1.1 2013/08/08 18:48:26 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.13.7.ebuild,v 1.2 2013/08/12 17:21:23 zmedico Exp $
# Require EAPI 2 since we now require at least python-2.6 (for python 3
# syntax support) which also requires EAPI 2.
@@ -544,7 +544,7 @@
local ownership=$(get_ownership "${distdir}")
if [[ ${ownership#*:} == portage ]] ; then
einfo "Adjusting DISTDIR permissions for userpriv"
- find "${distdir}" -maxdepth 1 -type d -uid 0 \
+ find "${distdir}" -mindepth 1 -maxdepth 1 -type d -uid 0 \
-exec chown -R portage:portage {} +
fi
fi
1.2 sys-apps/portage/portage-2.2.0_alpha196.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-2.2.0_alpha196.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-2.2.0_alpha196.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-2.2.0_alpha196.ebuild?r1=1.1&r2=1.2
Index: portage-2.2.0_alpha196.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2.0_alpha196.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- portage-2.2.0_alpha196.ebuild 8 Aug 2013 18:50:17 -0000 1.1
+++ portage-2.2.0_alpha196.ebuild 12 Aug 2013 17:21:23 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2.0_alpha196.ebuild,v 1.1 2013/08/08 18:50:17 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2.0_alpha196.ebuild,v 1.2 2013/08/12 17:21:23 zmedico Exp $
# Require EAPI 2 since we now require at least python-2.6 (for python 3
# syntax support) which also requires EAPI 2.
@@ -567,7 +567,7 @@
local ownership=$(get_ownership "${distdir}")
if [[ ${ownership#*:} == portage ]] ; then
einfo "Adjusting DISTDIR permissions for userpriv"
- find "${distdir}" -maxdepth 1 -type d -uid 0 \
+ find "${distdir}" -mindepth 1 -maxdepth 1 -type d -uid 0 \
-exec chown -R portage:portage {} +
fi
fi
1.1341 sys-apps/portage/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/ChangeLog?rev=1.1341&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/ChangeLog?rev=1.1341&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/ChangeLog?r1=1.1340&r2=1.1341
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v
retrieving revision 1.1340
retrieving revision 1.1341
diff -u -r1.1340 -r1.1341
--- ChangeLog 8 Aug 2013 18:50:17 -0000 1.1340
+++ ChangeLog 12 Aug 2013 17:21:23 -0000 1.1341
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/portage
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.1340 2013/08/08 18:50:17 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.1341 2013/08/12 17:21:23 zmedico Exp $
+
+ 12 Aug 2013; Zac Medico <zmedico@gentoo.org> portage-2.1.13.7.ebuild,
+ portage-2.2.0_alpha196.ebuild:
+ Use find -mindepth 1 for userpriv DISTDIR update.
*portage-2.2.0_alpha196 (08 Aug 2013)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-08-12 17:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-12 17:21 [gentoo-commits] gentoo-x86 commit in sys-apps/portage: portage-2.1.13.7.ebuild portage-2.2.0_alpha196.ebuild ChangeLog Zac Medico (zmedico)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox