* [gentoo-commits] repo/gentoo:master commit in: app-admin/fifo-cronolog/
@ 2015-11-09 2:47 Robin H. Johnson
0 siblings, 0 replies; 11+ messages in thread
From: Robin H. Johnson @ 2015-11-09 2:47 UTC (permalink / raw
To: gentoo-commits
commit: b0b9fe089c2c06e43f1603d8c15b987bf424db88
Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 9 02:47:26 2015 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Mon Nov 9 02:47:26 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0b9fe08
app-admin/fifo-cronolog: update metadata per bug #564130.
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
app-admin/fifo-cronolog/metadata.xml | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/app-admin/fifo-cronolog/metadata.xml b/app-admin/fifo-cronolog/metadata.xml
index e698f1e..36a3c38 100644
--- a/app-admin/fifo-cronolog/metadata.xml
+++ b/app-admin/fifo-cronolog/metadata.xml
@@ -1,7 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+ <longdescription>
+ fifo-cronolog is based on app-admin/cronolog, but uses a FIFO for input
+ instead of stdin. This package is used for the Gentoo infrastructure.
+ </longdescription>
<maintainer>
- <email>infrastructure@gentoo.org</email>
+ <email>idl0r@gentoo.org</email>
+ </maintainer>
+ <maintainer>
+ <email>robbat2@gentoo.org</email>
+ </maintainer>
+ <maintainer>
+ <email>infra-bugs@gentoo.org</email>
</maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/fifo-cronolog/
@ 2016-01-06 12:53 Michał Górny
0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2016-01-06 12:53 UTC (permalink / raw
To: gentoo-commits
commit: a170b9c6678a896bebcbf774f94881eda157fa85
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 6 12:52:02 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jan 6 12:53:20 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a170b9c6
app-admin/fifo-cronolog: Remove infra-bugs <AT> g.o from maints, #570164
app-admin/fifo-cronolog/metadata.xml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/app-admin/fifo-cronolog/metadata.xml b/app-admin/fifo-cronolog/metadata.xml
index 36a3c38..f6c0a9a 100644
--- a/app-admin/fifo-cronolog/metadata.xml
+++ b/app-admin/fifo-cronolog/metadata.xml
@@ -11,7 +11,4 @@
<maintainer>
<email>robbat2@gentoo.org</email>
</maintainer>
- <maintainer>
- <email>infra-bugs@gentoo.org</email>
- </maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/fifo-cronolog/
@ 2017-05-15 21:27 Andreas Hüttel
0 siblings, 0 replies; 11+ messages in thread
From: Andreas Hüttel @ 2017-05-15 21:27 UTC (permalink / raw
To: gentoo-commits
commit: e2ea4ff4c29f2c25e14e34327be37bb04e0d2325
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon May 15 21:27:31 2017 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon May 15 21:27:50 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2ea4ff4
app-admin/fifo-cronolog: EAPI bump, acked by robbat2
Package-Manager: Portage-2.3.5, Repoman-2.3.2
.../fifo-cronolog/fifo-cronolog-1.1.1-r1.ebuild | 31 ++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/app-admin/fifo-cronolog/fifo-cronolog-1.1.1-r1.ebuild b/app-admin/fifo-cronolog/fifo-cronolog-1.1.1-r1.ebuild
new file mode 100644
index 00000000000..93447d0b0ef
--- /dev/null
+++ b/app-admin/fifo-cronolog/fifo-cronolog-1.1.1-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="cronolog wrapper for use with dumb daemons like squid, varnish and so on"
+HOMEPAGE="https://cgit.gentoo.org/proj/fifo-cronolog.git"
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
+
+LICENSE="BSD-2 GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="app-admin/cronolog"
+
+src_install() {
+ dosbin fifo-cronolog
+
+ newinitd fifo-cronolog.initd fifo-cronolog
+ newconfd fifo-cronolog.confd fifo-cronolog
+
+ dosym fifo-cronolog /usr/sbin/squid-cronolog
+}
+
+pkg_postinst() {
+ elog "Warning: app-admin/squid-cronolog has been renamed to app-admin/fifo-cronolog."
+ elog "This also applies to the binary 'squid-cronolog' but there is a symlink for now"
+ elog "Please fix your scripts/configs."
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/fifo-cronolog/
@ 2017-06-05 22:35 Andreas Hüttel
0 siblings, 0 replies; 11+ messages in thread
From: Andreas Hüttel @ 2017-06-05 22:35 UTC (permalink / raw
To: gentoo-commits
commit: bf91cc5433da777eb2bfd5336337b0fbf184f90e
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 5 22:30:59 2017 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Jun 5 22:30:59 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf91cc54
app-admin/fifo-cronolog: Remove old
Package-Manager: Portage-2.3.6, Repoman-2.3.2
app-admin/fifo-cronolog/fifo-cronolog-1.1.1.ebuild | 31 ----------------------
1 file changed, 31 deletions(-)
diff --git a/app-admin/fifo-cronolog/fifo-cronolog-1.1.1.ebuild b/app-admin/fifo-cronolog/fifo-cronolog-1.1.1.ebuild
deleted file mode 100644
index 38bef60c550..00000000000
--- a/app-admin/fifo-cronolog/fifo-cronolog-1.1.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=3
-
-DESCRIPTION="cronolog wrapper for use with dumb daemons like squid, varnish and so on"
-HOMEPAGE="https://cgit.gentoo.org/proj/fifo-cronolog.git"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-LICENSE="BSD-2 GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="app-admin/cronolog"
-
-src_install() {
- dosbin fifo-cronolog || die
-
- newinitd fifo-cronolog.initd fifo-cronolog || die
- newconfd fifo-cronolog.confd fifo-cronolog || die
-
- dosym /usr/sbin/fifo-cronolog /usr/sbin/squid-cronolog || die
-}
-
-pkg_postinst() {
- elog "Warning: app-admin/squid-cronolog has been renamed to app-admin/fifo-cronolog."
- elog "This also applies to the binary 'squid-cronolog' but there is a symlink for now"
- elog "Please fix your scripts/configs."
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/fifo-cronolog/
@ 2018-07-23 8:15 Christian Ruppert
0 siblings, 0 replies; 11+ messages in thread
From: Christian Ruppert @ 2018-07-23 8:15 UTC (permalink / raw
To: gentoo-commits
commit: 85a8a5b885d6e0ef9302f104b9482f423cc4e0a4
Author: Christian Ruppert <idl0r <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 23 08:12:04 2018 +0000
Commit: Christian Ruppert <idl0r <AT> gentoo <DOT> org>
CommitDate: Mon Jul 23 08:15:29 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85a8a5b8
app-admin/fifo-cronolog: Drop Maintainership
Package-Manager: Portage-2.3.43, Repoman-2.3.10
app-admin/fifo-cronolog/metadata.xml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/app-admin/fifo-cronolog/metadata.xml b/app-admin/fifo-cronolog/metadata.xml
index 479c97a4155..e79f16b5770 100644
--- a/app-admin/fifo-cronolog/metadata.xml
+++ b/app-admin/fifo-cronolog/metadata.xml
@@ -5,9 +5,6 @@
fifo-cronolog is based on app-admin/cronolog, but uses a FIFO for input
instead of stdin. This package is used for the Gentoo infrastructure.
</longdescription>
- <maintainer type="person">
- <email>idl0r@gentoo.org</email>
- </maintainer>
<maintainer type="person">
<email>robbat2@gentoo.org</email>
</maintainer>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/fifo-cronolog/
@ 2023-09-13 3:49 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2023-09-13 3:49 UTC (permalink / raw
To: gentoo-commits
commit: a2afd073cd599a969767e6e789039ee73391b955
Author: Leonardo Hernández Hernández <leohdz172 <AT> proton <DOT> me>
AuthorDate: Wed Sep 13 03:41:09 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep 13 03:48:03 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2afd073
app-admin/fifo-cronolog: add gentoo upstream metadata
Signed-off-by: Leonardo Hernández Hernández <leohdz172 <AT> proton.me>
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-admin/fifo-cronolog/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/app-admin/fifo-cronolog/metadata.xml b/app-admin/fifo-cronolog/metadata.xml
index 2d9f84796876..0e5cad21f726 100644
--- a/app-admin/fifo-cronolog/metadata.xml
+++ b/app-admin/fifo-cronolog/metadata.xml
@@ -8,4 +8,7 @@
<maintainer type="person">
<email>robbat2@gentoo.org</email>
</maintainer>
+ <upstream>
+ <remote-id type="gentoo">proj/fifo-cronolog</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/fifo-cronolog/
@ 2023-09-13 3:49 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2023-09-13 3:49 UTC (permalink / raw
To: gentoo-commits
commit: 072104936577f8283bf9a192af64fc0b6fc29e3b
Author: Leonardo Hernández Hernández <leohdz172 <AT> proton <DOT> me>
AuthorDate: Sun Sep 10 23:30:31 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep 13 03:48:02 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07210493
app-admin/fifo-cronolog: update EAPI 6 -> 8
Signed-off-by: Leonardo Hernández Hernández <leohdz172 <AT> proton.me>
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../fifo-cronolog/fifo-cronolog-1.1.1-r2.ebuild | 29 ++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/app-admin/fifo-cronolog/fifo-cronolog-1.1.1-r2.ebuild b/app-admin/fifo-cronolog/fifo-cronolog-1.1.1-r2.ebuild
new file mode 100644
index 000000000000..1a34cb0f1110
--- /dev/null
+++ b/app-admin/fifo-cronolog/fifo-cronolog-1.1.1-r2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="cronolog wrapper for use with dumb daemons like squid, varnish and so on"
+HOMEPAGE="https://cgit.gentoo.org/proj/fifo-cronolog.git"
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
+
+LICENSE="BSD-2 GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="app-admin/cronolog"
+
+src_install() {
+ dosbin fifo-cronolog
+
+ newinitd fifo-cronolog.initd fifo-cronolog
+ newconfd fifo-cronolog.confd fifo-cronolog
+
+ dosym fifo-cronolog /usr/sbin/squid-cronolog
+}
+
+pkg_postinst() {
+ elog "Warning: app-admin/squid-cronolog has been renamed to app-admin/fifo-cronolog."
+ elog "This also applies to the binary 'squid-cronolog' but there is a symlink for now"
+ elog "Please fix your scripts/configs."
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/fifo-cronolog/
@ 2023-09-30 10:00 Andreas Sturmlechner
0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2023-09-30 10:00 UTC (permalink / raw
To: gentoo-commits
commit: 48285c7fda0664e4e3a66fd1b5299770aadb5fee
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 27 18:02:04 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep 30 09:57:37 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48285c7f
app-admin/fifo-cronolog: drop 1.1.1-r1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../fifo-cronolog/fifo-cronolog-1.1.1-r1.ebuild | 31 ----------------------
1 file changed, 31 deletions(-)
diff --git a/app-admin/fifo-cronolog/fifo-cronolog-1.1.1-r1.ebuild b/app-admin/fifo-cronolog/fifo-cronolog-1.1.1-r1.ebuild
deleted file mode 100644
index 93447d0b0efb..000000000000
--- a/app-admin/fifo-cronolog/fifo-cronolog-1.1.1-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="cronolog wrapper for use with dumb daemons like squid, varnish and so on"
-HOMEPAGE="https://cgit.gentoo.org/proj/fifo-cronolog.git"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-LICENSE="BSD-2 GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="app-admin/cronolog"
-
-src_install() {
- dosbin fifo-cronolog
-
- newinitd fifo-cronolog.initd fifo-cronolog
- newconfd fifo-cronolog.confd fifo-cronolog
-
- dosym fifo-cronolog /usr/sbin/squid-cronolog
-}
-
-pkg_postinst() {
- elog "Warning: app-admin/squid-cronolog has been renamed to app-admin/fifo-cronolog."
- elog "This also applies to the binary 'squid-cronolog' but there is a symlink for now"
- elog "Please fix your scripts/configs."
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/fifo-cronolog/
@ 2024-03-13 5:25 Robin H. Johnson
0 siblings, 0 replies; 11+ messages in thread
From: Robin H. Johnson @ 2024-03-13 5:25 UTC (permalink / raw
To: gentoo-commits
commit: 0dd86ed01ecd13b32a282d228937be391ceebb6b
Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 13 05:23:50 2024 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Wed Mar 13 05:24:16 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dd86ed0
app-admin/fifo-cronolog: bump, systemd support
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
app-admin/fifo-cronolog/Manifest | 1 +
app-admin/fifo-cronolog/fifo-cronolog-1.2.3.ebuild | 38 ++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/app-admin/fifo-cronolog/Manifest b/app-admin/fifo-cronolog/Manifest
index ba3b49b49b23..a35f7f1febc4 100644
--- a/app-admin/fifo-cronolog/Manifest
+++ b/app-admin/fifo-cronolog/Manifest
@@ -1 +1,2 @@
DIST fifo-cronolog-1.1.1.tar.bz2 3124 BLAKE2B 6e9cb35e0ed1b54c3baed4451742840dc1144294fc675822c1260d4d7d885a52f8835e60dcbed57c714e40e94e6d51b3ba78af9b9892883f5f520a7c57d30df8 SHA512 3ac809d5cfc951764aaf31d50ee394b0dde9ced16f53daa91c81bdb218af2bab410ff945ebfdeb8307a55bda3292c0a55eb500c3cb73595e17228ef739455d90
+DIST fifo-cronolog-1.2.3.tar.gz 4518 BLAKE2B c227304d98b2467a1ed7352399b1e53aba4dc005fa30a1be73b8cc96d61ee49d5f6a3703ccddd1ffef652c4090e9b5dfed9cce3f1254b959a1ccc07aac78b3f6 SHA512 557be1a663c5754a293092078b8a3710474bb1939c1ee65e4c560056238ca646e941e4ad82c0a90c02834fc90ddb2aae9047a4e73d42cf8c2c013f2a5d2c839c
diff --git a/app-admin/fifo-cronolog/fifo-cronolog-1.2.3.ebuild b/app-admin/fifo-cronolog/fifo-cronolog-1.2.3.ebuild
new file mode 100644
index 000000000000..940b4376a493
--- /dev/null
+++ b/app-admin/fifo-cronolog/fifo-cronolog-1.2.3.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit systemd
+
+DESCRIPTION="cronolog wrapper for use with dumb daemons like squid, varnish and so on"
+HOMEPAGE="https://gitweb.gentoo.org/proj/fifo-cronolog.git"
+SRC_URI="mirror://gentoo/${P}.tar.gz"
+
+LICENSE="BSD-2 GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="app-admin/cronolog"
+
+src_compile() {
+ emake all
+}
+
+src_install() {
+ dosbin fifo-cronolog
+ dosym fifo-cronolog /usr/sbin/squid-cronolog
+ dosbin fifo-cronolog-setup
+
+ newinitd openrc/fifo-cronolog.initd fifo-cronolog
+ newconfd openrc/fifo-cronolog.confd fifo-cronolog
+
+ systemd_douserunit systemd/fifo-cronolog@.service
+ dodoc README.md systemd/fifo-cronolog@example.service.env
+}
+
+pkg_postinst() {
+ elog "Warning: app-admin/squid-cronolog has been renamed to app-admin/fifo-cronolog."
+ elog "This also applies to the binary 'squid-cronolog' but there is a symlink for now"
+ elog "Please fix your scripts/configs."
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/fifo-cronolog/
@ 2024-03-13 16:24 Robin H. Johnson
0 siblings, 0 replies; 11+ messages in thread
From: Robin H. Johnson @ 2024-03-13 16:24 UTC (permalink / raw
To: gentoo-commits
commit: 3dc3292d11e8e576338d48f03266c5594983daa8
Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 13 16:23:57 2024 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Wed Mar 13 16:24:05 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dc3292d
app-admin/fifo-cronolog: replace mirror://gentoo/
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
app-admin/fifo-cronolog/fifo-cronolog-1.1.1-r2.ebuild | 2 +-
app-admin/fifo-cronolog/fifo-cronolog-1.2.3.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-admin/fifo-cronolog/fifo-cronolog-1.1.1-r2.ebuild b/app-admin/fifo-cronolog/fifo-cronolog-1.1.1-r2.ebuild
index 1a34cb0f1110..06b9ddeebf9e 100644
--- a/app-admin/fifo-cronolog/fifo-cronolog-1.1.1-r2.ebuild
+++ b/app-admin/fifo-cronolog/fifo-cronolog-1.1.1-r2.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DESCRIPTION="cronolog wrapper for use with dumb daemons like squid, varnish and so on"
HOMEPAGE="https://cgit.gentoo.org/proj/fifo-cronolog.git"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
+SRC_URI="http://dev.gentoo.org/~robbat2/distfiles/${P}.tar.bz2"
LICENSE="BSD-2 GPL-2"
SLOT="0"
diff --git a/app-admin/fifo-cronolog/fifo-cronolog-1.2.3.ebuild b/app-admin/fifo-cronolog/fifo-cronolog-1.2.3.ebuild
index 940b4376a493..06e5d7dd386b 100644
--- a/app-admin/fifo-cronolog/fifo-cronolog-1.2.3.ebuild
+++ b/app-admin/fifo-cronolog/fifo-cronolog-1.2.3.ebuild
@@ -7,7 +7,7 @@ inherit systemd
DESCRIPTION="cronolog wrapper for use with dumb daemons like squid, varnish and so on"
HOMEPAGE="https://gitweb.gentoo.org/proj/fifo-cronolog.git"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
+SRC_URI="http://dev.gentoo.org/~robbat2/distfiles/${P}.tar.gz"
LICENSE="BSD-2 GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/fifo-cronolog/
@ 2024-03-25 5:33 Robin H. Johnson
0 siblings, 0 replies; 11+ messages in thread
From: Robin H. Johnson @ 2024-03-25 5:33 UTC (permalink / raw
To: gentoo-commits
commit: 244c1a8fbec377a129414d299666e087b01e50f3
Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 25 05:32:14 2024 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Mon Mar 25 05:32:28 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=244c1a8f
app-admin/fifo-cronolog: fix systemd unit
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
app-admin/fifo-cronolog/Manifest | 1 -
.../fifo-cronolog/fifo-cronolog-1.1.1-r2.ebuild | 29 ----------------------
...-1.2.3.ebuild => fifo-cronolog-1.2.3-r1.ebuild} | 2 +-
3 files changed, 1 insertion(+), 31 deletions(-)
diff --git a/app-admin/fifo-cronolog/Manifest b/app-admin/fifo-cronolog/Manifest
index a35f7f1febc4..959d598d56fb 100644
--- a/app-admin/fifo-cronolog/Manifest
+++ b/app-admin/fifo-cronolog/Manifest
@@ -1,2 +1 @@
-DIST fifo-cronolog-1.1.1.tar.bz2 3124 BLAKE2B 6e9cb35e0ed1b54c3baed4451742840dc1144294fc675822c1260d4d7d885a52f8835e60dcbed57c714e40e94e6d51b3ba78af9b9892883f5f520a7c57d30df8 SHA512 3ac809d5cfc951764aaf31d50ee394b0dde9ced16f53daa91c81bdb218af2bab410ff945ebfdeb8307a55bda3292c0a55eb500c3cb73595e17228ef739455d90
DIST fifo-cronolog-1.2.3.tar.gz 4518 BLAKE2B c227304d98b2467a1ed7352399b1e53aba4dc005fa30a1be73b8cc96d61ee49d5f6a3703ccddd1ffef652c4090e9b5dfed9cce3f1254b959a1ccc07aac78b3f6 SHA512 557be1a663c5754a293092078b8a3710474bb1939c1ee65e4c560056238ca646e941e4ad82c0a90c02834fc90ddb2aae9047a4e73d42cf8c2c013f2a5d2c839c
diff --git a/app-admin/fifo-cronolog/fifo-cronolog-1.1.1-r2.ebuild b/app-admin/fifo-cronolog/fifo-cronolog-1.1.1-r2.ebuild
deleted file mode 100644
index 06b9ddeebf9e..000000000000
--- a/app-admin/fifo-cronolog/fifo-cronolog-1.1.1-r2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="cronolog wrapper for use with dumb daemons like squid, varnish and so on"
-HOMEPAGE="https://cgit.gentoo.org/proj/fifo-cronolog.git"
-SRC_URI="http://dev.gentoo.org/~robbat2/distfiles/${P}.tar.bz2"
-
-LICENSE="BSD-2 GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="app-admin/cronolog"
-
-src_install() {
- dosbin fifo-cronolog
-
- newinitd fifo-cronolog.initd fifo-cronolog
- newconfd fifo-cronolog.confd fifo-cronolog
-
- dosym fifo-cronolog /usr/sbin/squid-cronolog
-}
-
-pkg_postinst() {
- elog "Warning: app-admin/squid-cronolog has been renamed to app-admin/fifo-cronolog."
- elog "This also applies to the binary 'squid-cronolog' but there is a symlink for now"
- elog "Please fix your scripts/configs."
-}
diff --git a/app-admin/fifo-cronolog/fifo-cronolog-1.2.3.ebuild b/app-admin/fifo-cronolog/fifo-cronolog-1.2.3-r1.ebuild
similarity index 95%
rename from app-admin/fifo-cronolog/fifo-cronolog-1.2.3.ebuild
rename to app-admin/fifo-cronolog/fifo-cronolog-1.2.3-r1.ebuild
index 06e5d7dd386b..27cfe32f20a1 100644
--- a/app-admin/fifo-cronolog/fifo-cronolog-1.2.3.ebuild
+++ b/app-admin/fifo-cronolog/fifo-cronolog-1.2.3-r1.ebuild
@@ -27,7 +27,7 @@ src_install() {
newinitd openrc/fifo-cronolog.initd fifo-cronolog
newconfd openrc/fifo-cronolog.confd fifo-cronolog
- systemd_douserunit systemd/fifo-cronolog@.service
+ systemd_dounit systemd/fifo-cronolog@.service
dodoc README.md systemd/fifo-cronolog@example.service.env
}
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2024-03-25 5:33 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-13 16:24 [gentoo-commits] repo/gentoo:master commit in: app-admin/fifo-cronolog/ Robin H. Johnson
-- strict thread matches above, loose matches on Subject: below --
2024-03-25 5:33 Robin H. Johnson
2024-03-13 5:25 Robin H. Johnson
2023-09-30 10:00 Andreas Sturmlechner
2023-09-13 3:49 Sam James
2023-09-13 3:49 Sam James
2018-07-23 8:15 Christian Ruppert
2017-06-05 22:35 Andreas Hüttel
2017-05-15 21:27 Andreas Hüttel
2016-01-06 12:53 Michał Górny
2015-11-09 2:47 Robin H. Johnson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox