* [gentoo-commits] repo/gentoo:master commit in: sys-process/daemontools-encore/
@ 2019-07-15 15:28 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2019-07-15 15:28 UTC (permalink / raw
To: gentoo-commits
commit: 522340181bfa572dec8a168f904d5fae65b0d95b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 15 15:27:04 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul 15 15:27:04 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52234018
sys-process/daemontools-encore: Sort KEYWORDS
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sys-process/daemontools-encore/daemontools-encore-1.10.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-process/daemontools-encore/daemontools-encore-1.10.ebuild b/sys-process/daemontools-encore/daemontools-encore-1.10.ebuild
index 5a8a4fbabf1..b9827594a5d 100644
--- a/sys-process/daemontools-encore/daemontools-encore-1.10.ebuild
+++ b/sys-process/daemontools-encore/daemontools-encore-1.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -11,7 +11,7 @@ SRC_URI="http://untroubled.org/daemontools-encore/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~amd64 ~x86"
IUSE="selinux static"
DEPEND=""
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/daemontools-encore/
@ 2024-10-30 21:27 Andreas K. Hüttel
0 siblings, 0 replies; 7+ messages in thread
From: Andreas K. Hüttel @ 2024-10-30 21:27 UTC (permalink / raw
To: gentoo-commits
commit: 4c81db158e8cd36fdf66dc2152cef783431f90f9
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 30 21:27:13 2024 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Oct 30 21:27:13 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c81db15
sys-process/daemontools-encore: drop 1.11-r1
Bug: https://bugs.gentoo.org/898852
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../daemontools-encore-1.11-r1.ebuild | 57 ----------------------
1 file changed, 57 deletions(-)
diff --git a/sys-process/daemontools-encore/daemontools-encore-1.11-r1.ebuild b/sys-process/daemontools-encore/daemontools-encore-1.11-r1.ebuild
deleted file mode 100644
index f81001db81c4..000000000000
--- a/sys-process/daemontools-encore/daemontools-encore-1.11-r1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit flag-o-matic qmail
-
-DESCRIPTION="Collection of tools for managing UNIX services"
-HOMEPAGE="https://untroubled.org/daemontools-encore/"
-SRC_URI="https://untroubled.org/daemontools-encore/${P}.tar.gz"
-
-LICENSE="GPL-2 MIT"
-SLOT="0"
-KEYWORDS="amd64 ~loong ~x86"
-IUSE="selinux static"
-
-RDEPEND="
- !app-doc/daemontools-man
- !sys-process/daemontools
- selinux? ( sec-policy/selinux-daemontools )
-"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-1.11-do-not-always-run-tests.patch
- "${FILESDIR}"/${PN}-1.11-add-missing-setuser-man-page.patch
- "${FILESDIR}"/${PN}-1.11-implicit-func-decl-clang16.patch
-)
-
-src_compile() {
- use static && append-ldflags -static
- qmail_set_cc
- emake
-}
-
-src_install() {
- keepdir /service
-
- echo "${ED}/usr/bin" > conf-bin || die
- echo "${ED}/usr/share/man" > conf-man || die
- dodir /usr/bin
- dodir /usr/share/man
- emake install
-
- dodoc ChangeLog CHANGES CHANGES.djb README TODO
-
- newinitd "${FILESDIR}"/svscan.init-2 svscan
-}
-
-pkg_postinst() {
- einfo
- einfo "You can run daemontools using the svscan init.d script,"
- einfo "or you could run it through inittab."
- einfo "To use inittab, emerge supervise-scripts and run:"
- einfo "svscan-add-to-inittab"
- einfo "Then you can hup init with the command telinit q"
- einfo
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/daemontools-encore/
@ 2023-10-09 16:21 Arthur Zamarin
0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2023-10-09 16:21 UTC (permalink / raw
To: gentoo-commits
commit: 0695613c11c8fd850a8640c9deabf56cff73cb1c
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 9 16:19:56 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 9 16:19:56 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0695613c
sys-process/daemontools-encore: Stabilize 1.11-r2 amd64, #915442
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sys-process/daemontools-encore/daemontools-encore-1.11-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-process/daemontools-encore/daemontools-encore-1.11-r2.ebuild b/sys-process/daemontools-encore/daemontools-encore-1.11-r2.ebuild
index 611a61497c33..f1183a2c0350 100644
--- a/sys-process/daemontools-encore/daemontools-encore-1.11-r2.ebuild
+++ b/sys-process/daemontools-encore/daemontools-encore-1.11-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://untroubled.org/daemontools-encore/${P}.tar.gz"
LICENSE="GPL-2 MIT"
SLOT="0"
-KEYWORDS="~amd64 ~loong ~x86"
+KEYWORDS="amd64 ~loong ~x86"
IUSE="selinux static"
RDEPEND="
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/daemontools-encore/
@ 2023-06-15 16:22 Arthur Zamarin
0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2023-06-15 16:22 UTC (permalink / raw
To: gentoo-commits
commit: ca0837146e237dce8d792d11c330bcb7622abc6a
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 15 16:21:46 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 15 16:21:46 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca083714
sys-process/daemontools-encore: Stabilize 1.11-r1 amd64, #908542
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sys-process/daemontools-encore/daemontools-encore-1.11-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-process/daemontools-encore/daemontools-encore-1.11-r1.ebuild b/sys-process/daemontools-encore/daemontools-encore-1.11-r1.ebuild
index 7cb3f795fc2d..f81001db81c4 100644
--- a/sys-process/daemontools-encore/daemontools-encore-1.11-r1.ebuild
+++ b/sys-process/daemontools-encore/daemontools-encore-1.11-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -11,7 +11,7 @@ SRC_URI="https://untroubled.org/daemontools-encore/${P}.tar.gz"
LICENSE="GPL-2 MIT"
SLOT="0"
-KEYWORDS="~amd64 ~loong ~x86"
+KEYWORDS="amd64 ~loong ~x86"
IUSE="selinux static"
RDEPEND="
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/daemontools-encore/
@ 2023-02-18 4:19 Mike Gilbert
0 siblings, 0 replies; 7+ messages in thread
From: Mike Gilbert @ 2023-02-18 4:19 UTC (permalink / raw
To: gentoo-commits
commit: 73c11d83ea6169c97a0a6f2493532e5220b15724
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 18 04:14:11 2023 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Feb 18 04:19:18 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73c11d83
sys-process/daemontools-encore: drop to maintainer-needed
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
sys-process/daemontools-encore/metadata.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/sys-process/daemontools-encore/metadata.xml b/sys-process/daemontools-encore/metadata.xml
index cb96242e263d..f8080fb67571 100644
--- a/sys-process/daemontools-encore/metadata.xml
+++ b/sys-process/daemontools-encore/metadata.xml
@@ -1,10 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="project">
- <email>base-system@gentoo.org</email>
- <name>Gentoo Base System</name>
-</maintainer>
+<!-- maintainer-needed -->
<longdescription lang="en">
daemontools-encore is a collection of tools for managing UNIX services.
It is derived from the public-domain release of daemontools by
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/daemontools-encore/
@ 2022-08-28 6:30 WANG Xuerui
0 siblings, 0 replies; 7+ messages in thread
From: WANG Xuerui @ 2022-08-28 6:30 UTC (permalink / raw
To: gentoo-commits
commit: a29c1d778ca14b1607b4d57ebce1bec8ecbe88ee
Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 28 06:30:41 2022 +0000
Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Sun Aug 28 06:30:41 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a29c1d77
sys-process/daemontools-encore: keyword 1.11 for ~loong
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
sys-process/daemontools-encore/daemontools-encore-1.11.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-process/daemontools-encore/daemontools-encore-1.11.ebuild b/sys-process/daemontools-encore/daemontools-encore-1.11.ebuild
index 916836923265..9c5f7b2a5230 100644
--- a/sys-process/daemontools-encore/daemontools-encore-1.11.ebuild
+++ b/sys-process/daemontools-encore/daemontools-encore-1.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -11,7 +11,7 @@ SRC_URI="https://untroubled.org/daemontools-encore/${P}.tar.gz"
LICENSE="GPL-2 MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~loong ~x86"
IUSE="selinux static"
DEPEND=""
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/daemontools-encore/
@ 2019-01-18 2:59 Thomas Deutschmann
0 siblings, 0 replies; 7+ messages in thread
From: Thomas Deutschmann @ 2019-01-18 2:59 UTC (permalink / raw
To: gentoo-commits
commit: 55c390726f58734369d9efcf40766e92e4880c31
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 18 02:59:25 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Jan 18 02:59:25 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55c39072
sys-process/daemontools-encore: add GPL-2 to LICENSE
Closes: https://bugs.gentoo.org/426172
Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
sys-process/daemontools-encore/daemontools-encore-1.11.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-process/daemontools-encore/daemontools-encore-1.11.ebuild b/sys-process/daemontools-encore/daemontools-encore-1.11.ebuild
index 80d87fa6647..91683692326 100644
--- a/sys-process/daemontools-encore/daemontools-encore-1.11.ebuild
+++ b/sys-process/daemontools-encore/daemontools-encore-1.11.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Collection of tools for managing UNIX services"
HOMEPAGE="https://untroubled.org/daemontools-encore/"
SRC_URI="https://untroubled.org/daemontools-encore/${P}.tar.gz"
-LICENSE="MIT"
+LICENSE="GPL-2 MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="selinux static"
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-10-30 21:27 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-15 15:28 [gentoo-commits] repo/gentoo:master commit in: sys-process/daemontools-encore/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2024-10-30 21:27 Andreas K. Hüttel
2023-10-09 16:21 Arthur Zamarin
2023-06-15 16:22 Arthur Zamarin
2023-02-18 4:19 Mike Gilbert
2022-08-28 6:30 WANG Xuerui
2019-01-18 2:59 Thomas Deutschmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox