diff options
author | 2006-02-15 03:35:32 +0000 | |
---|---|---|
committer | 2006-02-15 03:35:32 +0000 | |
commit | 345f9b28a2967c2ba0f7da8affdcbad96f7527ec (patch) | |
tree | b6b24eee2d637515315e68776d16796cde6785d3 /sys-boot | |
parent | Made some USE flag descriptions (marginally) more meaningful. (diff) | |
download | gentoo-2-345f9b28a2967c2ba0f7da8affdcbad96f7527ec.tar.gz gentoo-2-345f9b28a2967c2ba0f7da8affdcbad96f7527ec.tar.bz2 gentoo-2-345f9b28a2967c2ba0f7da8affdcbad96f7527ec.zip |
Fix old sys-apps yaboot deps and clean out old ebuilds.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/yaboot-static/ChangeLog | 8 | ||||
-rw-r--r-- | sys-boot/yaboot-static/files/digest-yaboot-static-1.0 | 1 | ||||
-rw-r--r-- | sys-boot/yaboot-static/yaboot-static-1.0.ebuild | 19 | ||||
-rw-r--r-- | sys-boot/yaboot-static/yaboot-static-1.3.12.ebuild | 8 |
4 files changed, 10 insertions, 26 deletions
diff --git a/sys-boot/yaboot-static/ChangeLog b/sys-boot/yaboot-static/ChangeLog index 0e2d932a4eb2..755485020313 100644 --- a/sys-boot/yaboot-static/ChangeLog +++ b/sys-boot/yaboot-static/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-boot/yaboot-static -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot-static/ChangeLog,v 1.12 2005/10/09 00:44:46 dostrow Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot-static/ChangeLog,v 1.13 2006/02/15 03:35:32 dostrow Exp $ + + 15 Feb 2006; Daniel Ostrow <dostrow@gentoo.org> -yaboot-static-1.0.ebuild, + yaboot-static-1.3.12.ebuild: + Fix old sys-apps yaboot deps and clen out old ebuilds. *yaboot-static-1.3.13-r1 (08 Oct 2005) diff --git a/sys-boot/yaboot-static/files/digest-yaboot-static-1.0 b/sys-boot/yaboot-static/files/digest-yaboot-static-1.0 deleted file mode 100644 index 86a1fce39ed4..000000000000 --- a/sys-boot/yaboot-static/files/digest-yaboot-static-1.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 1ec8708e1c082ecbdbccf475b2e8bcee yaboot-static-1.0.tbz2 122312 diff --git a/sys-boot/yaboot-static/yaboot-static-1.0.ebuild b/sys-boot/yaboot-static/yaboot-static-1.0.ebuild deleted file mode 100644 index 2da9c6777bf4..000000000000 --- a/sys-boot/yaboot-static/yaboot-static-1.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2005 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.0.ebuild,v 1.5 2005/08/24 09:25:33 corsair Exp $ - -DESCRIPTION="Static yaboot ppc boot loader for machines with open firmware" - -HOMEPAGE="http://penguinppc.org/projects/yaboot/" -SRC_URI="mirror://gentoo/yaboot-static-${PVR}.tbz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="ppc64 -*" -IUSE="" -DEPEND="!sys-apps/yaboot" -PROVIDE="virtual/bootloader" - -src_install() { - cp -pPR ${WORKDIR}/* ${D}/ - } - diff --git a/sys-boot/yaboot-static/yaboot-static-1.3.12.ebuild b/sys-boot/yaboot-static/yaboot-static-1.3.12.ebuild index 1f6d2f2b7acb..e5ff2c0d1903 100644 --- a/sys-boot/yaboot-static/yaboot-static-1.3.12.ebuild +++ b/sys-boot/yaboot-static/yaboot-static-1.3.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 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.12.ebuild,v 1.5 2005/08/24 09:25:33 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.12.ebuild,v 1.6 2006/02/15 03:35:32 dostrow Exp $ DESCRIPTION="Static yaboot ppc boot loader for machines with open firmware" @@ -8,9 +8,9 @@ HOMEPAGE="http://penguinppc.org/projects/yaboot/" SRC_URI="mirror://gentoo/yaboot-static-${PVR}.tbz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="ppc64 -*" +KEYWORDS="-* ppc64" IUSE="" -DEPEND="!sys-apps/yaboot +DEPEND="!sys-boot/yaboot sys-apps/powerpc-utils sys-fs/hfsutils sys-fs/hfsplusutils" |