diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-12-09 08:40:58 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-12-09 08:40:58 +0000 |
commit | 673a153492041da1c1ffc7fcb64385856738b9c2 (patch) | |
tree | e6cc8d6f2c0e62a5899c03f620d591fd47f23f62 /sys-apps/syslinux | |
parent | profiles now have sys-boot/ instead of sys-apps/ (diff) | |
download | historical-673a153492041da1c1ffc7fcb64385856738b9c2.tar.gz historical-673a153492041da1c1ffc7fcb64385856738b9c2.tar.bz2 historical-673a153492041da1c1ffc7fcb64385856738b9c2.zip |
removed the bootloaders from here and plopped them into sys-boot
Diffstat (limited to 'sys-apps/syslinux')
-rw-r--r-- | sys-apps/syslinux/ChangeLog | 54 | ||||
-rw-r--r-- | sys-apps/syslinux/Manifest | 9 | ||||
-rw-r--r-- | sys-apps/syslinux/files/2.06-nasm.patch | 25 | ||||
-rw-r--r-- | sys-apps/syslinux/files/digest-syslinux-1.75 | 1 | ||||
-rw-r--r-- | sys-apps/syslinux/files/digest-syslinux-2.05 | 1 | ||||
-rw-r--r-- | sys-apps/syslinux/files/digest-syslinux-2.06 | 1 | ||||
-rw-r--r-- | sys-apps/syslinux/metadata.xml | 6 | ||||
-rw-r--r-- | sys-apps/syslinux/syslinux-1.75.ebuild | 24 | ||||
-rw-r--r-- | sys-apps/syslinux/syslinux-2.05.ebuild | 30 | ||||
-rw-r--r-- | sys-apps/syslinux/syslinux-2.06.ebuild | 30 |
10 files changed, 0 insertions, 181 deletions
diff --git a/sys-apps/syslinux/ChangeLog b/sys-apps/syslinux/ChangeLog deleted file mode 100644 index c450ce2f743e..000000000000 --- a/sys-apps/syslinux/ChangeLog +++ /dev/null @@ -1,54 +0,0 @@ -# ChangeLog for sys-apps/syslinux -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Id: ChangeLog,v 1.14 2003/09/17 03:49:33 seemant Exp $ - - 16 Sep 2003; Seemant Kulleen <seemant@gentoo.org> syslinux-2.05.ebuild, - syslinux-2.06.ebuild: - dependency changed from app-admin/mtools to sys-fs/mtools - -*syslinux-2.06 (01 Sep 2003) - - 02 Sep 2003; Mike Frysinger <vapier@gentoo.org> : - Add patch to compile against latest nasm #23481. - Patch made by bartron <bartron@gmx.net>. - - 01 Sep 2003; Martin Holzer <mholzer@gentoo.org> syslinux-2.06.ebuild: - Version bumped. - -*syslinux-2.05 (31 Aug 2003) - - 02 Sep 2003; Mike Frysinger <vapier@gentoo.org> : - Add patch to compile against latest nasm #23481. - Patch made by bartron <bartron@gmx.net>. - - 31 Aug 2003; Martin Holzer <mholzer@gentoo.org> syslinux-2.05.ebuild: - Version bumped. - -*syslinux-2.04 (25 Jun 2003) - - 25 Jun 2003; Daniel Ahlberg <aliz@gentoo.org> : - Version bump. - - 25 May 2003; Martin Holzer <mholzer@gentoo.org> syslinux-1.75.ebuild, - syslinux-2.01.ebuild, syslinux-2.02.ebuild: - now uses mirror://kernel - -*syslinux-2.02 (17 Feb 2003) - - 17 Feb 2003; Daniel Ahlberg <aliz@gentoo.org> : - Security update. - -*syslinux-2.01 (01 Feb 2003) - - 01 Feb 2003; Mike Frysinger <vapier@gentoo.org> : - Version bump for ma floppy. - -*syslinux-1.75 (28 Jun 2002) - - 21 Jul 2002; Mark Guertin <gerk@gentoo.org>: - updated keywords (-ppc -sparc -sparc64) - - 28 Jun 2002; Bart Verwilst <verwilst@gentoo.org> syslinux-1.75.ebuild - ChangeLog files/digest-syslinux-1.75 : - - Initial package from an ebuild submitted by (whom?) in bug # (Which?) diff --git a/sys-apps/syslinux/Manifest b/sys-apps/syslinux/Manifest deleted file mode 100644 index 56135ed340cd..000000000000 --- a/sys-apps/syslinux/Manifest +++ /dev/null @@ -1,9 +0,0 @@ -MD5 eed2742f1e6b5867ffe314d895d997f6 syslinux-1.75.ebuild 616 -MD5 5c685d9bd473e15d95fd52707ff69cfa files/2.06-nasm.patch 1159 -MD5 f1655e42e2fb00292a8887d6d3369ad5 files/digest-syslinux-1.75 65 -MD5 cec0b5961400b850b9a5e42fac2e8a73 files/digest-syslinux-2.05 66 -MD5 12b2f15ac9a150bd439145bca82fd320 files/digest-syslinux-2.06 66 -MD5 8bb50e192e5f3b7109588b60486e9736 syslinux-2.06.ebuild 752 -MD5 642b329459349982dfc19e0cda946ac1 ChangeLog 1629 -MD5 9450bf99a5f9f3d0dd5cd7cb87ffad18 syslinux-2.05.ebuild 750 -MD5 e6543624c262cae90cc830cde90ad3ae metadata.xml 165 diff --git a/sys-apps/syslinux/files/2.06-nasm.patch b/sys-apps/syslinux/files/2.06-nasm.patch deleted file mode 100644 index 21ed9a1bdc82..000000000000 --- a/sys-apps/syslinux/files/2.06-nasm.patch +++ /dev/null @@ -1,25 +0,0 @@ -diff -urN syslinux-2.04.orig/memdisk/Makefile syslinux-2.04/memdisk/Makefile ---- syslinux-2.04.orig/memdisk/Makefile 2003-04-15 00:28:04.000000000 +0200 -+++ syslinux-2.04/memdisk/Makefile 2003-09-01 00:29:23.000000000 +0200 -@@ -60,10 +60,10 @@ - echo '.code16gcc' | cat - $< > $@ - - %.s: %.S -- $(CC) -x c $(INCLUDE) $(CFLAGS) -traditional -E -o $@ $< -+ $(CC) -x assembler-with-cpp $(INCLUDE) $(CFLAGS) -traditional -E -o $@ $< - - %.s16: %.S16 -- $(CC) -x c $(INCLUDE) $(CFLAGS) -traditional -E -o $@ $< -+ $(CC) -x assembler-with-cpp $(INCLUDE) $(CFLAGS) -traditional -E -o $@ $< - - %.s: %.c - $(CC) $(INCLUDE) $(CFLAGS) -S -o $@ $< -@@ -98,7 +98,7 @@ - .depend: - rm -f .depend - for csrc in *.c ; do $(CC) $(INCLUDE) -MM $$csrc | sed -e 's/\.o/\.s/' >> .depend ; done -- for ssrc in $(SSRC) ; do $(CC) $(INCLUDE) -x c -traditional -MM $$ssrc | sed -e 's/\.S16\.o/\.o16/' >> .depend ; done -+ for ssrc in $(SSRC) ; do $(CC) $(INCLUDE) -x assembler-with-cpp -traditional -MM $$ssrc | sed -e 's/\.o/\.o16/' >> .depend ; done - for nsrc in $(NASMSRC) ; do $(NASM) -DDEPEND $(NINCLUDE) -o `echo $$nsrc | sed -e 's/\.asm/\.bin/'` -M $$nsrc >> .depend ; done - - depend: diff --git a/sys-apps/syslinux/files/digest-syslinux-1.75 b/sys-apps/syslinux/files/digest-syslinux-1.75 deleted file mode 100644 index d2bcfb741234..000000000000 --- a/sys-apps/syslinux/files/digest-syslinux-1.75 +++ /dev/null @@ -1 +0,0 @@ -MD5 e47546183afb2b2597aeb09bd4048bd1 syslinux-1.75.tar.gz 317394 diff --git a/sys-apps/syslinux/files/digest-syslinux-2.05 b/sys-apps/syslinux/files/digest-syslinux-2.05 deleted file mode 100644 index acccde5f9687..000000000000 --- a/sys-apps/syslinux/files/digest-syslinux-2.05 +++ /dev/null @@ -1 +0,0 @@ -MD5 dc68729fa6a39e6f630cf8643b19eab4 syslinux-2.05.tar.bz2 328340 diff --git a/sys-apps/syslinux/files/digest-syslinux-2.06 b/sys-apps/syslinux/files/digest-syslinux-2.06 deleted file mode 100644 index 143e2e558ade..000000000000 --- a/sys-apps/syslinux/files/digest-syslinux-2.06 +++ /dev/null @@ -1 +0,0 @@ -MD5 c3be5acc14742ad7b23cb6cdf63725c6 syslinux-2.06.tar.bz2 329623 diff --git a/sys-apps/syslinux/metadata.xml b/sys-apps/syslinux/metadata.xml deleted file mode 100644 index ef0805e71ae1..000000000000 --- a/sys-apps/syslinux/metadata.xml +++ /dev/null @@ -1,6 +0,0 @@ - -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>base-system</herd> -</pkgmetadata> diff --git a/sys-apps/syslinux/syslinux-1.75.ebuild b/sys-apps/syslinux/syslinux-1.75.ebuild deleted file mode 100644 index 6c0da225cb48..000000000000 --- a/sys-apps/syslinux/syslinux-1.75.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/syslinux/syslinux-1.75.ebuild,v 1.8 2003/06/21 21:19:41 drobbins Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="SysLinux, IsoLinux and PXELinux bootloader" -HOMEPAGE="http://syslinux.zytor.com/" -SRC_URI="mirror://kernel/linux/utils/boot/syslinux/${P}.tar.gz" - -KEYWORDS="x86 amd64 -ppc -sparc " - -LICENSE="GPL-2" -SLOT="0" - -DEPEND="dev-lang/nasm" - -src_compile() { - emake || die -} - -src_install () { - make INSTALLROOT=${D} install || die - dodoc README NEWS TODO *.doc -} diff --git a/sys-apps/syslinux/syslinux-2.05.ebuild b/sys-apps/syslinux/syslinux-2.05.ebuild deleted file mode 100644 index 0cb9a0959efd..000000000000 --- a/sys-apps/syslinux/syslinux-2.05.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/syslinux/syslinux-2.05.ebuild,v 1.4 2003/10/15 19:57:19 vapier Exp $ - -DESCRIPTION="SysLinux, IsoLinux and PXELinux bootloader" -HOMEPAGE="http://syslinux.zytor.com/" -SRC_URI="mirror://kernel/linux/utils/boot/syslinux/${P}.tar.bz2" - -KEYWORDS="x86 amd64 -ppc -sparc " -LICENSE="GPL-2" -SLOT="0" - -DEPEND="dev-lang/nasm - sys-fs/mtools" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/2.06-nasm.patch - sed -i 's:$(MAKE) -C win32 all::' Makefile -} - -src_compile() { - emake || die -} - -src_install() { - make INSTALLROOT=${D} install || die - dodoc README NEWS TODO *.doc memdisk/memdisk.doc -} diff --git a/sys-apps/syslinux/syslinux-2.06.ebuild b/sys-apps/syslinux/syslinux-2.06.ebuild deleted file mode 100644 index d1dac9a6b643..000000000000 --- a/sys-apps/syslinux/syslinux-2.06.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/syslinux/syslinux-2.06.ebuild,v 1.5 2003/10/15 19:57:19 vapier Exp $ - -DESCRIPTION="SysLinux, IsoLinux and PXELinux bootloader" -HOMEPAGE="http://syslinux.zytor.com/" -SRC_URI="mirror://kernel/linux/utils/boot/syslinux/${P}.tar.bz2" - -KEYWORDS="~x86 ~amd64 -ppc -sparc" -LICENSE="GPL-2" -SLOT="0" - -DEPEND="dev-lang/nasm - sys-fs/mtools" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/${PV}-nasm.patch - sed -i 's:$(MAKE) -C win32 all::' Makefile -} - -src_compile() { - emake || die -} - -src_install() { - make INSTALLROOT=${D} install || die - dodoc README NEWS TODO *.doc memdisk/memdisk.doc -} |