public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-mail/mailfront/
@ 2018-01-24 13:05 Manuel Rüger
  0 siblings, 0 replies; 7+ messages in thread
From: Manuel Rüger @ 2018-01-24 13:05 UTC (permalink / raw
  To: gentoo-commits

commit:     bfae8afecb7439087c03191da77ce70ebbd4d76c
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 24 13:03:10 2018 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Wed Jan 24 13:03:56 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfae8afe

net-mail/mailfront: Remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-mail/mailfront/Manifest              |  2 -
 net-mail/mailfront/mailfront-0.88.ebuild | 69 --------------------------------
 net-mail/mailfront/mailfront-1.12.ebuild | 63 -----------------------------
 3 files changed, 134 deletions(-)

diff --git a/net-mail/mailfront/Manifest b/net-mail/mailfront/Manifest
index eb5ad919582..f397135fe09 100644
--- a/net-mail/mailfront/Manifest
+++ b/net-mail/mailfront/Manifest
@@ -1,4 +1,2 @@
-DIST mailfront-0.88.tar.gz 61406 BLAKE2B efe303944da6d80e020ef307189bdf4c4e4b34b0abcc659896c307443c058a802d6cad0a00ef655d54b740eee2bfa4b83162689f084fd9336c3c33f91b446234 SHA512 551b9f515f3a06dd203ed353cc2623a9b1612834b1e6126a075ae2e5a1f6e1f4b2742e7458e26df6d09cf72d1fc512b585bafe03b7f93e069fe33af738b21d0e
 DIST mailfront-0.98.tar.gz 77981 BLAKE2B 1729dc60954fa3337bd7be841050886d091fce4a685e928e61c71e70ff30c473f1dfa7e8d59298ef5790cfe165e91c6827c885c423a74cd9cbe5b0bf4dead233 SHA512 ea0e4352219cedad650787dc38ff11d76484cdaef0a4fbd3e51e68f0c0a7676cd591608658ee4f342dfa7e801c67c8a9bd862243fc9b1e776c8b2fe863faf178
-DIST mailfront-1.12.tar.gz 104598 BLAKE2B 1499d3c79641f54a06b101e4d50fc5e3cece0694d0b6f566e75f4f09d84a035e90758eae57532f301c9bd938a1fb0fc7e750abfe3da3d87cc5fe983ab84c8661 SHA512 26a5dc791b810ecb9fa262d7263499774201d1a2aeaad997e959daa2cb9ed35b49a12800df29ea17136e32877a4b81bd93998da3748f7e25403f35507a9ca898
 DIST mailfront-1.16.tar.gz 108212 BLAKE2B 3b3bd3481b572eb48701a2df71a455838430f615332d7de2d4b3c6beea2a0d3b677cf6907bf975c31e7b2fb6cd60aab5ca45a566c515d2b645553a90391d773a SHA512 7f718e9c3b0f0cb4c5fcae967858f2d3597081c9e8e11c5c5e86f147c3e49e338d20acecccfb83d2db4b7e7a5b33f4cc21b0a0c2f71bb6ab8c71c76189281b2b

diff --git a/net-mail/mailfront/mailfront-0.88.ebuild b/net-mail/mailfront/mailfront-0.88.ebuild
deleted file mode 100644
index f95422c8171..00000000000
--- a/net-mail/mailfront/mailfront-0.88.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit fixheadtails 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="x86 ~sparc ~ppc"
-IUSE=""
-
-DEPEND=">=dev-libs/bglibs-1.006"
-RDEPEND="
-	${DEPEND}
-	net-libs/cvm
-	virtual/qmail
-"
-
-src_unpack() {
-	unpack ${A}
-	ht_fix_file "${S}"/Makefile
-}
-
-src_compile() {
-	echo "/usr/lib/bglibs/include" > conf-bgincs
-	echo "/usr/lib/bglibs/lib" > conf-bglibs
-	echo "/var/qmail/bin" > conf-bin
-	echo "$(tc-getCC) ${CFLAGS}" > conf-cc
-	echo "$(tc-getCC) " > conf-ld
-	emake || die
-}
-
-src_install() {
-	exeinto /var/qmail/bin
-	doexe pop3front-auth pop3front-maildir smtpfront-echo \
-		smtpfront-qmail smtpfront-reject imapfront-auth \
-		qmqpfront-qmail qmtpfront-qmail || die
-
-	#install new run files for qmail-smtpd and qmail-pop3
-	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 FILES NEWS README TARGETS TODO VERSION
-
-	dohtml cvm-sasl.html imapfront.html mailfront.html mailrules.html \
-		mailrules2.html pop3front.html qmail-backend.html \
-		qmail-validate.html smtpfront.html
-}
-
-pkg_config() {
-	cd /var/qmail/supervise/qmail-smtpd/
-	cp run run.qmail-smtpd.`date +%Y%m%d%H%M%S` && cp run.mailfront run
-	cd /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 emerge --config =${CATEGORY}/${PF}"
-	elog "to update you run files (backup 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.12.ebuild b/net-mail/mailfront/mailfront-1.12.ebuild
deleted file mode 100644
index 3ff971dea19..00000000000
--- a/net-mail/mailfront/mailfront-1.12.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/mailfront" > 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
-}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-mail/mailfront/
@ 2019-06-04  3:29 Andreas K. Hüttel
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas K. Hüttel @ 2019-06-04  3:29 UTC (permalink / raw
  To: gentoo-commits

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
-}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-mail/mailfront/
@ 2021-05-26  8:46 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2021-05-26  8:46 UTC (permalink / raw
  To: gentoo-commits

commit:     274b7fc95d835c8637d3ce9db3a97a53f153946e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May 26 08:45:48 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 26 08:46:11 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=274b7fc9

net-mail/mailfront: add github remote-id

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-mail/mailfront/metadata.xml | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/net-mail/mailfront/metadata.xml b/net-mail/mailfront/metadata.xml
index 29507c232b8..df4f4842e1f 100644
--- a/net-mail/mailfront/metadata.xml
+++ b/net-mail/mailfront/metadata.xml
@@ -1,11 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<!-- maintainer-needed -->
-<longdescription lang="en">
-This is mailfront, a package containing customizeable network front-ends
-for mail servers.  It contains complete SMTP, QMQP, QMTP, and POP3
-front-ends as well as an authentication module for IMAP.  The mail
-delivery front-ends also contain internal address filtering features.
-</longdescription>
+	<!-- maintainer-needed -->
+	<longdescription lang="en">
+		This is mailfront, a package containing customizeable network front-ends
+		for mail servers.  It contains complete SMTP, QMQP, QMTP, and POP3
+		front-ends as well as an authentication module for IMAP.  The mail
+		delivery front-ends also contain internal address filtering features.
+	</longdescription>
+	<upstream>
+		<remote-id type="github">bruceg/mailfront</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-mail/mailfront/
@ 2023-06-23 18:07 Matt Turner
  0 siblings, 0 replies; 7+ messages in thread
From: Matt Turner @ 2023-06-23 18:07 UTC (permalink / raw
  To: gentoo-commits

commit:     50b315e42ec74aebb95955d8e1c6f32134ae8d23
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 23 17:27:36 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Jun 23 18:07:04 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50b315e4

net-mail/mailfront: Drop ppc keywords

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 net-mail/mailfront/mailfront-2.22.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/mailfront/mailfront-2.22.ebuild b/net-mail/mailfront/mailfront-2.22.ebuild
index 0fae74cd3b54..83c2bd634dde 100644
--- a/net-mail/mailfront/mailfront-2.22.ebuild
+++ b/net-mail/mailfront/mailfront-2.22.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://untroubled.org/mailfront/archive/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~sparc ~x86"
 IUSE=""
 
 DEPEND=">=dev-libs/bglibs-2.04


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-mail/mailfront/
@ 2024-08-07 19:34 Petr Vaněk
  0 siblings, 0 replies; 7+ messages in thread
From: Petr Vaněk @ 2024-08-07 19:34 UTC (permalink / raw
  To: gentoo-commits

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"
-}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-mail/mailfront/
@ 2024-08-07 19:34 Petr Vaněk
  0 siblings, 0 replies; 7+ messages in thread
From: Petr Vaněk @ 2024-08-07 19:34 UTC (permalink / raw
  To: gentoo-commits

commit:     ec86de6055d104bfdcbf39f62145efc483aa0c45
Author:     Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Fri Aug  2 10:38:10 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Wed Aug  7 19:32:29 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec86de60

net-mail/mailfront: bump EAPI, drop empty IUSE

Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 net-mail/mailfront/mailfront-2.22-r1.ebuild | 60 +++++++++++++++++++++++++++++
 1 file changed, 60 insertions(+)

diff --git a/net-mail/mailfront/mailfront-2.22-r1.ebuild b/net-mail/mailfront/mailfront-2.22-r1.ebuild
new file mode 100644
index 000000000000..1ca496fbbd32
--- /dev/null
+++ b/net-mail/mailfront/mailfront-2.22-r1.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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"
+
+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"
+}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-mail/mailfront/
@ 2024-08-07 19:34 Petr Vaněk
  0 siblings, 0 replies; 7+ messages in thread
From: Petr Vaněk @ 2024-08-07 19:34 UTC (permalink / raw
  To: gentoo-commits

commit:     8af93c014c2cec57b4f93b963756266f5967c35c
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  7 11:00:30 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Wed Aug  7 19:32:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8af93c01

net-mail/mailfront: respect AR, RANLIB and LDFLAGS

Closes: https://bugs.gentoo.org/727834
Closes: https://bugs.gentoo.org/792249
Closes: https://bugs.gentoo.org/792252
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 net-mail/mailfront/mailfront-2.22-r1.ebuild | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/net-mail/mailfront/mailfront-2.22-r1.ebuild b/net-mail/mailfront/mailfront-2.22-r1.ebuild
index 1ca496fbbd32..d7880f49f5c7 100644
--- a/net-mail/mailfront/mailfront-2.22-r1.ebuild
+++ b/net-mail/mailfront/mailfront-2.22-r1.ebuild
@@ -19,13 +19,26 @@ RDEPEND="${DEPEND}
 	virtual/qmail
 	net-libs/cvm"
 
+src_prepare() {
+	default
+	local sed_args=(
+		# make compilation more verbose
+		-e '/exec/ {h;s/exec/echo/g;G}'
+		# replace AR and be more verbose, bug #792249
+		-e "/ar cr/ {h;s/ar/echo &/;G;s:ar:$(tc-getAR):g}"
+		# replace RANLIB and be more verbose, bug #792252
+		-e "/ranlib/ {h;s/ranlib/echo &/;G;s:ranlib:$(tc-getRANLIB):g}"
+	)
+	sed -i "${sed_args[@]}" Makefile || die
+}
+
 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) ${CFLAGS} -fPIC -shared ${LDFLAGS}" > conf-ccso || die
 	echo "$(tc-getCC) ${LDFLAGS}" > conf-ld || die
 }
 


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-08-07 19:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-23 18:07 [gentoo-commits] repo/gentoo:master commit in: net-mail/mailfront/ Matt Turner
  -- strict thread matches above, loose matches on Subject: below --
2024-08-07 19:34 Petr Vaněk
2024-08-07 19:34 Petr Vaněk
2024-08-07 19:34 Petr Vaněk
2021-05-26  8:46 Sam James
2019-06-04  3:29 Andreas K. Hüttel
2018-01-24 13:05 Manuel Rüger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox