public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-mail/qlogtools/
@ 2019-11-02 21:40 Robin H. Johnson
  0 siblings, 0 replies; 2+ messages in thread
From: Robin H. Johnson @ 2019-11-02 21:40 UTC (permalink / raw
  To: gentoo-commits

commit:     995223f937ca2dbfb7b15e09fdae4adbbf93f536
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  2 21:40:03 2019 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Sat Nov  2 21:40:24 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=995223f9

net-mail/qlogtools: Update to EAPI7

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
Bug: https://bugs.gentoo.org/show_bug.cgi?id=697246

 net-mail/qlogtools/qlogtools-3.1-r1.ebuild | 39 ++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

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 00000000000..df13e770840
--- /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"
+}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-mail/qlogtools/
@ 2019-11-10  3:30 Aaron Bauman
  0 siblings, 0 replies; 2+ messages in thread
From: Aaron Bauman @ 2019-11-10  3:30 UTC (permalink / raw
  To: gentoo-commits

commit:     4ee9e54484bed4bf5c7c8f410fec54733426acb6
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 10 03:30:08 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Nov 10 03:30:08 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ee9e544

net-mail/qlogtools: drop old EAPI

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 net-mail/qlogtools/qlogtools-3.1.ebuild | 41 ---------------------------------
 1 file changed, 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 8c15e308860..00000000000
--- 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"
-}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-11-10 11:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-02 21:40 [gentoo-commits] repo/gentoo:master commit in: net-mail/qlogtools/ Robin H. Johnson
  -- strict thread matches above, loose matches on Subject: below --
2019-11-10  3:30 Aaron Bauman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox