public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-boot/lilo: metadata.xml ChangeLog lilo-23.2-r1.ebuild lilo-22.8-r2.ebuild lilo-23.2-r2.ebuild
@ 2013-04-09 10:05 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2013-04-09 10:05 UTC (permalink / raw
  To: gentoo-commits

ssuominen    13/04/09 10:05:19

  Modified:             metadata.xml ChangeLog lilo-23.2-r1.ebuild
                        lilo-22.8-r2.ebuild lilo-23.2-r2.ebuild
  Log:
  Remove sys-fs/device-mapper from || () syntax in favour of sys-fs/lvm2 wrt #461382
  
  (Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.9                  sys-boot/lilo/metadata.xml

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

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/lilo/metadata.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- metadata.xml	11 Jul 2011 03:13:39 -0000	1.8
+++ metadata.xml	9 Apr 2013 10:05:19 -0000	1.9
@@ -3,8 +3,7 @@
 <pkgmetadata>
 <herd>base-system</herd>
 <use>
- <flag name='device-mapper'>Enable support for
-  <pkg>sys-fs/device-mapper</pkg></flag>
+ <flag name='device-mapper'>Enable support for device-mapper from <pkg>sys-fs/lvm2</pkg></flag>
  <flag name='minimal'>Do not install the dolilo helper script</flag>
  <flag name='pxeserial'>Avoid character echo on PXE serial console</flag>
 </use>



1.75                 sys-boot/lilo/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/lilo/ChangeLog?rev=1.75&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/lilo/ChangeLog?rev=1.75&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/lilo/ChangeLog?r1=1.74&r2=1.75

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/lilo/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog	4 Mar 2013 17:04:17 -0000	1.74
+++ ChangeLog	9 Apr 2013 10:05:19 -0000	1.75
@@ -1,6 +1,11 @@
 # ChangeLog for sys-boot/lilo
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/lilo/ChangeLog,v 1.74 2013/03/04 17:04:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/lilo/ChangeLog,v 1.75 2013/04/09 10:05:19 ssuominen Exp $
+
+  09 Apr 2013; Samuli Suominen <ssuominen@gentoo.org> lilo-22.8-r2.ebuild,
+  lilo-23.2-r1.ebuild, lilo-23.2-r2.ebuild, metadata.xml:
+  Remove sys-fs/device-mapper from || () syntax in favour of sys-fs/lvm2 wrt
+  #461382
 
   04 Mar 2013; Agostino Sarubbo <ago@gentoo.org> lilo-23.2-r2.ebuild:
   Stable for x86, wrt bug #436916



1.4                  sys-boot/lilo/lilo-23.2-r1.ebuild

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

Index: lilo-23.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/lilo/lilo-23.2-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- lilo-23.2-r1.ebuild	25 Apr 2011 01:44:37 -0000	1.3
+++ lilo-23.2-r1.ebuild	9 Apr 2013 10:05:19 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 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/lilo/lilo-23.2-r1.ebuild,v 1.3 2011/04/25 01:44:37 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/lilo/lilo-23.2-r1.ebuild,v 1.4 2013/04/09 10:05:19 ssuominen Exp $
 
 EAPI="2"
 
@@ -23,9 +23,7 @@
 KEYWORDS="-* ~amd64 ~x86"
 
 DEPEND=">=sys-devel/bin86-0.15.5"
-RDEPEND="device-mapper? ( || (
-	>=sys-fs/lvm2-2.02.45
-	>=sys-fs/device-mapper-1.02.12 ) )"
+RDEPEND="device-mapper? ( >=sys-fs/lvm2-2.02.45 )"
 
 src_prepare() {
 	# this patch is needed when booting PXE and the device you're using



1.7                  sys-boot/lilo/lilo-22.8-r2.ebuild

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

Index: lilo-22.8-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/lilo/lilo-22.8-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- lilo-22.8-r2.ebuild	24 Feb 2013 12:12:35 -0000	1.6
+++ lilo-22.8-r2.ebuild	9 Apr 2013 10:05:19 -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/lilo/lilo-22.8-r2.ebuild,v 1.6 2013/02/24 12:12:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/lilo/lilo-22.8-r2.ebuild,v 1.7 2013/04/09 10:05:19 ssuominen Exp $
 
 inherit eutils flag-o-matic toolchain-funcs
 
@@ -22,9 +22,7 @@
 KEYWORDS="-* amd64 x86"
 
 DEPEND=">=sys-devel/bin86-0.15.5"
-RDEPEND="device-mapper? ( || (
-	>=sys-fs/lvm2-2.02.45
-	>=sys-fs/device-mapper-1.02.12 ) )"
+RDEPEND="device-mapper? ( >=sys-fs/lvm2-2.02.45 )"
 
 src_unpack() {
 	unpack ${MY_P}.tar.gz



1.4                  sys-boot/lilo/lilo-23.2-r2.ebuild

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

Index: lilo-23.2-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/lilo/lilo-23.2-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- lilo-23.2-r2.ebuild	4 Mar 2013 17:04:17 -0000	1.3
+++ lilo-23.2-r2.ebuild	9 Apr 2013 10:05:19 -0000	1.4
@@ -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/lilo/lilo-23.2-r2.ebuild,v 1.3 2013/03/04 17:04:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/lilo/lilo-23.2-r2.ebuild,v 1.4 2013/04/09 10:05:19 ssuominen Exp $
 
 EAPI="2"
 
@@ -23,9 +23,7 @@
 KEYWORDS="-* amd64 x86"
 
 DEPEND=">=sys-devel/bin86-0.15.5"
-RDEPEND="device-mapper? ( || (
-	>=sys-fs/lvm2-2.02.45
-	>=sys-fs/device-mapper-1.02.12 ) )"
+RDEPEND="device-mapper? ( >=sys-fs/lvm2-2.02.45 )"
 
 src_prepare() {
 	# this patch is needed when booting PXE and the device you're using





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-04-09 10:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-09 10:05 [gentoo-commits] gentoo-x86 commit in sys-boot/lilo: metadata.xml ChangeLog lilo-23.2-r1.ebuild lilo-22.8-r2.ebuild lilo-23.2-r2.ebuild Samuli Suominen (ssuominen)

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