public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-boot/plymouth-openrc-plugin: plymouth-openrc-plugin-0.1.2.ebuild ChangeLog
@ 2011-07-11 12:50 Amadeusz Zolnowski (aidecoe)
  0 siblings, 0 replies; 9+ messages in thread
From: Amadeusz Zolnowski (aidecoe) @ 2011-07-11 12:50 UTC (permalink / raw
  To: gentoo-commits

aidecoe     11/07/11 12:50:07

  Modified:             ChangeLog
  Added:                plymouth-openrc-plugin-0.1.2.ebuild
  Log:
  sys-boot/plymouth-openrc-plugin: ver-bump to 0.1.2; fixes bug #374025
  
  (Portage version: 2.1.10.4/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  sys-boot/plymouth-openrc-plugin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	3 Jul 2011 11:44:51 -0000	1.3
+++ ChangeLog	11 Jul 2011 12:50:06 -0000	1.4
@@ -1,6 +1,17 @@
 # ChangeLog for sys-boot/plymouth-openrc-plugin
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog,v 1.3 2011/07/03 11:44:51 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog,v 1.4 2011/07/11 12:50:06 aidecoe Exp $
+
+*plymouth-openrc-plugin-0.1.2 (11 Jul 2011)
+
+  11 Jul 2011; Amadeusz Żołnowski <aidecoe@gentoo.org>
+  +plymouth-openrc-plugin-0.1.2.ebuild:
+  Version bump to 0.1.2. Fixes bug #374025.
+
+  v0.1.2 changes:
+
+  * Checking at runtime if /run/plymouth subdirectory exists and if doesn't,
+  it's being created.
 
   03 Jul 2011; Amadeusz Żołnowski <aidecoe@gentoo.org>
   plymouth-openrc-plugin-0.1.1.ebuild:



1.1                  sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild?rev=1.1&content-type=text/plain

Index: plymouth-openrc-plugin-0.1.2.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild,v 1.1 2011/07/11 12:50:06 aidecoe Exp $

EAPI=4

inherit multilib

DESCRIPTION="Plymouth plugin for OpenRC"
HOMEPAGE="https://github.com/aidecoe/plymouth-openrc-plugin"
SRC_URI="
http://dev.gentoo.org/~aidecoe/distfiles/${CATEGORY}/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=">=sys-apps/openrc-0.8.2-r1
	!<sys-boot/plymouth-0.8.3-r5
	"
RDEPEND="${DEPEND}
	>=sys-boot/plymouth-0.8.3-r5
	"

src_install() {
	insinto /$(get_libdir)/rc/plugins
	doins plymouth.so
}

pkg_postinst() {
	ewarn "You need to disable 'interactive' feature in /etc/rc.conf to make"
	ewarn "Plymouth work properly with OpenRC init system."

	if [[ ! -d /run ]]; then
		eerror "/run doesn't exist!  You need to create this directory."
		echo
		einfo "If you'd like to know more about purpose of /run, please read:"
		einfo "  https://lwn.net/Articles/436012/"
	fi
}






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

* [gentoo-commits] gentoo-x86 commit in sys-boot/plymouth-openrc-plugin: plymouth-openrc-plugin-0.1.2.ebuild ChangeLog
@ 2011-10-27 12:50 Amadeusz Zolnowski (aidecoe)
  0 siblings, 0 replies; 9+ messages in thread
From: Amadeusz Zolnowski (aidecoe) @ 2011-10-27 12:50 UTC (permalink / raw
  To: gentoo-commits

aidecoe     11/10/27 12:50:58

  Modified:             plymouth-openrc-plugin-0.1.2.ebuild ChangeLog
  Log:
  sys-boot/plymouth-openrc-plugin: Block sys-apps/systemd. Refs bug #383067.
  
  Block sys-apps/systemd to not interfere with systemd plymouth support.
  Refs bug #383067.
  
  (Portage version: 2.1.10.31/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild?r1=1.1&r2=1.2

Index: plymouth-openrc-plugin-0.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- plymouth-openrc-plugin-0.1.2.ebuild	11 Jul 2011 12:50:06 -0000	1.1
+++ plymouth-openrc-plugin-0.1.2.ebuild	27 Oct 2011 12:50:58 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild,v 1.1 2011/07/11 12:50:06 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild,v 1.2 2011/10/27 12:50:58 aidecoe Exp $
 
 EAPI=4
 
@@ -15,7 +15,7 @@
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 DEPEND=">=sys-apps/openrc-0.8.2-r1
-	!<sys-boot/plymouth-0.8.3-r5
+	!sys-apps/systemd
 	"
 RDEPEND="${DEPEND}
 	>=sys-boot/plymouth-0.8.3-r5



1.6                  sys-boot/plymouth-openrc-plugin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	11 Jul 2011 12:52:18 -0000	1.5
+++ ChangeLog	27 Oct 2011 12:50:58 -0000	1.6
@@ -1,6 +1,11 @@
 # ChangeLog for sys-boot/plymouth-openrc-plugin
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog,v 1.5 2011/07/11 12:52:18 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog,v 1.6 2011/10/27 12:50:58 aidecoe Exp $
+
+  27 Oct 2011; Amadeusz Żołnowski <aidecoe@gentoo.org>
+  plymouth-openrc-plugin-0.1.2.ebuild:
+  Block sys-apps/systemd to not interfere with systemd plymouth support. Refs
+  bug #383067.
 
   11 Jul 2011; Amadeusz Żołnowski <aidecoe@gentoo.org>
   -plymouth-openrc-plugin-0.1.1.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in sys-boot/plymouth-openrc-plugin: plymouth-openrc-plugin-0.1.2.ebuild ChangeLog
@ 2012-12-31 14:43 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-31 14:43 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/31 14:43:56

  Modified:             plymouth-openrc-plugin-0.1.2.ebuild ChangeLog
  Log:
  Add ~ppc, wrt bug #449220
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.3                  sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild?r1=1.2&r2=1.3

Index: plymouth-openrc-plugin-0.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- plymouth-openrc-plugin-0.1.2.ebuild	27 Oct 2011 12:50:58 -0000	1.2
+++ plymouth-openrc-plugin-0.1.2.ebuild	31 Dec 2012 14:43:56 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild,v 1.2 2011/10/27 12:50:58 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild,v 1.3 2012/12/31 14:43:56 ago Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 http://dev.gentoo.org/~aidecoe/distfiles/${CATEGORY}/${PN}/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 IUSE=""
 DEPEND=">=sys-apps/openrc-0.8.2-r1
 	!sys-apps/systemd



1.9                  sys-boot/plymouth-openrc-plugin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	23 Apr 2012 20:06:00 -0000	1.8
+++ ChangeLog	31 Dec 2012 14:43:56 -0000	1.9
@@ -1,6 +1,10 @@
 # ChangeLog for sys-boot/plymouth-openrc-plugin
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog,v 1.8 2012/04/23 20:06:00 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog,v 1.9 2012/12/31 14:43:56 ago Exp $
+
+  31 Dec 2012; Agostino Sarubbo <ago@gentoo.org>
+  plymouth-openrc-plugin-0.1.2.ebuild:
+  Add ~ppc, wrt bug #449220
 
   23 Apr 2012; Pacho Ramos <pacho@gentoo.org> metadata.xml:
   a3li is the new maintainer (as discussed in #gentoo-dev).
@@ -46,4 +50,3 @@
 
   Plugin for OpenRC is installed directly by sys-boot/plymouth until upcoming
   plymouth-0.8.3-r5.ebuild. Now it's going to be installed by this package.
-





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

* [gentoo-commits] gentoo-x86 commit in sys-boot/plymouth-openrc-plugin: plymouth-openrc-plugin-0.1.2.ebuild ChangeLog
@ 2012-12-31 15:56 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-31 15:56 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/31 15:56:57

  Modified:             plymouth-openrc-plugin-0.1.2.ebuild ChangeLog
  Log:
  Add ~ppc64, wrt bug #449220
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.4                  sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild?r1=1.3&r2=1.4

Index: plymouth-openrc-plugin-0.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- plymouth-openrc-plugin-0.1.2.ebuild	31 Dec 2012 14:43:56 -0000	1.3
+++ plymouth-openrc-plugin-0.1.2.ebuild	31 Dec 2012 15:56:57 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild,v 1.3 2012/12/31 14:43:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild,v 1.4 2012/12/31 15:56:57 ago Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 http://dev.gentoo.org/~aidecoe/distfiles/${CATEGORY}/${PN}/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE=""
 DEPEND=">=sys-apps/openrc-0.8.2-r1
 	!sys-apps/systemd



1.10                 sys-boot/plymouth-openrc-plugin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	31 Dec 2012 14:43:56 -0000	1.9
+++ ChangeLog	31 Dec 2012 15:56:57 -0000	1.10
@@ -1,6 +1,10 @@
 # ChangeLog for sys-boot/plymouth-openrc-plugin
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog,v 1.9 2012/12/31 14:43:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog,v 1.10 2012/12/31 15:56:57 ago Exp $
+
+  31 Dec 2012; Agostino Sarubbo <ago@gentoo.org>
+  plymouth-openrc-plugin-0.1.2.ebuild:
+  Add ~ppc64, wrt bug #449220
 
   31 Dec 2012; Agostino Sarubbo <ago@gentoo.org>
   plymouth-openrc-plugin-0.1.2.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in sys-boot/plymouth-openrc-plugin: plymouth-openrc-plugin-0.1.2.ebuild ChangeLog
@ 2013-01-01 12:51 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-01-01 12:51 UTC (permalink / raw
  To: gentoo-commits

ago         13/01/01 12:51:21

  Modified:             plymouth-openrc-plugin-0.1.2.ebuild ChangeLog
  Log:
  Add ~ia64, wrt bug #449220
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.5                  sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild?r1=1.4&r2=1.5

Index: plymouth-openrc-plugin-0.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- plymouth-openrc-plugin-0.1.2.ebuild	31 Dec 2012 15:56:57 -0000	1.4
+++ plymouth-openrc-plugin-0.1.2.ebuild	1 Jan 2013 12:51:21 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild,v 1.4 2012/12/31 15:56:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild,v 1.5 2013/01/01 12:51:21 ago Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 http://dev.gentoo.org/~aidecoe/distfiles/${CATEGORY}/${PN}/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
 IUSE=""
 DEPEND=">=sys-apps/openrc-0.8.2-r1
 	!sys-apps/systemd



1.11                 sys-boot/plymouth-openrc-plugin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	31 Dec 2012 15:56:57 -0000	1.10
+++ ChangeLog	1 Jan 2013 12:51:21 -0000	1.11
@@ -1,6 +1,10 @@
 # ChangeLog for sys-boot/plymouth-openrc-plugin
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog,v 1.10 2012/12/31 15:56:57 ago Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog,v 1.11 2013/01/01 12:51:21 ago Exp $
+
+  01 Jan 2013; Agostino Sarubbo <ago@gentoo.org>
+  plymouth-openrc-plugin-0.1.2.ebuild:
+  Add ~ia64, wrt bug #449220
 
   31 Dec 2012; Agostino Sarubbo <ago@gentoo.org>
   plymouth-openrc-plugin-0.1.2.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in sys-boot/plymouth-openrc-plugin: plymouth-openrc-plugin-0.1.2.ebuild ChangeLog
@ 2013-01-01 14:55 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-01-01 14:55 UTC (permalink / raw
  To: gentoo-commits

ago         13/01/01 14:55:45

  Modified:             plymouth-openrc-plugin-0.1.2.ebuild ChangeLog
  Log:
  Add ~alpha, wrt bug #449220
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.6                  sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild?r1=1.5&r2=1.6

Index: plymouth-openrc-plugin-0.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- plymouth-openrc-plugin-0.1.2.ebuild	1 Jan 2013 12:51:21 -0000	1.5
+++ plymouth-openrc-plugin-0.1.2.ebuild	1 Jan 2013 14:55:45 -0000	1.6
@@ -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-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild,v 1.5 2013/01/01 12:51:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild,v 1.6 2013/01/01 14:55:45 ago Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 http://dev.gentoo.org/~aidecoe/distfiles/${CATEGORY}/${PN}/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86"
 IUSE=""
 DEPEND=">=sys-apps/openrc-0.8.2-r1
 	!sys-apps/systemd



1.12                 sys-boot/plymouth-openrc-plugin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	1 Jan 2013 12:51:21 -0000	1.11
+++ ChangeLog	1 Jan 2013 14:55:45 -0000	1.12
@@ -1,6 +1,10 @@
 # ChangeLog for sys-boot/plymouth-openrc-plugin
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog,v 1.11 2013/01/01 12:51:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog,v 1.12 2013/01/01 14:55:45 ago Exp $
+
+  01 Jan 2013; Agostino Sarubbo <ago@gentoo.org>
+  plymouth-openrc-plugin-0.1.2.ebuild:
+  Add ~alpha, wrt bug #449220
 
   01 Jan 2013; Agostino Sarubbo <ago@gentoo.org>
   plymouth-openrc-plugin-0.1.2.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in sys-boot/plymouth-openrc-plugin: plymouth-openrc-plugin-0.1.2.ebuild ChangeLog
@ 2013-01-06 11:11 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-01-06 11:11 UTC (permalink / raw
  To: gentoo-commits

ago         13/01/06 11:11:09

  Modified:             plymouth-openrc-plugin-0.1.2.ebuild ChangeLog
  Log:
  Add ~sparc, wrt bug #449220
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.7                  sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild?r1=1.6&r2=1.7

Index: plymouth-openrc-plugin-0.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- plymouth-openrc-plugin-0.1.2.ebuild	1 Jan 2013 14:55:45 -0000	1.6
+++ plymouth-openrc-plugin-0.1.2.ebuild	6 Jan 2013 11:11:09 -0000	1.7
@@ -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-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild,v 1.6 2013/01/01 14:55:45 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild,v 1.7 2013/01/06 11:11:09 ago Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 http://dev.gentoo.org/~aidecoe/distfiles/${CATEGORY}/${PN}/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 DEPEND=">=sys-apps/openrc-0.8.2-r1
 	!sys-apps/systemd



1.13                 sys-boot/plymouth-openrc-plugin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	1 Jan 2013 14:55:45 -0000	1.12
+++ ChangeLog	6 Jan 2013 11:11:09 -0000	1.13
@@ -1,6 +1,10 @@
 # ChangeLog for sys-boot/plymouth-openrc-plugin
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog,v 1.12 2013/01/01 14:55:45 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog,v 1.13 2013/01/06 11:11:09 ago Exp $
+
+  06 Jan 2013; Agostino Sarubbo <ago@gentoo.org>
+  plymouth-openrc-plugin-0.1.2.ebuild:
+  Add ~sparc, wrt bug #449220
 
   01 Jan 2013; Agostino Sarubbo <ago@gentoo.org>
   plymouth-openrc-plugin-0.1.2.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in sys-boot/plymouth-openrc-plugin: plymouth-openrc-plugin-0.1.2.ebuild ChangeLog
@ 2013-02-02 23:12 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-02-02 23:12 UTC (permalink / raw
  To: gentoo-commits

ago         13/02/02 23:12:04

  Modified:             plymouth-openrc-plugin-0.1.2.ebuild ChangeLog
  Log:
  Add ~arm, wrt bug #449220
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.8                  sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild?r1=1.7&r2=1.8

Index: plymouth-openrc-plugin-0.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- plymouth-openrc-plugin-0.1.2.ebuild	6 Jan 2013 11:11:09 -0000	1.7
+++ plymouth-openrc-plugin-0.1.2.ebuild	2 Feb 2013 23:12:04 -0000	1.8
@@ -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-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild,v 1.7 2013/01/06 11:11:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild,v 1.8 2013/02/02 23:12:04 ago Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 http://dev.gentoo.org/~aidecoe/distfiles/${CATEGORY}/${PN}/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 DEPEND=">=sys-apps/openrc-0.8.2-r1
 	!sys-apps/systemd



1.14                 sys-boot/plymouth-openrc-plugin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	6 Jan 2013 11:11:09 -0000	1.13
+++ ChangeLog	2 Feb 2013 23:12:04 -0000	1.14
@@ -1,6 +1,10 @@
 # ChangeLog for sys-boot/plymouth-openrc-plugin
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog,v 1.13 2013/01/06 11:11:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog,v 1.14 2013/02/02 23:12:04 ago Exp $
+
+  02 Feb 2013; Agostino Sarubbo <ago@gentoo.org>
+  plymouth-openrc-plugin-0.1.2.ebuild:
+  Add ~arm, wrt bug #449220
 
   06 Jan 2013; Agostino Sarubbo <ago@gentoo.org>
   plymouth-openrc-plugin-0.1.2.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in sys-boot/plymouth-openrc-plugin: plymouth-openrc-plugin-0.1.2.ebuild ChangeLog
@ 2013-04-29 10:43 Fabio Erculiani (lxnay)
  0 siblings, 0 replies; 9+ messages in thread
From: Fabio Erculiani (lxnay) @ 2013-04-29 10:43 UTC (permalink / raw
  To: gentoo-commits

lxnay       13/04/29 10:43:43

  Modified:             plymouth-openrc-plugin-0.1.2.ebuild ChangeLog
  Log:
  do not block systemd, just warn user
  
  (Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key ADC916E5)

Revision  Changes    Path
1.9                  sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild?r1=1.8&r2=1.9

Index: plymouth-openrc-plugin-0.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- plymouth-openrc-plugin-0.1.2.ebuild	2 Feb 2013 23:12:04 -0000	1.8
+++ plymouth-openrc-plugin-0.1.2.ebuild	29 Apr 2013 10:43:43 -0000	1.9
@@ -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-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild,v 1.8 2013/02/02 23:12:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild,v 1.9 2013/04/29 10:43:43 lxnay Exp $
 
 EAPI=4
 
@@ -14,9 +14,7 @@
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
-DEPEND=">=sys-apps/openrc-0.8.2-r1
-	!sys-apps/systemd
-	"
+DEPEND=">=sys-apps/openrc-0.8.2-r1"
 RDEPEND="${DEPEND}
 	>=sys-boot/plymouth-0.8.3-r5
 	"
@@ -36,4 +34,9 @@
 		einfo "If you'd like to know more about purpose of /run, please read:"
 		einfo "  https://lwn.net/Articles/436012/"
 	fi
+
+	if has_version sys-apps/systemd; then
+		eerror "sys-apps/systemd is installed, please uninstall this package if you"
+		eerror "are booting with systemd"
+	fi
 }



1.17                 sys-boot/plymouth-openrc-plugin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	25 Apr 2013 13:38:55 -0000	1.16
+++ ChangeLog	29 Apr 2013 10:43:43 -0000	1.17
@@ -1,6 +1,10 @@
 # ChangeLog for sys-boot/plymouth-openrc-plugin
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog,v 1.16 2013/04/25 13:38:55 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog,v 1.17 2013/04/29 10:43:43 lxnay Exp $
+
+  29 Apr 2013; Fabio Erculiani <lxnay@gentoo.org>
+  plymouth-openrc-plugin-0.1.2.ebuild:
+  do not block systemd, just warn user
 
   25 Apr 2013; Sergey Popov <pinkbyte@gentoo.org> metadata.xml:
   Drop maintainer by his request, remove proxy maintainers herd, reassigning to





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

end of thread, other threads:[~2013-04-29 10:43 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-02 23:12 [gentoo-commits] gentoo-x86 commit in sys-boot/plymouth-openrc-plugin: plymouth-openrc-plugin-0.1.2.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-04-29 10:43 Fabio Erculiani (lxnay)
2013-01-06 11:11 Agostino Sarubbo (ago)
2013-01-01 14:55 Agostino Sarubbo (ago)
2013-01-01 12:51 Agostino Sarubbo (ago)
2012-12-31 15:56 Agostino Sarubbo (ago)
2012-12-31 14:43 Agostino Sarubbo (ago)
2011-10-27 12:50 Amadeusz Zolnowski (aidecoe)
2011-07-11 12:50 Amadeusz Zolnowski (aidecoe)

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