diff options
author | 2002-07-06 15:37:58 +0000 | |
---|---|---|
committer | 2002-07-06 15:37:58 +0000 | |
commit | b710753e3cafac92425ecac0939f261c12aa256f (patch) | |
tree | 03485e76ca9c934b7b9d940b5d2bee23a794e089 /sys-apps/syslinux | |
parent | update gcc-3.1 fix (diff) | |
download | historical-b710753e3cafac92425ecac0939f261c12aa256f.tar.gz historical-b710753e3cafac92425ecac0939f261c12aa256f.tar.bz2 historical-b710753e3cafac92425ecac0939f261c12aa256f.zip |
repoman cleanups -- everyone join in :)
Diffstat (limited to 'sys-apps/syslinux')
-rw-r--r-- | sys-apps/syslinux/ChangeLog (renamed from sys-apps/syslinux/Changelog) | 2 | ||||
-rw-r--r-- | sys-apps/syslinux/syslinux-1.75.ebuild | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sys-apps/syslinux/Changelog b/sys-apps/syslinux/ChangeLog index 0d85f33a90ee..4243de65c2a8 100644 --- a/sys-apps/syslinux/Changelog +++ b/sys-apps/syslinux/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for sys-apps/syslinux # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Id: Changelog,v 1.1 2002/06/28 16:30:00 verwilst Exp $ +# $Id: ChangeLog,v 1.1 2002/07/06 15:37:58 drobbins Exp $ *syslinux-1.75 (28 June 2002); Bart Verwilst <verwilst@gentoo.org> diff --git a/sys-apps/syslinux/syslinux-1.75.ebuild b/sys-apps/syslinux/syslinux-1.75.ebuild index 5e5f55736ff9..40533f7f909b 100644 --- a/sys-apps/syslinux/syslinux-1.75.ebuild +++ b/sys-apps/syslinux/syslinux-1.75.ebuild @@ -1,23 +1,23 @@ # 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-1.75.ebuild,v 1.1 2002/06/28 16:30:00 verwilst Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/syslinux/syslinux-1.75.ebuild,v 1.2 2002/07/06 15:37:58 drobbins Exp $ DESCRIPTION="SysLinux, IsoLinux and PXELinux bootloader" HOMEPAGE="http://syslinux.zytor.com/" LICENSE="GPL-2" -DEPEND=">=nasm-9.98.31" +DEPEND=">=nasm-0.98.31" SRC_URI="ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/${P}.tar.gz" +KEYWORDS="x86" +SLOT="0" +LICENSE="GPL-2" + S=${WORKDIR}/${P} src_compile() { - emake || die - } src_install () { - make INSTALLROOT=${D} install || die dodoc README NEWS TODO *.doc - } |