floppym     15/05/30 13:58:45

  Modified:             systemd-220-r2.ebuild systemd-9999.ebuild
                        systemd-218-r3.ebuild systemd-216-r3.ebuild
                        systemd-219_p112.ebuild ChangeLog
  Log:
  Remove obsolete postinst messages.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  Changes    Path
1.4                  sys-apps/systemd/systemd-220-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-220-r2.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-220-r2.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-220-r2.ebuild?r1=1.3&r2=1.4

Index: systemd-220-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-220-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- systemd-220-r2.ebuild       30 May 2015 13:03:27 -0000      1.3
+++ systemd-220-r2.ebuild       30 May 2015 13:58:45 -0000      1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-220-r2.ebuild,v 
1.3 2015/05/30 13:03:27 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-220-r2.ebuild,v 
1.4 2015/05/30 13:58:45 floppym Exp $
 
 EAPI=5
 
@@ -471,26 +471,12 @@
                eerror
        fi
 
-       if [[ ! -L "${ROOT}"/etc/mtab ]]; then
-               ewarn "Upstream mandates the /etc/mtab file should be a symlink 
to /proc/mounts."
-               ewarn "Not having it is not supported by upstream and will 
cause tools like 'df'"
-               ewarn "and 'mount' to not work properly. Please run:"
-               ewarn " # ln -sf '${ROOT}proc/self/mounts' '${ROOT}etc/mtab'"
-               ewarn
-       fi
-
        if [[ $(readlink "${ROOT}"/etc/resolv.conf) == 
*/run/systemd/network/resolv.conf ]]; then
                ewarn "resolv.conf is now generated by systemd-resolved. To use 
it, enable"
                ewarn "systemd-resolved.service, and create a symlink from 
/etc/resolv.conf"
                ewarn "to /run/systemd/resolve/resolv.conf"
                ewarn
        fi
-
-       if has_version sys-apps/openrc &&
-               ! has_version sys-fs/udev-init-scripts; then
-               elog "If you plan to boot using OpenRC and udev or eudev, you"
-               elog "need to install the udev-init-scripts package."
-       fi
 }
 
 pkg_prerm() {



1.169                sys-apps/systemd/systemd-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.169&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.169&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.168&r2=1.169

Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -r1.168 -r1.169
--- systemd-9999.ebuild 30 May 2015 13:03:27 -0000      1.168
+++ systemd-9999.ebuild 30 May 2015 13:58:45 -0000      1.169
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 
1.168 2015/05/30 13:03:27 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 
1.169 2015/05/30 13:58:45 floppym Exp $
 
 EAPI=5
 
@@ -479,26 +479,12 @@
                eerror
        fi
 
-       if [[ ! -L "${ROOT}"/etc/mtab ]]; then
-               ewarn "Upstream mandates the /etc/mtab file should be a symlink 
to /proc/mounts."
-               ewarn "Not having it is not supported by upstream and will 
cause tools like 'df'"
-               ewarn "and 'mount' to not work properly. Please run:"
-               ewarn " # ln -sf '${ROOT}proc/self/mounts' '${ROOT}etc/mtab'"
-               ewarn
-       fi
-
        if [[ $(readlink "${ROOT}"/etc/resolv.conf) == 
*/run/systemd/network/resolv.conf ]]; then
                ewarn "resolv.conf is now generated by systemd-resolved. To use 
it, enable"
                ewarn "systemd-resolved.service, and create a symlink from 
/etc/resolv.conf"
                ewarn "to /run/systemd/resolve/resolv.conf"
                ewarn
        fi
-
-       if has_version sys-apps/openrc &&
-               ! has_version sys-fs/udev-init-scripts; then
-               elog "If you plan to boot using OpenRC and udev or eudev, you"
-               elog "need to install the udev-init-scripts package."
-       fi
 }
 
 pkg_prerm() {



1.7                  sys-apps/systemd/systemd-218-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-218-r3.ebuild?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-218-r3.ebuild?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-218-r3.ebuild?r1=1.6&r2=1.7

Index: systemd-218-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-218-r3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- systemd-218-r3.ebuild       30 May 2015 13:03:27 -0000      1.6
+++ systemd-218-r3.ebuild       30 May 2015 13:58:45 -0000      1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-218-r3.ebuild,v 
1.6 2015/05/30 13:03:27 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-218-r3.ebuild,v 
1.7 2015/05/30 13:58:45 floppym Exp $
 
 EAPI=5
 
@@ -443,26 +443,12 @@
                eerror
        fi
 
-       if [[ ! -L "${ROOT}"/etc/mtab ]]; then
-               ewarn "Upstream mandates the /etc/mtab file should be a symlink 
to /proc/mounts."
-               ewarn "Not having it is not supported by upstream and will 
cause tools like 'df'"
-               ewarn "and 'mount' to not work properly. Please run:"
-               ewarn " # ln -sf '${ROOT}proc/self/mounts' '${ROOT}etc/mtab'"
-               ewarn
-       fi
-
        if [[ $(readlink "${ROOT}"/etc/resolv.conf) == 
*/run/systemd/network/resolv.conf ]]; then
                ewarn "resolv.conf is now generated by systemd-resolved. To use 
it, enable"
                ewarn "systemd-resolved.service, and create a symlink from 
/etc/resolv.conf"
                ewarn "to /run/systemd/resolve/resolv.conf"
                ewarn
        fi
-
-       if has_version sys-apps/openrc &&
-               ! has_version sys-fs/udev-init-scripts; then
-               elog "If you plan to boot using OpenRC and udev or eudev, you"
-               elog "need to install the udev-init-scripts package."
-       fi
 }
 
 pkg_prerm() {



1.11                 sys-apps/systemd/systemd-216-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-216-r3.ebuild?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-216-r3.ebuild?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-216-r3.ebuild?r1=1.10&r2=1.11

Index: systemd-216-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-216-r3.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- systemd-216-r3.ebuild       30 May 2015 13:03:27 -0000      1.10
+++ systemd-216-r3.ebuild       30 May 2015 13:58:45 -0000      1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-216-r3.ebuild,v 
1.10 2015/05/30 13:03:27 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-216-r3.ebuild,v 
1.11 2015/05/30 13:58:45 floppym Exp $
 
 EAPI=5
 
@@ -479,26 +479,12 @@
                eerror
        fi
 
-       if [[ ! -L "${ROOT}"/etc/mtab ]]; then
-               ewarn "Upstream mandates the /etc/mtab file should be a symlink 
to /proc/mounts."
-               ewarn "Not having it is not supported by upstream and will 
cause tools like 'df'"
-               ewarn "and 'mount' to not work properly. Please run:"
-               ewarn " # ln -sf '${ROOT}proc/self/mounts' '${ROOT}etc/mtab'"
-               ewarn
-       fi
-
        if [[ $(readlink "${ROOT}"/etc/resolv.conf) == 
*/run/systemd/network/resolv.conf ]]; then
                ewarn "resolv.conf is now generated by systemd-resolved. To use 
it, enable"
                ewarn "systemd-resolved.service, and create a symlink from 
/etc/resolv.conf"
                ewarn "to /run/systemd/resolve/resolv.conf"
                ewarn
        fi
-
-       if has_version sys-apps/openrc &&
-               ! has_version sys-fs/udev-init-scripts; then
-               elog "If you plan to boot using OpenRC and udev or eudev, you"
-               elog "need to install the udev-init-scripts package."
-       fi
 }
 
 pkg_prerm() {



1.4                  sys-apps/systemd/systemd-219_p112.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-219_p112.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-219_p112.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-219_p112.ebuild?r1=1.3&r2=1.4

Index: systemd-219_p112.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-219_p112.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- systemd-219_p112.ebuild     30 May 2015 13:03:27 -0000      1.3
+++ systemd-219_p112.ebuild     30 May 2015 13:58:45 -0000      1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-219_p112.ebuild,v 
1.3 2015/05/30 13:03:27 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-219_p112.ebuild,v 
1.4 2015/05/30 13:58:45 floppym Exp $
 
 EAPI=5
 
@@ -456,26 +456,12 @@
                eerror
        fi
 
-       if [[ ! -L "${ROOT}"/etc/mtab ]]; then
-               ewarn "Upstream mandates the /etc/mtab file should be a symlink 
to /proc/mounts."
-               ewarn "Not having it is not supported by upstream and will 
cause tools like 'df'"
-               ewarn "and 'mount' to not work properly. Please run:"
-               ewarn " # ln -sf '${ROOT}proc/self/mounts' '${ROOT}etc/mtab'"
-               ewarn
-       fi
-
        if [[ $(readlink "${ROOT}"/etc/resolv.conf) == 
*/run/systemd/network/resolv.conf ]]; then
                ewarn "resolv.conf is now generated by systemd-resolved. To use 
it, enable"
                ewarn "systemd-resolved.service, and create a symlink from 
/etc/resolv.conf"
                ewarn "to /run/systemd/resolve/resolv.conf"
                ewarn
        fi
-
-       if has_version sys-apps/openrc &&
-               ! has_version sys-fs/udev-init-scripts; then
-               elog "If you plan to boot using OpenRC and udev or eudev, you"
-               elog "need to install the udev-init-scripts package."
-       fi
 }
 
 pkg_prerm() {



1.374                sys-apps/systemd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.374&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.374&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.373&r2=1.374

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.373
retrieving revision 1.374
diff -u -r1.373 -r1.374
--- ChangeLog   30 May 2015 13:03:27 -0000      1.373
+++ ChangeLog   30 May 2015 13:58:45 -0000      1.374
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/systemd
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.373 
2015/05/30 13:03:27 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.374 
2015/05/30 13:58:45 floppym Exp $
+
+  30 May 2015; Mike Gilbert <[email protected]> systemd-216-r3.ebuild,
+  systemd-218-r3.ebuild, systemd-219_p112.ebuild, systemd-220-r2.ebuild,
+  systemd-9999.ebuild:
+  Remove obsolete postinst messages.
 
   30 May 2015; Pacho Ramos <[email protected]> systemd-216-r3.ebuild,
   systemd-218-r3.ebuild, systemd-219_p112.ebuild, systemd-220-r2.ebuild,




Reply via email to