Skip to content

Commit

Permalink
app-admin/fifo-cronolog: EAPI bump, acked by robbat2
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.5, Repoman-2.3.2
  • Loading branch information
akhuettel committed May 15, 2017
1 parent 5be2275 commit e2ea4ff
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions app-admin/fifo-cronolog/fifo-cronolog-1.1.1-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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."
}

0 comments on commit e2ea4ff

Please sign in to comment.