diff options
author | 2003-02-02 00:19:39 +0000 | |
---|---|---|
committer | 2003-02-02 00:19:39 +0000 | |
commit | 0ead8383c202181cd61c557814856a308aaf5335 (patch) | |
tree | 866a6956a2afce226d2963e7413a3cdb30210e5c /sys-apps/syslinux | |
parent | gcc2 patch (diff) | |
download | gentoo-2-0ead8383c202181cd61c557814856a308aaf5335.tar.gz gentoo-2-0ead8383c202181cd61c557814856a308aaf5335.tar.bz2 gentoo-2-0ead8383c202181cd61c557814856a308aaf5335.zip |
version bump
Diffstat (limited to 'sys-apps/syslinux')
-rw-r--r-- | sys-apps/syslinux/ChangeLog | 11 | ||||
-rw-r--r-- | sys-apps/syslinux/files/digest-syslinux-2.01 | 1 | ||||
-rw-r--r-- | sys-apps/syslinux/syslinux-2.01.ebuild | 22 |
3 files changed, 30 insertions, 4 deletions
diff --git a/sys-apps/syslinux/ChangeLog b/sys-apps/syslinux/ChangeLog index a453b5c853be..7c2388310028 100644 --- a/sys-apps/syslinux/ChangeLog +++ b/sys-apps/syslinux/ChangeLog @@ -1,10 +1,13 @@ # ChangeLog for sys-apps/syslinux # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Id: ChangeLog,v 1.5 2002/12/13 11:00:33 blizzy Exp $ +# $Id: ChangeLog,v 1.6 2003/02/02 00:19:39 vapier Exp $ - 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords - -*syslinux-1.75 (28 June 2002) +*syslinux-2.01 (01 Feb 2003) + + 01 Feb 2003; Mike Frysinger <vapier@gentoo.org> : + Version bump for ma floppy. + +*syslinux-1.75 (28 Jun 2002) 21 Jul 2002; Mark Guertin <gerk@gentoo.org>: updated keywords (-ppc -sparc -sparc64) diff --git a/sys-apps/syslinux/files/digest-syslinux-2.01 b/sys-apps/syslinux/files/digest-syslinux-2.01 new file mode 100644 index 000000000000..652c5d859517 --- /dev/null +++ b/sys-apps/syslinux/files/digest-syslinux-2.01 @@ -0,0 +1 @@ +MD5 4845e56f4e924ec1c8ccdf595b8ce3fc syslinux-2.01.tar.bz2 284612 diff --git a/sys-apps/syslinux/syslinux-2.01.ebuild b/sys-apps/syslinux/syslinux-2.01.ebuild new file mode 100644 index 000000000000..01d2ed262ec8 --- /dev/null +++ b/sys-apps/syslinux/syslinux-2.01.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/syslinux/syslinux-2.01.ebuild,v 1.1 2003/02/02 00:19:39 vapier Exp $ + +DESCRIPTION="SysLinux, IsoLinux and PXELinux bootloader" +HOMEPAGE="http://syslinux.zytor.com/" +SRC_URI="ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/${P}.tar.bz2" + +KEYWORDS="~x86 -ppc -sparc " +LICENSE="GPL-2" +SLOT="0" + +DEPEND="dev-lang/nasm" + +src_compile() { + emake || die +} + +src_install() { + make INSTALLROOT=${D} install || die + dodoc README NEWS TODO *.doc +} |