commit:     29d19c7c3dca617c0429b9caf1384776e35c3d81
Author:     Petr Vaněk <arkamar <AT> atlas <DOT> cz>
AuthorDate: Tue Jan 31 14:51:16 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Fri Feb 17 20:07:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29d19c7c

sys-process/supervise-scripts: remove daemontools from DEPEND

- daemontools are not needed for installation, only in runtime
- update EAPI 7 -> 8

Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/29357
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 .../supervise-scripts-4.0-r2.ebuild                | 26 ++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/sys-process/supervise-scripts/supervise-scripts-4.0-r2.ebuild 
b/sys-process/supervise-scripts/supervise-scripts-4.0-r2.ebuild
new file mode 100644
index 000000000000..637c5babfaaf
--- /dev/null
+++ b/sys-process/supervise-scripts/supervise-scripts-4.0-r2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Starting and stopping daemontools managed services"
+HOMEPAGE="http://untroubled.org/supervise-scripts/";
+SRC_URI="http://untroubled.org/supervise-scripts/archive/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+IUSE="doc"
+
+RDEPEND="virtual/daemontools"
+
+src_prepare() {
+       echo "/usr/bin" > conf-bin
+       echo "/usr/share/man" > conf-man
+       default
+}
+
+src_install() {
+       emake PREFIX="${D}" install
+       use doc && dodoc *.html
+}

Reply via email to