[gentoo-commits] repo/gentoo:master commit in: app-admin/fifo-cronolog/
commit: a094684c4548123df42790e644f831ffc2d111b1 Author: Sam James gentoo org> AuthorDate: Tue Jun 10 06:28:36 2025 + Commit: Sam James gentoo org> CommitDate: Tue Jun 10 06:28:36 2025 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a094684c app-admin/fifo-cronolog: Stabilize 1.2.3-r1 amd64, #957739 Signed-off-by: Sam James gentoo.org> app-admin/fifo-cronolog/fifo-cronolog-1.2.3-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/fifo-cronolog/fifo-cronolog-1.2.3-r1.ebuild b/app-admin/fifo-cronolog/fifo-cronolog-1.2.3-r1.ebuild index 27cfe32f20a1..bb582d36572b 100644 --- a/app-admin/fifo-cronolog/fifo-cronolog-1.2.3-r1.ebuild +++ b/app-admin/fifo-cronolog/fifo-cronolog-1.2.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="http://dev.gentoo.org/~robbat2/distfiles/${P}.tar.gz"; LICENSE="BSD-2 GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" RDEPEND="app-admin/cronolog"
[gentoo-commits] repo/gentoo:master commit in: app-admin/fifo-cronolog/
commit: 244c1a8fbec377a129414d299666e087b01e50f3 Author: Robin H. Johnson gentoo org> AuthorDate: Mon Mar 25 05:32:14 2024 + Commit: Robin H. Johnson gentoo org> CommitDate: Mon Mar 25 05:32:28 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=244c1a8f app-admin/fifo-cronolog: fix systemd unit Signed-off-by: Robin H. Johnson 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.. --- 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-crono...@example.service.env }
[gentoo-commits] repo/gentoo:master commit in: app-admin/fifo-cronolog/
commit: 3dc3292d11e8e576338d48f03266c5594983daa8 Author: Robin H. Johnson gentoo org> AuthorDate: Wed Mar 13 16:23:57 2024 + Commit: Robin H. Johnson gentoo org> CommitDate: Wed Mar 13 16:24:05 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dc3292d app-admin/fifo-cronolog: replace mirror://gentoo/ Signed-off-by: Robin H. Johnson 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"
[gentoo-commits] repo/gentoo:master commit in: app-admin/fifo-cronolog/
commit: 0dd86ed01ecd13b32a282d228937be391ceebb6b Author: Robin H. Johnson gentoo org> AuthorDate: Wed Mar 13 05:23:50 2024 + Commit: Robin H. Johnson gentoo org> CommitDate: Wed Mar 13 05:24:16 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dd86ed0 app-admin/fifo-cronolog: bump, systemd support Signed-off-by: Robin H. Johnson 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 ..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-crono...@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." +}
[gentoo-commits] repo/gentoo:master commit in: app-admin/fifo-cronolog/
commit: 48285c7fda0664e4e3a66fd1b5299770aadb5fee Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Sep 27 18:02:04 2023 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 30 09:57:37 2023 + 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 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.. --- 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." -}
[gentoo-commits] repo/gentoo:master commit in: app-admin/fifo-cronolog/
commit: a2afd073cd599a969767e6e789039ee73391b955 Author: Leonardo Hernández Hernández proton me> AuthorDate: Wed Sep 13 03:41:09 2023 + Commit: Sam James gentoo org> CommitDate: Wed Sep 13 03:48:03 2023 + 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 proton.me> Signed-off-by: Sam James 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 @@ robb...@gentoo.org + + proj/fifo-cronolog +
[gentoo-commits] repo/gentoo:master commit in: app-admin/fifo-cronolog/
commit: 072104936577f8283bf9a192af64fc0b6fc29e3b Author: Leonardo Hernández Hernández proton me> AuthorDate: Sun Sep 10 23:30:31 2023 + Commit: Sam James gentoo org> CommitDate: Wed Sep 13 03:48:02 2023 + 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 proton.me> Signed-off-by: Sam James 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 ..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." +}
[gentoo-commits] repo/gentoo:master commit in: app-admin/fifo-cronolog/
commit: 85a8a5b885d6e0ef9302f104b9482f423cc4e0a4 Author: Christian Ruppert gentoo org> AuthorDate: Mon Jul 23 08:12:04 2018 + Commit: Christian Ruppert gentoo org> CommitDate: Mon Jul 23 08:15:29 2018 + 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. - - id...@gentoo.org - robb...@gentoo.org
[gentoo-commits] repo/gentoo:master commit in: app-admin/fifo-cronolog/
commit: bf91cc5433da777eb2bfd5336337b0fbf184f90e Author: Andreas K. Hüttel gentoo org> AuthorDate: Mon Jun 5 22:30:59 2017 + Commit: Andreas Hüttel gentoo org> CommitDate: Mon Jun 5 22:30:59 2017 + 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..000 --- 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." -}
[gentoo-commits] repo/gentoo:master commit in: app-admin/fifo-cronolog/
commit: e2ea4ff4c29f2c25e14e34327be37bb04e0d2325 Author: Andreas K. Hüttel gentoo org> AuthorDate: Mon May 15 21:27:31 2017 + Commit: Andreas Hüttel gentoo org> CommitDate: Mon May 15 21:27:50 2017 + 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 000..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." +}
[gentoo-commits] repo/gentoo:master commit in: app-admin/fifo-cronolog/
commit: a170b9c6678a896bebcbf774f94881eda157fa85 Author: Michał Górny gentoo org> AuthorDate: Wed Jan 6 12:52:02 2016 + Commit: Michał Górny gentoo org> CommitDate: Wed Jan 6 12:53:20 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a170b9c6 app-admin/fifo-cronolog: Remove infra-bugs 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 @@ robb...@gentoo.org - - infra-b...@gentoo.org -
[gentoo-commits] repo/gentoo:master commit in: app-admin/fifo-cronolog/
commit: b0b9fe089c2c06e43f1603d8c15b987bf424db88 Author: Robin H. Johnson gentoo org> AuthorDate: Mon Nov 9 02:47:26 2015 + Commit: Robin H. Johnson gentoo org> CommitDate: Mon Nov 9 02:47:26 2015 + 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 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 @@ http://www.gentoo.org/dtd/metadata.dtd";> + + 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. + - infrastruct...@gentoo.org + id...@gentoo.org + + + robb...@gentoo.org + + + infra-b...@gentoo.org