diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2010-06-29 21:59:46 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2010-06-29 21:59:46 +0000 |
commit | 0390ffe1a303df35b8b69f5cd421ec8354948608 (patch) | |
tree | 2681bdba90c795d7f01bdfda5e1e609ec62db3e6 /sys-boot/syslinux | |
parent | Minor patch to compile when both 1.8 and 1.9 slots of xulrunner are present. (diff) | |
download | gentoo-2-0390ffe1a303df35b8b69f5cd421ec8354948608.tar.gz gentoo-2-0390ffe1a303df35b8b69f5cd421ec8354948608.tar.bz2 gentoo-2-0390ffe1a303df35b8b69f5cd421ec8354948608.zip |
Version bump. Adds support for booting from ext4 and btrfs, as well as booting from GPT >2TB.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sys-boot/syslinux')
-rw-r--r-- | sys-boot/syslinux/ChangeLog | 9 | ||||
-rw-r--r-- | sys-boot/syslinux/syslinux-4.00.ebuild (renamed from sys-boot/syslinux/syslinux-4.00_pre55.ebuild) | 4 |
2 files changed, 10 insertions, 3 deletions
diff --git a/sys-boot/syslinux/ChangeLog b/sys-boot/syslinux/ChangeLog index 34f80bb150fb..77e7d37cdb27 100644 --- a/sys-boot/syslinux/ChangeLog +++ b/sys-boot/syslinux/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sys-boot/syslinux # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v 1.68 2010/06/22 13:11:19 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v 1.69 2010/06/29 21:59:46 chithanh Exp $ + +*syslinux-4.00 (29 Jun 2010) + + 29 Jun 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + -syslinux-4.00_pre55.ebuild, +syslinux-4.00.ebuild: + Version bump. Adds support for booting from ext4 and btrfs, as well as + booting from GPT >2TB. *syslinux-4.00_pre55 (22 Jun 2010) diff --git a/sys-boot/syslinux/syslinux-4.00_pre55.ebuild b/sys-boot/syslinux/syslinux-4.00.ebuild index eb2ab9416056..f169305a32cf 100644 --- a/sys-boot/syslinux/syslinux-4.00_pre55.ebuild +++ b/sys-boot/syslinux/syslinux-4.00.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-4.00_pre55.ebuild,v 1.1 2010/06/22 13:11:19 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-4.00.ebuild,v 1.1 2010/06/29 21:59:46 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/${P/_/-}.tar.bz2" +SRC_URI="mirror://kernel/linux/utils/boot/syslinux/${PV:0:1}.xx/${P/_/-}.tar.bz2" LICENSE="GPL-2" SLOT="0" |