diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-04-18 23:59:41 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-04-18 23:59:41 +0000 |
commit | bae8a64e415225134f8d32edc3f283c0ad67f3f9 (patch) | |
tree | 17ad008a44a0a7f142011142b13a565662c62ea7 /sys-boot/syslinux | |
parent | add missing test to IUSE (diff) | |
download | gentoo-2-bae8a64e415225134f8d32edc3f283c0ad67f3f9.tar.gz gentoo-2-bae8a64e415225134f8d32edc3f283c0ad67f3f9.tar.bz2 gentoo-2-bae8a64e415225134f8d32edc3f283c0ad67f3f9.zip |
Version bump. Remove old.
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'sys-boot/syslinux')
-rw-r--r-- | sys-boot/syslinux/ChangeLog | 10 | ||||
-rw-r--r-- | sys-boot/syslinux/syslinux-4.04.ebuild (renamed from sys-boot/syslinux/syslinux-4.02.ebuild) | 6 |
2 files changed, 11 insertions, 5 deletions
diff --git a/sys-boot/syslinux/ChangeLog b/sys-boot/syslinux/ChangeLog index 4b19e78f663a..b66b25e87188 100644 --- a/sys-boot/syslinux/ChangeLog +++ b/sys-boot/syslinux/ChangeLog @@ -1,6 +1,12 @@ # 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.77 2010/12/09 09:56:19 phajdan.jr Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v 1.78 2011/04/18 23:59:41 chithanh Exp $ + +*syslinux-4.04 (18 Apr 2011) + + 18 Apr 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + -syslinux-4.02.ebuild, +syslinux-4.04.ebuild: + Version bump. Remove old. 09 Dec 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> syslinux-4.03.ebuild: x86 stable wrt bug #347061 diff --git a/sys-boot/syslinux/syslinux-4.02.ebuild b/sys-boot/syslinux/syslinux-4.04.ebuild index db11c4b37088..a751558167da 100644 --- a/sys-boot/syslinux/syslinux-4.02.ebuild +++ b/sys-boot/syslinux/syslinux-4.04.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-4.02.ebuild,v 1.3 2010/10/05 21:00:51 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-4.04.ebuild,v 1.1 2011/04/18 23:59:41 chithanh Exp $ inherit eutils toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="mirror://kernel/linux/utils/boot/syslinux/${PV:0:1}.xx/${P/_/-}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="-* amd64 x86" +KEYWORDS="-* ~amd64 ~x86" IUSE="custom-cflags" RDEPEND="sys-fs/mtools |