sys-process/minit: Drop old (EAPI=0)
authorMikle Kolyada <zlogene@gentoo.org>
Sat, 2 Jun 2018 15:03:32 +0000 (18:03 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Sat, 2 Jun 2018 15:03:32 +0000 (18:03 +0300)
Package-Manager: Portage-2.3.40, Repoman-2.3.7

sys-process/minit/Manifest
sys-process/minit/files/0.9.1-destdir.patch [deleted file]
sys-process/minit/minit-0.10.ebuild [deleted file]
sys-process/minit/minit-0.9.1.ebuild [deleted file]

index 290d9a9908ada036ebedeee89bc60a8cd1bbfd2a..f601a77d325c47c0203cf57d8a3d085a21f3f227 100644 (file)
@@ -1,2 +1 @@
 DIST minit-0.10.tar.bz2 26119 BLAKE2B 3520cb53192df3da87f2cd40247623a1c1c77cd728890aa7ee24804729429d955abe430e9f90e6786a5c4f8dc733aae8ea17f7488ef0650bb4ece356c2033713 SHA512 9c617ca9f3638a430ae8347ec4b3dc36c5b23c703f11c4d445c9abebb2e7cb2460424f5ed71112bb21e862818a45338926bc4de3d0ed8b2e99f7d296ca37479c
-DIST minit-0.9.1.tar.bz2 21894 BLAKE2B f9ec822a80f67ed575937d8fc69cb842077864185a489780233a924c4b63be708faa9a57a411390ad14c0e0c51436dc0c8fd8da036d87b0d0ec9037addb8c74b SHA512 896ed2eb163c63daebea50e1edc8ce4de02dce619d5bc5bf08f76dc19df82c1fdeee1e8dc0f89f5662ea5975436bdfcb4690f367b89bcb92f7a5f8328c03cfb1
diff --git a/sys-process/minit/files/0.9.1-destdir.patch b/sys-process/minit/files/0.9.1-destdir.patch
deleted file mode 100644 (file)
index 7a36d3c..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
---- Makefile.orig      2004-03-04 03:08:18.967017104 -0500
-+++ Makefile   2004-03-04 03:10:11.445917712 -0500
-@@ -36,10 +36,12 @@
-       $(DIET) $(CROSS)$(CC) $(CFLAGS) -o $@ $^
- install-files:
-+      test -d $(DESTDIR)/sbin || mkdir -p $(DESTDIR)/sbin
-       install minit pidfilehack $(DESTDIR)/sbin
-       install write_proc hard-reboot $(DESTDIR)/sbin
-+      test -d $(DESTDIR)/bin || mkdir -p $(DESTDIR)/bin
-       install msvc $(DESTDIR)/bin
--      test -d $(DESTDIR)/etc/minit || mkdir $(DESTDIR)/etc/minit
-+      test -d $(DESTDIR)/etc/minit || mkdir -p $(DESTDIR)/etc/minit
- install-fifos:
-       -mkfifo -m 600 $(DESTDIR)/etc/minit/in $(DESTDIR)/etc/minit/out
diff --git a/sys-process/minit/minit-0.10.ebuild b/sys-process/minit/minit-0.10.ebuild
deleted file mode 100644 (file)
index bc44945..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils
-
-DESCRIPTION="a small yet feature-complete init"
-HOMEPAGE="http://www.fefe.de/minit/"
-SRC_URI="http://dl.fefe.de/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND=">=dev-libs/libowfat-0.28-r1
-               dev-libs/dietlibc"
-RDEPEND="${DEPEND}"
-
-src_unpack() {
-       unpack ${A}
-
-       epatch "${FILESDIR}"/minit-0.10-fixes.diff
-}
-
-src_compile() {
-       emake CFLAGS="${CFLAGS} -I/usr/include/libowfat" \
-               LDFLAGS="${LDFLAGS}" DIET="diet" CC="$(tc-getCC)" || die
-}
-
-src_install() {
-       emake install-files DESTDIR="${D}" || die
-       mv "${D}"/sbin/shutdown "${D}"/sbin/minit-shutdown || die
-       mv "${D}"/sbin/killall5 "${D}"/sbin/minit-killall5 || die
-       rm "${D}"/sbin/init || die
-       dodoc CHANGES README TODO
-}
-
-pkg_postinst() {
-       [ -e /etc/minit/in ] || mkfifo "${ROOT}"/etc/minit/in
-       [ -e /etc/minit/out ] || mkfifo "${ROOT}"/etc/minit/out
-}
diff --git a/sys-process/minit/minit-0.9.1.ebuild b/sys-process/minit/minit-0.9.1.ebuild
deleted file mode 100644 (file)
index dc5b61d..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils
-
-DESCRIPTION="a small yet feature-complete init"
-HOMEPAGE="http://www.fefe.de/minit/"
-SRC_URI="http://www.fefe.de/minit/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-
-DEPEND=""
-
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
-       epatch "${FILESDIR}"/${PV}-destdir.patch
-}
-
-src_compile() {
-       emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" DIET="" || die
-}
-
-src_install() {
-       make install DESTDIR="${D}" || die
-       dodoc CHANGES README TODO
-}