commit:     3cd1516d8c288157916ccfaabd9c16c9cde17b34
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  7 11:02:00 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Wed Aug  7 19:32:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cd1516d

net-mail/mailfront: drop 2.22

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 net-mail/mailfront/mailfront-2.22.ebuild | 61 --------------------------------
 1 file changed, 61 deletions(-)

diff --git a/net-mail/mailfront/mailfront-2.22.ebuild 
b/net-mail/mailfront/mailfront-2.22.ebuild
deleted file mode 100644
index 83c2bd634dde..000000000000
--- a/net-mail/mailfront/mailfront-2.22.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Mail server network protocol front-ends"
-HOMEPAGE="https://untroubled.org/mailfront/";
-SRC_URI="https://untroubled.org/mailfront/archive/${P}.tar.gz";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
-IUSE=""
-
-DEPEND=">=dev-libs/bglibs-2.04
-       >=net-libs/cvm-0.81"
-RDEPEND="${DEPEND}
-       virtual/qmail
-       net-libs/cvm"
-
-src_configure() {
-       echo "${EPREFIX}/var/qmail" > conf-qmail || die
-       echo "/var/qmail/bin" > conf-bin || die
-       echo "/usr/$(get_libdir)/mailfront" > conf-modules || die
-       echo "/usr/include" > conf-include || die
-       echo "$(tc-getCC) ${CFLAGS}" > conf-cc || die
-       echo "$(tc-getCC) ${CFLAGS} -fPIC -shared" > conf-ccso || die
-       echo "$(tc-getCC) ${LDFLAGS}" > conf-ld || die
-}
-
-src_install() {
-       emake install install_prefix="${ED}"
-       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 TODO VERSION
-       docinto html
-       dodoc *.html
-}
-
-pkg_config() {
-       cd "${EROOT}"/var/qmail/supervise/qmail-smtpd/ || die
-       [[ -e run ]] && ( cp run run.qmail-smtpd.`date +%Y%m%d%H%M%S` || die )
-       cp run.mailfront run || die
-
-       cd "${EROOT}"/var/qmail/supervise/qmail-pop3d/ || die
-       [[ -e run ]] && ( cp run run.qmail-pop3d.`date +%Y%m%d%H%M%S` || die )
-       cp run.mailfront run || die
-}
-
-pkg_postinst() {
-       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"
-}

Reply via email to