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 | |
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')
-rw-r--r-- | sys-boot/efibootmgr/ChangeLog | 5 | ||||
-rw-r--r-- | sys-boot/efibootmgr/efibootmgr-0.4.2.ebuild | 4 | ||||
-rw-r--r-- | sys-boot/gnu-efi/ChangeLog | 5 | ||||
-rw-r--r-- | sys-boot/gnu-efi/gnu-efi-3.0a.ebuild | 4 | ||||
-rw-r--r-- | sys-boot/quik/ChangeLog | 7 | ||||
-rw-r--r-- | sys-boot/quik/quik-2.0.1.0-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-boot/quik/quik-2.0.1.0-r2.ebuild | 4 | ||||
-rw-r--r-- | sys-boot/quik/quik-2.0.1.0-r3.ebuild | 4 | ||||
-rw-r--r-- | sys-boot/quik/quik-2.0.1k.ebuild | 6 | ||||
-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 |
13 files changed, 44 insertions, 23 deletions
diff --git a/sys-boot/efibootmgr/ChangeLog b/sys-boot/efibootmgr/ChangeLog index 1b1c8464f941..d1878f735f83 100644 --- a/sys-boot/efibootmgr/ChangeLog +++ b/sys-boot/efibootmgr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-boot/efibootmgr # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/efibootmgr/ChangeLog,v 1.3 2004/03/04 22:42:15 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/efibootmgr/ChangeLog,v 1.4 2004/04/27 21:38:25 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> efibootmgr-0.4.2.ebuild: + Add inherit eutils 04 Mar 2004; <agriffis@gentoo.org> efibootmgr-0.4.2.ebuild: stable on ia64 diff --git a/sys-boot/efibootmgr/efibootmgr-0.4.2.ebuild b/sys-boot/efibootmgr/efibootmgr-0.4.2.ebuild index 0f82f6258727..3a3427ff1ea8 100644 --- a/sys-boot/efibootmgr/efibootmgr-0.4.2.ebuild +++ b/sys-boot/efibootmgr/efibootmgr-0.4.2.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/efibootmgr/efibootmgr-0.4.2.ebuild,v 1.2 2004/03/04 22:42:15 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/efibootmgr/efibootmgr-0.4.2.ebuild,v 1.3 2004/04/27 21:38:25 agriffis Exp $ + +inherit eutils DESCRIPTION="Interact with the EFI Boot Manager on IA-64 Systems" HOMEPAGE="http://developer.intel.com/technology/efi" diff --git a/sys-boot/gnu-efi/ChangeLog b/sys-boot/gnu-efi/ChangeLog index b4fc38457503..221bb53d9c02 100644 --- a/sys-boot/gnu-efi/ChangeLog +++ b/sys-boot/gnu-efi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-boot/gnu-efi # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/gnu-efi/ChangeLog,v 1.3 2004/03/04 22:37:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/gnu-efi/ChangeLog,v 1.4 2004/04/27 21:39:49 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> gnu-efi-3.0a.ebuild: + Add inherit eutils 04 Mar 2004; <agriffis@gentoo.org> gnu-efi-3.0a.ebuild: stable on ia64 diff --git a/sys-boot/gnu-efi/gnu-efi-3.0a.ebuild b/sys-boot/gnu-efi/gnu-efi-3.0a.ebuild index 845c103a40ec..7cd20d2f6eac 100644 --- a/sys-boot/gnu-efi/gnu-efi-3.0a.ebuild +++ b/sys-boot/gnu-efi/gnu-efi-3.0a.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/gnu-efi/gnu-efi-3.0a.ebuild,v 1.3 2004/03/04 22:37:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/gnu-efi/gnu-efi-3.0a.ebuild,v 1.4 2004/04/27 21:39:49 agriffis Exp $ + +inherit eutils DESCRIPTION="Library for build EFI Applications" SRC_URI="ftp://ftp.hpl.hp.com/pub/linux-ia64/gnu-efi-3.0a.tar.gz" diff --git a/sys-boot/quik/ChangeLog b/sys-boot/quik/ChangeLog index 65bee07eb0ec..cec8606996b3 100644 --- a/sys-boot/quik/ChangeLog +++ b/sys-boot/quik/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-boot/quik -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/quik/ChangeLog,v 1.3 2004/03/01 20:05:24 aliz Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/quik/ChangeLog,v 1.4 2004/04/27 21:40:36 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> quik-2.0.1k.ebuild: + Add inherit eutils *quik-2.0.1.0-r3 (08 Dec 2003) diff --git a/sys-boot/quik/quik-2.0.1.0-r1.ebuild b/sys-boot/quik/quik-2.0.1.0-r1.ebuild index 3234a605c659..f08fc1998e8c 100644 --- a/sys-boot/quik/quik-2.0.1.0-r1.ebuild +++ b/sys-boot/quik/quik-2.0.1.0-r1.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/quik/quik-2.0.1.0-r1.ebuild,v 1.2 2004/02/23 00:33:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/quik/quik-2.0.1.0-r1.ebuild,v 1.3 2004/04/27 21:40:36 agriffis Exp $ inherit mount-boot diff --git a/sys-boot/quik/quik-2.0.1.0-r2.ebuild b/sys-boot/quik/quik-2.0.1.0-r2.ebuild index ebf31fa2cbff..eb31b63ad364 100644 --- a/sys-boot/quik/quik-2.0.1.0-r2.ebuild +++ b/sys-boot/quik/quik-2.0.1.0-r2.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/quik/quik-2.0.1.0-r2.ebuild,v 1.2 2004/02/23 00:33:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/quik/quik-2.0.1.0-r2.ebuild,v 1.3 2004/04/27 21:40:36 agriffis Exp $ inherit mount-boot diff --git a/sys-boot/quik/quik-2.0.1.0-r3.ebuild b/sys-boot/quik/quik-2.0.1.0-r3.ebuild index f269c1bafecd..70fc6462bf65 100644 --- a/sys-boot/quik/quik-2.0.1.0-r3.ebuild +++ b/sys-boot/quik/quik-2.0.1.0-r3.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/quik/quik-2.0.1.0-r3.ebuild,v 1.2 2004/02/23 00:33:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/quik/quik-2.0.1.0-r3.ebuild,v 1.3 2004/04/27 21:40:36 agriffis Exp $ inherit mount-boot diff --git a/sys-boot/quik/quik-2.0.1k.ebuild b/sys-boot/quik/quik-2.0.1k.ebuild index cbad90205567..8c859928d90e 100644 --- a/sys-boot/quik/quik-2.0.1k.ebuild +++ b/sys-boot/quik/quik-2.0.1k.ebuild @@ -1,8 +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/quik/quik-2.0.1k.ebuild,v 1.2 2004/02/23 00:33:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/quik/quik-2.0.1k.ebuild,v 1.3 2004/04/27 21:40:36 agriffis Exp $ -inherit mount-boot +inherit mount-boot eutils S="${WORKDIR}/" MY_PV=${PV%.*}-${PV#*.*.} 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/" |