From 50c71de793c37c19d34a68b3af53ba5e7ca51d22 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 25 Mar 2024 07:01:01 +0000 Subject: gentoo auto-resync : 25:03:2024 - 07:01:01 --- app-admin/fifo-cronolog/Manifest | 4 +-- .../fifo-cronolog/fifo-cronolog-1.1.1-r2.ebuild | 29 ----------------- .../fifo-cronolog/fifo-cronolog-1.2.3-r1.ebuild | 38 ++++++++++++++++++++++ app-admin/fifo-cronolog/fifo-cronolog-1.2.3.ebuild | 38 ---------------------- 4 files changed, 39 insertions(+), 70 deletions(-) delete mode 100644 app-admin/fifo-cronolog/fifo-cronolog-1.1.1-r2.ebuild create mode 100644 app-admin/fifo-cronolog/fifo-cronolog-1.2.3-r1.ebuild delete mode 100644 app-admin/fifo-cronolog/fifo-cronolog-1.2.3.ebuild (limited to 'app-admin/fifo-cronolog') diff --git a/app-admin/fifo-cronolog/Manifest b/app-admin/fifo-cronolog/Manifest index 6dcb73813aaa..f8a682af746c 100644 --- a/app-admin/fifo-cronolog/Manifest +++ b/app-admin/fifo-cronolog/Manifest @@ -1,5 +1,3 @@ -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 -EBUILD fifo-cronolog-1.1.1-r2.ebuild 820 BLAKE2B b5b92b6b2e49d854d20114d592d0d3336bcee3d6b57666e0899bbe57f4c9f794194ad3adcba79f2cb52156ce35392506702e235a7130e17043d01181ddc101f2 SHA512 61d21251eaf1936d7210ebefb0ce10213b1b932e7f141d549cbcece291efa7bcf68651ec93c4614f05ccbadad3d00a136dca650d2bc3a61427ce0b4679ce1e2a -EBUILD fifo-cronolog-1.2.3.ebuild 1020 BLAKE2B 8ac2f6058cb4102aeb3b5051cc2784fa82a7c68cc0d2c10b6ce4a517aba70a3b096acec95e18f4e51ba465d9d0197c076923a6f21824f2806fa31d2360bed560 SHA512 7bcdf3157a1b8758de161a4fddb985850a2b4a4c379230ffdd6130e640ceee4fbe6efd9bb9471bf857db54b50eee7d4b00c5a9d86fb77a81f8c10cb94d56c397 +EBUILD fifo-cronolog-1.2.3-r1.ebuild 1016 BLAKE2B 5c544c0d8e8430abedd2d59f2fa64dab45b675711a58eee11e3e83b44554638babf624b4946fd647081c8ebb75968e7fb14ee603bbfcf61355b04f7dd635cfb2 SHA512 de5de2e5c900b7b698ab5a6852646bc5bcc7db2c57fc2a861c1186fd03a988dfd6a7e2e57b7fdf76c5d0a6cf5e127de84c58e1b74734a544bf2c678fbbb25c09 MISC metadata.xml 498 BLAKE2B 57ae35e61276c4e4b3fe5c05fbd8bb3bb1c7107b34d1575e49862cb1dea43857c3a34e216c90d77b5ee56f80699757924af1e4d5f36b1d5de41bbe6d58147e2c SHA512 c5dd305bfcdaec5407f1a2d611988701310b232630da863dd062ec32c9a82f733959424a95697d04acbacf8faf147d4d6904b7bff9b3dce4a48356e7a296eb9e 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-r1.ebuild b/app-admin/fifo-cronolog/fifo-cronolog-1.2.3-r1.ebuild new file mode 100644 index 000000000000..27cfe32f20a1 --- /dev/null +++ b/app-admin/fifo-cronolog/fifo-cronolog-1.2.3-r1.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="http://dev.gentoo.org/~robbat2/distfiles/${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_dounit 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." +} diff --git a/app-admin/fifo-cronolog/fifo-cronolog-1.2.3.ebuild b/app-admin/fifo-cronolog/fifo-cronolog-1.2.3.ebuild deleted file mode 100644 index 06e5d7dd386b..000000000000 --- a/app-admin/fifo-cronolog/fifo-cronolog-1.2.3.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# 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="http://dev.gentoo.org/~robbat2/distfiles/${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." -} -- cgit v1.2.3