public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/daemonize/
Date: Wed, 21 May 2025 21:45:46 +0000 (UTC)	[thread overview]
Message-ID: <1747863814.5b01f597e54a568b0dcf74ce38d8bcf7468403b8.sam@gentoo> (raw)

commit:     5b01f597e54a568b0dcf74ce38d8bcf7468403b8
Author:     Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Mon May 12 11:45:07 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 21 21:43:34 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b01f597

sys-apps/daemonize: bump EAPI

also
- https HOMEPAGE
- fix vairable order
- remove empty IUSE
- modernize DOCS assignmnt

Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Part-of: https://github.com/gentoo/gentoo/pull/42054
Closes: https://github.com/gentoo/gentoo/pull/42054
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/daemonize/daemonize-1.7.8-r1.ebuild | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/sys-apps/daemonize/daemonize-1.7.8-r1.ebuild b/sys-apps/daemonize/daemonize-1.7.8-r1.ebuild
new file mode 100644
index 000000000000..09571668176a
--- /dev/null
+++ b/sys-apps/daemonize/daemonize-1.7.8-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Runs a command as a Unix daemon"
+HOMEPAGE="https://software.clapper.org/daemonize/"
+SRC_URI="https://github.com/bmc/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-release-${PV}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DOCS=( {CHANGELOG,README}.md )
+
+src_prepare() {
+	default
+	sed -i \
+		-e 's:\($(CC)\) $(CFLAGS) \(.*\.o\):\1 $(LDFLAGS) \2:' \
+		Makefile.in || die
+}


             reply	other threads:[~2025-05-21 21:45 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-21 21:45 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-01 13:32 [gentoo-commits] repo/gentoo:master commit in: sys-apps/daemonize/ Petr Vaněk
2025-09-07 21:49 Sam James
2025-09-07 21:25 Sam James
2025-06-30 12:53 Petr Vaněk
2025-05-21 21:45 Sam James
2023-04-10 22:17 Sam James
2020-01-09 20:17 Johannes Huber
2020-01-09 11:49 Agostino Sarubbo
2020-01-06 13:06 Agostino Sarubbo
2018-10-02  9:13 Johannes Huber
2018-10-02  9:13 Johannes Huber
2018-10-02  9:13 Johannes Huber
2018-07-19  9:36 Johannes Huber

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=1747863814.5b01f597e54a568b0dcf74ce38d8bcf7468403b8.sam@gentoo \
    --to=sam@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