vapier 15/05/17 04:25:12
Modified: yaboot-1.3.16.ebuild yaboot-1.3.17-r2.ebuild
yaboot-1.3.14-r2.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.10 sys-boot/yaboot/yaboot-1.3.16.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/yaboot-1.3.16.ebuild?rev=1.10&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/yaboot-1.3.16.ebuild?rev=1.10&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/yaboot-1.3.16.ebuild?r1=1.9&r2=1.10
Index: yaboot-1.3.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.16.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- yaboot-1.3.16.ebuild 17 May 2015 04:18:20 -0000 1.9
+++ yaboot-1.3.16.ebuild 17 May 2015 04:25:12 -0000 1.10
@@ -1,14 +1,17 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.16.ebuild,v 1.9
2015/05/17 04:18:20 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.16.ebuild,v 1.10
2015/05/17 04:25:12 vapier Exp $
+
+EAPI="5"
inherit eutils toolchain-funcs
DESCRIPTION="PPC Bootloader"
-SRC_URI="http://yaboot.ozlabs.org/releases/${P}.tar.gz"
HOMEPAGE="http://yaboot.ozlabs.org"
-SLOT="0"
+SRC_URI="http://yaboot.ozlabs.org/releases/${P}.tar.gz"
+
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="-* ppc -ppc64"
IUSE="ibm"
@@ -21,10 +24,12 @@
)"
src_unpack() {
- unpack ${A}
+ default
cd "${S}"
cp "${FILESDIR}/new-ofpath" "${S}/ybin/ofpath"
+}
+src_prepare() {
# No need to hardcode this path -- the compiler already knows to use it.
sed -i \
-e 's:-I/usr/include::' \
@@ -46,11 +51,11 @@
src_compile() {
unset CFLAGS CXXFLAGS CPPFLAGS LDFLAGS
- emake PREFIX=/usr MANDIR=share/man CC="$(tc-getCC)" LD="$(tc-getLD)" ||
die
+ emake PREFIX=/usr MANDIR=share/man CC="$(tc-getCC)" LD="$(tc-getLD)"
}
src_install() {
- sed -i -e 's/\/local//' etc/yaboot.conf
- make ROOT="${D}" PREFIX=/usr MANDIR=share/man install || die
- mv "${D}/etc/yaboot.conf" "${D}/etc/yaboot.conf.sample"
+ sed -i -e 's/\/local//' etc/yaboot.conf || die
+ emake ROOT="${D}" PREFIX=/usr MANDIR=share/man install
+ mv "${ED}"/etc/yaboot.conf{,.sample} || die
}
1.7 sys-boot/yaboot/yaboot-1.3.17-r2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/yaboot-1.3.17-r2.ebuild?rev=1.7&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/yaboot-1.3.17-r2.ebuild?rev=1.7&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/yaboot-1.3.17-r2.ebuild?r1=1.6&r2=1.7
Index: yaboot-1.3.17-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.17-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- yaboot-1.3.17-r2.ebuild 17 May 2015 04:18:20 -0000 1.6
+++ yaboot-1.3.17-r2.ebuild 17 May 2015 04:25:12 -0000 1.7
@@ -1,16 +1,17 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.17-r2.ebuild,v
1.6 2015/05/17 04:18:20 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.17-r2.ebuild,v
1.7 2015/05/17 04:25:12 vapier Exp $
-EAPI=2
+EAPI="5"
inherit eutils toolchain-funcs
DESCRIPTION="PPC Bootloader"
-SRC_URI="http://yaboot.ozlabs.org/releases/${P}.tar.gz"
HOMEPAGE="http://yaboot.ozlabs.org"
-SLOT="0"
+SRC_URI="http://yaboot.ozlabs.org/releases/${P}.tar.gz"
+
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="-* ppc -ppc64"
IUSE="ibm"
@@ -24,7 +25,7 @@
)"
src_unpack() {
- unpack ${A}
+ default
cd "${S}"
cp "${FILESDIR}/new-ofpath" "${S}/ybin/ofpath"
}
@@ -57,11 +58,11 @@
src_compile() {
unset CFLAGS CXXFLAGS CPPFLAGS LDFLAGS
- emake PREFIX=/usr MANDIR=share/man CC="$(tc-getCC)" LD="$(tc-getLD)" ||
die
+ emake PREFIX=/usr MANDIR=share/man CC="$(tc-getCC)" LD="$(tc-getLD)"
}
src_install() {
- sed -i -e 's/\/local//' etc/yaboot.conf
- make ROOT="${D}" PREFIX=/usr MANDIR=share/man install || die
- mv "${D}/etc/yaboot.conf" "${D}/etc/yaboot.conf.sample"
+ sed -i -e 's/\/local//' etc/yaboot.conf || die
+ emake ROOT="${D}" PREFIX=/usr MANDIR=share/man install
+ mv "${ED}"/etc/yaboot.conf{,.sample} || die
}
1.10 sys-boot/yaboot/yaboot-1.3.14-r2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/yaboot-1.3.14-r2.ebuild?rev=1.10&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/yaboot-1.3.14-r2.ebuild?rev=1.10&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/yaboot-1.3.14-r2.ebuild?r1=1.9&r2=1.10
Index: yaboot-1.3.14-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.14-r2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- yaboot-1.3.14-r2.ebuild 17 May 2015 04:20:56 -0000 1.9
+++ yaboot-1.3.14-r2.ebuild 17 May 2015 04:25:12 -0000 1.10
@@ -1,14 +1,17 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.14-r2.ebuild,v
1.9 2015/05/17 04:20:56 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.14-r2.ebuild,v
1.10 2015/05/17 04:25:12 vapier Exp $
+
+EAPI="5"
inherit eutils toolchain-funcs
DESCRIPTION="PPC Bootloader"
-SRC_URI="http://yaboot.ozlabs.org/releases/${P}.tar.gz"
HOMEPAGE="http://yaboot.ozlabs.org"
-SLOT="0"
+SRC_URI="http://yaboot.ozlabs.org/releases/${P}.tar.gz"
+
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="-* ppc -ppc64"
IUSE="ibm"
@@ -20,9 +23,7 @@
sys-fs/mac-fdisk
)"
-src_compile() {
- unset CFLAGS CXXFLAGS CPPFLAGS LDFLAGS
-
+src_prepare() {
# No need to hardcode this path -- the compiler already knows to use it.
sed -i \
-e 's:-I/usr/include::' \
@@ -38,10 +39,14 @@
epatch "${FILESDIR}/yaboot-nopiessp-gcc4.patch"
fi
epatch "${FILESDIR}/sysfs-ofpath.patch"
- emake PREFIX=/usr MANDIR=share/man CC="$(tc-getCC)" LD="$(tc-getLD)" ||
die
+}
+
+src_compile() {
+ unset CFLAGS CXXFLAGS CPPFLAGS LDFLAGS
+ emake PREFIX=/usr MANDIR=share/man CC="$(tc-getCC)" LD="$(tc-getLD)"
}
src_install() {
sed -i -e 's/\/local//' etc/yaboot.conf
- make ROOT="${D}" PREFIX=/usr MANDIR=share/man install || die
+ emake ROOT="${D}" PREFIX=/usr MANDIR=share/man install
}
1.50 sys-boot/yaboot/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/ChangeLog?rev=1.50&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/ChangeLog?rev=1.50&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/ChangeLog?r1=1.49&r2=1.50
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/yaboot/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog 17 May 2015 04:20:56 -0000 1.49
+++ ChangeLog 17 May 2015 04:25:12 -0000 1.50
@@ -1,6 +1,10 @@
# ChangeLog for sys-boot/yaboot
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/ChangeLog,v 1.49 2015/05/17
04:20:56 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/ChangeLog,v 1.50 2015/05/17
04:25:12 vapier Exp $
+
+ 17 May 2015; Mike Frysinger <[email protected]> yaboot-1.3.14-r2.ebuild,
+ yaboot-1.3.16.ebuild, yaboot-1.3.17-r2.ebuild:
+ Update to EAPI=5.
17 May 2015; Mike Frysinger <[email protected]> yaboot-1.3.14-r2.ebuild:
Use `sed -i` like we do in newer versions.