From 5f46ee80c3da7e91865f845907ef0f3052e300a6 Mon Sep 17 00:00:00 2001 From: Aron Griffis Date: Thu, 15 Jul 2004 02:52:59 +0000 Subject: sync IUSE (missing), don't assign S=${WORKDIR}/${P}, trim trailing whitespace --- sys-boot/lilo/lilo-22.5.8-r1.ebuild | 3 +-- sys-boot/lilo/lilo-22.5.8-r2.ebuild | 3 +-- sys-boot/lilo/lilo-22.5.8-r3.ebuild | 3 +-- sys-boot/lilo/lilo-22.5.8.ebuild | 5 ++--- sys-boot/lilo/lilo-22.5.9-r2.ebuild | 3 +-- 5 files changed, 6 insertions(+), 11 deletions(-) (limited to 'sys-boot/lilo') diff --git a/sys-boot/lilo/lilo-22.5.8-r1.ebuild b/sys-boot/lilo/lilo-22.5.8-r1.ebuild index b5ee3919c399..2a5d30eaef69 100644 --- a/sys-boot/lilo/lilo-22.5.8-r1.ebuild +++ b/sys-boot/lilo/lilo-22.5.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/lilo/lilo-22.5.8-r1.ebuild,v 1.9 2004/06/24 22:35:13 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/lilo/lilo-22.5.8-r1.ebuild,v 1.10 2004/07/15 02:50:25 agriffis Exp $ inherit mount-boot eutils flag-o-matic @@ -171,4 +171,3 @@ pkg_postinst() { sleep 3 echo } - diff --git a/sys-boot/lilo/lilo-22.5.8-r2.ebuild b/sys-boot/lilo/lilo-22.5.8-r2.ebuild index 73b19651d2f3..8936e22d467c 100644 --- a/sys-boot/lilo/lilo-22.5.8-r2.ebuild +++ b/sys-boot/lilo/lilo-22.5.8-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/lilo/lilo-22.5.8-r2.ebuild,v 1.5 2004/06/24 22:35:13 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/lilo/lilo-22.5.8-r2.ebuild,v 1.6 2004/07/15 02:50:25 agriffis Exp $ inherit mount-boot eutils flag-o-matic @@ -174,4 +174,3 @@ pkg_postinst() { sleep 3 echo } - diff --git a/sys-boot/lilo/lilo-22.5.8-r3.ebuild b/sys-boot/lilo/lilo-22.5.8-r3.ebuild index ef1037a7a37b..6bab18c597ae 100644 --- a/sys-boot/lilo/lilo-22.5.8-r3.ebuild +++ b/sys-boot/lilo/lilo-22.5.8-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/lilo/lilo-22.5.8-r3.ebuild,v 1.5 2004/06/28 01:48:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/lilo/lilo-22.5.8-r3.ebuild,v 1.6 2004/07/15 02:50:25 agriffis Exp $ inherit mount-boot eutils flag-o-matic @@ -181,4 +181,3 @@ pkg_postinst() { sleep 3 echo } - diff --git a/sys-boot/lilo/lilo-22.5.8.ebuild b/sys-boot/lilo/lilo-22.5.8.ebuild index 7cb0f0cf4ad6..a4142954a435 100644 --- a/sys-boot/lilo/lilo-22.5.8.ebuild +++ b/sys-boot/lilo/lilo-22.5.8.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/lilo/lilo-22.5.8.ebuild,v 1.6 2004/06/24 22:35:13 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/lilo/lilo-22.5.8.ebuild,v 1.7 2004/07/15 02:50:25 agriffis Exp $ inherit mount-boot eutils flag-o-matic -S=${WORKDIR}/${P} DESCRIPTION="Standard Linux boot loader" HOMEPAGE="http://lilo.go.dyndns.org/pub/linux/lilo/" SRC_URI="http://home.san.rr.com/johninsd/pub/linux/lilo/${P}.tar.gz @@ -14,6 +13,7 @@ SRC_URI="http://home.san.rr.com/johninsd/pub/linux/lilo/${P}.tar.gz SLOT="0" LICENSE="BSD GPL-2" KEYWORDS="-* ~x86" +IUSE="" DEPEND="dev-lang/nasm >=sys-devel/bin86-0.15.5" @@ -162,4 +162,3 @@ pkg_postinst() { sleep 3 echo } - diff --git a/sys-boot/lilo/lilo-22.5.9-r2.ebuild b/sys-boot/lilo/lilo-22.5.9-r2.ebuild index 3b729fde6c61..9918de13c7c6 100644 --- a/sys-boot/lilo/lilo-22.5.9-r2.ebuild +++ b/sys-boot/lilo/lilo-22.5.9-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/lilo/lilo-22.5.9-r2.ebuild,v 1.1 2004/07/11 15:41:22 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/lilo/lilo-22.5.9-r2.ebuild,v 1.2 2004/07/15 02:50:25 agriffis Exp $ inherit eutils flag-o-matic @@ -197,4 +197,3 @@ pkg_postinst() { sleep 3 echo } - -- cgit v1.2.3-65-gdbad