chithanh 14/10/14 12:08:35 Modified: syslinux-6.03.ebuild syslinux-5.10.ebuild ChangeLog Log: Adjust upgrade check for current stable version. (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x2324E7B566DF2611!)
Revision Changes Path 1.2 sys-boot/syslinux/syslinux-6.03.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/syslinux/syslinux-6.03.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/syslinux/syslinux-6.03.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/syslinux/syslinux-6.03.ebuild?r1=1.1&r2=1.2 Index: syslinux-6.03.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-6.03.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- syslinux-6.03.ebuild 13 Oct 2014 22:35:03 -0000 1.1 +++ syslinux-6.03.ebuild 14 Oct 2014 12:08:35 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-6.03.ebuild,v 1.1 2014/10/13 22:35:03 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-6.03.ebuild,v 1.2 2014/10/14 12:08:35 chithanh Exp $ EAPI=5 @@ -90,7 +90,7 @@ pkg_postinst() { # print warning for users upgrading from the previous stable version - if has 4.06 ${REPLACING_VERSIONS}; then + if has 4.07 ${REPLACING_VERSIONS}; then ewarn "syslinux now uses dynamically linked ELF executables. Before you reboot," ewarn "ensure that needed dependencies are fulfilled. For example, run from your" ewarn "syslinux directory:" 1.3 sys-boot/syslinux/syslinux-5.10.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/syslinux/syslinux-5.10.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/syslinux/syslinux-5.10.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/syslinux/syslinux-5.10.ebuild?r1=1.2&r2=1.3 Index: syslinux-5.10.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-5.10.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- syslinux-5.10.ebuild 23 Sep 2013 11:56:54 -0000 1.2 +++ syslinux-5.10.ebuild 14 Oct 2014 12:08:35 -0000 1.3 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-5.10.ebuild,v 1.2 2013/09/23 11:56:54 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-5.10.ebuild,v 1.3 2014/10/14 12:08:35 chithanh Exp $ EAPI=4 @@ -73,7 +73,7 @@ pkg_postinst() { # print warning for users upgrading from the previous stable version - if has 4.06 ${REPLACING_VERSIONS}; then + if has 4.07 ${REPLACING_VERSIONS}; then ewarn "syslinux now uses dynamically linked ELF executables. Before you reboot," ewarn "ensure that needed dependencies are fulfilled. For example, run from your" ewarn "syslinux directory:" 1.112 sys-boot/syslinux/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/syslinux/ChangeLog?rev=1.112&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/syslinux/ChangeLog?rev=1.112&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/syslinux/ChangeLog?r1=1.111&r2=1.112 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v retrieving revision 1.111 retrieving revision 1.112 diff -u -r1.111 -r1.112 --- ChangeLog 13 Oct 2014 22:35:03 -0000 1.111 +++ ChangeLog 14 Oct 2014 12:08:35 -0000 1.112 @@ -1,6 +1,10 @@ # ChangeLog for sys-boot/syslinux # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v 1.111 2014/10/13 22:35:03 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v 1.112 2014/10/14 12:08:35 chithanh Exp $ + + 14 Oct 2014; Chí-Thanh Christopher Nguyễn <[email protected]> + syslinux-5.10.ebuild, syslinux-6.03.ebuild: + Adjust upgrade check for current stable version. *syslinux-6.03 (13 Oct 2014)
