summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2023-02-18 15:07:28 +0100
committerUlrich Müller <ulm@gentoo.org>2023-02-18 15:14:00 +0100
commitc14cbe57d96767bf1c1727d39a2fa219ae8a3030 (patch)
tree630ae55609d20374cb9e1eef59fbf4ce6e282c11 /sys-process
parentsys-process/daemontools: Remove stale file (diff)
downloadgentoo-c14cbe57d96767bf1c1727d39a2fa219ae8a3030.tar.gz
gentoo-c14cbe57d96767bf1c1727d39a2fa219ae8a3030.tar.bz2
gentoo-c14cbe57d96767bf1c1727d39a2fa219ae8a3030.zip
sys-process/daemontools: Update LICENSE
Include GPL-2 for init script. Update copyright line of init script. Update HOMEPAGE and SRC_URI to https. Drop ancient blocker from RDEPEND. Closes: https://bugs.gentoo.org/426170 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/daemontools/daemontools-0.76-r9.ebuild (renamed from sys-process/daemontools/daemontools-0.76-r8.ebuild)11
-rw-r--r--sys-process/daemontools/files/svscan.init-0.76-r72
2 files changed, 6 insertions, 7 deletions
diff --git a/sys-process/daemontools/daemontools-0.76-r8.ebuild b/sys-process/daemontools/daemontools-0.76-r9.ebuild
index 75d4085cc155..72b91369580f 100644
--- a/sys-process/daemontools/daemontools-0.76-r8.ebuild
+++ b/sys-process/daemontools/daemontools-0.76-r9.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=7
@@ -6,18 +6,17 @@ EAPI=7
inherit fixheadtails flag-o-matic qmail
DESCRIPTION="Collection of tools for managing UNIX services"
-HOMEPAGE="http://cr.yp.to/daemontools.html"
-SRC_URI="http://cr.yp.to/daemontools/${P}.tar.gz
+HOMEPAGE="https://cr.yp.to/daemontools.html"
+SRC_URI="https://cr.yp.to/daemontools/${P}.tar.gz
http://smarden.org/pape/djb/manpages/${P}-man-20020131.tar.gz"
-LICENSE="public-domain"
+LICENSE="public-domain GPL-2" # GPL-2 for init script
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
IUSE="selinux static"
DEPEND=""
-RDEPEND="selinux? ( sec-policy/selinux-daemontools )
- !app-doc/daemontools-man"
+RDEPEND="selinux? ( sec-policy/selinux-daemontools )"
S="${WORKDIR}/admin/${P}/src"
diff --git a/sys-process/daemontools/files/svscan.init-0.76-r7 b/sys-process/daemontools/files/svscan.init-0.76-r7
index f05f5d4edfb7..4514f6cd379e 100644
--- a/sys-process/daemontools/files/svscan.init-0.76-r7
+++ b/sys-process/daemontools/files/svscan.init-0.76-r7
@@ -1,5 +1,5 @@
#!/sbin/openrc-run
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2004 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
depend() {