* [gentoo-commits] repo/gentoo:master commit in: sys-process/minit/
@ 2016-08-07 6:31 Pacho Ramos
0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos @ 2016-08-07 6:31 UTC (permalink / raw
To: gentoo-commits
commit: 8a3330e60d5c8f12da863e38d67565e297ba5108
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 7 06:29:50 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Aug 7 06:31:35 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a3330e6
sys-process/minit: Cleanup per bug #267342
Package-Manager: portage-2.3.0
sys-process/minit/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/sys-process/minit/metadata.xml b/sys-process/minit/metadata.xml
index f97baee..e4a4ebd 100644
--- a/sys-process/minit/metadata.xml
+++ b/sys-process/minit/metadata.xml
@@ -2,10 +2,6 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
- <email>vostorga@gentoo.org</email>
- <name>Víctor Ostorga</name>
- </maintainer>
- <maintainer type="person">
<email>aw-gentoo@instandbesetzt.net</email>
<name>Andreas Wiese</name>
</maintainer>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/minit/
@ 2017-04-10 22:21 Patrice Clement
0 siblings, 0 replies; 8+ messages in thread
From: Patrice Clement @ 2017-04-10 22:21 UTC (permalink / raw
To: gentoo-commits
commit: 748e28e80624637967269f93a2c54d653e5d13ab
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 10 22:21:32 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Apr 10 22:21:44 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=748e28e8
sys-process/minit: EAPI 6 bump.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
sys-process/minit/minit-0.10-r1.ebuild | 45 ++++++++++++++++++++++++++++++++++
1 file changed, 45 insertions(+)
diff --git a/sys-process/minit/minit-0.10-r1.ebuild b/sys-process/minit/minit-0.10-r1.ebuild
new file mode 100644
index 00000000000..b5e5a674cca
--- /dev/null
+++ b/sys-process/minit/minit-0.10-r1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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="~amd64 ~x86"
+
+DEPEND="
+ dev-libs/libowfat
+ dev-libs/dietlibc"
+
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+ "${FILESDIR}"/minit-0.10-fixes.diff
+)
+
+DOCS=( CHANGES README TODO )
+
+src_compile() {
+ emake CFLAGS="${CFLAGS} -I/usr/include/libowfat" \
+ LDFLAGS="${LDFLAGS}" \
+ DIET="diet"\
+ CC="$(tc-getCC)"
+}
+
+src_install() {
+ emake install-files DESTDIR="${D}"
+ mv "${D}"/sbin/shutdown "${D}/sbin/${PN}-shutdown" || die
+ mv "${D}"/sbin/killall5 "${D}/sbin/${PN}-killall5" || die
+ rm -v "${D}"/sbin/init || die
+}
+
+pkg_postinst() {
+ [[ -e /etc/minit/in ]] || mkfifo "${ROOT}"/etc/minit/in
+ [[ -e /etc/minit/out ]] || mkfifo "${ROOT}"/etc/minit/out
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/minit/
@ 2017-11-26 23:26 David Seifert
0 siblings, 0 replies; 8+ messages in thread
From: David Seifert @ 2017-11-26 23:26 UTC (permalink / raw
To: gentoo-commits
commit: 72ee2ea7abcd14d9a0bca12deb11ffb5809a2a07
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 26 13:04:01 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Nov 26 23:25:30 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72ee2ea7
sys-process/minit: [QA] Consistent whitespace in metadata.xml
sys-process/minit/metadata.xml | 42 ++++++++++++++++++------------------------
1 file changed, 18 insertions(+), 24 deletions(-)
diff --git a/sys-process/minit/metadata.xml b/sys-process/minit/metadata.xml
index e4a4ebd1d0b..257fae54f70 100644
--- a/sys-process/minit/metadata.xml
+++ b/sys-process/minit/metadata.xml
@@ -1,29 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>aw-gentoo@instandbesetzt.net</email>
- <name>Andreas Wiese</name>
- </maintainer>
-<maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
-<longdescription>
-minit - a small yet feature-complete init
+ <maintainer type="person">
+ <email>aw-gentoo@instandbesetzt.net</email>
+ <name>Andreas Wiese</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <longdescription>
+ minit - a small yet feature-complete init
-What works so far
- * It can start services and take dependencies into account.
- * It can restart services
- * It can start services in sync mode (i.e. wait until they
-terminate, to get around race conditions for static initializations)
- * There is a companion utility "msvc" that can be used much in the
-same way as the svc from daemontools. Communication works over two
-fifos, /etc/minit/in and /etc/minit/out. Those have to exist before
-minit is started and they should be owned by root and have mode 600.
- * There is a companion utility "pidfilehack" that can be used to do
-stuff like run ssh, wait a while, read the PID off /var/run/sshd.pid and
-tell minit this PID so it will know when sshd exits and can restart it.
- * It can pipe stdout to a dedicated log process.
-</longdescription>
+ What works so far
+ * It can start services and take dependencies into account.
+ * It can restart services
+ * It can start services in sync mode (i.e. wait until they terminate, to get around race conditions for static initializations)
+ * There is a companion utility "msvc" that can be used much in the same way as the svc from daemontools. Communication works over two fifos, /etc/minit/in and /etc/minit/out. Those have to exist before minit is started and they should be owned by root and have mode 600.
+ * There is a companion utility "pidfilehack" that can be used to do stuff like run ssh, wait a while, read the PID off /var/run/sshd.pid and tell minit this PID so it will know when sshd exits and can restart it.
+ * It can pipe stdout to a dedicated log process.
+ </longdescription>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/minit/
@ 2018-05-29 11:17 Thomas Deutschmann
0 siblings, 0 replies; 8+ messages in thread
From: Thomas Deutschmann @ 2018-05-29 11:17 UTC (permalink / raw
To: gentoo-commits
commit: f7658e66b00cba4027b4d65fe90ec9934236a870
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue May 29 11:12:01 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue May 29 11:12:01 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7658e66
sys-process/minit: x86 stable (bug #648376)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
sys-process/minit/minit-0.10-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-process/minit/minit-0.10-r1.ebuild b/sys-process/minit/minit-0.10-r1.ebuild
index b5e5a674cca..ce5816b6454 100644
--- a/sys-process/minit/minit-0.10-r1.ebuild
+++ b/sys-process/minit/minit-0.10-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="http://dl.fefe.de/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
DEPEND="
dev-libs/libowfat
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/minit/
@ 2018-06-02 14:59 Mikle Kolyada
0 siblings, 0 replies; 8+ messages in thread
From: Mikle Kolyada @ 2018-06-02 14:59 UTC (permalink / raw
To: gentoo-commits
commit: ea0b5f6850315201d9c47429187ec46e5422a6b9
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 2 14:58:46 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Jun 2 14:59:04 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea0b5f68
sys-process/minit: amd64 stable wrt bug #648376
Package-Manager: Portage-2.3.40, Repoman-2.3.7
sys-process/minit/minit-0.10-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-process/minit/minit-0.10-r1.ebuild b/sys-process/minit/minit-0.10-r1.ebuild
index ce5816b6454..c3ae0acedde 100644
--- a/sys-process/minit/minit-0.10-r1.ebuild
+++ b/sys-process/minit/minit-0.10-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://dl.fefe.de/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
DEPEND="
dev-libs/libowfat
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/minit/
@ 2018-06-02 15:05 Mikle Kolyada
0 siblings, 0 replies; 8+ messages in thread
From: Mikle Kolyada @ 2018-06-02 15:05 UTC (permalink / raw
To: gentoo-commits
commit: 145742c5aba8d7b88cff2db081da28d7b9fc810c
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 2 15:04:52 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Jun 2 15:04:52 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=145742c5
sys-process/minit: fix inheritance
Package-Manager: Portage-2.3.40, Repoman-2.3.7
sys-process/minit/minit-0.10-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-process/minit/minit-0.10-r1.ebuild b/sys-process/minit/minit-0.10-r1.ebuild
index c3ae0acedde..38f8edebd30 100644
--- a/sys-process/minit/minit-0.10-r1.ebuild
+++ b/sys-process/minit/minit-0.10-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-inherit eutils
+inherit toolchain-funcs
DESCRIPTION="a small yet feature-complete init"
HOMEPAGE="http://www.fefe.de/minit/"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/minit/
@ 2018-08-07 11:02 Michał Górny
0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2018-08-07 11:02 UTC (permalink / raw
To: gentoo-commits
commit: c82420df2e86bbe47340be70b6c5e96036d96322
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 7 11:01:24 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 7 11:02:01 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c82420df
sys-process/minit: proxied maintainer retired
Bug: https://bugs.gentoo.org/632760
sys-process/minit/metadata.xml | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/sys-process/minit/metadata.xml b/sys-process/minit/metadata.xml
index 257fae54f70..ae1e2f5e09c 100644
--- a/sys-process/minit/metadata.xml
+++ b/sys-process/minit/metadata.xml
@@ -1,14 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>aw-gentoo@instandbesetzt.net</email>
- <name>Andreas Wiese</name>
- </maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
+ <!-- maintainer-needed -->
<longdescription>
minit - a small yet feature-complete init
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/minit/
@ 2024-04-20 18:47 Arthur Zamarin
0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2024-04-20 18:47 UTC (permalink / raw
To: gentoo-commits
commit: 4584214a24ecca2e210cbd8eb5565f358bb01e0c
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 20 18:38:38 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 20 18:38:38 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4584214a
sys-process/minit: EAPI=8
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
.../{minit-0.10-r1.ebuild => minit-0.10-r2.ebuild} | 17 ++++++++++-------
1 file changed, 10 insertions(+), 7 deletions(-)
diff --git a/sys-process/minit/minit-0.10-r1.ebuild b/sys-process/minit/minit-0.10-r2.ebuild
similarity index 79%
rename from sys-process/minit/minit-0.10-r1.ebuild
rename to sys-process/minit/minit-0.10-r2.ebuild
index 38f8edebd305..06ea79028377 100644
--- a/sys-process/minit/minit-0.10-r1.ebuild
+++ b/sys-process/minit/minit-0.10-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
inherit toolchain-funcs
@@ -15,8 +15,8 @@ KEYWORDS="amd64 x86"
DEPEND="
dev-libs/libowfat
- dev-libs/dietlibc"
-
+ dev-libs/dietlibc
+"
RDEPEND="${DEPEND}"
PATCHES=(
@@ -26,10 +26,13 @@ PATCHES=(
DOCS=( CHANGES README TODO )
src_compile() {
- emake CFLAGS="${CFLAGS} -I/usr/include/libowfat" \
- LDFLAGS="${LDFLAGS}" \
- DIET="diet"\
+ local mymakeflags=(
+ CFLAGS="${CFLAGS} -I/usr/include/libowfat"
+ LDFLAGS="${LDFLAGS}"
+ DIET="diet"
CC="$(tc-getCC)"
+ )
+ emake "${mymakeflags[@]}"
}
src_install() {
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-04-20 18:47 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-10 22:21 [gentoo-commits] repo/gentoo:master commit in: sys-process/minit/ Patrice Clement
-- strict thread matches above, loose matches on Subject: below --
2024-04-20 18:47 Arthur Zamarin
2018-08-07 11:02 Michał Górny
2018-06-02 15:05 Mikle Kolyada
2018-06-02 14:59 Mikle Kolyada
2018-05-29 11:17 Thomas Deutschmann
2017-11-26 23:26 David Seifert
2016-08-07 6:31 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox