Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/mailfront/
Date: Tue, 04 Jun 2019 03:29:21
Message-Id: 1559618911.8a15e2cc501d00cbcff615de57a90426e36de366.dilfridge@gentoo
1 commit: 8a15e2cc501d00cbcff615de57a90426e36de366
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 4 03:28:31 2019 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 4 03:28:31 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a15e2cc
7
8 net-mail/mailfront: remove old
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.13
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 net-mail/mailfront/Manifest | 2 -
14 net-mail/mailfront/mailfront-0.98.ebuild | 65 --------------------------------
15 net-mail/mailfront/mailfront-1.16.ebuild | 63 -------------------------------
16 3 files changed, 130 deletions(-)
17
18 diff --git a/net-mail/mailfront/Manifest b/net-mail/mailfront/Manifest
19 index ab98987d51c..cc9e4be3d28 100644
20 --- a/net-mail/mailfront/Manifest
21 +++ b/net-mail/mailfront/Manifest
22 @@ -1,3 +1 @@
23 -DIST mailfront-0.98.tar.gz 77981 BLAKE2B 1729dc60954fa3337bd7be841050886d091fce4a685e928e61c71e70ff30c473f1dfa7e8d59298ef5790cfe165e91c6827c885c423a74cd9cbe5b0bf4dead233 SHA512 ea0e4352219cedad650787dc38ff11d76484cdaef0a4fbd3e51e68f0c0a7676cd591608658ee4f342dfa7e801c67c8a9bd862243fc9b1e776c8b2fe863faf178
24 -DIST mailfront-1.16.tar.gz 108212 BLAKE2B 3b3bd3481b572eb48701a2df71a455838430f615332d7de2d4b3c6beea2a0d3b677cf6907bf975c31e7b2fb6cd60aab5ca45a566c515d2b645553a90391d773a SHA512 7f718e9c3b0f0cb4c5fcae967858f2d3597081c9e8e11c5c5e86f147c3e49e338d20acecccfb83d2db4b7e7a5b33f4cc21b0a0c2f71bb6ab8c71c76189281b2b
25 DIST mailfront-2.22.tar.gz 128355 BLAKE2B 593598c353aee9c264690de4af5d472bb4b965cb14aa774a0be6fdece200e078a1e2dbe1feca8135e05a54dad2e0fd3378a4a5903f9a45ccffa260fbbbd2edb6 SHA512 30e1c561f8836bbaf893897b1e864539c44600c4b605d4c8c51c1156c9227967a4ac9e2e9eb0b48bb1827001aff2c6a94e9f44c59bf10e16b5d98595c6a9f2f6
26
27 diff --git a/net-mail/mailfront/mailfront-0.98.ebuild b/net-mail/mailfront/mailfront-0.98.ebuild
28 deleted file mode 100644
29 index 8e2e1534dcf..00000000000
30 --- a/net-mail/mailfront/mailfront-0.98.ebuild
31 +++ /dev/null
32 @@ -1,65 +0,0 @@
33 -# Copyright 1999-2018 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=0
37 -
38 -inherit toolchain-funcs
39 -
40 -DESCRIPTION="Mail server network protocol front-ends"
41 -HOMEPAGE="http://untroubled.org/mailfront/"
42 -SRC_URI="http://untroubled.org/mailfront/archive/${P}.tar.gz"
43 -
44 -LICENSE="GPL-2"
45 -SLOT="0"
46 -KEYWORDS="~ppc ~sparc x86"
47 -IUSE=""
48 -
49 -DEPEND=">=dev-libs/bglibs-1.022
50 - >=net-libs/cvm-0.71
51 - "
52 -RDEPEND="
53 - ${DEPEND}
54 - virtual/qmail
55 - net-libs/cvm
56 - "
57 -
58 -src_compile() {
59 - echo "/usr/include/bglibs/" > conf-bgincs
60 - echo "/usr/lib/bglibs/" > conf-bglibs
61 - echo "/var/qmail/bin" > conf-bin
62 - echo "/var/qmail" > conf-qmail
63 - echo "${D}/var/qmail/bin" > conf-bin
64 - echo "$(tc-getCC) ${CFLAGS}" > conf-cc
65 - echo "$(tc-getCC)" > conf-ld
66 - emake || die
67 -}
68 -
69 -src_install() {
70 - dodir /var/qmail/bin
71 - emake install || die
72 -
73 - exeinto /var/qmail/supervise/qmail-smtpd
74 - newexe "${FILESDIR}"/run-smtpfront run.mailfront
75 - exeinto /var/qmail/supervise/qmail-pop3d
76 - newexe "${FILESDIR}"/run-pop3front run.mailfront
77 -
78 - dodoc ANNOUNCEMENT ChangeLog NEWS README VERSION
79 - dohtml *.html
80 -}
81 -
82 -pkg_config() {
83 - cd "${ROOT}"/var/qmail/supervise/qmail-smtpd/
84 - cp run run.qmail-smtpd.`date +%Y%m%d%H%M%S` && cp run.mailfront run
85 - cd "${ROOT}"/var/qmail/supervise/qmail-pop3d/
86 - cp run run.qmail-pop3d.`date +%Y%m%d%H%M%S` && cp run.mailfront run
87 -}
88 -
89 -pkg_postinst() {
90 - echo
91 - elog "Run"
92 - elog "emerge --config =${CATEGORY}/${PF}"
93 - elog "to update your run files (backups are created) in"
94 - elog " /var/qmail/supervise/qmail-pop3d and"
95 - elog " /var/qmail/supervise/qmail-smtpd"
96 - echo
97 -}
98
99 diff --git a/net-mail/mailfront/mailfront-1.16.ebuild b/net-mail/mailfront/mailfront-1.16.ebuild
100 deleted file mode 100644
101 index 71d144870dd..00000000000
102 --- a/net-mail/mailfront/mailfront-1.16.ebuild
103 +++ /dev/null
104 @@ -1,63 +0,0 @@
105 -# Copyright 1999-2010 Gentoo Foundation
106 -# Distributed under the terms of the GNU General Public License v2
107 -
108 -EAPI="2"
109 -
110 -inherit toolchain-funcs multilib
111 -
112 -DESCRIPTION="Mail server network protocol front-ends"
113 -HOMEPAGE="http://untroubled.org/mailfront/"
114 -SRC_URI="http://untroubled.org/mailfront/archive/${P}.tar.gz"
115 -
116 -LICENSE="GPL-2"
117 -SLOT="0"
118 -KEYWORDS="~ppc ~sparc ~x86"
119 -IUSE=""
120 -
121 -DEPEND=">=dev-libs/bglibs-1.106
122 - >=net-libs/cvm-0.81"
123 -
124 -RDEPEND="${DEPEND}
125 - virtual/qmail
126 - net-libs/cvm"
127 -
128 -src_configure() {
129 - echo "/usr/include/bglibs/" > conf-bgincs
130 - echo "/usr/$(get_libdir)/bglibs/" > conf-bglibs
131 - echo "/var/qmail" > conf-qmail
132 - echo "/var/qmail/bin" > conf-bin
133 - echo "/usr/$(get_libdir)/mailfront" > conf-modules
134 - echo "/usr/include" > conf-include
135 - echo "$(tc-getCC) ${CFLAGS}" > conf-cc
136 - echo "$(tc-getCC) ${CFLAGS} -fPIC -shared" > conf-ccso
137 - echo "$(tc-getCC) ${LDFLAGS}" > conf-ld
138 -}
139 -
140 -src_install() {
141 - #dodir /var/qmail/bin
142 - emake install install_prefix="${D}" || die "install failed"
143 - exeinto /var/qmail/supervise/qmail-smtpd
144 - newexe "${FILESDIR}"/run-smtpfront run.mailfront
145 - exeinto /var/qmail/supervise/qmail-pop3d
146 - newexe "${FILESDIR}"/run-pop3front run.mailfront
147 -
148 - dodoc ANNOUNCEMENT ChangeLog NEWS README VERSION
149 - dohtml *.html
150 -}
151 -
152 -pkg_config() {
153 - cd "${ROOT}"/var/qmail/supervise/qmail-smtpd/
154 - cp run run.qmail-smtpd.`date +%Y%m%d%H%M%S` && cp run.mailfront run
155 - cd "${ROOT}"/var/qmail/supervise/qmail-pop3d/
156 - cp run run.qmail-pop3d.`date +%Y%m%d%H%M%S` && cp run.mailfront run
157 -}
158 -
159 -pkg_postinst() {
160 - echo
161 - elog "Run"
162 - elog "emerge --config =${CATEGORY}/${PF}"
163 - elog "to update your run files (backups are created) in"
164 - elog " /var/qmail/supervise/qmail-pop3d and"
165 - elog " /var/qmail/supervise/qmail-smtpd"
166 - echo
167 -}