* [gentoo-commits] repo/gentoo:master commit in: sys-apps/daemonize/
@ 2018-07-19 9:36 Johannes Huber
0 siblings, 0 replies; 8+ messages in thread
From: Johannes Huber @ 2018-07-19 9:36 UTC (permalink / raw
To: gentoo-commits
commit: 92ab5e1f582dec848ff8d1b64dd33051843feb80
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 19 09:36:14 2018 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Jul 19 09:36:26 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92ab5e1f
sys-apps/daemonize: Add myself as maintainer
Package-Manager: Portage-2.3.43, Repoman-2.3.10
sys-apps/daemonize/metadata.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/sys-apps/daemonize/metadata.xml b/sys-apps/daemonize/metadata.xml
index 0c977b53382..cde1e9b0435 100644
--- a/sys-apps/daemonize/metadata.xml
+++ b/sys-apps/daemonize/metadata.xml
@@ -1,7 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
+ <maintainer type="person">
+ <email>johu@gentoo.org</email>
+ <name>Johannes Huber</name>
+ </maintainer>
<upstream>
<remote-id type="github">bmc/daemonize</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/daemonize/
@ 2018-10-02 9:13 Johannes Huber
0 siblings, 0 replies; 8+ messages in thread
From: Johannes Huber @ 2018-10-02 9:13 UTC (permalink / raw
To: gentoo-commits
commit: fd5c853ba2d8f711a2b83f7e8a5f95ec57dcf706
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 2 09:13:08 2018 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Oct 2 09:13:32 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd5c853b
sys-apps/daemonize: Remove 1.7.6
Deprecated EAPI 5 and overshadowed by 1.7.8.
Signed-off-by: Johannes Huber <johu <AT> gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
sys-apps/daemonize/Manifest | 1 -
sys-apps/daemonize/daemonize-1.7.6.ebuild | 27 ---------------------------
2 files changed, 28 deletions(-)
diff --git a/sys-apps/daemonize/Manifest b/sys-apps/daemonize/Manifest
index 0b6f3a2167c..97997f35461 100644
--- a/sys-apps/daemonize/Manifest
+++ b/sys-apps/daemonize/Manifest
@@ -1,3 +1,2 @@
DIST daemonize-1.7.4.tar.gz 66005 BLAKE2B 6bcd1fb514d4ffaaa07f9c296b9ae4795aa4f2a2ab3a3232897e733d7c09f2727764b7c79ae4a254dc53ac3a7c77ed2ee16a537829827ae475ad6bce34315355 SHA512 aa5dd1d89650fc4a7e783163852de176877b0e999c4d16950a03a81c0db1477e2994fe8d97d8e2bd61baafb7810522754eade96f3ff0301c1e6ce74f9252d34e
-DIST daemonize-1.7.6.tar.gz 65927 BLAKE2B 5a91928edbef2487db15de8d72c018dbc209b54985e680a8164f1fcc79b739f57940b84171a719753f7f0ea4ce06bdb0711ba1125651cef50b37952564cada2a SHA512 e0276c504727004edf02f97d3295daca6c9990ae7130c536d388a967ee8711625308eb8ffdd989b6e3e25915038095f4a53b4cf051a6f2a2a397369ea99ab14c
DIST daemonize-1.7.8.tar.gz 66009 BLAKE2B 323b98357c1750ae051378d8d432a4997fb3d162f65f102a3f7d5e1c0271eec77aad7f5253c4712209c9c2cba1c725b3daeaf1c240dca31be13990d3a833fbc0 SHA512 77cb7f6d41fd3484222831540aa8dedcd1f3cbb2f4be2a9b5e0bc1c848fb1392b616ff30b9ff3bb46f3decd1ff2829dbf7130887f81ed66a7cd2c710755a0836
diff --git a/sys-apps/daemonize/daemonize-1.7.6.ebuild b/sys-apps/daemonize/daemonize-1.7.6.ebuild
deleted file mode 100644
index 72704fcc042..00000000000
--- a/sys-apps/daemonize/daemonize-1.7.6.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Runs a command as a Unix daemon"
-HOMEPAGE="https://bmc.github.com/daemonize/"
-SRC_URI="https://github.com/bmc/${PN}/tarball/release-${PV} -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DOCS=( README.md CHANGELOG.md )
-
-src_unpack() {
- unpack ${A}
- # Workaround commit suffix from github.
- mv "${WORKDIR}"/bmc-${PN}-* "${S}" || die
-}
-
-src_prepare() {
- sed -i \
- -e 's:\($(CC)\) $(CFLAGS) \(.*\.o\):\1 $(LDFLAGS) \2:' \
- Makefile.in || die
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/daemonize/
@ 2018-10-02 9:13 Johannes Huber
0 siblings, 0 replies; 8+ messages in thread
From: Johannes Huber @ 2018-10-02 9:13 UTC (permalink / raw
To: gentoo-commits
commit: 985d77630a43e53b553d23c0d8dcfaffbdea4df8
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 2 09:08:33 2018 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Oct 2 09:13:31 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=985d7763
sys-apps/daemonize: Version bump 1.7.8
Signed-off-by: Johannes Huber <johu <AT> gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
sys-apps/daemonize/Manifest | 1 +
sys-apps/daemonize/daemonize-1.7.8.ebuild | 24 ++++++++++++++++++++++++
2 files changed, 25 insertions(+)
diff --git a/sys-apps/daemonize/Manifest b/sys-apps/daemonize/Manifest
index a36a641cfbc..62af63904cb 100644
--- a/sys-apps/daemonize/Manifest
+++ b/sys-apps/daemonize/Manifest
@@ -1,3 +1,4 @@
DIST daemonize-1.7.4.tar.gz 66005 BLAKE2B 6bcd1fb514d4ffaaa07f9c296b9ae4795aa4f2a2ab3a3232897e733d7c09f2727764b7c79ae4a254dc53ac3a7c77ed2ee16a537829827ae475ad6bce34315355 SHA512 aa5dd1d89650fc4a7e783163852de176877b0e999c4d16950a03a81c0db1477e2994fe8d97d8e2bd61baafb7810522754eade96f3ff0301c1e6ce74f9252d34e
DIST daemonize-1.7.5.tar.gz 65817 BLAKE2B 4f523031a4bd2396a57965ed217784bef9d8825305eeda73c0fb8090a9f3eb1c15cbd99b079016e14b179fc293341afe0150ec646ef5cba66272c325d51a4b2d SHA512 8e1c7cf47a2026d13505c83c5987ea7237226e104dd5fdd4d57d006000846b387216b2506604f60c6178a7445493591254696dddbb334d89ee611954a65659ea
DIST daemonize-1.7.6.tar.gz 65927 BLAKE2B 5a91928edbef2487db15de8d72c018dbc209b54985e680a8164f1fcc79b739f57940b84171a719753f7f0ea4ce06bdb0711ba1125651cef50b37952564cada2a SHA512 e0276c504727004edf02f97d3295daca6c9990ae7130c536d388a967ee8711625308eb8ffdd989b6e3e25915038095f4a53b4cf051a6f2a2a397369ea99ab14c
+DIST daemonize-1.7.8.tar.gz 66009 BLAKE2B 323b98357c1750ae051378d8d432a4997fb3d162f65f102a3f7d5e1c0271eec77aad7f5253c4712209c9c2cba1c725b3daeaf1c240dca31be13990d3a833fbc0 SHA512 77cb7f6d41fd3484222831540aa8dedcd1f3cbb2f4be2a9b5e0bc1c848fb1392b616ff30b9ff3bb46f3decd1ff2829dbf7130887f81ed66a7cd2c710755a0836
diff --git a/sys-apps/daemonize/daemonize-1.7.8.ebuild b/sys-apps/daemonize/daemonize-1.7.8.ebuild
new file mode 100644
index 00000000000..16382e7c34e
--- /dev/null
+++ b/sys-apps/daemonize/daemonize-1.7.8.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Runs a command as a Unix daemon"
+HOMEPAGE="https://bmc.github.com/daemonize/"
+SRC_URI="https://github.com/bmc/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DOCS=( CHANGELOG.md README.md )
+
+S="${WORKDIR}/${PN}-release-${PV}"
+
+src_prepare() {
+ default
+ sed -i \
+ -e 's:\($(CC)\) $(CFLAGS) \(.*\.o\):\1 $(LDFLAGS) \2:' \
+ Makefile.in || die
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/daemonize/
@ 2018-10-02 9:13 Johannes Huber
0 siblings, 0 replies; 8+ messages in thread
From: Johannes Huber @ 2018-10-02 9:13 UTC (permalink / raw
To: gentoo-commits
commit: 7865228a6528ace5c9c788f712740fb777c828f1
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 2 09:12:07 2018 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Oct 2 09:13:31 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7865228a
sys-apps/daemonize: Remove 1.7.5
Deprecated EAPI 5 and overshadowed by 1.7.8.
Signed-off-by: Johannes Huber <johu <AT> gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
sys-apps/daemonize/Manifest | 1 -
sys-apps/daemonize/daemonize-1.7.5.ebuild | 27 ---------------------------
2 files changed, 28 deletions(-)
diff --git a/sys-apps/daemonize/Manifest b/sys-apps/daemonize/Manifest
index 62af63904cb..0b6f3a2167c 100644
--- a/sys-apps/daemonize/Manifest
+++ b/sys-apps/daemonize/Manifest
@@ -1,4 +1,3 @@
DIST daemonize-1.7.4.tar.gz 66005 BLAKE2B 6bcd1fb514d4ffaaa07f9c296b9ae4795aa4f2a2ab3a3232897e733d7c09f2727764b7c79ae4a254dc53ac3a7c77ed2ee16a537829827ae475ad6bce34315355 SHA512 aa5dd1d89650fc4a7e783163852de176877b0e999c4d16950a03a81c0db1477e2994fe8d97d8e2bd61baafb7810522754eade96f3ff0301c1e6ce74f9252d34e
-DIST daemonize-1.7.5.tar.gz 65817 BLAKE2B 4f523031a4bd2396a57965ed217784bef9d8825305eeda73c0fb8090a9f3eb1c15cbd99b079016e14b179fc293341afe0150ec646ef5cba66272c325d51a4b2d SHA512 8e1c7cf47a2026d13505c83c5987ea7237226e104dd5fdd4d57d006000846b387216b2506604f60c6178a7445493591254696dddbb334d89ee611954a65659ea
DIST daemonize-1.7.6.tar.gz 65927 BLAKE2B 5a91928edbef2487db15de8d72c018dbc209b54985e680a8164f1fcc79b739f57940b84171a719753f7f0ea4ce06bdb0711ba1125651cef50b37952564cada2a SHA512 e0276c504727004edf02f97d3295daca6c9990ae7130c536d388a967ee8711625308eb8ffdd989b6e3e25915038095f4a53b4cf051a6f2a2a397369ea99ab14c
DIST daemonize-1.7.8.tar.gz 66009 BLAKE2B 323b98357c1750ae051378d8d432a4997fb3d162f65f102a3f7d5e1c0271eec77aad7f5253c4712209c9c2cba1c725b3daeaf1c240dca31be13990d3a833fbc0 SHA512 77cb7f6d41fd3484222831540aa8dedcd1f3cbb2f4be2a9b5e0bc1c848fb1392b616ff30b9ff3bb46f3decd1ff2829dbf7130887f81ed66a7cd2c710755a0836
diff --git a/sys-apps/daemonize/daemonize-1.7.5.ebuild b/sys-apps/daemonize/daemonize-1.7.5.ebuild
deleted file mode 100644
index 65bf5f18250..00000000000
--- a/sys-apps/daemonize/daemonize-1.7.5.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Runs a command as a Unix daemon"
-HOMEPAGE="https://bmc.github.com/daemonize/"
-SRC_URI="https://github.com/bmc/${PN}/tarball/release-${PV} -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DOCS=( README.md CHANGELOG.md )
-
-src_unpack() {
- unpack ${A}
- # Workaround commit suffix from github.
- mv "${WORKDIR}"/bmc-${PN}-* "${S}" || die
-}
-
-src_prepare() {
- sed -i \
- -e 's:\($(CC)\) $(CFLAGS) \(.*\.o\):\1 $(LDFLAGS) \2:' \
- Makefile.in || die
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/daemonize/
@ 2020-01-06 13:06 Agostino Sarubbo
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo @ 2020-01-06 13:06 UTC (permalink / raw
To: gentoo-commits
commit: 65ddd8d3aaad16aed44d15ffe5c8b00f7e2706a6
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 6 13:06:24 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Jan 6 13:06:24 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65ddd8d3
sys-apps/daemonize: amd64 stable wrt bug #704824
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
sys-apps/daemonize/daemonize-1.7.8.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-apps/daemonize/daemonize-1.7.8.ebuild b/sys-apps/daemonize/daemonize-1.7.8.ebuild
index 16382e7c34e..af66ee9e499 100644
--- a/sys-apps/daemonize/daemonize-1.7.8.ebuild
+++ b/sys-apps/daemonize/daemonize-1.7.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/bmc/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar.g
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE=""
DOCS=( CHANGELOG.md README.md )
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/daemonize/
@ 2020-01-09 11:49 Agostino Sarubbo
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo @ 2020-01-09 11:49 UTC (permalink / raw
To: gentoo-commits
commit: 826759ee2cb18363a71bebbf1252245d8ecea1af
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 9 11:48:56 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jan 9 11:48:56 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=826759ee
sys-apps/daemonize: x86 stable wrt bug #704824
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
sys-apps/daemonize/daemonize-1.7.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/daemonize/daemonize-1.7.8.ebuild b/sys-apps/daemonize/daemonize-1.7.8.ebuild
index af66ee9e499..1af06b01514 100644
--- a/sys-apps/daemonize/daemonize-1.7.8.ebuild
+++ b/sys-apps/daemonize/daemonize-1.7.8.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/bmc/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar.g
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
DOCS=( CHANGELOG.md README.md )
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/daemonize/
@ 2020-01-09 20:17 Johannes Huber
0 siblings, 0 replies; 8+ messages in thread
From: Johannes Huber @ 2020-01-09 20:17 UTC (permalink / raw
To: gentoo-commits
commit: 65dddca583c961641761d58d760b6a2071488fd0
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 9 20:16:00 2020 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Jan 9 20:17:23 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65dddca5
sys-apps/daemonize: Remove 1.7.4
Uses deprecated EAPI 5 and is overshadowed by 1.7.8.
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Johannes Huber <johu <AT> gentoo.org>
sys-apps/daemonize/Manifest | 1 -
sys-apps/daemonize/daemonize-1.7.4.ebuild | 27 ---------------------------
2 files changed, 28 deletions(-)
diff --git a/sys-apps/daemonize/Manifest b/sys-apps/daemonize/Manifest
index 97997f35461..76e4ecbb2ca 100644
--- a/sys-apps/daemonize/Manifest
+++ b/sys-apps/daemonize/Manifest
@@ -1,2 +1 @@
-DIST daemonize-1.7.4.tar.gz 66005 BLAKE2B 6bcd1fb514d4ffaaa07f9c296b9ae4795aa4f2a2ab3a3232897e733d7c09f2727764b7c79ae4a254dc53ac3a7c77ed2ee16a537829827ae475ad6bce34315355 SHA512 aa5dd1d89650fc4a7e783163852de176877b0e999c4d16950a03a81c0db1477e2994fe8d97d8e2bd61baafb7810522754eade96f3ff0301c1e6ce74f9252d34e
DIST daemonize-1.7.8.tar.gz 66009 BLAKE2B 323b98357c1750ae051378d8d432a4997fb3d162f65f102a3f7d5e1c0271eec77aad7f5253c4712209c9c2cba1c725b3daeaf1c240dca31be13990d3a833fbc0 SHA512 77cb7f6d41fd3484222831540aa8dedcd1f3cbb2f4be2a9b5e0bc1c848fb1392b616ff30b9ff3bb46f3decd1ff2829dbf7130887f81ed66a7cd2c710755a0836
diff --git a/sys-apps/daemonize/daemonize-1.7.4.ebuild b/sys-apps/daemonize/daemonize-1.7.4.ebuild
deleted file mode 100644
index e16637d6c33..00000000000
--- a/sys-apps/daemonize/daemonize-1.7.4.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Runs a command as a Unix daemon"
-HOMEPAGE="https://bmc.github.com/daemonize/"
-SRC_URI="https://github.com/bmc/${PN}/tarball/release-${PV} -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DOCS=( README.md CHANGELOG.md )
-
-src_unpack() {
- unpack ${A}
- # Workaround commit suffix from github.
- mv "${WORKDIR}"/bmc-${PN}-* "${S}" || die
-}
-
-src_prepare() {
- sed -i \
- -e 's:\($(CC)\) $(CFLAGS) \(.*\.o\):\1 $(LDFLAGS) \2:' \
- Makefile.in || die
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/daemonize/
@ 2023-04-10 22:17 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2023-04-10 22:17 UTC (permalink / raw
To: gentoo-commits
commit: eaa106ad39a1b85d2bb4c56fddefbe476c6e4720
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 10 22:13:28 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 10 22:13:28 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaa106ad
sys-apps/daemonize: update *.github.com HOMEPAGEs
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-apps/daemonize/daemonize-1.7.8.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-apps/daemonize/daemonize-1.7.8.ebuild b/sys-apps/daemonize/daemonize-1.7.8.ebuild
index 1af06b01514b..e091f30d1d07 100644
--- a/sys-apps/daemonize/daemonize-1.7.8.ebuild
+++ b/sys-apps/daemonize/daemonize-1.7.8.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Runs a command as a Unix daemon"
-HOMEPAGE="https://bmc.github.com/daemonize/"
+HOMEPAGE="http://software.clapper.org/daemonize/"
SRC_URI="https://github.com/bmc/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2023-04-10 22:17 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-02 9:13 [gentoo-commits] repo/gentoo:master commit in: sys-apps/daemonize/ Johannes Huber
-- strict thread matches above, loose matches on Subject: below --
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-07-19 9:36 Johannes Huber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox