diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-06-02 18:03:32 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-06-02 18:03:32 +0300 |
commit | 0a90575c8650f08b17a26a8114ef131055b4d12f (patch) | |
tree | 989ef6d27a1a31f5ec3aa4b9e4cd758932e2c81d /sys-process | |
parent | sys-process/minit: amd64 stable wrt bug #648376 (diff) | |
download | gentoo-0a90575c8650f08b17a26a8114ef131055b4d12f.tar.gz gentoo-0a90575c8650f08b17a26a8114ef131055b4d12f.tar.bz2 gentoo-0a90575c8650f08b17a26a8114ef131055b4d12f.zip |
sys-process/minit: Drop old (EAPI=0)
Package-Manager: Portage-2.3.40, Repoman-2.3.7
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/minit/Manifest | 1 | ||||
-rw-r--r-- | sys-process/minit/files/0.9.1-destdir.patch | 16 | ||||
-rw-r--r-- | sys-process/minit/minit-0.10.ebuild | 43 | ||||
-rw-r--r-- | sys-process/minit/minit-0.9.1.ebuild | 32 |
4 files changed, 0 insertions, 92 deletions
diff --git a/sys-process/minit/Manifest b/sys-process/minit/Manifest index 290d9a9908ad..f601a77d325c 100644 --- a/sys-process/minit/Manifest +++ b/sys-process/minit/Manifest @@ -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 index 7a36d3cdfde7..000000000000 --- a/sys-process/minit/files/0.9.1-destdir.patch +++ /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 index bc449452106c..000000000000 --- a/sys-process/minit/minit-0.10.ebuild +++ /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 index dc5b61d80951..000000000000 --- a/sys-process/minit/minit-0.9.1.ebuild +++ /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 -} |