public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michal Gorny (mgorny)" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
Date: Tue, 26 Mar 2013 16:35:45 +0000 (UTC)	[thread overview]
Message-ID: <20130326163545.2B3E92171C@flycatcher.gentoo.org> (raw)

mgorny      13/03/26 16:35:45

  Modified:             systemd-9999.ebuild ChangeLog
  Log:
  Depend on baselayout to handle /run. Remove old warnings.
  
  (Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)

Revision  Changes    Path
1.28                 sys-apps/systemd/systemd-9999.ebuild

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

Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- systemd-9999.ebuild	26 Mar 2013 16:24:26 -0000	1.27
+++ systemd-9999.ebuild	26 Mar 2013 16:35:45 -0000	1.28
@@ -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/systemd/systemd-9999.ebuild,v 1.27 2013/03/26 16:24:26 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.28 2013/03/26 16:35:45 mgorny Exp $
 
 EAPI=5
 
@@ -47,7 +47,9 @@
 	tcpd? ( sys-apps/tcp-wrappers )
 	xattr? ( sys-apps/attr )"
 
+# baselayout-2.2 has /run
 RDEPEND="${COMMON_DEPEND}
+	>=sys-apps/baselayout-2.2
 	>=sys-apps/hwids-20130309-r1[udev]
 	|| (
 		>=sys-apps/util-linux-2.22
@@ -228,7 +230,6 @@
 	fi
 	systemd_update_catalog
 
-	mkdir -p "${ROOT}"/run || ewarn "Unable to mkdir /run, this could mean trouble."
 	if [[ ! -L "${ROOT}"/etc/mtab ]]; then
 		ewarn "Upstream suggests that the /etc/mtab file should be a symlink to /proc/mounts."
 		ewarn "It is known to cause users being unable to unmount user mounts. If you don't"
@@ -241,13 +242,6 @@
 	elog "be installed:"
 	optfeature 'for GTK+ systemadm UI and gnome-ask-password-agent' \
 		'sys-apps/systemd-ui'
-	elog
-
-	ewarn "Please note this is a work-in-progress and many packages in Gentoo"
-	ewarn "do not supply systemd unit files yet. You are testing it on your own"
-	ewarn "responsibility. Please remember than you can pass:"
-	ewarn "	init=/sbin/init"
-	ewarn "to your kernel to boot using sysvinit / OpenRC."
 }
 
 pkg_prerm() {



1.97                 sys-apps/systemd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- ChangeLog	26 Mar 2013 16:24:26 -0000	1.96
+++ ChangeLog	26 Mar 2013 16:35:45 -0000	1.97
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/systemd
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.96 2013/03/26 16:24:26 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.97 2013/03/26 16:35:45 mgorny Exp $
+
+  26 Mar 2013; Michał Górny <mgorny@gentoo.org> systemd-9999.ebuild:
+  Depend on baselayout to handle /run. Remove old warnings.
 
   26 Mar 2013; Michał Górny <mgorny@gentoo.org> systemd-198-r5.ebuild,
   systemd-9999.ebuild:





             reply	other threads:[~2013-03-26 16:35 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-26 16:35 Michal Gorny (mgorny) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-08-01 15:10 [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog Mike Gilbert (floppym)
2015-07-24 20:14 Mike Gilbert (floppym)
2015-07-11 16:39 Mike Gilbert (floppym)
2015-06-21 15:29 Mike Gilbert (floppym)
2015-06-10  1:40 Mike Gilbert (floppym)
2015-05-30 18:08 Mike Gilbert (floppym)
2015-05-29  0:03 Mike Gilbert (floppym)
2015-04-13  6:53 Michal Gorny (mgorny)
2014-12-26 19:58 Mike Gilbert (floppym)
2014-08-31 17:02 Mike Gilbert (floppym)
2014-08-31 15:47 Mike Gilbert (floppym)
2014-08-20  7:44 Michal Gorny (mgorny)
2014-07-10 17:12 Mike Gilbert (floppym)
2014-07-10  0:20 Mike Gilbert (floppym)
2014-07-10  0:08 Mike Gilbert (floppym)
2014-07-08 17:01 Mike Gilbert (floppym)
2014-07-04  3:11 Mike Gilbert (floppym)
2014-07-03 20:46 Mike Gilbert (floppym)
2014-06-03  0:46 Mike Gilbert (floppym)
2014-06-01  7:33 Michal Gorny (mgorny)
2014-05-29  1:11 Mike Gilbert (floppym)
2014-05-29  0:13 Mike Gilbert (floppym)
2014-05-02  9:23 Michal Gorny (mgorny)
2014-03-24 19:33 Michal Gorny (mgorny)
2014-02-25 14:40 Michal Gorny (mgorny)
2014-02-24 22:40 Mike Gilbert (floppym)
2014-02-24 22:34 Michal Gorny (mgorny)
2014-02-24  2:29 Mike Gilbert (floppym)
2014-02-22  3:51 Mike Gilbert (floppym)
2014-02-21  3:19 Jason Donenfeld (zx2c4)
2014-02-21  3:05 Mike Gilbert (floppym)
2014-02-20  2:27 Mike Gilbert (floppym)
2013-12-31 17:59 Mike Gilbert (floppym)
2013-12-02 16:49 Michal Gorny (mgorny)
2013-11-25 19:32 Michal Gorny (mgorny)
2013-10-17 18:36 Michal Gorny (mgorny)
2013-04-15 20:13 Michal Gorny (mgorny)
2013-04-15 13:31 Michal Gorny (mgorny)
2013-03-30  9:37 Mike Gilbert (floppym)
2013-03-30  9:33 Mike Gilbert (floppym)
2013-03-29 15:26 Michal Gorny (mgorny)
2013-03-26 22:02 Michal Gorny (mgorny)
2013-03-26 17:29 Michal Gorny (mgorny)
2013-03-26 17:19 Michal Gorny (mgorny)
2013-02-08 18:38 Michal Gorny (mgorny)
2013-01-21 18:01 Mike Gilbert (floppym)
2013-01-21 17:33 Mike Gilbert (floppym)
2013-01-08 21:20 Michal Gorny (mgorny)
2013-01-08 16:44 Michal Gorny (mgorny)
2012-12-15 13:05 Michal Gorny (mgorny)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130326163545.2B3E92171C@flycatcher.gentoo.org \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox