summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-10-22 06:01:46 +0000
committerMike Frysinger <vapier@gentoo.org>2006-10-22 06:01:46 +0000
commite4d264fdc12f429e285fccf2d551ae021989fbca (patch)
treea3377e15d4c0cb8160f53c7e3bf698f8b9956f33 /sys-boot/syslinux
parentCleanup build and fix compile failure with gcc4 #152133. (diff)
downloadgentoo-2-e4d264fdc12f429e285fccf2d551ae021989fbca.tar.gz
gentoo-2-e4d264fdc12f429e285fccf2d551ae021989fbca.tar.bz2
gentoo-2-e4d264fdc12f429e285fccf2d551ae021989fbca.zip
old
Diffstat (limited to 'sys-boot/syslinux')
-rw-r--r--sys-boot/syslinux/files/digest-syslinux-3.093
-rw-r--r--sys-boot/syslinux/syslinux-3.09.ebuild40
2 files changed, 0 insertions, 43 deletions
diff --git a/sys-boot/syslinux/files/digest-syslinux-3.09 b/sys-boot/syslinux/files/digest-syslinux-3.09
deleted file mode 100644
index f1ee38335c18..000000000000
--- a/sys-boot/syslinux/files/digest-syslinux-3.09
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 dd403b15ef18bb0e5d78d3f552f822a5 syslinux-3.09.tar.bz2 1187431
-RMD160 f7828394d4e36cb3f20521a4f118c1e0543032f4 syslinux-3.09.tar.bz2 1187431
-SHA256 e331cbc8ae831eceb126399ebeb55c52cac9929f5e1258d74f025e899b5c159e syslinux-3.09.tar.bz2 1187431
diff --git a/sys-boot/syslinux/syslinux-3.09.ebuild b/sys-boot/syslinux/syslinux-3.09.ebuild
deleted file mode 100644
index 66e995e24ae8..000000000000
--- a/sys-boot/syslinux/syslinux-3.09.ebuild
+++ /dev/null
@@ -1,40 +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/syslinux/syslinux-3.09.ebuild,v 1.3 2005/10/10 00:51:53 metalgod Exp $
-
-inherit eutils
-
-DESCRIPTION="SysLinux, IsoLinux and PXELinux bootloader"
-HOMEPAGE="http://syslinux.zytor.com/"
-SRC_URI="mirror://kernel/linux/utils/boot/syslinux/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="-* amd64 x86"
-IUSE=""
-
-RDEPEND="sys-fs/mtools"
-DEPEND="${RDEPEND}
- dev-lang/nasm"
-
-# This ebuild is a departure from the old way of rebuilding everything in syslinux
-# This departure is necessary since hpa doesn't support the rebuilding of anything other
-# than the installers.
-
-# removed all the unpack/patching stuff since we aren't rebuilding the core stuff anymore
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/syslinux-3.08-nossp.patch
- epatch ${FILESDIR}/syslinux-3.09-nopie.patch
-}
-
-src_compile() {
- emake installer || die
-}
-
-src_install() {
- make INSTALLROOT="${D}" install || die
- dodoc README NEWS TODO *.doc memdisk/memdisk.doc
-}