public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mikle Kolyada" <zlogene@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/qmail-autoresponder/
Date: Thu,  2 May 2019 20:54:07 +0000 (UTC)	[thread overview]
Message-ID: <1556830442.f3cd9049df68ec34c137cab49223e22963da0225.zlogene@gentoo> (raw)

commit:     f3cd9049df68ec34c137cab49223e22963da0225
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu May  2 20:53:00 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu May  2 20:54:02 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3cd9049

net-mail/qmail-autoresponder: Drop old

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 .../qmail-autoresponder-0.97-r1.ebuild             | 57 ----------------------
 1 file changed, 57 deletions(-)

diff --git a/net-mail/qmail-autoresponder/qmail-autoresponder-0.97-r1.ebuild b/net-mail/qmail-autoresponder/qmail-autoresponder-0.97-r1.ebuild
deleted file mode 100644
index d7c0c1da018..00000000000
--- a/net-mail/qmail-autoresponder/qmail-autoresponder-0.97-r1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit toolchain-funcs eutils
-
-DESCRIPTION="Rate-limited autoresponder for qmail"
-HOMEPAGE="http://untroubled.org/qmail-autoresponder/"
-SRC_URI="http://untroubled.org/qmail-autoresponder/archive/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="alpha amd64 hppa ~mips ppc sparc x86"
-IUSE="mysql"
-
-DEPEND=">=dev-libs/bglibs-1.022
-	mysql? ( virtual/mysql )"
-RDEPEND="
-	${DEPEND}
-	virtual/qmail
-	mysql? ( virtual/mysql )
-"
-
-src_prepare() {
-	use mysql || epatch	"${FILESDIR}/${PN}-0.97-remove-mysql.h.diff"
-}
-
-src_configure() {
-	echo "/usr/include/bglibs" > conf-bgincs
-	echo "/usr/lib/bglibs" > conf-bglibs
-	echo "$(tc-getCC) ${CFLAGS}" > conf-cc
-	echo "$(tc-getCC) ${LDFLAGS}" > conf-ld
-}
-
-src_compile() {
-	# fails on parallel builds!
-	make qmail-autoresponder || die "Failed to make qmail-autoresponder"
-	if use mysql; then
-		make qmail-autoresponder-mysql || die "Failed to make qmail-autoresponder-mysql"
-	fi
-}
-
-src_install () {
-	dobin qmail-autoresponder || die
-	doman qmail-autoresponder.1
-	if use mysql; then
-		dobin qmail-autoresponder-mysql || die
-		dodoc schema.mysql
-	fi
-
-	dodoc ANNOUNCEMENT NEWS README TODO ChangeLog procedure.txt
-}
-
-pkg_postinst() {
-	elog "Please see the README file in /usr/share/doc/${PF}/ for per-user configurations."
-}


             reply	other threads:[~2019-05-02 20:54 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-02 20:54 Mikle Kolyada [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-11 19:54 [gentoo-commits] repo/gentoo:master commit in: net-mail/qmail-autoresponder/ Petr Vaněk
2023-06-23 18:07 Matt Turner
2023-01-14 23:22 Sam James
2023-01-14 23:22 Sam James
2023-01-14 22:07 Sam James
2020-04-12 11:02 Sergei Trofimovich
2019-05-02 20:54 Mikle Kolyada
2019-03-25 22:18 Sergei Trofimovich
2019-03-16 20:14 Sergei Trofimovich
2019-03-15 23:08 Mikle Kolyada
2019-03-09 19:18 Thomas Deutschmann
2019-02-18 21:00 Brian Evans

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1556830442.f3cd9049df68ec34c137cab49223e22963da0225.zlogene@gentoo \
    --to=zlogene@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox