diff options
author | Joseph Jezak <josejx@gentoo.org> | 2005-10-15 23:33:57 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2005-10-15 23:33:57 +0000 |
commit | 407e0bf5c85e46ef6da7852fbaa00481318d2889 (patch) | |
tree | 490f2a76e2d198c787cea6d5d18cba1fca74a889 /sys-boot/bootcreator | |
parent | Marked ~ppc for bug #107816. (diff) | |
download | historical-407e0bf5c85e46ef6da7852fbaa00481318d2889.tar.gz historical-407e0bf5c85e46ef6da7852fbaa00481318d2889.tar.bz2 historical-407e0bf5c85e46ef6da7852fbaa00481318d2889.zip |
Added virtual/bootloader to fix virtual in Pegasos profiles.
Package-Manager: portage-2.0.53_rc5
Diffstat (limited to 'sys-boot/bootcreator')
-rw-r--r-- | sys-boot/bootcreator/ChangeLog | 5 | ||||
-rw-r--r-- | sys-boot/bootcreator/Manifest | 16 | ||||
-rw-r--r-- | sys-boot/bootcreator/bootcreator-1.1.ebuild | 5 |
3 files changed, 21 insertions, 5 deletions
diff --git a/sys-boot/bootcreator/ChangeLog b/sys-boot/bootcreator/ChangeLog index 377635a2e94a..844fa169d64c 100644 --- a/sys-boot/bootcreator/ChangeLog +++ b/sys-boot/bootcreator/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-boot/bootcreator # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/bootcreator/ChangeLog,v 1.2 2005/01/20 18:13:32 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/bootcreator/ChangeLog,v 1.3 2005/10/15 23:33:57 josejx Exp $ + + 15 Oct 2005; Joseph Jezak <josejx@gentoo.org> bootcreator-1.1.ebuild: + Added virtual/bootloader to fix virtual in Pegasos profiles. 20 Jan 2005; Lars Weiler <pylon@gentoo.org> bootcreator-1.1.ebuild: Stable now. diff --git a/sys-boot/bootcreator/Manifest b/sys-boot/bootcreator/Manifest index e3a4af92e2b7..a3fda5a2541d 100644 --- a/sys-boot/bootcreator/Manifest +++ b/sys-boot/bootcreator/Manifest @@ -1,4 +1,14 @@ -MD5 d12960d36e400ed8c7817d08e694ab90 metadata.xml 217 -MD5 607842c71491123bcea2484af945aee1 ChangeLog 522 -MD5 f0464c3c3dd634f611ca8104ee5226d0 bootcreator-1.1.ebuild 824 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 ad81836d29f6a61eca22be753f4a271a ChangeLog 659 +MD5 91f735a2fc4d66fc3dd70e0f1ec228e0 bootcreator-1.1.ebuild 856 MD5 f589d099725434c44296fc4b524c8176 files/digest-bootcreator-1.1 66 +MD5 d12960d36e400ed8c7817d08e694ab90 metadata.xml 217 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDUZIrcsIHjyDViGQRAuwRAKDlJTHjDUVcfWcULZaTT9LcqukCaQCfSJH7 +2TYl5FPU8pEcJxe4O581T9Q= +=FDL9 +-----END PGP SIGNATURE----- diff --git a/sys-boot/bootcreator/bootcreator-1.1.ebuild b/sys-boot/bootcreator/bootcreator-1.1.ebuild index 900513bde004..612030424127 100644 --- a/sys-boot/bootcreator/bootcreator-1.1.ebuild +++ b/sys-boot/bootcreator/bootcreator-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/bootcreator/bootcreator-1.1.ebuild,v 1.2 2005/01/20 18:13:32 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/bootcreator/bootcreator-1.1.ebuild,v 1.3 2005/10/15 23:33:57 josejx Exp $ inherit eutils @@ -13,6 +13,9 @@ SLOT="0" KEYWORDS="ppc -*" IUSE="" DEPEND="" + +PROVIDE="virtual/bootloader" + S=${WORKDIR}/${PN} src_unpack() { |