summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-05-06 04:02:35 +0000
committerMike Frysinger <vapier@gentoo.org>2005-05-06 04:02:35 +0000
commitc553894278612dc06380276d2cc8146e1405bfb2 (patch)
treec8ce8a1f6fdd4634f8304802b66b2cc358c3a1f2 /sys-boot
parentStable on SPARC wrt bug #88862. (diff)
downloadgentoo-2-c553894278612dc06380276d2cc8146e1405bfb2.tar.gz
gentoo-2-c553894278612dc06380276d2cc8146e1405bfb2.tar.bz2
gentoo-2-c553894278612dc06380276d2cc8146e1405bfb2.zip
old
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/elilo/elilo-3.4.ebuild64
-rw-r--r--sys-boot/elilo/files/digest-elilo-3.41
2 files changed, 0 insertions, 65 deletions
diff --git a/sys-boot/elilo/elilo-3.4.ebuild b/sys-boot/elilo/elilo-3.4.ebuild
deleted file mode 100644
index c33fa280403f..000000000000
--- a/sys-boot/elilo/elilo-3.4.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/elilo/elilo-3.4.ebuild,v 1.8 2005/01/22 13:29:32 plasmaroo Exp $
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Linux boot loader for EFI-based systems such as IA-64"
-HOMEPAGE="http://developer.intel.com/technology/efi"
-SRC_URI="ftp://ftp.hpl.hp.com/pub/linux-ia64/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="ia64"
-IUSE=""
-
-# gnu-efi contains only static libs, so there's no run-time dep on it
-DEPEND=">=sys-boot/gnu-efi-3.0"
-RDEPEND="sys-boot/efibootmgr
- sys-fs/dosfstools"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/elilo-3.4-makefile.patch
- epatch ${FILESDIR}/elilo-3.3a-devscheme.patch
-}
-
-src_compile() {
- local iarch
- case $ARCH in
- ia64) iarch=ia64 ;;
- x86) iarch=ia32 ;; # for cross-compiling?
- *) die "unknown architecture: $ARCH" ;;
- esac
-
- # "prefix" on the next line specifies where to find gcc, as, ld,
- # etc. It's not the usual meaning of "prefix". By blanking it we
- # allow PATH to be searched.
- emake -j1 prefix= CC="$(tc-getCC)" ARCH=${iarch} || die "emake failed"
-
- # unversion the man-pages and Debian's elilo script
- cp ${FILESDIR}/elilo.8-${PV} elilo.8
- cp ${FILESDIR}/eliloalt.8-${PV} eliloalt.8
- cp ${FILESDIR}/elilo-${PV} elilo
-}
-
-src_install() {
- dodir /usr/lib/elilo /usr/sbin /etc
-
- # install the efi executable in a known location
- install -m755 elilo.efi ${D}/usr/lib/elilo || die
-
- # install eliloalt
- install -m755 tools/eliloalt ${D}/usr/sbin || die
- doman eliloalt.8 || die
-
- # text docs
- dodoc docs/*
-
- # install the debian elilo script
- install -m755 elilo ${D}/usr/sbin || die
- install -m644 ${FILESDIR}/elilo.conf.sample ${D}/etc || die
- doman elilo.8 || die
-}
diff --git a/sys-boot/elilo/files/digest-elilo-3.4 b/sys-boot/elilo/files/digest-elilo-3.4
deleted file mode 100644
index 6c9603e2135d..000000000000
--- a/sys-boot/elilo/files/digest-elilo-3.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e7357929dfca29436d35ad6386fc051c elilo-3.4.tar.gz 316518