summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2004-10-17 01:56:05 +0000
committerNed Ludd <solar@gentoo.org>2004-10-17 01:56:05 +0000
commit8d5acf790b5ad1c8ed6fa6c9fefaefdfd6668bb8 (patch)
tree234a15bc9cd3470cd81f6c58ed04227d5a0a59f9
parentFixed nvu local use flags. (diff)
downloadhistorical-8d5acf790b5ad1c8ed6fa6c9fefaefdfd6668bb8.tar.gz
historical-8d5acf790b5ad1c8ed6fa6c9fefaefdfd6668bb8.tar.bz2
historical-8d5acf790b5ad1c8ed6fa6c9fefaefdfd6668bb8.zip
removed erroneous RDEPEND on sed4
-rw-r--r--sys-boot/lilo/ChangeLog5
-rw-r--r--sys-boot/lilo/Manifest16
-rw-r--r--sys-boot/lilo/lilo-22.5.9-r2.ebuild6
-rw-r--r--sys-boot/lilo/lilo-22.6.ebuild6
4 files changed, 23 insertions, 10 deletions
diff --git a/sys-boot/lilo/ChangeLog b/sys-boot/lilo/ChangeLog
index 9a67b598945d..6bb9bd5601f6 100644
--- a/sys-boot/lilo/ChangeLog
+++ b/sys-boot/lilo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-boot/lilo
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/lilo/ChangeLog,v 1.24 2004/10/06 19:38:07 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/lilo/ChangeLog,v 1.25 2004/10/17 01:56:05 solar Exp $
+
+ 16 Oct 2004; <solar@gentoo.org> lilo-22.5.9-r2.ebuild, lilo-22.6.ebuild:
+ removed erroneous RDEPEND on sed4
06 Oct 2004; Tony Vroon <chainsaw@gentoo.org>
files/lilo-22.6-devmapper_gentoo.patch:
diff --git a/sys-boot/lilo/Manifest b/sys-boot/lilo/Manifest
index e2ca8da15f09..4699c66a752a 100644
--- a/sys-boot/lilo/Manifest
+++ b/sys-boot/lilo/Manifest
@@ -1,6 +1,9 @@
-MD5 09c0202c69fb19d8b05556ba92b80d62 lilo-22.6.ebuild 4866
-MD5 1d57e4303e8c79db5805712770b5e5e9 lilo-22.5.9-r2.ebuild 5072
-MD5 9f62383ac102cf52b8593cd46260d903 ChangeLog 1698
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 9d604c5551670fd0725d1d434c55ff38 lilo-22.6.ebuild 4863
+MD5 61f7649363167fd2015fe8b74b995502 lilo-22.5.9-r2.ebuild 5070
+MD5 1dbda5e7f59173cf0e1da8d92874278d ChangeLog 1807
MD5 eeee4743c4e463eeed3a7a4c15380e0d metadata.xml 254
MD5 ab2657bc635313522eb791e30b1166ef files/lilo-22.5.9-correct-usage-info.patch 683
MD5 925f55c96304e240bdb20cc35c6745ae files/digest-lilo-22.5.9-r2 124
@@ -14,3 +17,10 @@ MD5 ab2657bc635313522eb791e30b1166ef files/lilo-22.6-correct-usage-info.patch 68
MD5 348f7a96783361cf8f0a0703bfeaa03a files/lilo-22.5.9-lvm.2-6headers.patch 470
MD5 fdc2575e3b1e96d80ba2c1409abcad0e files/lilo-22.5.9-devmapper_gentoo.patch 11884
MD5 ca44cc6ec0aecfe30c49c455f74aacec files/lilo-glibc233.patch 640
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.2.4 (GNU/Linux)
+
+iD8DBQFBcdEO94CCfB4KcwwRAj6oAJ9DA0zJOOVU5OcbBU1Mry3Ja6ERHgCfZF33
++IxtTvrlBqKwz+a0zREILGQ=
+=AcWm
+-----END PGP SIGNATURE-----
diff --git a/sys-boot/lilo/lilo-22.5.9-r2.ebuild b/sys-boot/lilo/lilo-22.5.9-r2.ebuild
index cc75ef53d7ed..cb429600484b 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.4 2004/09/06 18:17:59 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/lilo/lilo-22.5.9-r2.ebuild,v 1.5 2004/10/17 01:56:05 solar Exp $
inherit eutils flag-o-matic
@@ -19,10 +19,10 @@ SLOT="0"
LICENSE="BSD GPL-2"
KEYWORDS="-* x86"
-RDEPEND=">=sys-apps/sed-4
- devmap? ( >=sys-libs/device-mapper-1.00.08 )"
+RDEPEND="devmap? ( >=sys-libs/device-mapper-1.00.08 )"
DEPEND="${RDEPEND}
dev-lang/nasm
+ >=sys-apps/sed-4
>=sys-devel/bin86-0.15.5"
PROVIDE="virtual/bootloader"
diff --git a/sys-boot/lilo/lilo-22.6.ebuild b/sys-boot/lilo/lilo-22.6.ebuild
index dc5ff694b722..cdc0b64e7bb3 100644
--- a/sys-boot/lilo/lilo-22.6.ebuild
+++ b/sys-boot/lilo/lilo-22.6.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.6.ebuild,v 1.1 2004/10/02 12:01:52 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/lilo/lilo-22.6.ebuild,v 1.2 2004/10/17 01:56:05 solar Exp $
inherit eutils flag-o-matic
@@ -19,9 +19,9 @@ SLOT="0"
LICENSE="BSD GPL-2"
KEYWORDS="-* ~x86"
-RDEPEND=">=sys-apps/sed-4
- devmap? ( >=sys-libs/device-mapper-1.00.08 )"
+RDEPEND="devmap? ( >=sys-libs/device-mapper-1.00.08 )"
DEPEND="${RDEPEND}
+ >=sys-apps/sed-4
>=sys-devel/bin86-0.15.5"
PROVIDE="virtual/bootloader"