summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-boot/shlilo-lantank/shlilo-lantank-20040408.ebuild')
-rw-r--r--sys-boot/shlilo-lantank/shlilo-lantank-20040408.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/sys-boot/shlilo-lantank/shlilo-lantank-20040408.ebuild b/sys-boot/shlilo-lantank/shlilo-lantank-20040408.ebuild
deleted file mode 100644
index 703fbdccaecb..000000000000
--- a/sys-boot/shlilo-lantank/shlilo-lantank-20040408.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit mount-boot
-
-MY_P="sh-lilo-sel-${PV}"
-DESCRIPTION="bootloader for the SuperH Lantank"
-HOMEPAGE="http://oss.renesas.com/"
-SRC_URI="mirror://gentoo/${MY_P}.tar.gz"
-
-LICENSE="GPL-2+ BSD"
-SLOT="0"
-KEYWORDS="-*"
-IUSE=""
-RESTRICT="strip"
-
-S=${WORKDIR}/${MY_P}
-
-QA_TEXTRELS_sh="sbin/lilo"
-
-src_compile() { :; }
-
-src_install() {
- into /
- dosbin precompiled/lilo
- insinto /boot
- doins precompiled/boot.b
- dosym . /boot/boot
- insinto /etc
- doins "${FILESDIR}"/lilo.conf
- dodoc ChangeLog README TODO
-}