diff options
author | Brent Baude <ranger@gentoo.org> | 2008-01-04 01:10:17 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2008-01-04 01:10:17 +0000 |
commit | 70cff8534f11598c4c4edaa34be021c573a8f2b0 (patch) | |
tree | ccbaa0cf09cb818d395d27aebd1c17dfadbd5088 /sys-boot | |
parent | Marking dclib-0.3.11 ppc64 for bug 202615 (diff) | |
download | gentoo-2-70cff8534f11598c4c4edaa34be021c573a8f2b0.tar.gz gentoo-2-70cff8534f11598c4c4edaa34be021c573a8f2b0.tar.bz2 gentoo-2-70cff8534f11598c4c4edaa34be021c573a8f2b0.zip |
Creating yaboot-static-1.3.14
(Portage version: 2.1.3.19)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/yaboot-static/ChangeLog | 14 | ||||
-rw-r--r-- | sys-boot/yaboot-static/files/digest-yaboot-static-1.3.14 | 3 | ||||
-rw-r--r-- | sys-boot/yaboot-static/yaboot-static-1.3.14.ebuild | 29 | ||||
-rw-r--r-- | sys-boot/yaboot-static/yaboot-static-1.3.14_pre1.ebuild | 6 |
4 files changed, 47 insertions, 5 deletions
diff --git a/sys-boot/yaboot-static/ChangeLog b/sys-boot/yaboot-static/ChangeLog index 3869691d8e71..9e7d9bf66af6 100644 --- a/sys-boot/yaboot-static/ChangeLog +++ b/sys-boot/yaboot-static/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for sys-boot/yaboot-static -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot-static/ChangeLog,v 1.16 2007/06/04 19:42:39 ranger Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot-static/ChangeLog,v 1.17 2008/01/04 01:10:17 ranger Exp $ + +*yaboot-static-1.3.14 (04 Jan 2008) + + 04 Jan 2008; Brent Baude <ranger@gentoo.org> + yaboot-static-1.3.14_pre1.ebuild, +yaboot-static-1.3.14.ebuild: + Creating yaboot-static-1.3.14 + + 04 Jan 2008; Brent Baude <ranger@gentoo.org> + yaboot-static-1.3.14_pre1.ebuild: + Marking yaboot-static-1.3.14_pre1 ppc64 stable 04 Jun 2007; Brent Baude <ranger@gentoo.org> yaboot-static-1.3.14_pre1.ebuild: diff --git a/sys-boot/yaboot-static/files/digest-yaboot-static-1.3.14 b/sys-boot/yaboot-static/files/digest-yaboot-static-1.3.14 new file mode 100644 index 000000000000..050d9afe3951 --- /dev/null +++ b/sys-boot/yaboot-static/files/digest-yaboot-static-1.3.14 @@ -0,0 +1,3 @@ +MD5 a70acbd5aaf6828122bbebd51195c1a2 yaboot-static-1.3.14.tbz2 154587 +RMD160 6f2951b19cf7ad61a39b490468c028621238eb02 yaboot-static-1.3.14.tbz2 154587 +SHA256 e9632c87b4982cfbc614c6cc58e64740d8af5bd3c52ae78c0a9e0b1d062825f0 yaboot-static-1.3.14.tbz2 154587 diff --git a/sys-boot/yaboot-static/yaboot-static-1.3.14.ebuild b/sys-boot/yaboot-static/yaboot-static-1.3.14.ebuild new file mode 100644 index 000000000000..7020c2550ebf --- /dev/null +++ b/sys-boot/yaboot-static/yaboot-static-1.3.14.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2008 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.ebuild,v 1.1 2008/01/04 01:10:17 ranger Exp $ + +inherit eutils + +DESCRIPTION="Static yaboot ppc boot loader for machines with open firmware" + +HOMEPAGE="http://penguinppc.org/projects/yaboot/" +SRC_URI="mirror://gentoo/yaboot-static-${PV}.tbz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="-* ~ppc64" +IUSE="ibm" +DEPEND="!sys-boot/yaboot + sys-apps/powerpc-utils" +RDEPEND="!ibm? ( sys-fs/hfsutils ) + !ibm? ( sys-fs/hfsplusutils )" +PROVIDE="virtual/bootloader" + +src_unpack() { + unpack ${A} +} + +src_install() { + # don't blow away the user's old conf file + mv ${WORKDIR}/etc/yaboot.conf ${WORKDIR}/etc/yaboot.conf.unconfigured + cp -pPR ${WORKDIR}/* ${D}/ +} diff --git a/sys-boot/yaboot-static/yaboot-static-1.3.14_pre1.ebuild b/sys-boot/yaboot-static/yaboot-static-1.3.14_pre1.ebuild index 9a845957ff05..91af442842d0 100644 --- a/sys-boot/yaboot-static/yaboot-static-1.3.14_pre1.ebuild +++ b/sys-boot/yaboot-static/yaboot-static-1.3.14_pre1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 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_pre1.ebuild,v 1.3 2007/07/15 02:25:03 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.14_pre1.ebuild,v 1.4 2008/01/04 01:10:17 ranger Exp $ inherit eutils @@ -10,7 +10,7 @@ HOMEPAGE="http://penguinppc.org/projects/yaboot/" SRC_URI="mirror://gentoo/yaboot-static-${PV}.tbz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-* ~ppc64" +KEYWORDS="-* ppc64" IUSE="ibm" DEPEND="!sys-boot/yaboot sys-apps/powerpc-utils" |