[gentoo-commits] gentoo-x86 commit in sys-process/runit: runit-2.1.1-r1.ebuild ChangeLog

2014-04-10 Thread William Hubbs (williamh)
williamh14/04/10 19:18:50

  Modified: runit-2.1.1-r1.ebuild ChangeLog
  Log:
  Merge the changes from 3-1.4 into 3 since pre 1.4 runit has been removed from 
the tree for several years.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8568F528)

Revision  ChangesPath
1.13 sys-process/runit/runit-2.1.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/runit/runit-2.1.1-r1.ebuild?rev=1.13view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/runit/runit-2.1.1-r1.ebuild?rev=1.13content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/runit/runit-2.1.1-r1.ebuild?r1=1.12r2=1.13

Index: runit-2.1.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-process/runit/runit-2.1.1-r1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- runit-2.1.1-r1.ebuild   19 Mar 2014 13:47:16 -  1.12
+++ runit-2.1.1-r1.ebuild   10 Apr 2014 19:18:50 -  1.13
@@ -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-process/runit/runit-2.1.1-r1.ebuild,v 
1.12 2014/03/19 13:47:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/runit/runit-2.1.1-r1.ebuild,v 
1.13 2014/04/10 19:18:50 williamh Exp $
 
 EAPI=3
 
@@ -46,8 +46,7 @@
doman man/*.[18]
 
exeinto /etc/runit
-   doexe ${FILESDIR}/{1,2,ctrlaltdel} || die
-   newexe ${FILESDIR}/3-1.4 3 || die
+   doexe ${FILESDIR}/{1,2,3,ctrlaltdel} || die
for tty in tty1 tty2 tty3 tty4 tty5 tty6; do
exeinto /etc/runit/runsvdir/all/getty-$tty/
for script in run finish; do



1.48 sys-process/runit/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/runit/ChangeLog?rev=1.48view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/runit/ChangeLog?rev=1.48content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/runit/ChangeLog?r1=1.47r2=1.48

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-process/runit/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog   9 Apr 2014 16:00:51 -   1.47
+++ ChangeLog   10 Apr 2014 19:18:50 -  1.48
@@ -1,6 +1,11 @@
 # ChangeLog for sys-process/runit
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/runit/ChangeLog,v 1.47 
2014/04/09 16:00:51 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/runit/ChangeLog,v 1.48 
2014/04/10 19:18:50 williamh Exp $
+
+  10 Apr 2014; William Hubbs willi...@gentoo.org -files/3-1.4, files/3,
+  runit-2.1.1-r1.ebuild:
+  Merge the changes from 3-1.4 into 3 since pre 1.4 runit has been removed from
+  the tree for several years.
 
   09 Apr 2014; William Hubbs willi...@gentoo.org -runit-1.7.0.ebuild:
   remove old version






[gentoo-commits] gentoo-x86 commit in sys-process/runit: runit-2.1.1-r1.ebuild ChangeLog

2014-03-18 Thread Agostino Sarubbo (ago)
ago 14/03/18 16:15:11

  Modified: runit-2.1.1-r1.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #407329
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=ia64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.10 sys-process/runit/runit-2.1.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/runit/runit-2.1.1-r1.ebuild?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/runit/runit-2.1.1-r1.ebuild?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/runit/runit-2.1.1-r1.ebuild?r1=1.9r2=1.10

Index: runit-2.1.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-process/runit/runit-2.1.1-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- runit-2.1.1-r1.ebuild   14 Mar 2014 10:53:06 -  1.9
+++ runit-2.1.1-r1.ebuild   18 Mar 2014 16:15:11 -  1.10
@@ -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-process/runit/runit-2.1.1-r1.ebuild,v 
1.9 2014/03/14 10:53:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/runit/runit-2.1.1-r1.ebuild,v 
1.10 2014/03/18 16:15:11 ago Exp $
 
 EAPI=3
 
@@ -12,7 +12,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86
+KEYWORDS=~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86
 IUSE=static
 
 S=${WORKDIR}/admin/${P}/src



1.43 sys-process/runit/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/runit/ChangeLog?rev=1.43view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/runit/ChangeLog?rev=1.43content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/runit/ChangeLog?r1=1.42r2=1.43

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-process/runit/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog   14 Mar 2014 10:53:06 -  1.42
+++ ChangeLog   18 Mar 2014 16:15:11 -  1.43
@@ -1,6 +1,9 @@
 # ChangeLog for sys-process/runit
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/runit/ChangeLog,v 1.42 
2014/03/14 10:53:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/runit/ChangeLog,v 1.43 
2014/03/18 16:15:11 ago Exp $
+
+  18 Mar 2014; Agostino Sarubbo a...@gentoo.org runit-2.1.1-r1.ebuild:
+  Stable for ia64, wrt bug #407329
 
   14 Mar 2014; Agostino Sarubbo a...@gentoo.org runit-2.1.1-r1.ebuild:
   Stable for ppc64, wrt bug #407329






[gentoo-commits] gentoo-x86 commit in sys-process/runit: runit-2.1.1-r1.ebuild ChangeLog

2014-03-14 Thread Agostino Sarubbo (ago)
ago 14/03/14 10:53:06

  Modified: runit-2.1.1-r1.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #407329
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.9  sys-process/runit/runit-2.1.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/runit/runit-2.1.1-r1.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/runit/runit-2.1.1-r1.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/runit/runit-2.1.1-r1.ebuild?r1=1.8r2=1.9

Index: runit-2.1.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-process/runit/runit-2.1.1-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- runit-2.1.1-r1.ebuild   12 Mar 2014 10:08:56 -  1.8
+++ runit-2.1.1-r1.ebuild   14 Mar 2014 10:53:06 -  1.9
@@ -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-process/runit/runit-2.1.1-r1.ebuild,v 
1.8 2014/03/12 10:08:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/runit/runit-2.1.1-r1.ebuild,v 
1.9 2014/03/14 10:53:06 ago Exp $
 
 EAPI=3
 
@@ -12,7 +12,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=~alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86
+KEYWORDS=~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86
 IUSE=static
 
 S=${WORKDIR}/admin/${P}/src



1.42 sys-process/runit/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/runit/ChangeLog?rev=1.42view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/runit/ChangeLog?rev=1.42content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/runit/ChangeLog?r1=1.41r2=1.42

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-process/runit/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog   12 Mar 2014 10:08:56 -  1.41
+++ ChangeLog   14 Mar 2014 10:53:06 -  1.42
@@ -1,6 +1,9 @@
 # ChangeLog for sys-process/runit
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/runit/ChangeLog,v 1.41 
2014/03/12 10:08:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/runit/ChangeLog,v 1.42 
2014/03/14 10:53:06 ago Exp $
+
+  14 Mar 2014; Agostino Sarubbo a...@gentoo.org runit-2.1.1-r1.ebuild:
+  Stable for ppc64, wrt bug #407329
 
   12 Mar 2014; Agostino Sarubbo a...@gentoo.org runit-2.1.1-r1.ebuild:
   Stable for sparc, wrt bug #407329






[gentoo-commits] gentoo-x86 commit in sys-process/runit: runit-2.1.1-r1.ebuild ChangeLog

2014-03-12 Thread Agostino Sarubbo (ago)
ago 14/03/12 10:08:56

  Modified: runit-2.1.1-r1.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #407329
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=sparc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  sys-process/runit/runit-2.1.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/runit/runit-2.1.1-r1.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/runit/runit-2.1.1-r1.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/runit/runit-2.1.1-r1.ebuild?r1=1.7r2=1.8

Index: runit-2.1.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-process/runit/runit-2.1.1-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- runit-2.1.1-r1.ebuild   5 Mar 2014 15:55:42 -   1.7
+++ runit-2.1.1-r1.ebuild   12 Mar 2014 10:08:56 -  1.8
@@ -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-process/runit/runit-2.1.1-r1.ebuild,v 
1.7 2014/03/05 15:55:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/runit/runit-2.1.1-r1.ebuild,v 
1.8 2014/03/12 10:08:56 ago Exp $
 
 EAPI=3
 
@@ -12,7 +12,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=~alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86
+KEYWORDS=~alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86
 IUSE=static
 
 S=${WORKDIR}/admin/${P}/src



1.41 sys-process/runit/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/runit/ChangeLog?rev=1.41view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/runit/ChangeLog?rev=1.41content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/runit/ChangeLog?r1=1.40r2=1.41

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-process/runit/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog   5 Mar 2014 15:55:42 -   1.40
+++ ChangeLog   12 Mar 2014 10:08:56 -  1.41
@@ -1,6 +1,9 @@
 # ChangeLog for sys-process/runit
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/runit/ChangeLog,v 1.40 
2014/03/05 15:55:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/runit/ChangeLog,v 1.41 
2014/03/12 10:08:56 ago Exp $
+
+  12 Mar 2014; Agostino Sarubbo a...@gentoo.org runit-2.1.1-r1.ebuild:
+  Stable for sparc, wrt bug #407329
 
   05 Mar 2014; Agostino Sarubbo a...@gentoo.org runit-2.1.1-r1.ebuild:
   Stable for ppc, wrt bug #407329