summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2004-02-17 22:42:22 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2004-02-17 22:42:22 +0000
commit79d05ded950792f5b2b2b01c0b383065aaf4c0eb (patch)
treefe32fbe9b2da727437bb9e970f3881969c96dfd2 /sys-boot
parentinitial commit; ebuild submitted by Owen Cliffe via bug #41923 (diff)
downloadhistorical-79d05ded950792f5b2b2b01c0b383065aaf4c0eb.tar.gz
historical-79d05ded950792f5b2b2b01c0b383065aaf4c0eb.tar.bz2
historical-79d05ded950792f5b2b2b01c0b383065aaf4c0eb.zip
bye bye old broken version
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/silo/Manifest2
-rw-r--r--sys-boot/silo/files/digest-silo-1.4.31
-rw-r--r--sys-boot/silo/silo-1.4.3.ebuild39
3 files changed, 0 insertions, 42 deletions
diff --git a/sys-boot/silo/Manifest b/sys-boot/silo/Manifest
index 3728dbe81967..61d6eee8305f 100644
--- a/sys-boot/silo/Manifest
+++ b/sys-boot/silo/Manifest
@@ -1,12 +1,10 @@
MD5 605de336c2b411b96a643445cf7cbc5b silo-1.3.1-r1.ebuild 1105
MD5 af543873ccdc95dd90b333ef9c9bf7cc silo-1.3.2.ebuild 954
MD5 2a2aa666c6fbd2909a69d2b88681ad23 ChangeLog 3242
-MD5 e467e2b027d7232497438cffb31d7085 silo-1.4.3.ebuild 1105
MD5 27d21289a709ef45367d3ac6de4eb6d1 silo-1.3.1.ebuild 953
MD5 64e92dc3614963db8a397f670749b6cf metadata.xml 369
MD5 75c27d73b0dfa520a48eec1939448209 silo-1.3.2-r1.ebuild 1106
MD5 ff2caa60802dfd144dfdc8309b60dbac silo-1.4.4.ebuild 1105
-MD5 232ca232d4bb30eecf5cc52346d715d0 files/digest-silo-1.4.3 62
MD5 d64a6c9a2051c74be817cf525ead4db5 files/digest-silo-1.3.1-r1 62
MD5 fb91d749bdbdaee58c78d3da057f48fd files/silo_1.2.5-1.diff 20854
MD5 ba569526e64ff4aae31e2eb37150f62d files/digest-silo-1.3.2-r1 62
diff --git a/sys-boot/silo/files/digest-silo-1.4.3 b/sys-boot/silo/files/digest-silo-1.4.3
deleted file mode 100644
index c7a8208820df..000000000000
--- a/sys-boot/silo/files/digest-silo-1.4.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 355fb6f1f7edcdf30d8e9fde3789c93e silo-1.4.3.tar.gz 176669
diff --git a/sys-boot/silo/silo-1.4.3.ebuild b/sys-boot/silo/silo-1.4.3.ebuild
deleted file mode 100644
index 85a38ce8e891..000000000000
--- a/sys-boot/silo/silo-1.4.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/silo/silo-1.4.3.ebuild,v 1.1 2004/01/30 18:59:05 ciaranm Exp $
-
-inherit mount-boot
-
-S=${WORKDIR}/${P}
-DESCRIPTION="SPARC/UltraSPARC Improved Loader, a boot loader for sparc"
-SRC_URI="http://www.sparc-boot.org/pub/silo/${P}.tar.gz"
-HOMEPAGE="http://www.sparc-boot.org"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="-* ~sparc"
-
-PROVIDE="virtual/bootloader"
-
-DEPEND="sys-fs/e2fsprogs
- sys-apps/sparc-utils"
-
-src_compile() {
- make ${MAKEOPTS} || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
- dodoc COPYING ChangeLog first-isofs/README.SILO_ISOFS docs/README*
-
- # Fix maketilo manpage
- rm ${D}/usr/share/man/man1/maketilo.1
- dosym /usr/share/man/man1/tilo.1 /usr/share/man/man1/maketilo.1
-}
-
-pkg_postinst() {
- ewarn "NOTE: If this is an upgrade to an existing SILO install,"
- ewarn " you will need to re-run silo as the /boot/second.b"
- ewarn " file has changed, else the system will fail to load"
- ewarn " SILO at the next boot."
-}