diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-04-10 14:36:44 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-04-10 14:36:44 +0000 |
commit | 62a06fca2df2f471b9993bac391878ff18e292ae (patch) | |
tree | 6016175ec535247445690b7b10befd96732d890d /sys-boot/cromwell-bin | |
parent | Don't PROVIDE virtual/bootloader, bug 359971. (diff) | |
download | historical-62a06fca2df2f471b9993bac391878ff18e292ae.tar.gz historical-62a06fca2df2f471b9993bac391878ff18e292ae.tar.bz2 historical-62a06fca2df2f471b9993bac391878ff18e292ae.zip |
Don't PROVIDE virtual/bootloader, bug 359971.
Package-Manager: portage-2.1.9.45/cvs/Linux x86_64
Diffstat (limited to 'sys-boot/cromwell-bin')
-rw-r--r-- | sys-boot/cromwell-bin/ChangeLog | 8 | ||||
-rw-r--r-- | sys-boot/cromwell-bin/cromwell-bin-2.31.ebuild | 6 | ||||
-rw-r--r-- | sys-boot/cromwell-bin/cromwell-bin-2.40.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/sys-boot/cromwell-bin/ChangeLog b/sys-boot/cromwell-bin/ChangeLog index 16cba17cd23c..c2b30132227b 100644 --- a/sys-boot/cromwell-bin/ChangeLog +++ b/sys-boot/cromwell-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-boot/cromwell-bin -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/cromwell-bin/ChangeLog,v 1.5 2007/07/02 15:30:47 peper Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/cromwell-bin/ChangeLog,v 1.6 2011/04/10 14:36:44 ulm Exp $ + + 10 Apr 2011; Ulrich Mueller <ulm@gentoo.org> cromwell-bin-2.31.ebuild, + cromwell-bin-2.40.ebuild: + Don't PROVIDE virtual/bootloader, bug 359971. 02 Jul 2007; Piotr Jaroszyński <peper@gentoo.org> cromwell-bin-2.31.ebuild, cromwell-bin-2.40.ebuild: diff --git a/sys-boot/cromwell-bin/cromwell-bin-2.31.ebuild b/sys-boot/cromwell-bin/cromwell-bin-2.31.ebuild index 24e7d42da9ea..bfe38e9b205a 100644 --- a/sys-boot/cromwell-bin/cromwell-bin-2.31.ebuild +++ b/sys-boot/cromwell-bin/cromwell-bin-2.31.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 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/cromwell-bin/cromwell-bin-2.31.ebuild,v 1.3 2007/07/02 15:30:47 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/cromwell-bin/cromwell-bin-2.31.ebuild,v 1.4 2011/04/10 14:36:44 ulm Exp $ inherit mount-boot @@ -13,7 +13,7 @@ DEPEND="" SLOT="0" LICENSE="GPL-2" KEYWORDS="-* x86" -PROVIDE="virtual/bootloader" + S=${WORKDIR}/cromwell src_install () { diff --git a/sys-boot/cromwell-bin/cromwell-bin-2.40.ebuild b/sys-boot/cromwell-bin/cromwell-bin-2.40.ebuild index d3792ede8a68..f425afce5880 100644 --- a/sys-boot/cromwell-bin/cromwell-bin-2.40.ebuild +++ b/sys-boot/cromwell-bin/cromwell-bin-2.40.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 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/cromwell-bin/cromwell-bin-2.40.ebuild,v 1.2 2007/07/02 15:30:47 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/cromwell-bin/cromwell-bin-2.40.ebuild,v 1.3 2011/04/10 14:36:44 ulm Exp $ inherit mount-boot @@ -13,7 +13,7 @@ DEPEND="" SLOT="0" LICENSE="GPL-2" KEYWORDS="-* x86" -PROVIDE="virtual/bootloader" + S=${WORKDIR}/cromwell-${PV} src_install () { |