summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2007-10-24 18:12:17 +0000
committerSteve Dibb <beandog@gentoo.org>2007-10-24 18:12:17 +0000
commit9df6ab78a96a701d16b82761d35b185ab8b48cb6 (patch)
treeddb05b4dfd0227f491e627ae22f39575403c3480 /sys-boot
parentppc stable, bug #195705 (diff)
downloadgentoo-2-9df6ab78a96a701d16b82761d35b185ab8b48cb6.tar.gz
gentoo-2-9df6ab78a96a701d16b82761d35b185ab8b48cb6.tar.bz2
gentoo-2-9df6ab78a96a701d16b82761d35b185ab8b48cb6.zip
Version bump
(Portage version: 2.1.3.16)
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/syslinux/ChangeLog9
-rw-r--r--sys-boot/syslinux/files/digest-syslinux-3.513
-rw-r--r--sys-boot/syslinux/files/digest-syslinux-3.523
-rw-r--r--sys-boot/syslinux/syslinux-3.51.ebuild37
-rw-r--r--sys-boot/syslinux/syslinux-3.52.ebuild37
5 files changed, 88 insertions, 1 deletions
diff --git a/sys-boot/syslinux/ChangeLog b/sys-boot/syslinux/ChangeLog
index f3795260cff7..629972e33729 100644
--- a/sys-boot/syslinux/ChangeLog
+++ b/sys-boot/syslinux/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for sys-boot/syslinux
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v 1.32 2007/02/13 19:29:26 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v 1.33 2007/10/24 18:12:17 beandog Exp $
+
+*syslinux-3.52 (24 Oct 2007)
+*syslinux-3.51 (24 Oct 2007)
+
+ 24 Oct 2007; Steve Dibb <beandog@gentoo.org> +syslinux-3.51.ebuild,
+ +syslinux-3.52.ebuild:
+ Version bump
13 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> syslinux-3.31.ebuild:
Stable on amd64 wrt bug #166144.
diff --git a/sys-boot/syslinux/files/digest-syslinux-3.51 b/sys-boot/syslinux/files/digest-syslinux-3.51
new file mode 100644
index 000000000000..19420081c7c1
--- /dev/null
+++ b/sys-boot/syslinux/files/digest-syslinux-3.51
@@ -0,0 +1,3 @@
+MD5 b0e5a03f0a8443a10e3e0f15f24e328a syslinux-3.51.tar.bz2 1621364
+RMD160 55e45df88fc6949a8e205420a740ded040c51617 syslinux-3.51.tar.bz2 1621364
+SHA256 c5a1eb0d48ce7da352dcc9843db98825976ef1bd8cc366fcf0e401da784b0067 syslinux-3.51.tar.bz2 1621364
diff --git a/sys-boot/syslinux/files/digest-syslinux-3.52 b/sys-boot/syslinux/files/digest-syslinux-3.52
new file mode 100644
index 000000000000..d06631d06923
--- /dev/null
+++ b/sys-boot/syslinux/files/digest-syslinux-3.52
@@ -0,0 +1,3 @@
+MD5 e66e2b3fd7a17977086f65588b324607 syslinux-3.52.tar.bz2 1691659
+RMD160 5501211b59a0c290dd660b018d00c534362286f1 syslinux-3.52.tar.bz2 1691659
+SHA256 f691835ca1419c90747f852f2000daba89a09457173819bd2a550660c4435722 syslinux-3.52.tar.bz2 1691659
diff --git a/sys-boot/syslinux/syslinux-3.51.ebuild b/sys-boot/syslinux/syslinux-3.51.ebuild
new file mode 100644
index 000000000000..ea52db29024f
--- /dev/null
+++ b/sys-boot/syslinux/syslinux-3.51.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.51.ebuild,v 1.1 2007/10/24 18:12:17 beandog Exp $
+
+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}"
+ rm -f gethostip #137081
+}
+
+src_compile() {
+ emake installer || die
+}
+
+src_install() {
+ emake INSTALLROOT="${D}" install || die
+ dodoc README* NEWS TODO *.doc memdisk/memdisk.doc
+}
diff --git a/sys-boot/syslinux/syslinux-3.52.ebuild b/sys-boot/syslinux/syslinux-3.52.ebuild
new file mode 100644
index 000000000000..d36512b6141e
--- /dev/null
+++ b/sys-boot/syslinux/syslinux-3.52.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.52.ebuild,v 1.1 2007/10/24 18:12:17 beandog Exp $
+
+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}"
+ rm -f gethostip #137081
+}
+
+src_compile() {
+ emake installer || die
+}
+
+src_install() {
+ emake INSTALLROOT="${D}" install || die
+ dodoc README* NEWS TODO *.doc memdisk/memdisk.doc
+}