diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-10-24 14:25:15 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-10-24 14:25:15 +0000 |
commit | 8b7f3a83c2f1baf513017699fd1694080f68b2b8 (patch) | |
tree | 3feb96c1d420d9e64bd4884907edc4d530fe81ce /sys-boot/syslinux | |
parent | Raise minimum dependency on subversion and add missing ru linguas, wrt bug #4... (diff) | |
download | gentoo-2-8b7f3a83c2f1baf513017699fd1694080f68b2b8.tar.gz gentoo-2-8b7f3a83c2f1baf513017699fd1694080f68b2b8.tar.bz2 gentoo-2-8b7f3a83c2f1baf513017699fd1694080f68b2b8.zip |
Version bump.
(Portage version: 2.2.0_alpha137/cvs/Linux x86_64)
Diffstat (limited to 'sys-boot/syslinux')
-rw-r--r-- | sys-boot/syslinux/ChangeLog | 8 | ||||
-rw-r--r-- | sys-boot/syslinux/syslinux-4.06.ebuild (renamed from sys-boot/syslinux/syslinux-4.06_pre11.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/sys-boot/syslinux/ChangeLog b/sys-boot/syslinux/ChangeLog index e4756fef0158..c03370135f11 100644 --- a/sys-boot/syslinux/ChangeLog +++ b/sys-boot/syslinux/ChangeLog @@ -1,6 +1,12 @@ # 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.88 2012/07/21 19:14:54 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v 1.89 2012/10/24 14:25:15 chithanh Exp $ + +*syslinux-4.06 (24 Oct 2012) + + 24 Oct 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +syslinux-4.06.ebuild, -syslinux-4.06_pre11.ebuild: + Version bump. *syslinux-4.06_pre11 (21 Jul 2012) diff --git a/sys-boot/syslinux/syslinux-4.06_pre11.ebuild b/sys-boot/syslinux/syslinux-4.06.ebuild index a5ede08dd875..f92040ec138c 100644 --- a/sys-boot/syslinux/syslinux-4.06_pre11.ebuild +++ b/sys-boot/syslinux/syslinux-4.06.ebuild @@ -1,12 +1,12 @@ # 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-4.06_pre11.ebuild,v 1.1 2012/07/21 19:14:54 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-4.06.ebuild,v 1.1 2012/10/24 14:25:15 chithanh Exp $ inherit eutils toolchain-funcs DESCRIPTION="SYSLINUX, PXELINUX, ISOLINUX, EXTLINUX and MEMDISK bootloaders" HOMEPAGE="http://syslinux.zytor.com/" -SRC_URI="mirror://kernel/linux/utils/boot/syslinux/Testing/${PV%_pre*}/${P/_/-}.tar.bz2" +SRC_URI="mirror://kernel/linux/utils/boot/syslinux/${PV:0:1}.xx/${P/_/-}.tar.bz2" LICENSE="GPL-2" SLOT="0" |