From bd4aeefe33e63f613512604e47bfca7b2187697d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 3 Nov 2019 16:06:58 +0000 Subject: gentoo resync : 03.11.2019 --- net-mail/qlogtools/Manifest | 1 + net-mail/qlogtools/qlogtools-3.1-r1.ebuild | 39 ++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 net-mail/qlogtools/qlogtools-3.1-r1.ebuild (limited to 'net-mail/qlogtools') diff --git a/net-mail/qlogtools/Manifest b/net-mail/qlogtools/Manifest index ba6cb9a7f5e8..8b343e48c0d6 100644 --- a/net-mail/qlogtools/Manifest +++ b/net-mail/qlogtools/Manifest @@ -1,4 +1,5 @@ AUX qlogtools-3.1-errno.patch 348 BLAKE2B 4a2e1e525a071792f934a7640b0199c7292e08a2c5964f6268c7e5bab945c09d84f09371860311288fb48f7baa24f3d9ad93d57d6e2109a0856e60ef1c0723c3 SHA512 5f9e49aba6e01d5712ceadd8f2a0e3e03bdb2d1cb0c6cc4de7e6b54ef99aff0daa14a93fbeb0557ca9fdb6b75edaf4d0b24ad2b41971fc4f330435ab74ed48f8 DIST qlogtools-3.1.tar.gz 20868 BLAKE2B bb248aef33e8f8d083956e621437e530c0a7adfe95a8c87503ca7813d756238b54873044777c9d4f362c3c75af24f58c67b8e1fca82724ea8843986fddd4d457 SHA512 aa080114d543d70879b091e3c1d4ddf7a3c1eaf0848c7215fb291e0dac49070833917f66bf02012bcfb1c5df63dadd0ab8c1c1642e5e1c4dd3c34c88bf2751e7 +EBUILD qlogtools-3.1-r1.ebuild 870 BLAKE2B a05e7f0d51497d1241886978ac7f198e5e0c4be85593583d8ff096a381964f43fb0e2186170ccfafb3899bb75860632e611c18e006f8468d4f10858798f2f104 SHA512 d794a2f524dbc0fbbd0f66ccde36239d1d691fd4d4fc0975020eb782310feb43879e2ff6091f2223e9e3c2787d7abee6348c18224f737f415fa1116ad0c5878d EBUILD qlogtools-3.1.ebuild 936 BLAKE2B 135ac5fd08b4d0cfe8eba0366541eebd5302b4a4b2da0125d70341c2b00c4b6c43f2bffadb41fd55eea11786efbc9d3b632098a9847a24bf7d7a5e073706c9d8 SHA512 d7ead31344a41e8009b1d710aa6a3f41d6d5dc0f0198227c8874e1e0e543385600228181d024af2833d2eca05d975fec9fad234aed1dff38346c34b48318a9c3 MISC metadata.xml 268 BLAKE2B 914b6995ad966e2b83ec718b2598969b181c119d8805241b0046f69e161ac22a9f769204f4783240056804008475aa406cbd91b9de499ec7840f9595158bd291 SHA512 ffda1db3fd6ac952f41a970e2e496c6a9fd0b12ed11cdf363fd269c3b00f627c6e70421fd545aad61d69594af2e5f43d8ebc197232a39b596d012818fe758850 diff --git a/net-mail/qlogtools/qlogtools-3.1-r1.ebuild b/net-mail/qlogtools/qlogtools-3.1-r1.ebuild new file mode 100644 index 000000000000..df13e770840a --- /dev/null +++ b/net-mail/qlogtools/qlogtools-3.1-r1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit eutils toolchain-funcs + +DESCRIPTION="Qmail Log processing tools" +HOMEPAGE="http://untroubled.org/qlogtools/" +SRC_URI="http://untroubled.org/qlogtools/archive/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND="" +RDEPEND="!app-text/multitail" + +PATCHES=( + "${FILESDIR}"/qlogtools-3.1-errno.patch +) + +src_configure() { + echo "$(tc-getCC) ${CFLAGS}" > conf-cc + echo "$(tc-getCC) ${LDFLAGS}" > conf-ld + echo "${D}/usr/bin" > conf-bin + echo "${D}/usr/share/man/" > conf-man +} + +src_install() { + dodir /usr/bin /usr/share/man/ + ./installer || die "Installer failed" + dodoc ANNOUNCEMENT FILES NEWS README TARGETS VERSION +} + +pkg_postinst() { + elog "Please see /usr/share/doc/${PF}/README for configuration information" +} -- cgit v1.2.3