summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2019-06-04 05:28:31 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2019-06-04 05:28:31 +0200
commit8a15e2cc501d00cbcff615de57a90426e36de366 (patch)
tree8957f0fe6f75e46aec35f37a9f9af906f679875e
parentdev-embedded/tavrasm: remove, bug 681046 (diff)
downloadgentoo-8a15e2cc.tar.gz
gentoo-8a15e2cc.tar.bz2
gentoo-8a15e2cc.zip
net-mail/mailfront: remove old
Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--net-mail/mailfront/Manifest2
-rw-r--r--net-mail/mailfront/mailfront-0.98.ebuild65
-rw-r--r--net-mail/mailfront/mailfront-1.16.ebuild63
3 files changed, 0 insertions, 130 deletions
diff --git a/net-mail/mailfront/Manifest b/net-mail/mailfront/Manifest
index ab98987d51c9..cc9e4be3d286 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 8e2e1534dcf0..000000000000
--- 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 71d144870dd4..000000000000
--- 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
-}