summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2017-06-06 00:30:59 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2017-06-06 00:30:59 +0200
commitbf91cc5433da777eb2bfd5336337b0fbf184f90e (patch)
treefa9da7191a744bf81db3d67bcbab627aa9d20173 /app-admin/fifo-cronolog
parentdev-util/clair: Add missed RDEPEND (diff)
downloadgentoo-bf91cc5433da777eb2bfd5336337b0fbf184f90e.tar.gz
gentoo-bf91cc5433da777eb2bfd5336337b0fbf184f90e.tar.bz2
gentoo-bf91cc5433da777eb2bfd5336337b0fbf184f90e.zip
app-admin/fifo-cronolog: Remove old
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'app-admin/fifo-cronolog')
-rw-r--r--app-admin/fifo-cronolog/fifo-cronolog-1.1.1.ebuild31
1 files changed, 0 insertions, 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 38bef60c5501..000000000000
--- 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."
-}