commit:     1eec24b05119a7e7c68bf2468e28cdd313399976
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 17 17:02:50 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 17 17:06:05 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eec24b0

sys-apps/sysvinit: drop 3.00-r1

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/sysvinit/Manifest                |   1 -
 sys-apps/sysvinit/sysvinit-3.00-r1.ebuild | 138 ------------------------------
 2 files changed, 139 deletions(-)

diff --git a/sys-apps/sysvinit/Manifest b/sys-apps/sysvinit/Manifest
index 61b0375974ef..ac59d422ea37 100644
--- a/sys-apps/sysvinit/Manifest
+++ b/sys-apps/sysvinit/Manifest
@@ -1,5 +1,4 @@
 DIST sysvinit-2.99.tar.xz 126908 BLAKE2B 
b82c745d5b695f918d4a163e7b9eaceccc07a46f73c3782c7771cc29a8600be13de4ff30891086df5773d60f37fa3b0f58566ccaf72cd70af68083b51152a38b
 SHA512 
34f328d7d2e6ceddcddfebab49eb9c34e90dc96decf2caeb89dffd2ade54322fa4a3cb9fa1e1a4bc687e07fcb0a13e5aebe6186582a9f5c9153e1513baa87ddd
-DIST sysvinit-3.00.tar.xz 127072 BLAKE2B 
d1c4e509d7c13cf0fb9da290f875e7c0ab0666d843d75d4dd6885112248a859dd077bdf9cc926c4af58473da99a5229bb879c7094afd648d5ebe72597a3ba6a7
 SHA512 
ba834ac6c48528304373018bfb05dcdd3573d8081dd7dc95a44808804404d77ee4832fedb3f34e67d87f22f201f9526c54910a51c6ed2a42ac55b756843cd825
 DIST sysvinit-3.01.tar.xz 126616 BLAKE2B 
b991c6d2a09b02003cc587379b148f8ca3817c27fcaf81f184f679cfd5325e0b551484bba47bb554a34c7eeba60538f4943de49b1d59bd4bef73d7d086fefdb2
 SHA512 
66da3830aa32b70f0beea994213145a550e5b5d58a5b54afb17109243d5efface6aba8c296b76dbfb22ce6f86c9c58f237ff71ee04ec7d5b316ad412bf7acbcf
 DIST sysvinit-3.03.tar.xz 219956 BLAKE2B 
e2f9d838a67341cabac4b82d90c66b29470727383c4a4d86f2767863a9b9f6d60768069fa79636552aa3bef654bd2f0944cb35eb15a4f053d1fa9aaa4e04473d
 SHA512 
920205d70e1384d11926739ab45d4a04c5a7d7263c50bd06288c806ebc3316d641bd05a5c67497c48951fafe32fc364e88bfb1cb2cc1d6787e9eb6c5e692061b
 DIST sysvinit-3.03.tar.xz.sig 833 BLAKE2B 
7d851f4cd12e5745055bb78f531b97b1e9fb9a16260a713fc7ac91000208f04ec8f1109068ebe017838449c73b9e40679f248816050979d9624742dd6023eeef
 SHA512 
a643447ed906b5e3249808eafc85f8b336ebfa6028adf8a8e8df82469b7f08cfe98f44b8e7f6b50168f70925eabf610760a185f10d0529ec1a5ff7337de70dc4

diff --git a/sys-apps/sysvinit/sysvinit-3.00-r1.ebuild 
b/sys-apps/sysvinit/sysvinit-3.00-r1.ebuild
deleted file mode 100644
index 2b6267d776db..000000000000
--- a/sys-apps/sysvinit/sysvinit-3.00-r1.ebuild
+++ /dev/null
@@ -1,138 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs flag-o-matic
-
-DESCRIPTION="/sbin/init - parent of all processes"
-HOMEPAGE="https://savannah.nongnu.org/projects/sysvinit";
-SRC_URI="mirror://nongnu/${PN}/${P/_/-}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-[[ "${PV}" == *beta* ]] || \
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
-IUSE="selinux ibm static"
-
-CDEPEND="
-       selinux? (
-               >=sys-libs/libselinux-1.28
-       )"
-DEPEND="${CDEPEND}
-       virtual/os-headers"
-RDEPEND="${CDEPEND}
-       selinux? ( sec-policy/selinux-shutdown )
-       !<sys-apps/openrc-0.13
-"
-
-S="${WORKDIR}/${P/_*}"
-
-PATCHES=(
-       "${FILESDIR}/${PN}-2.86-kexec.patch" #80220
-       "${FILESDIR}/${PN}-2.94_beta-shutdown-single.patch" #158615
-       "${FILESDIR}/${PN}-2.99-shutdown-h.patch" #449354
-)
-
-src_prepare() {
-       default
-
-       sed -i \
-               -e '/^CPPFLAGS =$/d' \
-               -e '/^override CFLAGS +=/s/ -fstack-protector-strong//' \
-               src/Makefile || die
-
-       # last/lastb/mesg/mountpoint/sulogin/utmpdump/wall have moved to 
util-linux
-       sed -i -r \
-               -e 
'/^(USR)?S?BIN/s:\<(last|lastb|mesg|mountpoint|sulogin|utmpdump|wall)\>::g' \
-               -e 
'/^MAN[18]/s:\<(last|lastb|mesg|mountpoint|sulogin|utmpdump|wall)[.][18]\>::g' \
-               src/Makefile || die
-
-       # pidof has moved to >=procps-3.3.9
-       sed -i -r \
-               -e '/\/bin\/pidof/d' \
-               -e '/^MAN8/s:\<pidof.8\>::g' \
-               src/Makefile || die
-
-       # logsave is already in e2fsprogs
-       sed -i -r \
-               -e '/^(USR)?S?BIN/s:\<logsave\>::g' \
-               -e '/^MAN8/s:\<logsave.8\>::g' \
-               src/Makefile || die
-
-       # Mung inittab for specific architectures
-       cd "${WORKDIR}" || die
-       cp "${FILESDIR}"/inittab-2.98-r1 inittab || die "cp inittab"
-       local insert=()
-       use ppc && insert=( '#psc0:12345:respawn:/sbin/agetty 115200 ttyPSC0 
linux' )
-       use arm && insert=( '#f0:12345:respawn:/sbin/agetty 9600 ttyFB0 vt100' )
-       use arm64 && insert=( 'f0:12345:respawn:/sbin/agetty 9600 ttyAMA0 
vt100' )
-       use hppa && insert=( 'b0:12345:respawn:/sbin/agetty 9600 ttyB0 vt100' )
-       use s390 && insert=( 's0:12345:respawn:/sbin/agetty 38400 console dumb' 
)
-       if use ibm ; then
-               insert+=(
-                       '#hvc0:2345:respawn:/sbin/agetty -L 9600 hvc0'
-                       '#hvsi:2345:respawn:/sbin/agetty -L 19200 hvsi0'
-               )
-       fi
-       (use arm || use mips || use sparc) && sed -i '/ttyS0/s:#::' inittab
-       if use x86 || use amd64 ; then
-               sed -i \
-                       -e '/ttyS[01]/s:9600:115200:' \
-                       inittab
-       fi
-       if [[ ${#insert[@]} -gt 0 ]] ; then
-               printf '%s\n' '' '# Architecture specific features' 
"${insert[@]}" >> inittab
-       fi
-}
-
-src_compile() {
-       tc-export CC
-       append-lfs-flags
-       export DISTRO= #381311
-       export VERSION="${PV}"
-       use static && append-ldflags -static
-       emake -C src $(usex selinux 'WITH_SELINUX=yes' '')
-}
-
-src_install() {
-       emake -C src install ROOT="${D}"
-       dodoc README doc/*
-
-       insinto /etc
-       doins "${WORKDIR}"/inittab
-
-       newinitd "${FILESDIR}"/bootlogd.initd bootlogd
-       newconfd "${FILESDIR}"/bootlogd.confd bootlogd
-       into /
-       dosbin "${FILESDIR}"/halt.sh
-
-       keepdir /etc/inittab.d
-
-       # dead symlink
-       find "${ED}" -xtype l -delete || die
-
-       find "${ED}" -type d -empty -delete || die
-}
-
-pkg_postinst() {
-       # Reload init to fix unmounting problems of / on next reboot.
-       # This is really needed, as without the new version of init cause init
-       # not to quit properly on reboot, and causes a fsck of / on next reboot.
-       if [[ -z ${ROOT} ]] ; then
-               if [[ -e /dev/initctl ]] && [[ ! -e /run/initctl ]] ; then
-                       ln -s /dev/initctl /run/initctl \
-                               || ewarn "Failed to set /run/initctl symlink!"
-               fi
-               # Do not return an error if this fails
-               /sbin/telinit U &>/dev/null
-       fi
-
-       elog "The last/lastb/mesg/mountpoint/sulogin/utmpdump/wall tools have 
been moved to"
-       elog "sys-apps/util-linux. The pidof tool has been moved to 
sys-process/procps."
-
-       # Required for new bootlogd service
-       if [[ ! -e "${EROOT}/var/log/boot" ]] ; then
-               touch "${EROOT}/var/log/boot"
-       fi
-}

Reply via email to