diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2005-10-09 05:30:32 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2005-10-09 05:30:32 +0000 |
commit | 1afa885da3bc248ac1b27d93ff942ae881eae370 (patch) | |
tree | 1dc3c6cfd1947df5546d2eb3b6941db08c786179 /sys-boot | |
parent | version bump (bug #108420) (diff) | |
download | historical-1afa885da3bc248ac1b27d93ff942ae881eae370.tar.gz historical-1afa885da3bc248ac1b27d93ff942ae881eae370.tar.bz2 historical-1afa885da3bc248ac1b27d93ff942ae881eae370.zip |
stable on x86
Package-Manager: portage-2.0.53_rc4
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/syslinux/ChangeLog | 5 | ||||
-rw-r--r-- | sys-boot/syslinux/Manifest | 10 | ||||
-rw-r--r-- | sys-boot/syslinux/syslinux-3.09.ebuild | 4 |
3 files changed, 11 insertions, 8 deletions
diff --git a/sys-boot/syslinux/ChangeLog b/sys-boot/syslinux/ChangeLog index afbf04e5a5f4..0881451c2900 100644 --- a/sys-boot/syslinux/ChangeLog +++ b/sys-boot/syslinux/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-boot/syslinux # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v 1.18 2005/10/08 16:50:54 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v 1.19 2005/10/09 05:30:32 halcy0n Exp $ + + 09 Oct 2005; Mark Loeser <halcy0n@gentoo.org> syslinux-3.09.ebuild: + Stable on x86 *syslinux-3.11 (08 Oct 2005) diff --git a/sys-boot/syslinux/Manifest b/sys-boot/syslinux/Manifest index 285829e864c0..999dfd404df4 100644 --- a/sys-boot/syslinux/Manifest +++ b/sys-boot/syslinux/Manifest @@ -1,7 +1,7 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 f388cf25a0128ea3fc16e7b35db3fc25 ChangeLog 4287 +MD5 8b8c20778198096e0ea9e607870e567c ChangeLog 4375 MD5 26489361fe682baf353e4b7cef7bba16 files/digest-syslinux-1.76 65 MD5 d44d8f9a65b91ec75463ccc8dd60cee3 files/digest-syslinux-2.13 66 MD5 55cac8782710921227939964ce2fc373 files/digest-syslinux-3.07 67 @@ -16,12 +16,12 @@ MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 MD5 fad406869474fc3a7cfde4203eb896fe syslinux-1.76.ebuild 760 MD5 87356b71e2805dafa9e2b0ff5bb21059 syslinux-2.13.ebuild 942 MD5 3a4f99082ffcdeeee54d16c334378b82 syslinux-3.07.ebuild 1040 -MD5 a78f8b45e3e2c7b27f3026e85a6634c3 syslinux-3.09.ebuild 1087 +MD5 899370b03a110730daf94f5ca5d86aad syslinux-3.09.ebuild 1088 MD5 625d186a95e6fa13924bb67f5a3cf988 syslinux-3.11.ebuild 1094 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDR/ligIKl8Uu19MoRAhIuAJsEat9kyLep5PVJbsTsiCxp7i6QywCfVD1k -LuRHIcm0Ol8+VKCnXmXkNis= -=ARbz +iD8DBQFDSKsTCRZPokWLroQRAsDtAJ0Y4rEk0oQXKf772XRJk3zyJCs6+ACdFI9u +wQBFJan7WDJlIyJIeI8UJyM= +=IAWl -----END PGP SIGNATURE----- diff --git a/sys-boot/syslinux/syslinux-3.09.ebuild b/sys-boot/syslinux/syslinux-3.09.ebuild index eb52741d2e15..3cba0702f09c 100644 --- a/sys-boot/syslinux/syslinux-3.09.ebuild +++ b/sys-boot/syslinux/syslinux-3.09.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.09.ebuild,v 1.1 2005/06/25 14:35:40 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.09.ebuild,v 1.2 2005/10/09 05:30:32 halcy0n Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://kernel/linux/utils/boot/syslinux/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="-* ~amd64 x86" IUSE="" RDEPEND="sys-fs/mtools" |