[gentoo-commits] repo/gentoo:master commit in: sys-boot/shlilo-lantank/files/, sys-boot/shlilo-lantank/

2020-03-26 Thread Mikle Kolyada
commit: a7cb1201de93c87c2bc958d6b8e1485d502561b4
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Mar 26 16:04:58 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Mar 26 16:05:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7cb1201

sys-boot/shlilo-lantank: remove

Signed-off-by: Mikle Kolyada  gentoo.org>

 sys-boot/shlilo-lantank/Manifest   |  1 -
 sys-boot/shlilo-lantank/files/lilo.conf| 16 --
 sys-boot/shlilo-lantank/metadata.xml   |  8 -
 .../shlilo-lantank/shlilo-lantank-20040408.ebuild  | 34 --
 4 files changed, 59 deletions(-)

diff --git a/sys-boot/shlilo-lantank/Manifest b/sys-boot/shlilo-lantank/Manifest
deleted file mode 100644
index fc5c3943d41..000
--- a/sys-boot/shlilo-lantank/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sh-lilo-sel-20040408.tar.gz 85932 BLAKE2B 
ed6547022d0459a2cd3fdb234ef6f909fe07501662b1ea8808e0f6c2179a4d408e1de85b7efffb9f53712374818681b9c86c8a6302332bfa94ba00c575e05038
 SHA512 
81d79d3fda076b8e6ae9112e0f93f5bd544cb4613eff1ec7cd21decd9350489c6b3f5bf4d19a77ca8d60658a08fa3a464dfe5d66617c4d61e929641fc1c5ff16

diff --git a/sys-boot/shlilo-lantank/files/lilo.conf 
b/sys-boot/shlilo-lantank/files/lilo.conf
deleted file mode 100644
index cd5bc81d383..000
--- a/sys-boot/shlilo-lantank/files/lilo.conf
+++ /dev/null
@@ -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

diff --git a/sys-boot/shlilo-lantank/metadata.xml 
b/sys-boot/shlilo-lantank/metadata.xml
deleted file mode 100644
index 1afd1e74d6d..000
--- a/sys-boot/shlilo-lantank/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   s...@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
deleted file mode 100644
index 703fbdccaec..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: sys-boot/shlilo-lantank/

2019-11-10 Thread Michał Górny
commit: dba5fe40c8e37ef5e9cc2249a0218176c247673b
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov 10 12:14:01 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov 10 12:21:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dba5fe40

sys-boot/shlilo-lantank: Bump to EAPI 7

Closes: https://bugs.gentoo.org/697188
Signed-off-by: Michał Górny  gentoo.org>

 sys-boot/shlilo-lantank/shlilo-lantank-20040408.ebuild | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/sys-boot/shlilo-lantank/shlilo-lantank-20040408.ebuild 
b/sys-boot/shlilo-lantank/shlilo-lantank-20040408.ebuild
index 400a7583cb2..2226078e9a1 100644
--- a/sys-boot/shlilo-lantank/shlilo-lantank-20040408.ebuild
+++ b/sys-boot/shlilo-lantank/shlilo-lantank-20040408.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=0
+EAPI=7
 
 inherit mount-boot
 
@@ -24,11 +24,11 @@ src_compile() { :; }
 
 src_install() {
into /
-   dosbin precompiled/lilo || die
+   dosbin precompiled/lilo
insinto /boot
-   doins precompiled/boot.b || die
+   doins precompiled/boot.b
dosym . /boot/boot
insinto /etc
-   doins "${FILESDIR}"/lilo.conf || die
+   doins "${FILESDIR}"/lilo.conf
dodoc ChangeLog README TODO
 }



[gentoo-commits] repo/gentoo:master commit in: sys-boot/shlilo-lantank/

2016-05-16 Thread Mike Frysinger
commit: 8313b1987f50c2a417e385891c98ec624a4f1b65
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue May 17 04:54:23 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue May 17 04:54:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8313b198

sys-boot/shlilo-lantank: update HOMEPAGE #583124

 sys-boot/shlilo-lantank/shlilo-lantank-20040408.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-boot/shlilo-lantank/shlilo-lantank-20040408.ebuild 
b/sys-boot/shlilo-lantank/shlilo-lantank-20040408.ebuild
index 1162979..45bb091 100644
--- a/sys-boot/shlilo-lantank/shlilo-lantank-20040408.ebuild
+++ b/sys-boot/shlilo-lantank/shlilo-lantank-20040408.ebuild
@@ -6,7 +6,7 @@ inherit mount-boot
 
 MY_P="sh-lilo-sel-${PV}"
 DESCRIPTION="bootloader for the SuperH Lantank"
-HOMEPAGE="http://www.linux-sh.org/;
+HOMEPAGE="http://oss.renesas.com/;
 SRC_URI="mirror://gentoo/${MY_P}.tar.gz"
 
 LICENSE="GPL-2+ BSD"