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.71.ebuild
@ 2008-09-03 18:10 Robin H. Johnson (robbat2)
  0 siblings, 0 replies; 4+ messages in thread
From: Robin H. Johnson (robbat2) @ 2008-09-03 18:10 UTC (permalink / raw
  To: gentoo-commits

robbat2     08/09/03 18:10:50

  Modified:             ChangeLog
  Added:                syslinux-3.71.ebuild
  Log:
  Version bump per bug #236554, also fix perl deps per bug 236597.
  (Portage version: 2.2_rc8/cvs/Linux 2.6.27-rc1-10246-gca5de40 x86_64)

Revision  Changes    Path
1.37                 sys-boot/syslinux/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -p -w -b -B -u -u -r1.36 -r1.37
--- ChangeLog	19 Aug 2008 12:13:05 -0000	1.36
+++ ChangeLog	3 Sep 2008 18:10:49 -0000	1.37
@@ -1,6 +1,11 @@
 # ChangeLog for sys-boot/syslinux
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v 1.36 2008/08/19 12:13:05 cla Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v 1.37 2008/09/03 18:10:49 robbat2 Exp $
+
+*syslinux-3.71 (03 Sep 2008)
+
+  03 Sep 2008; Robin H. Johnson <robbat2@gentoo.org> +syslinux-3.71.ebuild:
+  Version bump per bug #236554, also fix perl deps per bug 236597.
 
   19 Aug 2008; Dawid Węgliński <cla@gentoo.org> syslinux-3.52.ebuild:
   Add missing dev-perl/Digest-SHA1 to RDEPEND



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

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

Index: syslinux-3.71.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.71.ebuild,v 1.1 2008/09/03 18:10:49 robbat2 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.70-nopie.patch
	# Don't prestrip, makes portage angry
	epatch "${FILESDIR}/${PN}-3.70-nostrip.patch"
	rm -f gethostip #137081
}

src_compile() {
	emake installer || die
}

src_install() {
	emake INSTALLROOT="${D}" install || die
	dodoc README NEWS TODO doc/*
}






^ permalink raw reply	[flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-boot/syslinux: ChangeLog syslinux-3.71.ebuild
@ 2008-10-25 18:43 Zac Medico (zmedico)
  0 siblings, 0 replies; 4+ messages in thread
From: Zac Medico (zmedico) @ 2008-10-25 18:43 UTC (permalink / raw
  To: gentoo-commits

zmedico     08/10/25 18:43:33

  Modified:             ChangeLog syslinux-3.71.ebuild
  Log:
  Bug #244300 - Call `emake install` with MANDIR=/usr/share/man.
  (Portage version: 2.2_rc12_p11725/cvs/Linux 2.6.27-1022-x86-64 i686)

Revision  Changes    Path
1.38                 sys-boot/syslinux/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	3 Sep 2008 18:10:49 -0000	1.37
+++ ChangeLog	25 Oct 2008 18:43:33 -0000	1.38
@@ -1,6 +1,9 @@
 # ChangeLog for sys-boot/syslinux
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v 1.37 2008/09/03 18:10:49 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v 1.38 2008/10/25 18:43:33 zmedico Exp $
+
+  25 Oct 2008; Zac Medico <zmedico@gentoo.org> syslinux-3.71.ebuild:
+  Bug #244300 - Call `emake install` with MANDIR=/usr/share/man.
 
 *syslinux-3.71 (03 Sep 2008)
 



1.2                  sys-boot/syslinux/syslinux-3.71.ebuild

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

Index: syslinux-3.71.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.71.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- syslinux-3.71.ebuild	3 Sep 2008 18:10:49 -0000	1.1
+++ syslinux-3.71.ebuild	25 Oct 2008 18:43:33 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.71.ebuild,v 1.1 2008/09/03 18:10:49 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.71.ebuild,v 1.2 2008/10/25 18:43:33 zmedico Exp $
 
 inherit eutils
 
@@ -39,6 +39,6 @@
 }
 
 src_install() {
-	emake INSTALLROOT="${D}" install || die
+	emake INSTALLROOT="${D}" MANDIR=/usr/share/man install || die
 	dodoc README NEWS TODO doc/*
 }






^ permalink raw reply	[flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-boot/syslinux: ChangeLog syslinux-3.71.ebuild
@ 2008-12-21  1:53 Jeremy Olexa (darkside)
  0 siblings, 0 replies; 4+ messages in thread
From: Jeremy Olexa (darkside) @ 2008-12-21  1:53 UTC (permalink / raw
  To: gentoo-commits

darkside    08/12/21 01:53:47

  Modified:             ChangeLog syslinux-3.71.ebuild
  Log:
  amd64 stable, bug 251816
  (Portage version: 2.2_rc17/cvs/Linux 2.6.27.9 x86_64)

Revision  Changes    Path
1.40                 sys-boot/syslinux/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	21 Dec 2008 01:02:30 -0000	1.39
+++ ChangeLog	21 Dec 2008 01:53:47 -0000	1.40
@@ -1,6 +1,9 @@
 # ChangeLog for sys-boot/syslinux
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v 1.39 2008/12/21 01:02:30 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v 1.40 2008/12/21 01:53:47 darkside Exp $
+
+  21 Dec 2008; Jeremy Olexa <darkside@gentoo.org> syslinux-3.71.ebuild:
+  amd64 stable, bug 251816
 
 *syslinux-3.72 (21 Dec 2008)
 



1.3                  sys-boot/syslinux/syslinux-3.71.ebuild

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

Index: syslinux-3.71.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.71.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- syslinux-3.71.ebuild	25 Oct 2008 18:43:33 -0000	1.2
+++ syslinux-3.71.ebuild	21 Dec 2008 01:53:47 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.71.ebuild,v 1.2 2008/10/25 18:43:33 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.71.ebuild,v 1.3 2008/12/21 01:53:47 darkside Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 ~x86"
 IUSE=""
 
 RDEPEND="sys-fs/mtools






^ permalink raw reply	[flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-boot/syslinux: ChangeLog syslinux-3.71.ebuild
@ 2008-12-21 13:48 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2008-12-21 13:48 UTC (permalink / raw
  To: gentoo-commits

maekke      08/12/21 13:48:39

  Modified:             ChangeLog syslinux-3.71.ebuild
  Log:
  x86 stable, bug #251816
  (Portage version: 2.1.6.2/cvs/Linux 2.6.27.10 x86_64)

Revision  Changes    Path
1.41                 sys-boot/syslinux/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	21 Dec 2008 01:53:47 -0000	1.40
+++ ChangeLog	21 Dec 2008 13:48:39 -0000	1.41
@@ -1,6 +1,9 @@
 # ChangeLog for sys-boot/syslinux
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v 1.40 2008/12/21 01:53:47 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v 1.41 2008/12/21 13:48:39 maekke Exp $
+
+  21 Dec 2008; Markus Meier <maekke@gentoo.org> syslinux-3.71.ebuild:
+  x86 stable, bug #251816
 
   21 Dec 2008; Jeremy Olexa <darkside@gentoo.org> syslinux-3.71.ebuild:
   amd64 stable, bug 251816



1.4                  sys-boot/syslinux/syslinux-3.71.ebuild

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

Index: syslinux-3.71.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.71.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- syslinux-3.71.ebuild	21 Dec 2008 01:53:47 -0000	1.3
+++ syslinux-3.71.ebuild	21 Dec 2008 13:48:39 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.71.ebuild,v 1.3 2008/12/21 01:53:47 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.71.ebuild,v 1.4 2008/12/21 13:48:39 maekke Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="-* amd64 ~x86"
+KEYWORDS="-* amd64 x86"
 IUSE=""
 
 RDEPEND="sys-fs/mtools






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-12-21 13:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-03 18:10 [gentoo-commits] gentoo-x86 commit in sys-boot/syslinux: ChangeLog syslinux-3.71.ebuild Robin H. Johnson (robbat2)
  -- strict thread matches above, loose matches on Subject: below --
2008-10-25 18:43 Zac Medico (zmedico)
2008-12-21  1:53 Jeremy Olexa (darkside)
2008-12-21 13:48 Markus Meier (maekke)

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