summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-09-27 20:02:04 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-09-30 11:57:37 +0200
commit48285c7fda0664e4e3a66fd1b5299770aadb5fee (patch)
treee40ca00048202d6eb5c4c5a4be56a136d38bfc7d /app-admin/fifo-cronolog/fifo-cronolog-1.1.1-r1.ebuild
parentdev-libs/kirigami-addons: drop 0.10.0 (diff)
downloadgentoo-48285c7fda0664e4e3a66fd1b5299770aadb5fee.tar.gz
gentoo-48285c7fda0664e4e3a66fd1b5299770aadb5fee.tar.bz2
gentoo-48285c7fda0664e4e3a66fd1b5299770aadb5fee.zip
app-admin/fifo-cronolog: drop 1.1.1-r1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-admin/fifo-cronolog/fifo-cronolog-1.1.1-r1.ebuild')
-rw-r--r--app-admin/fifo-cronolog/fifo-cronolog-1.1.1-r1.ebuild31
1 files changed, 0 insertions, 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."
-}