public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-boot/syslinux: ChangeLog syslinux-3.82.ebuild
@ 2009-06-27 17:42 Steve Dibb (beandog)
  0 siblings, 0 replies; only message in thread
From: Steve Dibb (beandog) @ 2009-06-27 17:42 UTC (permalink / raw
  To: gentoo-commits

beandog     09/06/27 17:42:59

  Modified:             ChangeLog
  Added:                syslinux-3.82.ebuild
  Log:
  Version bump, bug 274285
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.46                 sys-boot/syslinux/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/syslinux/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/syslinux/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/syslinux/ChangeLog?r1=1.45&r2=1.46

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	15 May 2009 18:38:20 -0000	1.45
+++ ChangeLog	27 Jun 2009 17:42:59 -0000	1.46
@@ -1,6 +1,11 @@
 # ChangeLog for sys-boot/syslinux
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v 1.45 2009/05/15 18:38:20 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v 1.46 2009/06/27 17:42:59 beandog Exp $
+
+*syslinux-3.82 (27 Jun 2009)
+
+  27 Jun 2009; Steve Dibb <beandog@gentoo.org> +syslinux-3.82.ebuild:
+  Version bump, bug 274285
 
 *syslinux-3.80 (15 May 2009)
 



1.1                  sys-boot/syslinux/syslinux-3.82.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/syslinux/syslinux-3.82.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/syslinux/syslinux-3.82.ebuild?rev=1.1&content-type=text/plain

Index: syslinux-3.82.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.82.ebuild,v 1.1 2009/06/27 17:42:59 beandog 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
		dev-perl/Crypt-PasswdMD5
		dev-perl/Digest-SHA1"
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}"/${PN}-3.72-nopie.patch
	# Don't prestrip, makes portage angry
	epatch "${FILESDIR}"/${PN}-3.72-nostrip.patch

	rm -f gethostip #bug 137081
}

src_compile() {
	emake installer || die
}

src_install() {
	emake INSTALLROOT="${D}" MANDIR=/usr/share/man local-install || die
	dodoc README NEWS TODO doc/*
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-06-27 17:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-27 17:42 [gentoo-commits] gentoo-x86 commit in sys-boot/syslinux: ChangeLog syslinux-3.82.ebuild Steve Dibb (beandog)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox