diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:41:20 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:41:20 +0000 |
commit | d6d07c30d874910a3194d80051d1ccb214bdd738 (patch) | |
tree | 65d05ad93031e269b37e9dc47ce0edb910764cce /sys-boot/syslinux | |
parent | (no commit message) (diff) | |
download | historical-d6d07c30d874910a3194d80051d1ccb214bdd738.tar.gz historical-d6d07c30d874910a3194d80051d1ccb214bdd738.tar.bz2 historical-d6d07c30d874910a3194d80051d1ccb214bdd738.zip |
Add inherit eutils
Diffstat (limited to 'sys-boot/syslinux')
-rw-r--r-- | sys-boot/syslinux/ChangeLog | 8 | ||||
-rw-r--r-- | sys-boot/syslinux/syslinux-1.75.ebuild | 4 | ||||
-rw-r--r-- | sys-boot/syslinux/syslinux-2.05.ebuild | 6 | ||||
-rw-r--r-- | sys-boot/syslinux/syslinux-2.06.ebuild | 6 |
4 files changed, 16 insertions, 8 deletions
diff --git a/sys-boot/syslinux/ChangeLog b/sys-boot/syslinux/ChangeLog index bca6c99c876a..f51564270edd 100644 --- a/sys-boot/syslinux/ChangeLog +++ b/sys-boot/syslinux/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-boot/syslinux -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Id: ChangeLog,v 1.3 2003/12/30 23:31:52 pauldv Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Id: ChangeLog,v 1.4 2004/04/27 21:41:20 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> syslinux-2.05.ebuild, + syslinux-2.06.ebuild: + Add inherit eutils 31 Dec 2003; <paul@gentoo.org> metadata.xml, syslinux-2.06.ebuild: nasm is not available on amd64, and even if it worked (unresearched) it could diff --git a/sys-boot/syslinux/syslinux-1.75.ebuild b/sys-boot/syslinux/syslinux-1.75.ebuild index 2ba94ed50b6f..c141aa8e6ee6 100644 --- a/sys-boot/syslinux/syslinux-1.75.ebuild +++ b/sys-boot/syslinux/syslinux-1.75.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-1.75.ebuild,v 1.1 2003/12/09 08:28:31 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-1.75.ebuild,v 1.2 2004/04/27 21:41:20 agriffis Exp $ S=${WORKDIR}/${P} DESCRIPTION="SysLinux, IsoLinux and PXELinux bootloader" diff --git a/sys-boot/syslinux/syslinux-2.05.ebuild b/sys-boot/syslinux/syslinux-2.05.ebuild index 6f0c0244e379..cb3b76644661 100644 --- a/sys-boot/syslinux/syslinux-2.05.ebuild +++ b/sys-boot/syslinux/syslinux-2.05.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-2.05.ebuild,v 1.1 2003/12/09 08:28:31 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-2.05.ebuild,v 1.2 2004/04/27 21:41:20 agriffis Exp $ + +inherit eutils DESCRIPTION="SysLinux, IsoLinux and PXELinux bootloader" HOMEPAGE="http://syslinux.zytor.com/" diff --git a/sys-boot/syslinux/syslinux-2.06.ebuild b/sys-boot/syslinux/syslinux-2.06.ebuild index 88ee8f63e30d..0b8d482f55ba 100644 --- a/sys-boot/syslinux/syslinux-2.06.ebuild +++ b/sys-boot/syslinux/syslinux-2.06.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-2.06.ebuild,v 1.2 2003/12/30 23:31:52 pauldv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-2.06.ebuild,v 1.3 2004/04/27 21:41:20 agriffis Exp $ + +inherit eutils DESCRIPTION="SysLinux, IsoLinux and PXELinux bootloader" HOMEPAGE="http://syslinux.zytor.com/" |