diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-04-10 14:26:12 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-04-10 14:26:12 +0000 |
commit | 4ebc80e0ab327518350a60c9c5e61b9dd17406d8 (patch) | |
tree | 2ec85553bbdfdc87a973e58478cc21540b9ae562 /sys-boot/yaboot-static | |
parent | Don't PROVIDE virtual/bootloader, bug 359971. (diff) | |
download | historical-4ebc80e0ab327518350a60c9c5e61b9dd17406d8.tar.gz historical-4ebc80e0ab327518350a60c9c5e61b9dd17406d8.tar.bz2 historical-4ebc80e0ab327518350a60c9c5e61b9dd17406d8.zip |
Don't PROVIDE virtual/bootloader, bug 359971.
Package-Manager: portage-2.1.9.45/cvs/Linux x86_64
Diffstat (limited to 'sys-boot/yaboot-static')
-rw-r--r-- | sys-boot/yaboot-static/ChangeLog | 8 | ||||
-rw-r--r-- | sys-boot/yaboot-static/yaboot-static-1.3.14-r1.ebuild | 5 | ||||
-rw-r--r-- | sys-boot/yaboot-static/yaboot-static-1.3.16.ebuild | 5 |
3 files changed, 10 insertions, 8 deletions
diff --git a/sys-boot/yaboot-static/ChangeLog b/sys-boot/yaboot-static/ChangeLog index 66dc43c72cc4..d4ee34049bd0 100644 --- a/sys-boot/yaboot-static/ChangeLog +++ b/sys-boot/yaboot-static/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-boot/yaboot-static -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot-static/ChangeLog,v 1.24 2010/10/06 19:11:51 josejx Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot-static/ChangeLog,v 1.25 2011/04/10 14:24:22 ulm Exp $ + + 10 Apr 2011; Ulrich Mueller <ulm@gentoo.org> yaboot-static-1.3.14-r1.ebuild, + yaboot-static-1.3.16.ebuild: + Don't PROVIDE virtual/bootloader, bug 359971. 06 Oct 2010; Joseph Jezak <josejx@gentoo.org> ChangeLog: Fixed yaboot package manifest for incorrect file. diff --git a/sys-boot/yaboot-static/yaboot-static-1.3.14-r1.ebuild b/sys-boot/yaboot-static/yaboot-static-1.3.14-r1.ebuild index 977d200b12cf..d90b48cffcc1 100644 --- a/sys-boot/yaboot-static/yaboot-static-1.3.14-r1.ebuild +++ b/sys-boot/yaboot-static/yaboot-static-1.3.14-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 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.2 2010/07/19 19:11:41 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.14-r1.ebuild,v 1.3 2011/04/10 14:24:22 ulm Exp $ inherit eutils @@ -17,7 +17,6 @@ DEPEND="!sys-boot/yaboot RDEPEND="!ibm? ( sys-fs/hfsutils sys-fs/hfsplusutils sys-fs/mac-fdisk )" -PROVIDE="virtual/bootloader" src_unpack() { unpack ${A} diff --git a/sys-boot/yaboot-static/yaboot-static-1.3.16.ebuild b/sys-boot/yaboot-static/yaboot-static-1.3.16.ebuild index 63ae9776b7af..0ce4dcea423d 100644 --- a/sys-boot/yaboot-static/yaboot-static-1.3.16.ebuild +++ b/sys-boot/yaboot-static/yaboot-static-1.3.16.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 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.ebuild,v 1.1 2010/10/03 17:57:24 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.16.ebuild,v 1.2 2011/04/10 14:24:22 ulm Exp $ inherit eutils @@ -18,7 +18,6 @@ DEPEND="!sys-boot/yaboot RDEPEND="!ibm? ( sys-fs/hfsutils sys-fs/hfsplusutils sys-fs/mac-fdisk )" -PROVIDE="virtual/bootloader" src_install() { cp -pPR "${WORKDIR}"/* "${D}" || die "cp failed" |