public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tomas Chvatal" <scarabeus@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/scarabeus:master commit in: sys-boot/grub/
Date: Sun,  5 Jun 2011 19:31:04 +0000 (UTC)	[thread overview]
Message-ID: <f3835e099091abb7b5a9b569ffa91c97d0325f3f.scarabeus@gentoo> (raw)

commit:     f3835e099091abb7b5a9b569ffa91c97d0325f3f
Author:     Matěj Laitl <matej <AT> laitl <DOT> cz>
AuthorDate: Sun Jun  5 18:31:38 2011 +0000
Commit:     Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
CommitDate: Sun Jun  5 19:30:20 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/scarabeus.git;a=commit;h=f3835e09

Rename GRUB_PLATFORM use-expand to GRUB_PLATFORMS to be consistent with others

---
 sys-boot/grub/Manifest         |    4 ++--
 sys-boot/grub/grub-1.99.ebuild |    4 ++--
 sys-boot/grub/grub-9999.ebuild |    4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sys-boot/grub/Manifest b/sys-boot/grub/Manifest
index 4518489..3be57a7 100644
--- a/sys-boot/grub/Manifest
+++ b/sys-boot/grub/Manifest
@@ -1,5 +1,5 @@
 AUX grub.default 1127 RMD160 a884e842cb203687cac4cac6551b0feed58d3b7a SHA1 5878147845b5d4b4aac34ce046ead60b93c3170c SHA256 32664f2e0bdd05cf9579f8e098aa0add76ef7bf7b37eb103c6d0f625204f44d3
 DIST grub-1.99.tar.xz 2639224 RMD160 d59a47fa40b2be0d5ea5b2b00ff5538cfa147747 SHA1 a5ae9558f30ce7757a76aa130088b053a87e2fb6 SHA256 f308148d4c83c6f16a73b58a0cd39381656edb740929028cae7ad5f0d651021b
-EBUILD grub-1.99.ebuild 6511 RMD160 51ba31d051b9334403884a992173c92e395775ff SHA1 4fd26fd18cb6c205e934bab5fc9fe5bad77ae556 SHA256 9832c165a787a3acb0058ec068553e17c8b31eaa4a3b877086e12ae56f0db96c
-EBUILD grub-9999.ebuild 6511 RMD160 51ba31d051b9334403884a992173c92e395775ff SHA1 4fd26fd18cb6c205e934bab5fc9fe5bad77ae556 SHA256 9832c165a787a3acb0058ec068553e17c8b31eaa4a3b877086e12ae56f0db96c
+EBUILD grub-1.99.ebuild 6513 RMD160 146db2a4fcceca972725e8efe04f1d470b3ff625 SHA1 487c6b5f0e8dec082775a2bc0635048fd9febd8a SHA256 1baf78a7aef0adbd1baa7b8b96521790cc9c826766b384f3507172882862d769
+EBUILD grub-9999.ebuild 6513 RMD160 146db2a4fcceca972725e8efe04f1d470b3ff625 SHA1 487c6b5f0e8dec082775a2bc0635048fd9febd8a SHA256 1baf78a7aef0adbd1baa7b8b96521790cc9c826766b384f3507172882862d769
 MISC metadata.xml 264 RMD160 3cb995676f964b9637fbfc0027a81b9409802608 SHA1 c4d35e3a71c545cdf1aae525de803126bf54f596 SHA256 9bd1ce830cf1b821978ab90c81b2e369177a8d7c1bfe2dd2868419872c097f64

diff --git a/sys-boot/grub/grub-1.99.ebuild b/sys-boot/grub/grub-1.99.ebuild
index 7ed83f9..cfc81f6 100644
--- a/sys-boot/grub/grub-1.99.ebuild
+++ b/sys-boot/grub/grub-1.99.ebuild
@@ -38,7 +38,7 @@ GRUB_PLATFORMS="coreboot efi-32 efi-64 emu ieee1275 multiboot pc qemu qemu-mips
 # amd64
 #     efi-64
 for i in ${GRUB_PLATFORMS}; do
-	IUSE+=" grub_platform_${i}"
+	IUSE+=" grub_platforms_${i}"
 done
 unset i
 
@@ -157,7 +157,7 @@ src_prepare() {
 	# get enabled platforms
 	GRUB_ENABLED_PLATFORMS=""
 	for i in ${GRUB_PLATFORMS}; do
-		use grub_platform_${i} && GRUB_ENABLED_PLATFORMS+=" ${i}"
+		use grub_platforms_${i} && GRUB_ENABLED_PLATFORMS+=" ${i}"
 	done
 	einfo "Going to build following platforms: ${GRUB_ENABLED_PLATFORMS}"
 }

diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild
index 7ed83f9..cfc81f6 100644
--- a/sys-boot/grub/grub-9999.ebuild
+++ b/sys-boot/grub/grub-9999.ebuild
@@ -38,7 +38,7 @@ GRUB_PLATFORMS="coreboot efi-32 efi-64 emu ieee1275 multiboot pc qemu qemu-mips
 # amd64
 #     efi-64
 for i in ${GRUB_PLATFORMS}; do
-	IUSE+=" grub_platform_${i}"
+	IUSE+=" grub_platforms_${i}"
 done
 unset i
 
@@ -157,7 +157,7 @@ src_prepare() {
 	# get enabled platforms
 	GRUB_ENABLED_PLATFORMS=""
 	for i in ${GRUB_PLATFORMS}; do
-		use grub_platform_${i} && GRUB_ENABLED_PLATFORMS+=" ${i}"
+		use grub_platforms_${i} && GRUB_ENABLED_PLATFORMS+=" ${i}"
 	done
 	einfo "Going to build following platforms: ${GRUB_ENABLED_PLATFORMS}"
 }



             reply	other threads:[~2011-06-05 19:31 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-05 19:31 Tomas Chvatal [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-08-26 18:18 [gentoo-commits] dev/scarabeus:master commit in: sys-boot/grub/ Tomas Chvatal
2011-08-12 19:48 Tomas Chvatal
2011-08-12 19:43 Tomas Chvatal
2011-08-12 14:38 Tomas Chvatal
2011-08-12 13:28 Tomas Chvatal
2011-08-12 12:19 Tomas Chvatal
2011-08-12 10:02 Tomas Chvatal
2011-08-08 20:08 Tomas Chvatal
2011-06-11 15:15 Tomas Chvatal
2011-06-11 11:18 Tomas Chvatal
2011-06-08 20:36 Tomas Chvatal
2011-06-05 21:22 Tomas Chvatal
2011-06-05 19:31 Tomas Chvatal
2011-06-05 17:11 Tomas Chvatal
2011-06-05 10:48 Tomas Chvatal
2011-05-30 13:21 Tomas Chvatal
2011-05-26 17:10 Tomas Chvatal
2011-05-25 20:07 Tomas Chvatal
2011-05-19  7:13 Tomas Chvatal
2011-05-15 13:09 Tomas Chvatal
2011-05-15 12:47 Tomas Chvatal

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f3835e099091abb7b5a9b569ffa91c97d0325f3f.scarabeus@gentoo \
    --to=scarabeus@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox