[or-cvs] r16191: More stuff for the syslinux update. (in incognito/trunk: arch/x86 portage.config portage.overlay portage.overlay/sys-boot portage.overlay/sys-boot/syslinux)
anonym at seul.org
anonym at seul.org
Fri Jul 25 13:48:04 UTC 2008
Author: anonym
Date: 2008-07-25 09:48:03 -0400 (Fri, 25 Jul 2008)
New Revision: 16191
Added:
incognito/trunk/portage.overlay/sys-boot/
incognito/trunk/portage.overlay/sys-boot/syslinux/
incognito/trunk/portage.overlay/sys-boot/syslinux/Manifest
incognito/trunk/portage.overlay/sys-boot/syslinux/syslinux-3.70.ebuild
Removed:
incognito/trunk/arch/x86/isolinux-3.52-cdtar.tar.bz2
incognito/trunk/arch/x86/isolinux-3.61-cdtar.tar.bz2
Modified:
incognito/trunk/portage.config/package.mask
Log:
More stuff for the syslinux update.
Deleted: incognito/trunk/arch/x86/isolinux-3.52-cdtar.tar.bz2
===================================================================
(Binary files differ)
Deleted: incognito/trunk/arch/x86/isolinux-3.61-cdtar.tar.bz2
===================================================================
(Binary files differ)
Modified: incognito/trunk/portage.config/package.mask
===================================================================
--- incognito/trunk/portage.config/package.mask 2008-07-25 13:46:27 UTC (rev 16190)
+++ incognito/trunk/portage.config/package.mask 2008-07-25 13:48:03 UTC (rev 16191)
@@ -7,8 +7,11 @@
>sys-kernel/gentoo-sources-2.6.24-r7
<sys-kernel/gentoo-sources-2.6.24-r7
-# we want to make sure to have the same version as arch/x86/isolinux-*-cdtar.tar.bz2
-# so when changing this, update it. also, a version >=3.50 is required for the boot
-# menu help texts.
-<sys-boot/syslinux-3.52
->sys-boot/syslinux-3.52
+# we want to make sure to have the same version as
+# arch/x86/isolinux-*-cdtar.tar.bz2 so when changing this, update it. also, a
+#version >=3.50 is required for the boot menu help texts.
+<sys-boot/syslinux-3.70
+>sys-boot/syslinux-3.70
+
+# We don't want to pull in privoxy by mistake now that we have polipo
+net-proxy/privoxy
Added: incognito/trunk/portage.overlay/sys-boot/syslinux/Manifest
===================================================================
--- incognito/trunk/portage.overlay/sys-boot/syslinux/Manifest (rev 0)
+++ incognito/trunk/portage.overlay/sys-boot/syslinux/Manifest 2008-07-25 13:48:03 UTC (rev 16191)
@@ -0,0 +1,2 @@
+DIST syslinux-3.70.tar.bz2 3286811 RMD160 ffea663c63e53691a9ec71923dfc782941e22779 SHA1 b08622c4bd62303243ef29016bb06dce10f0b63f SHA256 fcf94199ee9c955caa11259372544f95f6a9579ae2c771235aa23c3a1b5f8af5
+EBUILD syslinux-3.70.ebuild 896 RMD160 1b393b6ee9fbc8d9fdf32351d835f198496ebf8e SHA1 3bff024e1af34ca376772c3dbfde7318c12af7b8 SHA256 10a0928055b9fdd4956cd2a1615583f288f26c5034e326f3efafafba0cb21376
Added: incognito/trunk/portage.overlay/sys-boot/syslinux/syslinux-3.70.ebuild
===================================================================
--- incognito/trunk/portage.overlay/sys-boot/syslinux/syslinux-3.70.ebuild (rev 0)
+++ incognito/trunk/portage.overlay/sys-boot/syslinux/syslinux-3.70.ebuild 2008-07-25 13:48:03 UTC (rev 16191)
@@ -0,0 +1,36 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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
+}
More information about the tor-commits
mailing list