diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-04-21 01:06:39 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-04-21 01:06:39 +0000 |
commit | 77fa644d1649c36f383f7acf536be9e87fdf21fb (patch) | |
tree | 1ba20a6b5decf6441f08f60af34481445a6aaad2 /sys-boot | |
parent | Version bump and clean out old versions. #130076. (diff) | |
download | gentoo-2-77fa644d1649c36f383f7acf536be9e87fdf21fb.tar.gz gentoo-2-77fa644d1649c36f383f7acf536be9e87fdf21fb.tar.bz2 gentoo-2-77fa644d1649c36f383f7acf536be9e87fdf21fb.zip |
old
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/grub/files/digest-grub-1.92 | 1 | ||||
-rw-r--r-- | sys-boot/grub/grub-1.92.ebuild | 42 |
2 files changed, 0 insertions, 43 deletions
diff --git a/sys-boot/grub/files/digest-grub-1.92 b/sys-boot/grub/files/digest-grub-1.92 deleted file mode 100644 index 9e266a86d1c8..000000000000 --- a/sys-boot/grub/files/digest-grub-1.92 +++ /dev/null @@ -1 +0,0 @@ -MD5 af7907e66613ea0733be4b429300d53d grub-1.92.tar.gz 422855 diff --git a/sys-boot/grub/grub-1.92.ebuild b/sys-boot/grub/grub-1.92.ebuild deleted file mode 100644 index d90d1f305704..000000000000 --- a/sys-boot/grub/grub-1.92.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-1.92.ebuild,v 1.2 2006/02/05 14:46:31 blubb Exp $ - -inherit mount-boot eutils flag-o-matic toolchain-funcs - -DESCRIPTION="GNU GRUB 2 boot loader" -HOMEPAGE="http://www.gnu.org/software/grub/" -SRC_URI="mirror://gentoo/${P}.tar.gz - ftp://alpha.gnu.org/gnu/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="2" -KEYWORDS="-*" -IUSE="static netboot custom-cflags" - -DEPEND=">=sys-libs/ncurses-5.2-r5 - dev-libs/lzo" -PROVIDE="virtual/bootloader" - -pkg_setup() { - if use amd64 ; then - ABI_ALLOW="x86" - ABI="x86" - fi -} - -src_compile() { - use custom-cflags || unset CFLAGS - use static && append-ldflags -static - - econf \ - --prefix=/ \ - --datadir=/usr/lib \ - || die "econf failed" - emake || die "making regular stuff" -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS README THANKS TODO -} |