summaryrefslogtreecommitdiff
path: root/app-admin/fifo-cronolog
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /app-admin/fifo-cronolog
reinit the tree, so we can have metadata
Diffstat (limited to 'app-admin/fifo-cronolog')
-rw-r--r--app-admin/fifo-cronolog/Manifest5
-rw-r--r--app-admin/fifo-cronolog/fifo-cronolog-1.1.1-r1.ebuild31
-rw-r--r--app-admin/fifo-cronolog/metadata.xml14
3 files changed, 50 insertions, 0 deletions
diff --git a/app-admin/fifo-cronolog/Manifest b/app-admin/fifo-cronolog/Manifest
new file mode 100644
index 000000000000..4e00adfc0727
--- /dev/null
+++ b/app-admin/fifo-cronolog/Manifest
@@ -0,0 +1,5 @@
+DIST fifo-cronolog-1.1.1.tar.bz2 3124 SHA256 bdaa57e67b32bdf3c26a776e4e16b04f8fb21a514ae27fa798537e8bdaa4da1c SHA512 3ac809d5cfc951764aaf31d50ee394b0dde9ced16f53daa91c81bdb218af2bab410ff945ebfdeb8307a55bda3292c0a55eb500c3cb73595e17228ef739455d90 WHIRLPOOL 9d878065760d55fa87b0d9434ffbd0696da278086174200daf8074854cf3d56d1424d7cf533c902e7d85eba7059c3c431bd68ba55c76ea0e70c185f9887c23e3
+EBUILD fifo-cronolog-1.1.1-r1.ebuild 816 SHA256 14da0502073fcd8c25fdcd5b5eb09657a3b68e26de0f614725904e1da8f7ff3b SHA512 ace0fca2b8e11d99dc9b0ac51d10c9a06089c0aa6912804c0fa78ca51fc4786735eb6d6c8b0cd3f9887feff7112a1f6f9bba647b2585e72309bbb75a1ca943f3 WHIRLPOOL 3111837e1cadfd1b189ad56f7c76ae55d6fd470210b9174e5989d209d04c8e2004c8d7d6e227b21a55ea1eb89d6151832fee9ecc64f66251a4dfcc26e67baabc
+MISC ChangeLog 2697 SHA256 138243c8d6b6dec78da4e590a39a957c816e2c04b276e6594d0ed30b22f5c800 SHA512 c94f0f6956314080ce278be62d99d5de94697eb2a786a2cecb7cd705bd515e81006c75f2b8f9044afe6437711cd9a7bcd096384c4ec631ad575564e50eda4cd7 WHIRLPOOL 82dc487dc48dabb9acd39babe09fbc89cfd467725e8934e44072b7964354f74737a63722f330d56a394aca184acaa3bf974be03e909ae667453618f50407564a
+MISC ChangeLog-2015 954 SHA256 0ec79017e960ee7dca561689f3af30057cc34e1710917ccdcea75f56768cd5d6 SHA512 8708fdbed6a4fc0faec676ca4636423128273e6928faa7d541b807f1a44cfac222e71b22803cff41d1d41d5fa6d4a76baefda15fda57cb34724b22e4b118478c WHIRLPOOL 8f04714f117d610ea828440bc29820de69a985d9ba6b98cb30abee9cba5d8a385fe9f5e0666b0cfb2a6905dc5678e371ed49d2258feb9a2ddb013d025d258213
+MISC metadata.xml 480 SHA256 3224c72e005e320bd9fd75ea11624ea4d3391294c637e7d894d6a36c4797e801 SHA512 5b40d5fec153d6883069f56d93397f9fdf664fb7c59a6c9ee8734d66aacc50be78ab7a76000292412e157ca79275e8b91bae7a133feef19f967c972b7f5ba793 WHIRLPOOL e746a35bd9ec2057aeb6bb9f728d2df90b4b9caf6170d402e68248d231d0403d7f2f6609d6e1ee3d7adc56c2d6ee4943ec67a8ee17e461ba5918800603170fc3
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."
+}
diff --git a/app-admin/fifo-cronolog/metadata.xml b/app-admin/fifo-cronolog/metadata.xml
new file mode 100644
index 000000000000..479c97a41559
--- /dev/null
+++ b/app-admin/fifo-cronolog/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <longdescription>
+ fifo-cronolog is based on app-admin/cronolog, but uses a FIFO for input
+ instead of stdin. This package is used for the Gentoo infrastructure.
+ </longdescription>
+ <maintainer type="person">
+ <email>idl0r@gentoo.org</email>
+ </maintainer>
+ <maintainer type="person">
+ <email>robbat2@gentoo.org</email>
+ </maintainer>
+</pkgmetadata>