diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2014-10-14 12:08:35 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2014-10-14 12:08:35 +0000 |
commit | ac1dcf0832dc553ddc72f752caa3d66f9c9e1196 (patch) | |
tree | 2e7e0ff43909da2873fca76c891453f57cae2a14 /sys-boot | |
parent | bump; fix, upgrade and refine test phase (diff) | |
download | gentoo-2-ac1dcf0832dc553ddc72f752caa3d66f9c9e1196.tar.gz gentoo-2-ac1dcf0832dc553ddc72f752caa3d66f9c9e1196.tar.bz2 gentoo-2-ac1dcf0832dc553ddc72f752caa3d66f9c9e1196.zip |
Adjust upgrade check for current stable version.
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x2324E7B566DF2611!)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/syslinux/ChangeLog | 6 | ||||
-rw-r--r-- | sys-boot/syslinux/syslinux-5.10.ebuild | 6 | ||||
-rw-r--r-- | sys-boot/syslinux/syslinux-6.03.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/sys-boot/syslinux/ChangeLog b/sys-boot/syslinux/ChangeLog index 3f58febc0594..e8ed9c9f5d64 100644 --- a/sys-boot/syslinux/ChangeLog +++ b/sys-boot/syslinux/ChangeLog @@ -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 <chithanh@gentoo.org> + syslinux-5.10.ebuild, syslinux-6.03.ebuild: + Adjust upgrade check for current stable version. *syslinux-6.03 (13 Oct 2014) diff --git a/sys-boot/syslinux/syslinux-5.10.ebuild b/sys-boot/syslinux/syslinux-5.10.ebuild index 2bccbb5fc9cb..a397f1de4a60 100644 --- a/sys-boot/syslinux/syslinux-5.10.ebuild +++ b/sys-boot/syslinux/syslinux-5.10.ebuild @@ -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 @@ src_install() { 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:" diff --git a/sys-boot/syslinux/syslinux-6.03.ebuild b/sys-boot/syslinux/syslinux-6.03.ebuild index 5563bd272f22..d174af4d81c3 100644 --- a/sys-boot/syslinux/syslinux-6.03.ebuild +++ b/sys-boot/syslinux/syslinux-6.03.ebuild @@ -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 @@ src_install() { 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:" |