vapier      15/05/17 03:56:44

  Modified:             yaboot-static-1.3.14-r1.ebuild
                        yaboot-static-1.3.17-r1.ebuild
                        yaboot-static-1.3.16-r1.ebuild ChangeLog
  Log:
  Move yaboot blocker to RDEPEND -- you can build these at the same time, just 
not install them both.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  Changes    Path
1.6                  sys-boot/yaboot-static/yaboot-static-1.3.14-r1.ebuild

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

Index: yaboot-static-1.3.14-r1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.14-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- yaboot-static-1.3.14-r1.ebuild      17 May 2015 03:55:10 -0000      1.5
+++ yaboot-static-1.3.14-r1.ebuild      17 May 2015 03:56:44 -0000      1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.14-r1.ebuild,v 
1.5 2015/05/17 03:55:10 vapier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.14-r1.ebuild,v 
1.6 2015/05/17 03:56:44 vapier Exp $
 
 inherit eutils
 
@@ -12,11 +12,13 @@
 SLOT="0"
 KEYWORDS="-* ppc ppc64"
 IUSE="ibm"
-DEPEND="!sys-boot/yaboot
-               sys-apps/powerpc-utils"
-RDEPEND="!ibm? ( sys-fs/hfsutils
-                                sys-fs/hfsplusutils
-                                sys-fs/mac-fdisk )"
+DEPEND="sys-apps/powerpc-utils"
+RDEPEND="!sys-boot/yaboot
+       !ibm? (
+               sys-fs/hfsutils
+               sys-fs/hfsplusutils
+               sys-fs/mac-fdisk
+       )"
 
 src_unpack() {
        unpack ${A}



1.5                  sys-boot/yaboot-static/yaboot-static-1.3.17-r1.ebuild

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

Index: yaboot-static-1.3.17-r1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.17-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- yaboot-static-1.3.17-r1.ebuild      17 May 2015 03:55:10 -0000      1.4
+++ yaboot-static-1.3.17-r1.ebuild      17 May 2015 03:56:44 -0000      1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.17-r1.ebuild,v 
1.4 2015/05/17 03:55:10 vapier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.17-r1.ebuild,v 
1.5 2015/05/17 03:56:44 vapier Exp $
 
 EAPI=2
 
@@ -15,11 +15,13 @@
 SLOT="0"
 KEYWORDS="-* ppc ppc64"
 IUSE="ibm"
-DEPEND="!sys-boot/yaboot
-               sys-apps/powerpc-utils"
-RDEPEND="!ibm? ( sys-fs/hfsutils
-                                sys-fs/hfsplusutils
-                                sys-fs/mac-fdisk )"
+DEPEND="sys-apps/powerpc-utils"
+RDEPEND="!sys-boot/yaboot
+       !ibm? (
+               sys-fs/hfsutils
+               sys-fs/hfsplusutils
+               sys-fs/mac-fdisk
+       )"
 
 src_prepare() {
        # Fix the devspec path on newer kernels



1.4                  sys-boot/yaboot-static/yaboot-static-1.3.16-r1.ebuild

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

Index: yaboot-static-1.3.16-r1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.16-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- yaboot-static-1.3.16-r1.ebuild      17 May 2015 03:55:10 -0000      1.3
+++ yaboot-static-1.3.16-r1.ebuild      17 May 2015 03:56:44 -0000      1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.16-r1.ebuild,v 
1.3 2015/05/17 03:55:10 vapier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.16-r1.ebuild,v 
1.4 2015/05/17 03:56:44 vapier Exp $
 
 inherit eutils
 
@@ -13,11 +13,13 @@
 SLOT="0"
 KEYWORDS="-* ppc ppc64"
 IUSE="ibm"
-DEPEND="!sys-boot/yaboot
-               sys-apps/powerpc-utils"
-RDEPEND="!ibm? ( sys-fs/hfsutils
-                                sys-fs/hfsplusutils
-                                sys-fs/mac-fdisk )"
+DEPEND="sys-apps/powerpc-utils"
+RDEPEND="!sys-boot/yaboot
+       !ibm? (
+               sys-fs/hfsutils
+               sys-fs/hfsplusutils
+               sys-fs/mac-fdisk
+       )"
 
 src_install() {
        cp -pPR "${WORKDIR}"/* "${D}" || die "cp failed"



1.32                 sys-boot/yaboot-static/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/yaboot-static/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   17 May 2015 03:55:10 -0000      1.31
+++ ChangeLog   17 May 2015 03:56:44 -0000      1.32
@@ -1,6 +1,12 @@
 # ChangeLog for sys-boot/yaboot-static
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot-static/ChangeLog,v 1.31 
2015/05/17 03:55:10 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot-static/ChangeLog,v 1.32 
2015/05/17 03:56:44 vapier Exp $
+
+  17 May 2015; Mike Frysinger <[email protected]>
+  yaboot-static-1.3.14-r1.ebuild, yaboot-static-1.3.16-r1.ebuild,
+  yaboot-static-1.3.17-r1.ebuild:
+  Move yaboot blocker to RDEPEND -- you can build these at the same time, just
+  not install them both.
 
   17 May 2015; Mike Frysinger <[email protected]>
   yaboot-static-1.3.14-r1.ebuild, yaboot-static-1.3.16-r1.ebuild,




Reply via email to