Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/minit/, sys-process/minit/files/
Date: Sat, 02 Jun 2018 15:05:13
Message-Id: 1527951812.0a90575c8650f08b17a26a8114ef131055b4d12f.zlogene@gentoo
1 commit: 0a90575c8650f08b17a26a8114ef131055b4d12f
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 2 15:03:32 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 2 15:03:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a90575c
7
8 sys-process/minit: Drop old (EAPI=0)
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.7
11
12 sys-process/minit/Manifest | 1 -
13 sys-process/minit/files/0.9.1-destdir.patch | 16 -----------
14 sys-process/minit/minit-0.10.ebuild | 43 -----------------------------
15 sys-process/minit/minit-0.9.1.ebuild | 32 ---------------------
16 4 files changed, 92 deletions(-)
17
18 diff --git a/sys-process/minit/Manifest b/sys-process/minit/Manifest
19 index 290d9a9908a..f601a77d325 100644
20 --- a/sys-process/minit/Manifest
21 +++ b/sys-process/minit/Manifest
22 @@ -1,2 +1 @@
23 DIST minit-0.10.tar.bz2 26119 BLAKE2B 3520cb53192df3da87f2cd40247623a1c1c77cd728890aa7ee24804729429d955abe430e9f90e6786a5c4f8dc733aae8ea17f7488ef0650bb4ece356c2033713 SHA512 9c617ca9f3638a430ae8347ec4b3dc36c5b23c703f11c4d445c9abebb2e7cb2460424f5ed71112bb21e862818a45338926bc4de3d0ed8b2e99f7d296ca37479c
24 -DIST minit-0.9.1.tar.bz2 21894 BLAKE2B f9ec822a80f67ed575937d8fc69cb842077864185a489780233a924c4b63be708faa9a57a411390ad14c0e0c51436dc0c8fd8da036d87b0d0ec9037addb8c74b SHA512 896ed2eb163c63daebea50e1edc8ce4de02dce619d5bc5bf08f76dc19df82c1fdeee1e8dc0f89f5662ea5975436bdfcb4690f367b89bcb92f7a5f8328c03cfb1
25
26 diff --git a/sys-process/minit/files/0.9.1-destdir.patch b/sys-process/minit/files/0.9.1-destdir.patch
27 deleted file mode 100644
28 index 7a36d3cdfde..00000000000
29 --- a/sys-process/minit/files/0.9.1-destdir.patch
30 +++ /dev/null
31 @@ -1,16 +0,0 @@
32 ---- Makefile.orig 2004-03-04 03:08:18.967017104 -0500
33 -+++ Makefile 2004-03-04 03:10:11.445917712 -0500
34 -@@ -36,10 +36,12 @@
35 - $(DIET) $(CROSS)$(CC) $(CFLAGS) -o $@ $^
36 -
37 - install-files:
38 -+ test -d $(DESTDIR)/sbin || mkdir -p $(DESTDIR)/sbin
39 - install minit pidfilehack $(DESTDIR)/sbin
40 - install write_proc hard-reboot $(DESTDIR)/sbin
41 -+ test -d $(DESTDIR)/bin || mkdir -p $(DESTDIR)/bin
42 - install msvc $(DESTDIR)/bin
43 -- test -d $(DESTDIR)/etc/minit || mkdir $(DESTDIR)/etc/minit
44 -+ test -d $(DESTDIR)/etc/minit || mkdir -p $(DESTDIR)/etc/minit
45 -
46 - install-fifos:
47 - -mkfifo -m 600 $(DESTDIR)/etc/minit/in $(DESTDIR)/etc/minit/out
48
49 diff --git a/sys-process/minit/minit-0.10.ebuild b/sys-process/minit/minit-0.10.ebuild
50 deleted file mode 100644
51 index bc449452106..00000000000
52 --- a/sys-process/minit/minit-0.10.ebuild
53 +++ /dev/null
54 @@ -1,43 +0,0 @@
55 -# Copyright 1999-2018 Gentoo Foundation
56 -# Distributed under the terms of the GNU General Public License v2
57 -
58 -EAPI=0
59 -
60 -inherit eutils
61 -
62 -DESCRIPTION="a small yet feature-complete init"
63 -HOMEPAGE="http://www.fefe.de/minit/"
64 -SRC_URI="http://dl.fefe.de/${P}.tar.bz2"
65 -
66 -LICENSE="GPL-2"
67 -SLOT="0"
68 -KEYWORDS="~x86"
69 -IUSE=""
70 -
71 -DEPEND=">=dev-libs/libowfat-0.28-r1
72 - dev-libs/dietlibc"
73 -RDEPEND="${DEPEND}"
74 -
75 -src_unpack() {
76 - unpack ${A}
77 -
78 - epatch "${FILESDIR}"/minit-0.10-fixes.diff
79 -}
80 -
81 -src_compile() {
82 - emake CFLAGS="${CFLAGS} -I/usr/include/libowfat" \
83 - LDFLAGS="${LDFLAGS}" DIET="diet" CC="$(tc-getCC)" || die
84 -}
85 -
86 -src_install() {
87 - emake install-files DESTDIR="${D}" || die
88 - mv "${D}"/sbin/shutdown "${D}"/sbin/minit-shutdown || die
89 - mv "${D}"/sbin/killall5 "${D}"/sbin/minit-killall5 || die
90 - rm "${D}"/sbin/init || die
91 - dodoc CHANGES README TODO
92 -}
93 -
94 -pkg_postinst() {
95 - [ -e /etc/minit/in ] || mkfifo "${ROOT}"/etc/minit/in
96 - [ -e /etc/minit/out ] || mkfifo "${ROOT}"/etc/minit/out
97 -}
98
99 diff --git a/sys-process/minit/minit-0.9.1.ebuild b/sys-process/minit/minit-0.9.1.ebuild
100 deleted file mode 100644
101 index dc5b61d8095..00000000000
102 --- a/sys-process/minit/minit-0.9.1.ebuild
103 +++ /dev/null
104 @@ -1,32 +0,0 @@
105 -# Copyright 1999-2018 Gentoo Foundation
106 -# Distributed under the terms of the GNU General Public License v2
107 -
108 -EAPI=0
109 -
110 -inherit eutils
111 -
112 -DESCRIPTION="a small yet feature-complete init"
113 -HOMEPAGE="http://www.fefe.de/minit/"
114 -SRC_URI="http://www.fefe.de/minit/${P}.tar.bz2"
115 -
116 -LICENSE="GPL-2"
117 -SLOT="0"
118 -KEYWORDS="x86"
119 -IUSE=""
120 -
121 -DEPEND=""
122 -
123 -src_unpack() {
124 - unpack ${A}
125 - cd "${S}"
126 - epatch "${FILESDIR}"/${PV}-destdir.patch
127 -}
128 -
129 -src_compile() {
130 - emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" DIET="" || die
131 -}
132 -
133 -src_install() {
134 - make install DESTDIR="${D}" || die
135 - dodoc CHANGES README TODO
136 -}