Gentoo Archives: gentoo-commits

From: "Daniel Black (dragonheart)" <dragonheart@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-filter/libmilter: libmilter-8.13.7.ebuild ChangeLog
Date: Sat, 06 Oct 2007 12:42:08
Message-Id: E1Ie8po-00068z-JG@stork.gentoo.org
1 dragonheart 07/10/06 12:32:44
2
3 Modified: libmilter-8.13.7.ebuild ChangeLog
4 Log:
5 cleaned out commented lines and keyworded ~amd64
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.3 mail-filter/libmilter/libmilter-8.13.7.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/libmilter/libmilter-8.13.7.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/libmilter/libmilter-8.13.7.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/libmilter/libmilter-8.13.7.ebuild?r1=1.2&r2=1.3
14
15 Index: libmilter-8.13.7.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/mail-filter/libmilter/libmilter-8.13.7.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- libmilter-8.13.7.ebuild 15 Jul 2006 21:44:20 -0000 1.2
22 +++ libmilter-8.13.7.ebuild 6 Oct 2007 12:32:44 -0000 1.3
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/libmilter/libmilter-8.13.7.ebuild,v 1.2 2006/07/15 21:44:20 langthang Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/libmilter/libmilter-8.13.7.ebuild,v 1.3 2007/10/06 12:32:44 dragonheart Exp $
29
30 inherit eutils
31
32 @@ -12,61 +12,16 @@
33
34 LICENSE="Sendmail"
35 SLOT="0"
36 -KEYWORDS="~x86"
37 +KEYWORDS="~amd64 ~x86"
38 IUSE=""
39
40 DEPEND=""
41 -#DEPEND="net-mail/mailbase
42 -# sys-devel/m4
43 -# sasl? ( >=dev-libs/cyrus-sasl-2.1.10 )
44 -# tcpd? ( sys-apps/tcp-wrappers )
45 -# ssl? ( dev-libs/openssl )
46 -# ldap? ( net-nds/openldap )
47 -# >=sys-libs/db-3.2
48 -# !net-mail/vacation
49 -# "
50 RDEPEND="${DEPEND}"
51 -# >=net-mail/mailbase-0.00
52 -# !mailwrapper? ( !virtual/mta )
53 -# mailwrapper? ( >=net-mail/mailwrapper-0.2 )"
54 -#PDEPEND="!mbox? ( mail-filter/procmail )"
55 -#PROVIDE="virtual/mta"
56
57 MY_SRC=sendmail
58 S="${WORKDIR}/${MY_SRC}-${PV}"
59 -#echo "S: $S"
60 -
61 -#src_unpack() {
62 -# unpack ${A}
63 -# cd ${S}
64 -
65 - #epatch ${FILESDIR}/sendmail-delivered_hdr.patch || die
66 -
67 -# confCCOPTS="${CFLAGS}"
68 -# confMAPDEF="-DMAP_REGEX"
69 -# conf_sendmail_LIBS=""
70 -# use sasl && confLIBS="${confLIBS} -lsasl2" \
71 -# && confENVDEF="${confENVDEF} -DSASL=2" \
72 -# && confCCOPTS="${confCCOPTS} -I/usr/include/sasl" \
73 -# && conf_sendmail_LIBS="${conf_sendmail_LIBS} -lsasl2"
74 -# use tcpd && confENVDEF="${confENVDEF} -DTCPWRAPPERS" \
75 -# && confLIBS="${confLIBS} -lwrap"
76 -# use ssl && confENVDEF="${confENVDEF} -DSTARTTLS -D_FFR_DEAL_WITH_ERROR_SSL" \
77 -# && confLIBS="${confLIBS} -lssl -lcrypto" \
78 -# && conf_sendmail_LIBS="${conf_sendmail_LIBS} -lssl -lcrypto"
79 -# use ldap && confMAPDEF="${confMAPDEF} -DLDAPMAP" \
80 -# && confLIBS="${confLIBS} -lldap -llber"
81 -# use ipv6 && confENVDEF="${confENVDEF} -DNETINET6"
82 -# sed -e "s:@@confCCOPTS@@:${confCCOPTS}:" \
83 -# -e "s/@@confMAPDEF@@/${confMAPDEF}/" \
84 -# -e "s/@@confENVDEF@@/${confENVDEF}/" \
85 -# -e "s/@@confLIBS@@/${confLIBS}/" \
86 -# -e "s/@@conf_sendmail_LIBS@@/${conf_sendmail_LIBS}/" \
87 -# ${FILESDIR}/site.config.m4 > ${S}/devtools/Site/site.config.m4
88 -#}
89
90 src_compile() {
91 -# sh Build || die "compilation failed in main Build script"
92 pushd libmilter
93 sh Build || die "libmilter compilation failed"
94 popd
95 @@ -74,130 +29,18 @@
96
97 src_install () {
98 OBJDIR="obj.`uname -s`.`uname -r`.`arch`"
99 - dodir /usr/lib
100 -# dodir /usr/bin /usr/lib
101 -# dodir /usr/share/man/man{1,5,8} /usr/sbin /var/log /usr/share/sendmail-cf
102 -# dodir /var/spool/{mqueue,clientmqueue} /etc/conf.d
103 -# keepdir /var/spool/{clientmqueue,mqueue}
104 -# for dir in libsmutil sendmail mailstats praliases smrsh makemap vacation editmap
105 -# do
106 -# make DESTDIR=${D} MANROOT=/usr/share/man/man \
107 -# SBINOWN=root SBINGRP=root UBINOWN=root UBINGRP=root \
108 -# MANOWN=root MANGRP=root INCOWN=root INCGRP=root \
109 -# LIBOWN=root LIBGRP=root GBINOWN=root GBINGRP=root \
110 -# MSPQOWN=root CFOWN=root CFGRP=root \
111 -# install -C ${OBJDIR}/${dir} \
112 -# || die "install failed"
113 -# done
114 -# for dir in rmail mail.local
115 -# do
116 -# make DESTDIR=${D} MANROOT=/usr/share/man/man \
117 -# SBINOWN=root SBINGRP=root UBINOWN=root UBINGRP=root \
118 -# MANOWN=root MANGRP=root INCOWN=root INCGRP=root \
119 -# LIBOWN=root LIBGRP=root GBINOWN=root GBINGRP=root \
120 -# MSPQOWN=root CFOWN=root CFGRP=root \
121 -# force-install -C ${OBJDIR}/${dir} \
122 -# || die "install failed"
123 -# done
124 + dodir /usr/$(get_libdir)
125
126 dodir /usr/include/libmilter
127 - make DESTDIR=${D} MANROOT=/usr/share/man/man \
128 + make DESTDIR=${D} MANROOT=/usr/share/man/man \
129 SBINOWN=root SBINGRP=root UBINOWN=root UBINGRP=root \
130 MANOWN=root MANGRP=root INCOWN=root INCGRP=root \
131 LIBOWN=root LIBGRP=root GBINOWN=root GBINGRP=root \
132 MSPQOWN=root CFOWN=root CFGRP=root \
133 + LIBDIR=/usr/$(get_libdir) \
134 install -C ${OBJDIR}/libmilter \
135 || die "install failed"
136
137 -# fowners root:smmsp /usr/sbin/sendmail
138 -# fperms 2555 /usr/sbin/sendmail
139 -# fowners smmsp:smmsp /var/spool/clientmqueue
140 -# fperms 770 /var/spool/clientmqueue
141 -# fperms 700 /var/spool/mqueue
142 -# dosym /usr/sbin/makemap /usr/bin/makemap
143 -# dodoc FAQ LICENSE KNOWNBUGS README RELEASE_NOTES doc/op/op.ps
144 -# newdoc sendmail/README README.sendmail
145 -# newdoc sendmail/SECURITY SECURITY
146 -# newdoc sendmail/TUNING TUNING
147 -# newdoc smrsh/README README.smrsh
148 newdoc libmilter/README README.libmilter
149
150 -# newdoc cf/README README.cf
151 -# newdoc cf/cf/README README.install-cf
152 -# cp -pPR cf/* ${D}/usr/share/sendmail-cf
153 -# insinto /etc/mail
154 -# if use mbox
155 -# then
156 -# doins ${FILESDIR}/sendmail.mc
157 -# else
158 -# newins ${FILESDIR}/sendmail-procmail.mc sendmail.mc
159 -# fi
160 -# m4 ${D}/usr/share/sendmail-cf/m4/cf.m4 ${D}/etc/mail/sendmail.mc \
161 -# > ${D}/etc/mail/sendmail.cf
162 -# echo "include(\`/usr/share/sendmail-cf/m4/cf.m4')dnl" \
163 -# > ${D}/etc/mail/submit.mc
164 -# cat ${D}/usr/share/sendmail-cf/cf/submit.mc >> ${D}/etc/mail/submit.mc
165 -# echo "# local-host-names - include all aliases for your machine here" \
166 -# > ${D}/etc/mail/local-host-names
167 -# cat <<- EOF > ${D}/etc/mail/trusted-users
168 -# # trusted-users - users that can send mail as others without a warning
169 -# # apache, mailman, majordomo, uucp are good candidates
170 -# EOF
171 -# cat <<- EOF > ${D}/etc/mail/access
172 -# # Check the /usr/share/doc/sendmail/README.cf file for a description
173 -# # of the format of this file. (search for access_db in that file)
174 -# # The /usr/share/doc/sendmail/README.cf is part of the sendmail-doc
175 -# # package.
176 -# #
177 -
178 -# EOF
179 -# cat <<- EOF > ${D}/etc/conf.d/sendmail
180 -# # Config file for /etc/init.d/sendmail
181 -# # add start-up options here
182 -# SENDMAIL_OPTS="-bd -q30m -L sm-mta" # default daemon mode
183 -# CLIENTMQUEUE_OPTS="-Ac -q30m -L sm-cm" # clientmqueue
184 -# KILL_OPTS="" # add -9/-15/your favorite evil SIG level here
185 -
186 -# EOF
187 -# exeinto /etc/init.d
188 -# doexe ${FILESDIR}/sendmail
189 -# keepdir /usr/adm/sm.bin
190 -
191 -# if use mailwrapper
192 -# then
193 -# mv ${D}/usr/sbin/sendmail ${D}/usr/sbin/sendmail.sendmail
194 -# insinto /etc/mail
195 -# doins ${FILESDIR}/mailer.conf
196 -# rm ${D}/usr/bin/mailq
197 -# rm ${D}/usr/bin/newaliases
198 -# mv ${D}/usr/share/man/man8/sendmail.8 \
199 -# ${D}/usr/share/man/man8/sendmail-sendmail.8
200 -# mv ${D}/usr/share/man/man1/mailq.1 \
201 -# ${D}/usr/share/man/man1/mailq-sendmail.1
202 -# mv ${D}/usr/share/man/man1/newaliases.1 \
203 -# ${D}/usr/share/man/man1/newaliases-sendmail.1
204 -# mv ${D}/usr/share/man/man5/aliases.5 \
205 -# ${D}/usr/share/man/man5/aliases-sendmail.5
206 -# dosed 's/} sendmail/} sendmail.sendmail/' /etc/init.d/sendmail
207 -# dosed 's/sbin\/sendmail/sbin\/sendmail.sendmail/' /etc/init.d/sendmail
208 -# fi
209 -
210 }
211 -
212 -#pkg_setup() {
213 -# einfo "checking for smmsp group... create if missing."
214 -# enewgroup smmsp 209 || die "problem adding group smmsp"
215 -# einfo "checking for smmsp user... create if missing."
216 -# enewuser smmsp 209 -1 /var/spool/mqueue smmsp \
217 -# || die "problem adding user smmsp"
218 -#}
219 -
220 -#pkg_postinst() {
221 -# if ! use mailwrapper && [[ -e /etc/mailer.conf ]]
222 -# then
223 -# einfo
224 -# einfo "Since you emerged sendmail without mailwrapper in USE,"
225 -# einfo "you probably want to 'emerge -C mailwrapper' now."
226 -# einfo
227 -# fi
228 -#}
229
230
231
232 1.2 mail-filter/libmilter/ChangeLog
233
234 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/libmilter/ChangeLog?rev=1.2&view=markup
235 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/libmilter/ChangeLog?rev=1.2&content-type=text/plain
236 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/libmilter/ChangeLog?r1=1.1&r2=1.2
237
238 Index: ChangeLog
239 ===================================================================
240 RCS file: /var/cvsroot/gentoo-x86/mail-filter/libmilter/ChangeLog,v
241 retrieving revision 1.1
242 retrieving revision 1.2
243 diff -u -r1.1 -r1.2
244 --- ChangeLog 15 Jul 2006 21:36:46 -0000 1.1
245 +++ ChangeLog 6 Oct 2007 12:32:44 -0000 1.2
246 @@ -1,6 +1,10 @@
247 # ChangeLog for mail-filter/libmilter
248 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
249 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/libmilter/ChangeLog,v 1.1 2006/07/15 21:36:46 langthang Exp $
250 +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
251 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/libmilter/ChangeLog,v 1.2 2007/10/06 12:32:44 dragonheart Exp $
252 +
253 + 06 Oct 2007; Daniel Black <dragonheart@g.o>
254 + libmilter-8.13.7.ebuild:
255 + cleaned out commented lines and keyworded ~amd64
256
257 *libmilter-8.13.7 (15 Jul 2006)
258
259
260
261
262 --
263 gentoo-commits@g.o mailing list