mgorny      14/09/15 07:29:32

  Modified:             ChangeLog
  Added:                systemd-sysv-utils-215.ebuild
  Log:
  Version bump to use the new distfile, requested in bug #520036.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.9                  sys-apps/systemd-sysv-utils/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd-sysv-utils/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   16 Apr 2014 02:12:32 -0000      1.8
+++ ChangeLog   15 Sep 2014 07:29:32 -0000      1.9
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/systemd-sysv-utils
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd-sysv-utils/ChangeLog,v 1.8 
2014/04/16 02:12:32 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd-sysv-utils/ChangeLog,v 1.9 
2014/09/15 07:29:32 mgorny Exp $
+
+*systemd-sysv-utils-215 (15 Sep 2014)
+
+  15 Sep 2014; Michał Górny <mgo...@gentoo.org> +systemd-sysv-utils-215.ebuild:
+  Version bump to use the new distfile, requested in bug #520036.
 
   16 Apr 2014; Mike Gilbert <flop...@gentoo.org> systemd-sysv-utils-208.ebuild,
   systemd-sysv-utils-212.ebuild:



1.1                  sys-apps/systemd-sysv-utils/systemd-sysv-utils-215.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd-sysv-utils/systemd-sysv-utils-215.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd-sysv-utils/systemd-sysv-utils-215.ebuild?rev=1.1&content-type=text/plain

Index: systemd-sysv-utils-215.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/systemd-sysv-utils/systemd-sysv-utils-215.ebuild,v
 1.1 2014/09/15 07:29:32 mgorny Exp $

EAPI=5

MY_P=systemd-${PV}

DESCRIPTION="sysvinit compatibility symlinks and manpages"
HOMEPAGE="http://www.freedesktop.org/wiki/Software/systemd";
SRC_URI="http://www.freedesktop.org/software/systemd/${MY_P}.tar.xz";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""

# new enough util-linux to have tools that were provided by sysvinit
# earlier.
RDEPEND="!sys-apps/sysvinit
        >=sys-apps/systemd-201
        >=sys-apps/util-linux-2.24.1-r2"

S=${WORKDIR}/${MY_P}/man

src_install() {
        : ${ROOTPREFIX=/usr}
        for app in halt poweroff reboot runlevel shutdown telinit; do
                doman ${app}.8
                dosym "..${ROOTPREFIX}/bin/systemctl" /sbin/${app}
        done

        newman init.1 init.8
        dosym "..${ROOTPREFIX}/lib/systemd/systemd" /sbin/init
}




Reply via email to