vapier 15/05/17 03:59:27
Modified: yaboot-static-1.3.14-r1.ebuild
yaboot-static-1.3.17-r1.ebuild
yaboot-static-1.3.16-r1.ebuild ChangeLog
Log:
Update to EAPI=5.
(Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key
D2E96200)
Revision Changes Path
1.8 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.8&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.14-r1.ebuild?rev=1.8&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.7&r2=1.8
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.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- yaboot-static-1.3.14-r1.ebuild 17 May 2015 03:58:17 -0000 1.7
+++ yaboot-static-1.3.14-r1.ebuild 17 May 2015 03:59:27 -0000 1.8
@@ -1,17 +1,22 @@
# 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.7 2015/05/17 03:58:17 vapier Exp $
+# $Header:
/var/cvsroot/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.14-r1.ebuild,v
1.8 2015/05/17 03:59:27 vapier Exp $
+
+# Generated by using quickpkg on a ppc32 machine, compiled with -O2 -pipe.
+
+EAPI="5"
inherit eutils
DESCRIPTION="Static yaboot ppc boot loader for machines with open firmware"
-
HOMEPAGE="http://yaboot.ozlabs.org/"
SRC_URI="mirror://gentoo/yaboot-static-${PV}.tbz2"
+
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="-* ppc ppc64"
IUSE="ibm"
+
DEPEND="sys-apps/powerpc-utils"
RDEPEND="!sys-boot/yaboot
!ibm? (
@@ -20,21 +25,20 @@
sys-fs/mac-fdisk
)"
+S=${WORKDIR}
+
QA_PRESTRIPPED="
/usr/lib/yaboot/yaboot
/usr/lib/yaboot/yaboot.chrp
/usr/lib/yaboot/addnote
"
-src_unpack() {
- unpack ${A}
- cd "${S}"
+src_prepare() {
epatch "${FILESDIR}"/sysfs-ofpath.patch
}
src_install() {
# don't blow away the user's old conf file
- mv "${WORKDIR}/etc/yaboot.conf"
"${WORKDIR}/etc/yaboot.conf.unconfigured" \
- || die "mv failed"
- cp -pPR "${WORKDIR}"/* "${D}" || die "cp failed"
+ mv "${WORKDIR}"/etc/yaboot.conf{,.sample} || die
+ cp -pPR "${WORKDIR}"/* "${D}" || die
}
1.7 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.7&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.17-r1.ebuild?rev=1.7&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.6&r2=1.7
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.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- yaboot-static-1.3.17-r1.ebuild 17 May 2015 03:58:17 -0000 1.6
+++ yaboot-static-1.3.17-r1.ebuild 17 May 2015 03:59:27 -0000 1.7
@@ -1,20 +1,22 @@
# 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.6 2015/05/17 03:58:17 vapier Exp $
+# $Header:
/var/cvsroot/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.17-r1.ebuild,v
1.7 2015/05/17 03:59:27 vapier Exp $
-EAPI=2
+# Generated by using quickpkg on a ppc32 machine, compiled with -O2 -pipe.
+
+EAPI="5"
inherit eutils
DESCRIPTION="Static yaboot ppc boot loader for machines with open firmware"
-### Generated by using quickpkg on a ppc32 machine, compiled with -O2 -pipe
-
HOMEPAGE="http://yaboot.ozlabs.org/"
SRC_URI="mirror://gentoo/yaboot-static-${PV}.tbz2"
+
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="-* ppc ppc64"
IUSE="ibm"
+
DEPEND="sys-apps/powerpc-utils"
RDEPEND="!sys-boot/yaboot
!ibm? (
@@ -23,6 +25,8 @@
sys-fs/mac-fdisk
)"
+S=${WORKDIR}
+
QA_PRESTRIPPED="
/usr/lib/yaboot/yaboot
/usr/lib/yaboot/yaboot.chrp
@@ -30,10 +34,9 @@
"
src_prepare() {
- # Fix the devspec path on newer kernels
epatch "${FILESDIR}/new-ofpath-devspec.patch"
}
src_install() {
- cp -pPR "${WORKDIR}"/* "${D}" || die "cp failed"
+ cp -pPR "${WORKDIR}"/* "${D}" || die
}
1.6 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.6&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.16-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.16-r1.ebuild?r1=1.5&r2=1.6
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.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- yaboot-static-1.3.16-r1.ebuild 17 May 2015 03:58:17 -0000 1.5
+++ yaboot-static-1.3.16-r1.ebuild 17 May 2015 03:59:27 -0000 1.6
@@ -1,18 +1,22 @@
# 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.5 2015/05/17 03:58:17 vapier Exp $
+# $Header:
/var/cvsroot/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.16-r1.ebuild,v
1.6 2015/05/17 03:59:27 vapier Exp $
+
+# Generated by using quickpkg on a ppc32 machine, compiled with -O2 -pipe.
+
+EAPI="5"
inherit eutils
DESCRIPTION="Static yaboot ppc boot loader for machines with open firmware"
-### Generated by using quickpkg on a ppc32 machine, compiled with -O2 -pipe
-
HOMEPAGE="http://yaboot.ozlabs.org/"
SRC_URI="mirror://gentoo/yaboot-static-${PV}.tbz2"
+
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="-* ppc ppc64"
IUSE="ibm"
+
DEPEND="sys-apps/powerpc-utils"
RDEPEND="!sys-boot/yaboot
!ibm? (
@@ -21,6 +25,8 @@
sys-fs/mac-fdisk
)"
+S=${WORKDIR}
+
QA_PRESTRIPPED="
/usr/lib/yaboot/yaboot
/usr/lib/yaboot/yaboot.chrp
@@ -28,5 +34,5 @@
"
src_install() {
- cp -pPR "${WORKDIR}"/* "${D}" || die "cp failed"
+ cp -pPR "${WORKDIR}"/* "${D}" || die
}
1.34 sys-boot/yaboot-static/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot-static/ChangeLog?rev=1.34&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot-static/ChangeLog?rev=1.34&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot-static/ChangeLog?r1=1.33&r2=1.34
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/yaboot-static/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog 17 May 2015 03:58:17 -0000 1.33
+++ ChangeLog 17 May 2015 03:59:27 -0000 1.34
@@ -1,6 +1,11 @@
# 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.33
2015/05/17 03:58:17 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot-static/ChangeLog,v 1.34
2015/05/17 03:59:27 vapier Exp $
+
+ 17 May 2015; Mike Frysinger <[email protected]>
+ files/new-ofpath-devspec.patch, yaboot-static-1.3.14-r1.ebuild,
+ yaboot-static-1.3.16-r1.ebuild, yaboot-static-1.3.17-r1.ebuild:
+ Update to EAPI=5.
17 May 2015; Mike Frysinger <[email protected]>
yaboot-static-1.3.14-r1.ebuild, yaboot-static-1.3.16-r1.ebuild,