diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-11-09 22:30:08 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-11-09 22:30:08 -0500 |
commit | 4ee9e54484bed4bf5c7c8f410fec54733426acb6 (patch) | |
tree | bc1b69a5617b8970175809d46bee40422c7f76fe /net-mail/qlogtools | |
parent | dev-vcs/svn2cl: bump EAPI and stuff (diff) | |
download | gentoo-4ee9e54484bed4bf5c7c8f410fec54733426acb6.tar.gz gentoo-4ee9e54484bed4bf5c7c8f410fec54733426acb6.tar.bz2 gentoo-4ee9e54484bed4bf5c7c8f410fec54733426acb6.zip |
net-mail/qlogtools: drop old EAPI
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'net-mail/qlogtools')
-rw-r--r-- | net-mail/qlogtools/qlogtools-3.1.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/net-mail/qlogtools/qlogtools-3.1.ebuild b/net-mail/qlogtools/qlogtools-3.1.ebuild deleted file mode 100644 index 8c15e308860b..000000000000 --- a/net-mail/qlogtools/qlogtools-3.1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -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" - -src_unpack() { - unpack ${A} - EPATCH_OPTS="-p1 -d ${P}" epatch "${FILESDIR}"/qlogtools-3.1-errno.patch -} - -src_compile() { - 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 - emake || die -} - -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" -} |