summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-12-16 05:37:42 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-12-16 05:37:42 +0000
commitd91de2625c9c6440f8f72be4657d3b3f404fc5e4 (patch)
tree1147b7b2488acf3995cb9c4aa3e2166e94f8c874 /sys-boot
parentNo need to run depscan.sh (diff)
downloadgentoo-2-d91de2625c9c6440f8f72be4657d3b3f404fc5e4.tar.gz
gentoo-2-d91de2625c9c6440f8f72be4657d3b3f404fc5e4.tar.bz2
gentoo-2-d91de2625c9c6440f8f72be4657d3b3f404fc5e4.zip
Added autoconf to compile dependencies, closing bug #33321 by Scott Taylor <scott@303underground.com>
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/grub/ChangeLog6
-rw-r--r--sys-boot/grub/Manifest4
-rw-r--r--sys-boot/grub/grub-0.93.20030118.ebuild7
3 files changed, 11 insertions, 6 deletions
diff --git a/sys-boot/grub/ChangeLog b/sys-boot/grub/ChangeLog
index 23dce810d489..9f79bcffe4f3 100644
--- a/sys-boot/grub/ChangeLog
+++ b/sys-boot/grub/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-boot/grub
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.3 2003/12/16 02:34:31 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.4 2003/12/16 05:37:35 seemant Exp $
+
+ 15 Dec 2003; Seemant Kulleen <seemant@gentoo.org> grub-0.93.20030118.ebuild:
+ Added autoconf to compile dependencies, closing bug #33321 by Scott Taylor
+ <scott@303underground.com>
15 Dec 2003; Seemant Kulleen <seemant@gentoo.org> grub-0.92-r1.ebuild,
grub-0.93.20030118.ebuild,
diff --git a/sys-boot/grub/Manifest b/sys-boot/grub/Manifest
index b61063e3363a..0e092284be34 100644
--- a/sys-boot/grub/Manifest
+++ b/sys-boot/grub/Manifest
@@ -1,6 +1,6 @@
MD5 90a586f628c8972bcf8c213bea95a19a grub-0.92-r1.ebuild 2544
-MD5 80ae834bddef2dfb41d9ef93e988d2b9 ChangeLog 7056
-MD5 f3f242cbcef3c54c9a598872fe251862 grub-0.93.20030118.ebuild 2419
+MD5 9cdf8546dfbcf250a29f0c4841f620a4 ChangeLog 7242
+MD5 d04437db395a6b8dc86d22a86592e8f1 grub-0.93.20030118.ebuild 2441
MD5 e6543624c262cae90cc830cde90ad3ae metadata.xml 165
MD5 cdd6c89d48982ecd544c0b4774755afd files/splash.xpm.gz 33856
MD5 b302edf756d9f8996d9e1ae6d3a49768 files/digest-grub-0.93.20030118 1764
diff --git a/sys-boot/grub/grub-0.93.20030118.ebuild b/sys-boot/grub/grub-0.93.20030118.ebuild
index c20302826e0a..0bb85be933f6 100644
--- a/sys-boot/grub/grub-0.93.20030118.ebuild
+++ b/sys-boot/grub/grub-0.93.20030118.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.93.20030118.ebuild,v 1.2 2003/12/16 02:34:31 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.93.20030118.ebuild,v 1.3 2003/12/16 05:37:35 seemant Exp $
inherit mount-boot eutils flag-o-matic
@@ -19,7 +19,8 @@ SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 -amd64 -ppc -sparc -alpha -mips"
-DEPEND=">=sys-libs/ncurses-5.2-r5"
+DEPEND=">=sys-libs/ncurses-5.2-r5
+ >=sys-devel/autoconf-2.5"
PROVIDE="virtual/bootloader"
@@ -34,7 +35,7 @@ src_unpack() {
# -splashimagehelp.patch
# -configfile.patch
# -installcopyonly.patch
- epatch ${DISTDIR}/${P}-gentoo.diff.bz2
+ epatch ${WORKDIR}/${P}-gentoo.diff
# grub-0.93-gcc3.3.diff <johnm@gentoo.org> (14 Sep 2003)
# -fixes compile error with >=gcc-3.3