From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- sys-boot/shlilo-lantank/Manifest | 6 ++++ sys-boot/shlilo-lantank/files/lilo.conf | 16 +++++++++++ sys-boot/shlilo-lantank/metadata.xml | 8 ++++++ .../shlilo-lantank/shlilo-lantank-20040408.ebuild | 32 ++++++++++++++++++++++ 4 files changed, 62 insertions(+) create mode 100644 sys-boot/shlilo-lantank/Manifest create mode 100644 sys-boot/shlilo-lantank/files/lilo.conf create mode 100644 sys-boot/shlilo-lantank/metadata.xml create mode 100644 sys-boot/shlilo-lantank/shlilo-lantank-20040408.ebuild (limited to 'sys-boot/shlilo-lantank') diff --git a/sys-boot/shlilo-lantank/Manifest b/sys-boot/shlilo-lantank/Manifest new file mode 100644 index 000000000000..b3a9dcebac6a --- /dev/null +++ b/sys-boot/shlilo-lantank/Manifest @@ -0,0 +1,6 @@ +AUX lilo.conf 279 SHA256 bb8d165a5b444b68d2d14eafd6c8396fd52fd2aa16677ac5a7141ea98952fe5e SHA512 317f08697ad868b105bd2df9615527b321453cffeff7834e0f2b64d2c012aff25068662ab4e5f9d0cd6ab155b17301cafad4bf982fc4d7c1e52b6dbdf207ef46 WHIRLPOOL 8f22b26cdd1cf9bb6706face756186ec900cfb97e140af75177e6d79d0b835ebd262697a9163b9438f60bd3d90ac2569e54f11cc9bddd90720afe16b4a38bf6a +DIST sh-lilo-sel-20040408.tar.gz 85932 SHA256 60b653c63baa160bb4652b56acafd17e462b1bd1dc713620f1e150239ae2877d SHA512 81d79d3fda076b8e6ae9112e0f93f5bd544cb4613eff1ec7cd21decd9350489c6b3f5bf4d19a77ca8d60658a08fa3a464dfe5d66617c4d61e929641fc1c5ff16 WHIRLPOOL 9aef727748e9094db0110c5225e46f2d4a00ba8917e0bfd03996e35a393d5c0b06f2ddec91498f540dbc0a99f7e40c1d9ec68b26cff289a09ac26855f5864601 +EBUILD shlilo-lantank-20040408.ebuild 630 SHA256 88adea777cd39973b7f6eff1b912dc0758c9dd590a11b2387fb2eaa7f139e437 SHA512 7d8cc89c71ed3ca3e6a7a1774ad9b529d4598fc0d5cf7eb7e2bec1c87080aa9e8487175c90fd873d463666dc546d71d02de3fd1199414a66da43c1a365460463 WHIRLPOOL 45aa21a91b8233bbbd55202258856b5832bbf48c3f6b961dcf7fa3c0f31063e1f79da20ddf5a41208844c9666f23200715f12d489aa96d2c23127bb69a2fbdc8 +MISC ChangeLog 2583 SHA256 328fc49db84bbc586eef9268f80e0b5ce37111b8061f580bf9f97be6bcb7d6b8 SHA512 b4a91da73f84edd03acd4177ed15bbf4040cd44b4efa92a51a9a9126aa982077efe76aa1c5f1601dd611ed347ec19383beaf3aeb8a370250b94a3ee2497623f5 WHIRLPOOL 8e3cc563556f6df496467c74c94a1f9f737f9148cb09b11a97f39cf8facb628d17b9bbf3f7a14cdb9350628abe45de7a61acde968d6f64531a255eeb9a8dc76d +MISC ChangeLog-2015 572 SHA256 39c5f3f8df4faa63926f88cd26c082d61a947d606091cbd8760f7c2abebe3eef SHA512 107928baa1dadd35bd20a1c2f84594dd850ec34f161d481e29c01a33793f1060c4e583fcc844390b0752f2f4dbe7f1a17bccbc33117a4b285c287e02a0bf2ddc WHIRLPOOL 6560dd1d361c864cc1fe658d77692daa118b54b4e78e308e60aeea4e34d84de06c61045b7577384defeb1eb8123017bb52448abdae026c4ec22732ba2de3a89f +MISC metadata.xml 257 SHA256 880577e3b14bd5f3e93bef718f3e4e7ee6cd901bd04aaca8a8a16f22924f07ed SHA512 7af06754c364d6434a6f11c9cf1516a6cceb3a9f376717de2a48ffa1d953bdb304e1041b63cb80d89236a94ecb5c867b7a66ca3bcf6c69d4f54992514cc9415a WHIRLPOOL 73dbb8c5d99536be7a6337f5fd6784c80a685610745188125cea4474bd69ff8dd9af485a6712f6b51842fd690d6bcc8735c52c853cb56503f919c110cf896cb0 diff --git a/sys-boot/shlilo-lantank/files/lilo.conf b/sys-boot/shlilo-lantank/files/lilo.conf new file mode 100644 index 000000000000..cd5bc81d3835 --- /dev/null +++ b/sys-boot/shlilo-lantank/files/lilo.conf @@ -0,0 +1,16 @@ +# 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 diff --git a/sys-boot/shlilo-lantank/metadata.xml b/sys-boot/shlilo-lantank/metadata.xml new file mode 100644 index 000000000000..1afd1e74d6d4 --- /dev/null +++ b/sys-boot/shlilo-lantank/metadata.xml @@ -0,0 +1,8 @@ + + + + + sh@gentoo.org + Gentoo Linux SuperH Development + + diff --git a/sys-boot/shlilo-lantank/shlilo-lantank-20040408.ebuild b/sys-boot/shlilo-lantank/shlilo-lantank-20040408.ebuild new file mode 100644 index 000000000000..113901cf38cc --- /dev/null +++ b/sys-boot/shlilo-lantank/shlilo-lantank-20040408.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +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="-* sh" +IUSE="" +RESTRICT="strip" + +S=${WORKDIR}/${MY_P} + +QA_TEXTRELS_sh="sbin/lilo" + +src_compile() { :; } + +src_install() { + into / + dosbin precompiled/lilo || die + insinto /boot + doins precompiled/boot.b || die + dosym . /boot/boot + insinto /etc + doins "${FILESDIR}"/lilo.conf || die + dodoc ChangeLog README TODO +} -- cgit v1.2.3