Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 121726 Details for
Bug 153922
ebuild for mail-filter/dkim-milter
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dkim-milter-1.0.0.ebuild
dkim-milter-1.0.0.ebuild (text/plain), 2.01 KB, created by
Eray Aslan
on 2007-06-11 06:49:00 UTC
(
hide
)
Description:
dkim-milter-1.0.0.ebuild
Filename:
MIME Type:
Creator:
Eray Aslan
Created:
2007-06-11 06:49:00 UTC
Size:
2.01 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >DESCRIPTION="A milter-based application to provide DomainKeys Identified Mail service" > >HOMEPAGE="http://sourceforge.net/projects/dkim-milter/" > >SRC_URI="mirror://sourceforge/dkim-milter/${P}.tar.gz" > >LICENSE="Sendmail-Open-Source" > >SLOT="0" > >KEYWORDS="~amd64 ~x86" > > >IUSE="" > >DEPEND="dev-libs/openssl > >=sys-libs/db-3.2 > mail-filter/libmilter" > >#S=${WORKDIR}/${P} > >pkg_setup() { > enewgroup milter > enewuser milter -1 -1 -1 milter >} > >src_unpack() { > unpack "${A}" && cd "${S}" > > confCCOPTS="${CFLAGS}" > confENVDEF="" > sed -e "s:@@confCCOPTS@@:${confCCOPTS}:" \ > -e "s/@@confENVDEF@@/${confENVDEF}/" \ > "${FILESDIR}"/site.config.m4 > ${S}/devtools/Site/site.config.m4 >} > >src_compile() { > emake || die "emake failed" >} > >src_install() { > OBJDIR="obj.`uname -s`.`uname -r`.`arch`" > > # prepare directory for private keys. > dodir /etc/mail/dkim-filter > keepdir /etc/mail/dkim-filter > fowners milter:milter /etc/mail/dkim-filter > fperms 700 /etc/mail/dkim-filter > > # prepare directory for PID file > dodir /var/run/dkim-filter > fowners milter:milter /var/run/dkim-filter > > dodir /usr/bin /usr/share/man/man8 /usr/share/man/man5 > > make DESTDIR=${D} \ > install -C "${OBJDIR}"/dkim-filter \ > || die "make install failed" > > doman dkim-filter/dkim-filter.8 || die "doman failed" > doman dkim-filter/dkim-filter.conf.5 || die "doman failed" > doman dkim-filter/dkim-stats.8 || die "doman failed" > # dobin "$FILESDIR"/gentxt.sh || die "dobin failed" > > newinitd "${FILESDIR}/dkim-filter.init" dkim-filter \ > || die "newinitd failed" > newconfd "${FILESDIR}/dkim-filter.conf" dkim-filter \ > || die "newconfd failed" > > einfo "You might want to run $FILESDIR/gentxt.sh to generate" > einfo "the necessary keys to use with dkim-filter if you have" > einfo "not done so already." >} > >pkg_postinst() { > enewgroup milter > enewuser milter -1 -1 -1 milter >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 153922
:
104854
|
104855
|
104856
|
104857
|
104859
|
104860
|
104861
|
119194
|
119196
|
119198
|
119202
|
121684
|
121685
|
121726
|
121727
|
121728
|
124532
|
124534
|
126618
|
126619
|
132961
|
132962