From: "Andreas K. Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/mailfront/
Date: Tue, 4 Jun 2019 03:29:16 +0000 (UTC) [thread overview]
Message-ID: <1559618911.8a15e2cc501d00cbcff615de57a90426e36de366.dilfridge@gentoo> (raw)
commit: 8a15e2cc501d00cbcff615de57a90426e36de366
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 4 03:28:31 2019 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Jun 4 03:28:31 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a15e2cc
net-mail/mailfront: remove old
Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
net-mail/mailfront/Manifest | 2 -
net-mail/mailfront/mailfront-0.98.ebuild | 65 --------------------------------
net-mail/mailfront/mailfront-1.16.ebuild | 63 -------------------------------
3 files changed, 130 deletions(-)
diff --git a/net-mail/mailfront/Manifest b/net-mail/mailfront/Manifest
index ab98987d51c..cc9e4be3d28 100644
--- a/net-mail/mailfront/Manifest
+++ b/net-mail/mailfront/Manifest
@@ -1,3 +1 @@
-DIST mailfront-0.98.tar.gz 77981 BLAKE2B 1729dc60954fa3337bd7be841050886d091fce4a685e928e61c71e70ff30c473f1dfa7e8d59298ef5790cfe165e91c6827c885c423a74cd9cbe5b0bf4dead233 SHA512 ea0e4352219cedad650787dc38ff11d76484cdaef0a4fbd3e51e68f0c0a7676cd591608658ee4f342dfa7e801c67c8a9bd862243fc9b1e776c8b2fe863faf178
-DIST mailfront-1.16.tar.gz 108212 BLAKE2B 3b3bd3481b572eb48701a2df71a455838430f615332d7de2d4b3c6beea2a0d3b677cf6907bf975c31e7b2fb6cd60aab5ca45a566c515d2b645553a90391d773a SHA512 7f718e9c3b0f0cb4c5fcae967858f2d3597081c9e8e11c5c5e86f147c3e49e338d20acecccfb83d2db4b7e7a5b33f4cc21b0a0c2f71bb6ab8c71c76189281b2b
DIST mailfront-2.22.tar.gz 128355 BLAKE2B 593598c353aee9c264690de4af5d472bb4b965cb14aa774a0be6fdece200e078a1e2dbe1feca8135e05a54dad2e0fd3378a4a5903f9a45ccffa260fbbbd2edb6 SHA512 30e1c561f8836bbaf893897b1e864539c44600c4b605d4c8c51c1156c9227967a4ac9e2e9eb0b48bb1827001aff2c6a94e9f44c59bf10e16b5d98595c6a9f2f6
diff --git a/net-mail/mailfront/mailfront-0.98.ebuild b/net-mail/mailfront/mailfront-0.98.ebuild
deleted file mode 100644
index 8e2e1534dcf..00000000000
--- a/net-mail/mailfront/mailfront-0.98.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit toolchain-funcs
-
-DESCRIPTION="Mail server network protocol front-ends"
-HOMEPAGE="http://untroubled.org/mailfront/"
-SRC_URI="http://untroubled.org/mailfront/archive/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~ppc ~sparc x86"
-IUSE=""
-
-DEPEND=">=dev-libs/bglibs-1.022
- >=net-libs/cvm-0.71
- "
-RDEPEND="
- ${DEPEND}
- virtual/qmail
- net-libs/cvm
- "
-
-src_compile() {
- echo "/usr/include/bglibs/" > conf-bgincs
- echo "/usr/lib/bglibs/" > conf-bglibs
- echo "/var/qmail/bin" > conf-bin
- echo "/var/qmail" > conf-qmail
- echo "${D}/var/qmail/bin" > conf-bin
- echo "$(tc-getCC) ${CFLAGS}" > conf-cc
- echo "$(tc-getCC)" > conf-ld
- emake || die
-}
-
-src_install() {
- dodir /var/qmail/bin
- emake install || die
-
- exeinto /var/qmail/supervise/qmail-smtpd
- newexe "${FILESDIR}"/run-smtpfront run.mailfront
- exeinto /var/qmail/supervise/qmail-pop3d
- newexe "${FILESDIR}"/run-pop3front run.mailfront
-
- dodoc ANNOUNCEMENT ChangeLog NEWS README VERSION
- dohtml *.html
-}
-
-pkg_config() {
- cd "${ROOT}"/var/qmail/supervise/qmail-smtpd/
- cp run run.qmail-smtpd.`date +%Y%m%d%H%M%S` && cp run.mailfront run
- cd "${ROOT}"/var/qmail/supervise/qmail-pop3d/
- cp run run.qmail-pop3d.`date +%Y%m%d%H%M%S` && cp run.mailfront run
-}
-
-pkg_postinst() {
- echo
- elog "Run"
- elog "emerge --config =${CATEGORY}/${PF}"
- elog "to update your run files (backups are created) in"
- elog " /var/qmail/supervise/qmail-pop3d and"
- elog " /var/qmail/supervise/qmail-smtpd"
- echo
-}
diff --git a/net-mail/mailfront/mailfront-1.16.ebuild b/net-mail/mailfront/mailfront-1.16.ebuild
deleted file mode 100644
index 71d144870dd..00000000000
--- a/net-mail/mailfront/mailfront-1.16.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit toolchain-funcs multilib
-
-DESCRIPTION="Mail server network protocol front-ends"
-HOMEPAGE="http://untroubled.org/mailfront/"
-SRC_URI="http://untroubled.org/mailfront/archive/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~ppc ~sparc ~x86"
-IUSE=""
-
-DEPEND=">=dev-libs/bglibs-1.106
- >=net-libs/cvm-0.81"
-
-RDEPEND="${DEPEND}
- virtual/qmail
- net-libs/cvm"
-
-src_configure() {
- echo "/usr/include/bglibs/" > conf-bgincs
- echo "/usr/$(get_libdir)/bglibs/" > conf-bglibs
- echo "/var/qmail" > conf-qmail
- echo "/var/qmail/bin" > conf-bin
- echo "/usr/$(get_libdir)/mailfront" > conf-modules
- echo "/usr/include" > conf-include
- echo "$(tc-getCC) ${CFLAGS}" > conf-cc
- echo "$(tc-getCC) ${CFLAGS} -fPIC -shared" > conf-ccso
- echo "$(tc-getCC) ${LDFLAGS}" > conf-ld
-}
-
-src_install() {
- #dodir /var/qmail/bin
- emake install install_prefix="${D}" || die "install failed"
- exeinto /var/qmail/supervise/qmail-smtpd
- newexe "${FILESDIR}"/run-smtpfront run.mailfront
- exeinto /var/qmail/supervise/qmail-pop3d
- newexe "${FILESDIR}"/run-pop3front run.mailfront
-
- dodoc ANNOUNCEMENT ChangeLog NEWS README VERSION
- dohtml *.html
-}
-
-pkg_config() {
- cd "${ROOT}"/var/qmail/supervise/qmail-smtpd/
- cp run run.qmail-smtpd.`date +%Y%m%d%H%M%S` && cp run.mailfront run
- cd "${ROOT}"/var/qmail/supervise/qmail-pop3d/
- cp run run.qmail-pop3d.`date +%Y%m%d%H%M%S` && cp run.mailfront run
-}
-
-pkg_postinst() {
- echo
- elog "Run"
- elog "emerge --config =${CATEGORY}/${PF}"
- elog "to update your run files (backups are created) in"
- elog " /var/qmail/supervise/qmail-pop3d and"
- elog " /var/qmail/supervise/qmail-smtpd"
- echo
-}
next reply other threads:[~2019-06-04 3:29 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-04 3:29 Andreas K. Hüttel [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-07 19:34 [gentoo-commits] repo/gentoo:master commit in: net-mail/mailfront/ Petr Vaněk
2024-08-07 19:34 Petr Vaněk
2024-08-07 19:34 Petr Vaněk
2023-06-23 18:07 Matt Turner
2021-05-26 8:46 Sam James
2018-01-24 13:05 Manuel Rüger
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=1559618911.8a15e2cc501d00cbcff615de57a90426e36de366.dilfridge@gentoo \
--to=dilfridge@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