* [gentoo-commits] gentoo-x86 commit in sys-boot/syslinux: ChangeLog syslinux-3.52.ebuild
@ 2008-08-19 11:56 Dawid Weglinski (cla)
0 siblings, 0 replies; 2+ messages in thread
From: Dawid Weglinski (cla) @ 2008-08-19 11:56 UTC (permalink / raw
To: gentoo-commits
cla 08/08/19 11:56:24
Modified: ChangeLog syslinux-3.52.ebuild
Log:
Stable on amd64/x86 per bug #232197; add dev-perl/Crypt-PasswdMD5 to RDEPEND for missing perl module (thanks to mklimek@mklimek.org on IRC).
(Portage version: 2.1.4.4)
Revision Changes Path
1.35 sys-boot/syslinux/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/syslinux/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/syslinux/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/syslinux/ChangeLog?r1=1.34&r2=1.35
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog 21 Jul 2008 23:21:18 -0000 1.34
+++ ChangeLog 19 Aug 2008 11:56:24 -0000 1.35
@@ -1,6 +1,10 @@
# 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.34 2008/07/21 23:21:18 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v 1.35 2008/08/19 11:56:24 cla Exp $
+
+ 19 Aug 2008; Dawid Węgliński <cla@gentoo.org> syslinux-3.52.ebuild:
+ Stable on amd64/x86 per bug #232197; add dev-perl/Crypt-PasswdMD5 to RDEPEND
+ for missing perl module (thanks to mklimek@mklimek.org on IRC).
*syslinux-3.70 (21 Jul 2008)
1.2 sys-boot/syslinux/syslinux-3.52.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/syslinux/syslinux-3.52.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/syslinux/syslinux-3.52.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/syslinux/syslinux-3.52.ebuild?r1=1.1&r2=1.2
Index: syslinux-3.52.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.52.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- syslinux-3.52.ebuild 24 Oct 2007 18:12:17 -0000 1.1
+++ syslinux-3.52.ebuild 19 Aug 2008 11:56:24 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# 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.52.ebuild,v 1.1 2007/10/24 18:12:17 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.52.ebuild,v 1.2 2008/08/19 11:56:24 cla Exp $
DESCRIPTION="SysLinux, IsoLinux and PXELinux bootloader"
HOMEPAGE="http://syslinux.zytor.com/"
@@ -8,10 +8,11 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 x86"
IUSE=""
-RDEPEND="sys-fs/mtools"
+RDEPEND="sys-fs/mtools
+ dev-perl/Crypt-PasswdMD5"
DEPEND="${RDEPEND}
dev-lang/nasm"
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-boot/syslinux: ChangeLog syslinux-3.52.ebuild
@ 2008-08-19 12:13 Dawid Weglinski (cla)
0 siblings, 0 replies; 2+ messages in thread
From: Dawid Weglinski (cla) @ 2008-08-19 12:13 UTC (permalink / raw
To: gentoo-commits
cla 08/08/19 12:13:06
Modified: ChangeLog syslinux-3.52.ebuild
Log:
Add missing dev-perl/Digest-SHA1 to RDEPEND
(Portage version: 2.1.4.4)
Revision Changes Path
1.36 sys-boot/syslinux/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/syslinux/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/syslinux/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/syslinux/ChangeLog?r1=1.35&r2=1.36
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog 19 Aug 2008 11:56:24 -0000 1.35
+++ ChangeLog 19 Aug 2008 12:13:05 -0000 1.36
@@ -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.35 2008/08/19 11:56:24 cla Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v 1.36 2008/08/19 12:13:05 cla Exp $
+
+ 19 Aug 2008; Dawid Węgliński <cla@gentoo.org> syslinux-3.52.ebuild:
+ Add missing dev-perl/Digest-SHA1 to RDEPEND
19 Aug 2008; Dawid Węgliński <cla@gentoo.org> syslinux-3.52.ebuild:
Stable on amd64/x86 per bug #232197; add dev-perl/Crypt-PasswdMD5 to RDEPEND
1.3 sys-boot/syslinux/syslinux-3.52.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/syslinux/syslinux-3.52.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/syslinux/syslinux-3.52.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/syslinux/syslinux-3.52.ebuild?r1=1.2&r2=1.3
Index: syslinux-3.52.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.52.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- syslinux-3.52.ebuild 19 Aug 2008 11:56:24 -0000 1.2
+++ syslinux-3.52.ebuild 19 Aug 2008 12:13:05 -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.52.ebuild,v 1.2 2008/08/19 11:56:24 cla Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.52.ebuild,v 1.3 2008/08/19 12:13:05 cla Exp $
DESCRIPTION="SysLinux, IsoLinux and PXELinux bootloader"
HOMEPAGE="http://syslinux.zytor.com/"
@@ -12,7 +12,8 @@
IUSE=""
RDEPEND="sys-fs/mtools
- dev-perl/Crypt-PasswdMD5"
+ dev-perl/Crypt-PasswdMD5
+ dev-perl/Digest-SHA1"
DEPEND="${RDEPEND}
dev-lang/nasm"
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-08-19 12:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-19 11:56 [gentoo-commits] gentoo-x86 commit in sys-boot/syslinux: ChangeLog syslinux-3.52.ebuild Dawid Weglinski (cla)
-- strict thread matches above, loose matches on Subject: below --
2008-08-19 12:13 Dawid Weglinski (cla)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox