summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-01-15 21:25:41 +0000
committerMike Frysinger <vapier@gentoo.org>2005-01-15 21:25:41 +0000
commit988483f7cfac97b683705f255cb90a958308d2a8 (patch)
tree04ec054d115ca9f8ec3b2ac60ece20782c133013
parentRemoved cpio symlink and closing bug #78122. (diff)
downloadgentoo-2-988483f7cfac97b683705f255cb90a958308d2a8.tar.gz
gentoo-2-988483f7cfac97b683705f255cb90a958308d2a8.tar.bz2
gentoo-2-988483f7cfac97b683705f255cb90a958308d2a8.zip
Version bump #78098 by Ziga Boehm.
(Portage version: 2.0.51-r13)
-rw-r--r--sys-boot/syslinux/ChangeLog7
-rw-r--r--sys-boot/syslinux/files/digest-syslinux-2.111
-rw-r--r--sys-boot/syslinux/files/digest-syslinux-3.051
-rw-r--r--sys-boot/syslinux/files/digest-syslinux-3.071
-rw-r--r--sys-boot/syslinux/syslinux-2.11.ebuild33
-rw-r--r--sys-boot/syslinux/syslinux-3.07.ebuild (renamed from sys-boot/syslinux/syslinux-3.05.ebuild)2
6 files changed, 8 insertions, 37 deletions
diff --git a/sys-boot/syslinux/ChangeLog b/sys-boot/syslinux/ChangeLog
index 84e7dee53ba6..6f86429fda88 100644
--- a/sys-boot/syslinux/ChangeLog
+++ b/sys-boot/syslinux/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-boot/syslinux
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v 1.13 2005/01/10 00:41:33 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v 1.14 2005/01/15 21:25:41 vapier Exp $
+
+*syslinux-3.07 (15 Jan 2005)
+
+ 15 Jan 2005; Mike Frysinger <vapier@gentoo.org> +syslinux-3.07.ebuild:
+ Version bump #78098 by Ziga Boehm.
*syslinux-3.05 (09 Jan 2005)
diff --git a/sys-boot/syslinux/files/digest-syslinux-2.11 b/sys-boot/syslinux/files/digest-syslinux-2.11
deleted file mode 100644
index 19abb0abd792..000000000000
--- a/sys-boot/syslinux/files/digest-syslinux-2.11
+++ /dev/null
@@ -1 +0,0 @@
-MD5 38a30cc790265f19f80330330ffaa527 syslinux-2.11.tar.bz2 385838
diff --git a/sys-boot/syslinux/files/digest-syslinux-3.05 b/sys-boot/syslinux/files/digest-syslinux-3.05
deleted file mode 100644
index eec143bad5b7..000000000000
--- a/sys-boot/syslinux/files/digest-syslinux-3.05
+++ /dev/null
@@ -1 +0,0 @@
-MD5 78cb7cdbc5307c8acde324288bd3a5dc syslinux-3.05.tar.bz2 518449
diff --git a/sys-boot/syslinux/files/digest-syslinux-3.07 b/sys-boot/syslinux/files/digest-syslinux-3.07
new file mode 100644
index 000000000000..0345f616c437
--- /dev/null
+++ b/sys-boot/syslinux/files/digest-syslinux-3.07
@@ -0,0 +1 @@
+MD5 595ac26834a50c35e825a5377c02b3db syslinux-3.07.tar.bz2 1046039
diff --git a/sys-boot/syslinux/syslinux-2.11.ebuild b/sys-boot/syslinux/syslinux-2.11.ebuild
deleted file mode 100644
index 13cdee173e0a..000000000000
--- a/sys-boot/syslinux/syslinux-2.11.ebuild
+++ /dev/null
@@ -1,33 +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-2.11.ebuild,v 1.4 2005/01/10 00:28:56 vapier Exp $
-
-inherit eutils gcc
-
-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_compile() {
- emake installer || die
-}
-
-src_install() {
- make INSTALLROOT="${D}" install || die
- dodoc README NEWS TODO *.doc memdisk/memdisk.doc
-}
diff --git a/sys-boot/syslinux/syslinux-3.05.ebuild b/sys-boot/syslinux/syslinux-3.07.ebuild
index b0f5118fbbd1..a255fd9dac53 100644
--- a/sys-boot/syslinux/syslinux-3.05.ebuild
+++ b/sys-boot/syslinux/syslinux-3.07.ebuild
@@ -1,6 +1,6 @@
# 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.05.ebuild,v 1.1 2005/01/10 00:41:33 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.07.ebuild,v 1.1 2005/01/15 21:25:41 vapier Exp $
inherit eutils gcc