public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Gilbert" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/supervise-scripts/
Date: Fri, 17 Feb 2023 20:07:38 +0000 (UTC)	[thread overview]
Message-ID: <1676664426.29d19c7c3dca617c0429b9caf1384776e35c3d81.floppym@gentoo> (raw)

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	other threads:[~2023-02-17 20:07 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-17 20:07 Mike Gilbert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-18 17:38 [gentoo-commits] repo/gentoo:master commit in: sys-process/supervise-scripts/ Petr Vaněk
2023-04-05 12:41 Arthur Zamarin
2023-04-04 23:21 Sam James
2023-04-04 23:17 Sam James
2023-04-04 19:43 Arthur Zamarin
2023-02-18  4:19 Mike Gilbert
2019-03-10 14:50 Mikle Kolyada
2019-03-10 14:50 Mikle Kolyada
2019-03-10 14:50 Mikle Kolyada
2019-03-10 14:50 Mikle Kolyada
2019-03-07 21:50 Thomas Deutschmann
2019-03-06 21:13 Sergei Trofimovich
2019-01-28  0:04 Andreas K. Hüttel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1676664426.29d19c7c3dca617c0429b9caf1384776e35c3d81.floppym@gentoo \
    --to=floppym@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox