diff options
author | 2017-05-15 23:27:31 +0200 | |
---|---|---|
committer | 2017-05-15 23:27:50 +0200 | |
commit | e2ea4ff4c29f2c25e14e34327be37bb04e0d2325 (patch) | |
tree | 00dec57a3161585cec4f9ac4a749bf46eb9c5187 /app-admin/fifo-cronolog | |
parent | app-admin/mei-amt-check: Fix Manifest (diff) | |
download | gentoo-e2ea4ff4c29f2c25e14e34327be37bb04e0d2325.tar.gz gentoo-e2ea4ff4c29f2c25e14e34327be37bb04e0d2325.tar.bz2 gentoo-e2ea4ff4c29f2c25e14e34327be37bb04e0d2325.zip |
app-admin/fifo-cronolog: EAPI bump, acked by robbat2
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-admin/fifo-cronolog')
-rw-r--r-- | app-admin/fifo-cronolog/fifo-cronolog-1.1.1-r1.ebuild | 31 |
1 files changed, 31 insertions, 0 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 new file mode 100644 index 000000000000..93447d0b0efb --- /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." +} |