summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-10-30 14:41:53 +0000
committerMike Frysinger <vapier@gentoo.org>2002-10-30 14:41:53 +0000
commitb35fc9c387b023770632fa9844511001c83d1d4d (patch)
tree744944d9d5b8ac1f3ed692796d5a0d457671af76 /sys-apps/grub
parentInitial import. (diff)
downloadhistorical-b35fc9c387b023770632fa9844511001c83d1d4d.tar.gz
historical-b35fc9c387b023770632fa9844511001c83d1d4d.tar.bz2
historical-b35fc9c387b023770632fa9844511001c83d1d4d.zip
Changed to mask with ~ KEYWORDS
Diffstat (limited to 'sys-apps/grub')
-rw-r--r--sys-apps/grub/grub-0.91-r3.ebuild6
-rw-r--r--sys-apps/grub/grub-0.92-r1.ebuild6
-rw-r--r--sys-apps/grub/grub-0.92.ebuild7
3 files changed, 9 insertions, 10 deletions
diff --git a/sys-apps/grub/grub-0.91-r3.ebuild b/sys-apps/grub/grub-0.91-r3.ebuild
index fe1d171dc57d..b5638b94d8ac 100644
--- a/sys-apps/grub/grub-0.91-r3.ebuild
+++ b/sys-apps/grub/grub-0.91-r3.ebuild
@@ -1,14 +1,14 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/grub/grub-0.91-r3.ebuild,v 1.8 2002/10/04 06:25:29 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/grub/grub-0.91-r3.ebuild,v 1.9 2002/10/30 14:41:53 vapier Exp $
inherit mount-boot
S=${WORKDIR}/${P}
DESCRIPTION="GNU GRUB boot loader"
SRC_URI="ftp://alpha.gnu.org/gnu/grub/${P}.tar.gz"
-HOMEPAGE="http://www.gnu.org/software/grub"
-KEYWORDS="x86 -ppc"
+HOMEPAGE="http://www.gnu.org/software/grub/"
+KEYWORDS="~x86 -ppc"
SLOT="0"
LICENSE="GPL-2"
diff --git a/sys-apps/grub/grub-0.92-r1.ebuild b/sys-apps/grub/grub-0.92-r1.ebuild
index 604e8dcdc6b9..5b688a757a63 100644
--- a/sys-apps/grub/grub-0.92-r1.ebuild
+++ b/sys-apps/grub/grub-0.92-r1.ebuild
@@ -1,14 +1,14 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/grub/grub-0.92-r1.ebuild,v 1.2 2002/10/04 06:25:33 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/grub/grub-0.92-r1.ebuild,v 1.3 2002/10/30 14:41:53 vapier Exp $
inherit mount-boot
S=${WORKDIR}/${P}
DESCRIPTION="GNU GRUB boot loader"
SRC_URI="ftp://alpha.gnu.org/gnu/grub/${P}.tar.gz"
-HOMEPAGE="http://www.gnu.org/software/grub"
-KEYWORDS="x86 -ppc -sparc -sparc64"
+HOMEPAGE="http://www.gnu.org/software/grub/"
+KEYWORDS="~x86 -ppc -sparc -sparc64"
SLOT="0"
LICENSE="GPL-2"
diff --git a/sys-apps/grub/grub-0.92.ebuild b/sys-apps/grub/grub-0.92.ebuild
index 522e3678e064..d10caed3766a 100644
--- a/sys-apps/grub/grub-0.92.ebuild
+++ b/sys-apps/grub/grub-0.92.ebuild
@@ -1,19 +1,18 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/grub/grub-0.92.ebuild,v 1.9 2002/10/04 06:25:31 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/grub/grub-0.92.ebuild,v 1.10 2002/10/30 14:41:53 vapier Exp $
inherit mount-boot
S=${WORKDIR}/${P}
DESCRIPTION="GNU GRUB boot loader"
SRC_URI="ftp://alpha.gnu.org/gnu/grub/${P}.tar.gz"
-HOMEPAGE="http://www.gnu.org/software/grub"
-KEYWORDS="x86 -ppc -sparc -sparc64"
+HOMEPAGE="http://www.gnu.org/software/grub/"
+KEYWORDS="~x86 -ppc -sparc -sparc64"
SLOT="0"
LICENSE="GPL-2"
RDEPEND=">=sys-libs/ncurses-5.2-r5"
-DEPEND="${RDEPEND}"
src_unpack() {
unpack ${A} || die