From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/ezmlm-idx/
Date: Sun, 3 Jun 2018 02:59:10 +0000 (UTC) [thread overview]
Message-ID: <1527994723.894d3a2861a27543b402fbafb78f3bd16d9984b2.bman@gentoo> (raw)
commit: 894d3a2861a27543b402fbafb78f3bd16d9984b2
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 3 00:14:06 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Jun 3 02:58:43 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=894d3a28
net-mail/ezmlm-idx: drop old EAPI
Package-Manager: Portage-2.3.40, Repoman-2.3.9
net-mail/ezmlm-idx/ezmlm-idx-7.0.0-r1.ebuild | 63 ----------------------------
net-mail/ezmlm-idx/ezmlm-idx-7.0.0.ebuild | 63 ----------------------------
2 files changed, 126 deletions(-)
diff --git a/net-mail/ezmlm-idx/ezmlm-idx-7.0.0-r1.ebuild b/net-mail/ezmlm-idx/ezmlm-idx-7.0.0-r1.ebuild
deleted file mode 100644
index 3c6166ea4f2..00000000000
--- a/net-mail/ezmlm-idx/ezmlm-idx-7.0.0-r1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit qmail multilib
-
-DESCRIPTION="Simple yet powerful mailing list manager for qmail"
-HOMEPAGE="http://www.ezmlm.org"
-SRC_URI="http://www.ezmlm.org/archive/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
-IUSE="mysql postgres"
-
-DEPEND="mysql? ( virtual/mysql )
- postgres? ( dev-db/postgresql )"
-RDEPEND="${DEPEND}
- virtual/qmail"
-
-pkg_setup() {
- if use mysql && use postgres; then
- die "cannot build mysql and pgsql support at the same time"
- fi
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}" || die
-
- echo /usr/bin > conf-bin
- echo /usr/$(get_libdir)/ezmlm > conf-lib
- echo /etc/ezmlm > conf-etc
- echo /usr/share/man > conf-man
- echo ${QMAIL_HOME} > conf-qmail
-
- echo $(tc-getCC) ${CFLAGS} -I/usr/include/{my,postgre}sql > conf-cc
- echo $(tc-getCC) ${CFLAGS} -Wl,-E > conf-ld
-
- # fix DESTDIR and skip cat man-pages
- sed -e "s:\(/install\) \(\"\`head\):\1 ${D}\2:" \
- -e "s:\(./install.*\) < MAN$:grep -v \:/cat MAN | \1:" \
- -e "s:\(\"\`head -n 1 conf-etc\`\"/default\):${D}\1:" \
- -i Makefile
-}
-
-src_compile() {
- emake it man || die "make failed"
-
- if use mysql; then
- emake mysql || die "make mysql failed"
- elif use postgres; then
- emake pgsql || die "make pgsql failed"
- fi
-}
-
-src_install () {
- dodir /usr/bin /usr/$(get_libdir)/ezmlm /etc/ezmlm /usr/share/man
- dobin ezmlm-{cgi,checksub}
-
- make DESTDIR="${D}" setup || die "make setup failed"
-}
diff --git a/net-mail/ezmlm-idx/ezmlm-idx-7.0.0.ebuild b/net-mail/ezmlm-idx/ezmlm-idx-7.0.0.ebuild
deleted file mode 100644
index 2f1e6ec24b6..00000000000
--- a/net-mail/ezmlm-idx/ezmlm-idx-7.0.0.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit qmail
-
-DESCRIPTION="Simple yet powerful mailing list manager for qmail"
-HOMEPAGE="http://www.ezmlm.org"
-SRC_URI="http://www.ezmlm.org/archive/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
-IUSE="mysql postgres"
-
-DEPEND="mysql? ( virtual/mysql )
- postgres? ( dev-db/postgresql )"
-RDEPEND="${DEPEND}
- virtual/qmail"
-
-pkg_setup() {
- if use mysql && use postgres; then
- die "cannot build mysql and pgsql support at the same time"
- fi
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}" || die
-
- echo /usr/bin > conf-bin
- echo /usr/lib/ezmlm > conf-lib
- echo /etc/ezmlm > conf-etc
- echo /usr/share/man > conf-man
- echo ${QMAIL_HOME} > conf-qmail
-
- echo $(tc-getCC) ${CFLAGS} -I/usr/include/{my,postgre}sql > conf-cc
- echo $(tc-getCC) ${CFLAGS} -Wl,-E > conf-ld
-
- # fix DESTDIR and skip cat man-pages
- sed -e "s:\(/install\) \(\"\`head\):\1 ${D}\2:" \
- -e "s:\(./install.*\) < MAN$:grep -v \:/cat MAN | \1:" \
- -e "s:\(\"\`head -n 1 conf-etc\`\"/default\):${D}\1:" \
- -i Makefile
-}
-
-src_compile() {
- emake it man || die "make failed"
-
- if use mysql; then
- emake mysql || die "make mysql failed"
- elif use postgres; then
- emake pgsql || die "make pgsql failed"
- fi
-}
-
-src_install () {
- dodir /usr/bin /usr/lib/ezmlm /etc/ezmlm /usr/share/man
- dobin ezmlm-{cgi,checksub}
-
- make DESTDIR="${D}" setup || die "make setup failed"
-}
next reply other threads:[~2018-06-03 2:59 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-03 2:59 Aaron Bauman [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-02-18 20:49 [gentoo-commits] repo/gentoo:master commit in: net-mail/ezmlm-idx/ Brian Evans
2019-10-07 8:59 Agostino Sarubbo
2019-10-07 10:44 Agostino Sarubbo
2019-10-07 19:22 Sergei Trofimovich
2019-10-11 22:32 Sergei Trofimovich
2019-10-12 4:30 Matt Turner
2019-10-12 7:01 Michał Górny
2021-01-05 11:48 Stephan Hartmann
2021-01-20 0:52 Sam James
2021-01-20 9:28 Sam James
2021-01-20 9:29 Sam James
2021-01-20 9:30 Sam James
2021-01-21 1:05 Sam James
2021-05-31 17:43 Sergei Trofimovich
2022-10-08 12:17 Sam James
2022-11-04 20:23 Arthur Zamarin
2022-11-05 2:38 Sam James
2022-11-05 4:42 Sam James
2022-11-05 17:11 Agostino Sarubbo
2023-06-23 18:07 Matt Turner
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=1527994723.894d3a2861a27543b402fbafb78f3bd16d9984b2.bman@gentoo \
--to=bman@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