diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-02-17 22:42:22 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-02-17 22:42:22 +0000 |
commit | 84d8840f0582eff6c9249c625ec7407e3b1c5657 (patch) | |
tree | c3dc8f4e46dc38e362a2a190aa54653d5f30f2de | |
parent | initial commit; ebuild submitted by Owen Cliffe via bug #41923 (Manifest reco... (diff) | |
download | gentoo-2-84d8840f0582eff6c9249c625ec7407e3b1c5657.tar.gz gentoo-2-84d8840f0582eff6c9249c625ec7407e3b1c5657.tar.bz2 gentoo-2-84d8840f0582eff6c9249c625ec7407e3b1c5657.zip |
bye bye old broken version
-rw-r--r-- | sys-boot/silo/files/digest-silo-1.4.3 | 1 | ||||
-rw-r--r-- | sys-boot/silo/silo-1.4.3.ebuild | 39 |
2 files changed, 0 insertions, 40 deletions
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." -} |