public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/gentoo-systemd-integration: gentoo-systemd-integration-4.ebuild ChangeLog
@ 2014-02-20  5:49 Mike Gilbert (floppym)
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Gilbert (floppym) @ 2014-02-20  5:49 UTC (permalink / raw
  To: gentoo-commits

floppym     14/02/20 05:49:33

  Modified:             ChangeLog
  Added:                gentoo-systemd-integration-4.ebuild
  Log:
  Bump to fix race in make install.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)

Revision  Changes    Path
1.22                 sys-apps/gentoo-systemd-integration/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/gentoo-systemd-integration/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	19 Feb 2014 15:05:08 -0000	1.21
+++ ChangeLog	20 Feb 2014 05:49:33 -0000	1.22
@@ -1,6 +1,12 @@
 # ChangeLog for sys-apps/gentoo-systemd-integration
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-systemd-integration/ChangeLog,v 1.21 2014/02/19 15:05:08 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-systemd-integration/ChangeLog,v 1.22 2014/02/20 05:49:33 floppym Exp $
+
+*gentoo-systemd-integration-4 (20 Feb 2014)
+
+  20 Feb 2014; Mike Gilbert <floppym@gentoo.org>
+  +gentoo-systemd-integration-4.ebuild:
+  Bump to fix race in make install.
 
 *gentoo-systemd-integration-3 (19 Feb 2014)
 



1.1                  sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-4.ebuild

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

Index: gentoo-systemd-integration-4.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-4.ebuild,v 1.1 2014/02/20 05:49:33 floppym Exp $

EAPI=5

inherit autotools-utils systemd

DESCRIPTION="systemd integration files for Gentoo"
HOMEPAGE="https://bitbucket.org/mgorny/gentoo-systemd-integration"
SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
IUSE=""

RDEPEND=">=sys-apps/systemd-207"

src_configure() {
	local myeconfargs=(
		"$(systemd_with_unitdir)"
		# TODO: solve it better in the eclass
		--with-systemdsystemgeneratordir="$(systemd_get_utildir)"/system-generators
	)

	autotools-utils_src_configure
}





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-apps/gentoo-systemd-integration: gentoo-systemd-integration-4.ebuild ChangeLog
@ 2014-05-24  9:43 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2014-05-24  9:43 UTC (permalink / raw
  To: gentoo-commits

hwoarang    14/05/24 09:43:52

  Modified:             gentoo-systemd-integration-4.ebuild ChangeLog
  Log:
  Stable on amd64 wrt bug #506824
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!)

Revision  Changes    Path
1.5                  sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-4.ebuild

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

Index: gentoo-systemd-integration-4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gentoo-systemd-integration-4.ebuild	27 Apr 2014 11:49:04 -0000	1.4
+++ gentoo-systemd-integration-4.ebuild	24 May 2014 09:43:52 -0000	1.5
@@ -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/gentoo-systemd-integration/gentoo-systemd-integration-4.ebuild,v 1.4 2014/04/27 11:49:04 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-4.ebuild,v 1.5 2014/05/24 09:43:52 hwoarang Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 DEPEND="!sys-fs/udev"



1.26                 sys-apps/gentoo-systemd-integration/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/gentoo-systemd-integration/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	27 Apr 2014 11:49:04 -0000	1.25
+++ ChangeLog	24 May 2014 09:43:52 -0000	1.26
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/gentoo-systemd-integration
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-systemd-integration/ChangeLog,v 1.25 2014/04/27 11:49:04 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-systemd-integration/ChangeLog,v 1.26 2014/05/24 09:43:52 hwoarang Exp $
+
+  24 May 2014; Markos Chandras <hwoarang@gentoo.org>
+  gentoo-systemd-integration-4.ebuild:
+  Stable on amd64 wrt bug #506824
 
   27 Apr 2014; Markus Meier <maekke@gentoo.org>
   gentoo-systemd-integration-4.ebuild:





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-apps/gentoo-systemd-integration: gentoo-systemd-integration-4.ebuild ChangeLog
@ 2014-07-20  8:22 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 4+ messages in thread
From: Tobias Klausmann (klausman) @ 2014-07-20  8:22 UTC (permalink / raw
  To: gentoo-commits

klausman    14/07/20 08:22:08

  Modified:             gentoo-systemd-integration-4.ebuild ChangeLog
  Log:
  Stable on alpha, bug #506824
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)

Revision  Changes    Path
1.8                  sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-4.ebuild

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

Index: gentoo-systemd-integration-4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-4.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gentoo-systemd-integration-4.ebuild	6 Jul 2014 13:23:06 -0000	1.7
+++ gentoo-systemd-integration-4.ebuild	20 Jul 2014 08:22:08 -0000	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-apps/gentoo-systemd-integration/gentoo-systemd-integration-4.ebuild,v 1.7 2014/07/06 13:23:06 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-4.ebuild,v 1.8 2014/07/20 08:22:08 klausman Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 DEPEND="!sys-fs/udev"



1.29                 sys-apps/gentoo-systemd-integration/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/gentoo-systemd-integration/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	6 Jul 2014 13:23:06 -0000	1.28
+++ ChangeLog	20 Jul 2014 08:22:08 -0000	1.29
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/gentoo-systemd-integration
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-systemd-integration/ChangeLog,v 1.28 2014/07/06 13:23:06 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-systemd-integration/ChangeLog,v 1.29 2014/07/20 08:22:08 klausman Exp $
+
+  20 Jul 2014; Tobias Klausmann <klausman@gentoo.org>
+  gentoo-systemd-integration-4.ebuild:
+  Stable on alpha, bug #506824
 
   06 Jul 2014; Michał Górny <mgorny@gentoo.org>
   gentoo-systemd-integration-2.ebuild, gentoo-systemd-integration-4.ebuild,





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-apps/gentoo-systemd-integration: gentoo-systemd-integration-4.ebuild ChangeLog
@ 2014-12-07 12:32 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-07 12:32 UTC (permalink / raw
  To: gentoo-commits

ago         14/12/07 12:32:54

  Modified:             gentoo-systemd-integration-4.ebuild ChangeLog
  Log:
  Stable for ppc/ppc64, wrt bug #506824
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.11                 sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-4.ebuild

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

Index: gentoo-systemd-integration-4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-4.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- gentoo-systemd-integration-4.ebuild	18 Nov 2014 19:25:39 -0000	1.10
+++ gentoo-systemd-integration-4.ebuild	7 Dec 2014 12:32:54 -0000	1.11
@@ -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/gentoo-systemd-integration/gentoo-systemd-integration-4.ebuild,v 1.10 2014/11/18 19:25:39 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-4.ebuild,v 1.11 2014/12/07 12:32:54 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86"
 IUSE=""
 
 RDEPEND=">=sys-apps/systemd-207



1.32                 sys-apps/gentoo-systemd-integration/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/gentoo-systemd-integration/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	18 Nov 2014 19:25:39 -0000	1.31
+++ ChangeLog	7 Dec 2014 12:32:54 -0000	1.32
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/gentoo-systemd-integration
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-systemd-integration/ChangeLog,v 1.31 2014/11/18 19:25:39 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-systemd-integration/ChangeLog,v 1.32 2014/12/07 12:32:54 ago Exp $
+
+  07 Dec 2014; Agostino Sarubbo <ago@gentoo.org>
+  gentoo-systemd-integration-4.ebuild:
+  Stable for ppc/ppc64, wrt bug #506824
 
   18 Nov 2014; Michał Górny <mgorny@gentoo.org>
   gentoo-systemd-integration-4.ebuild, gentoo-systemd-integration-9999.ebuild:





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-12-07 12:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-07 12:32 [gentoo-commits] gentoo-x86 commit in sys-apps/gentoo-systemd-integration: gentoo-systemd-integration-4.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2014-07-20  8:22 Tobias Klausmann (klausman)
2014-05-24  9:43 Markos Chandras (hwoarang)
2014-02-20  5:49 Mike Gilbert (floppym)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox