summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2020-03-26 19:04:58 +0300
committerMikle Kolyada <zlogene@gentoo.org>2020-03-26 19:05:12 +0300
commita7cb1201de93c87c2bc958d6b8e1485d502561b4 (patch)
tree8e24ea9689a7744d97093cc3e13509ab6144ddde /sys-boot/shlilo-lantank/shlilo-lantank-20040408.ebuild
parentapp-emulation/buildah: 1.14.4 bump (diff)
downloadgentoo-a7cb1201de93c87c2bc958d6b8e1485d502561b4.tar.gz
gentoo-a7cb1201de93c87c2bc958d6b8e1485d502561b4.tar.bz2
gentoo-a7cb1201de93c87c2bc958d6b8e1485d502561b4.zip
sys-boot/shlilo-lantank: remove
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
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
-}