sys-boot/shlilo-lantank: remove

Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
This commit is contained in:
Mikle Kolyada
2020-03-26 19:04:58 +03:00
parent 1bf94f912e
commit a7cb1201de
4 changed files with 0 additions and 59 deletions

View File

@@ -1 +0,0 @@
DIST sh-lilo-sel-20040408.tar.gz 85932 BLAKE2B ed6547022d0459a2cd3fdb234ef6f909fe07501662b1ea8808e0f6c2179a4d408e1de85b7efffb9f53712374818681b9c86c8a6302332bfa94ba00c575e05038 SHA512 81d79d3fda076b8e6ae9112e0f93f5bd544cb4613eff1ec7cd21decd9350489c6b3f5bf4d19a77ca8d60658a08fa3a464dfe5d66617c4d61e929641fc1c5ff16

View File

@@ -1,16 +0,0 @@
# Example lilo.conf
linear
boot=/dev/hda
install=/boot/boot.b
# timeout is in 10's of milliseconds; so 100 is 1 second
prompt
timeout=800
default=default
# default kernel settings
read-only
append="mem=64M root=/dev/hda1 console=ttySC1,9600"
image=/boot/zImage
label=default

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>sh@gentoo.org</email>
<name>Gentoo Linux SuperH Development</name>
</maintainer>
</pkgmetadata>

View File

@@ -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
}