dolsen 14/12/06 20:13:44
Modified: ChangeLog portage-2.2.14.ebuild portage-9999.ebuild
portage-2.2.15.ebuild
Log:
Add missed "die" on hte sbin mv command
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key
0x65E309F2189DB0B8)
Revision Changes Path
1.1420 sys-apps/portage/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/ChangeLog?rev=1.1420&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/ChangeLog?rev=1.1420&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/ChangeLog?r1=1.1419&r2=1.1420
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v
retrieving revision 1.1419
retrieving revision 1.1420
diff -u -r1.1419 -r1.1420
--- ChangeLog 6 Dec 2014 17:34:23 -0000 1.1419
+++ ChangeLog 6 Dec 2014 20:13:44 -0000 1.1420
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/portage
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.1419
2014/12/06 17:34:23 dolsen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.1420
2014/12/06 20:13:44 dolsen Exp $
+
+ 06 Dec 2014; Brian Dolbec <[email protected]> portage-2.2.14.ebuild,
+ portage-2.2.15.ebuild, portage-9999.ebuild:
+ Add missing "die" on the sbin mv commands
06 Dec 2014; Brian Dolbec <[email protected]> portage-9999.ebuild:
Add einfo messages for the new plugin-sync system
1.3 sys-apps/portage/portage-2.2.14.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-2.2.14.ebuild?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-2.2.14.ebuild?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-2.2.14.ebuild?r1=1.2&r2=1.3
Index: portage-2.2.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2.14.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- portage-2.2.14.ebuild 4 Dec 2014 10:13:11 -0000 1.2
+++ portage-2.2.14.ebuild 6 Dec 2014 20:13:44 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2.14.ebuild,v
1.2 2014/12/04 10:13:11 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2.14.ebuild,v
1.3 2014/12/06 20:13:44 dolsen Exp $
EAPI=5
@@ -189,7 +189,7 @@
dodir /usr/sbin
for target in ${sbin_relocations}; do
einfo "Moving /usr/bin/${target} to /usr/sbin/${target}"
- mv "${ED}usr/bin/${target}" "${ED}usr/sbin/${target}"
+ mv "${ED}usr/bin/${target}" "${ED}usr/sbin/${target}" || die
"sbin scripts move failed!"
done
}
1.107 sys-apps/portage/portage-9999.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-9999.ebuild?rev=1.107&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-9999.ebuild?rev=1.107&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-9999.ebuild?r1=1.106&r2=1.107
Index: portage-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-9999.ebuild,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- portage-9999.ebuild 6 Dec 2014 17:34:23 -0000 1.106
+++ portage-9999.ebuild 6 Dec 2014 20:13:44 -0000 1.107
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-9999.ebuild,v
1.106 2014/12/06 17:34:23 dolsen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-9999.ebuild,v
1.107 2014/12/06 20:13:44 dolsen Exp $
EAPI=5
@@ -188,7 +188,7 @@
dodir /usr/sbin
for target in ${sbin_relocations}; do
einfo "Moving /usr/bin/${target} to /usr/sbin/${target}"
- mv "${ED}usr/bin/${target}" "${ED}usr/sbin/${target}"
+ mv "${ED}usr/bin/${target}" "${ED}usr/sbin/${target}" || die
"sbin scripts move failed!"
done
}
1.2 sys-apps/portage/portage-2.2.15.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-2.2.15.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-2.2.15.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-2.2.15.ebuild?r1=1.1&r2=1.2
Index: portage-2.2.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2.15.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- portage-2.2.15.ebuild 4 Dec 2014 01:25:20 -0000 1.1
+++ portage-2.2.15.ebuild 6 Dec 2014 20:13:44 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2.15.ebuild,v
1.1 2014/12/04 01:25:20 dolsen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2.15.ebuild,v
1.2 2014/12/06 20:13:44 dolsen Exp $
EAPI=5
@@ -189,7 +189,7 @@
dodir /usr/sbin
for target in ${sbin_relocations}; do
einfo "Moving /usr/bin/${target} to /usr/sbin/${target}"
- mv "${ED}usr/bin/${target}" "${ED}usr/sbin/${target}"
+ mv "${ED}usr/bin/${target}" "${ED}usr/sbin/${target}" || die
"sbin scripts move failed!"
done
}