public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-boot/syslinux: syslinux-3.86.ebuild syslinux-2.13.ebuild ChangeLog
@ 2012-06-27 13:31 Chi-Thanh Christopher Nguyen (chithanh)
  0 siblings, 0 replies; only message in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2012-06-27 13:31 UTC (permalink / raw
  To: gentoo-commits

chithanh    12/06/27 13:31:31

  Modified:             syslinux-3.86.ebuild syslinux-2.13.ebuild ChangeLog
  Log:
  No linux-headers dependency for old versions, bug #417133 comment #4.
  
  (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  sys-boot/syslinux/syslinux-3.86.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/syslinux/syslinux-3.86.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/syslinux/syslinux-3.86.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/syslinux/syslinux-3.86.ebuild?r1=1.5&r2=1.6

Index: syslinux-3.86.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.86.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- syslinux-3.86.ebuild	28 May 2012 08:47:21 -0000	1.5
+++ syslinux-3.86.ebuild	27 Jun 2012 13:31:31 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.86.ebuild,v 1.5 2012/05/28 08:47:21 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.86.ebuild,v 1.6 2012/06/27 13:31:31 chithanh Exp $
 
 inherit eutils toolchain-funcs
 
@@ -17,8 +17,7 @@
 		dev-perl/Crypt-PasswdMD5
 		dev-perl/Digest-SHA1"
 DEPEND="${RDEPEND}
-	dev-lang/nasm
-	<sys-kernel/linux-headers-3.4"
+	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



1.6                  sys-boot/syslinux/syslinux-2.13.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/syslinux/syslinux-2.13.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/syslinux/syslinux-2.13.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/syslinux/syslinux-2.13.ebuild?r1=1.5&r2=1.6

Index: syslinux-2.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-2.13.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- syslinux-2.13.ebuild	28 May 2012 08:47:21 -0000	1.5
+++ syslinux-2.13.ebuild	27 Jun 2012 13:31:31 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-2.13.ebuild,v 1.5 2012/05/28 08:47:21 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-2.13.ebuild,v 1.6 2012/06/27 13:31:31 chithanh Exp $
 
 DESCRIPTION="SysLinux, IsoLinux and PXELinux bootloader"
 HOMEPAGE="http://syslinux.zytor.com/"
@@ -13,8 +13,7 @@
 
 RDEPEND="sys-fs/mtools"
 DEPEND="${RDEPEND}
-	dev-lang/nasm
-	<sys-kernel/linux-headers-3.4"
+	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



1.87                 sys-boot/syslinux/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/syslinux/ChangeLog?rev=1.87&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/syslinux/ChangeLog?rev=1.87&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/syslinux/ChangeLog?r1=1.86&r2=1.87

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog	16 Jun 2012 13:43:59 -0000	1.86
+++ ChangeLog	27 Jun 2012 13:31:31 -0000	1.87
@@ -1,6 +1,10 @@
 # ChangeLog for sys-boot/syslinux
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v 1.86 2012/06/16 13:43:59 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v 1.87 2012/06/27 13:31:31 chithanh Exp $
+
+  27 Jun 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+  syslinux-2.13.ebuild, syslinux-3.86.ebuild:
+  No linux-headers dependency for old versions, bug #417133 comment #4.
 
 *syslinux-4.06_pre6 (16 Jun 2012)
 






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

only message in thread, other threads:[~2012-06-27 13:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-27 13:31 [gentoo-commits] gentoo-x86 commit in sys-boot/syslinux: syslinux-3.86.ebuild syslinux-2.13.ebuild ChangeLog Chi-Thanh Christopher Nguyen (chithanh)

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