Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 105286 Details for
Bug 159840
net-mail/ra-plugins-0.2.2 - a collection of qmail-spp plugins
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
proposed ra-plugins ebuild
ra-plugins-0.2.2.ebuild (text/plain), 1.47 KB, created by
Vieri
on 2007-01-03 05:28:04 UTC
(
hide
)
Description:
proposed ra-plugins ebuild
Filename:
MIME Type:
Creator:
Vieri
Created:
2007-01-03 05:28:04 UTC
Size:
1.47 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="plugins-ra is a collection of qmail-spp plugins" >HOMEPAGE="http://cablemodem.fibertel.com.ar/lateral/stories/39.html" >SRC_URI="http://cablemodem.fibertel.com.ar/lateral/static/${P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="spf vpopmail" > >DEPEND="virtual/qmail > >=mail-mta/qmail-1.03-r16 > spf? ( mail-filter/libspf2 ) > vpopmail? ( net-mail/vpopmail )" > ># Omitting ipthrottle - http://bugs.gentoo.org/show_bug.cgi?id=49816 >TARGETS="authchecks authlogger rblchecks hardcoderbl mfdnschecks localmail tarpit" >MANPAGES="plugins-ra.8 authchecks.8 authlogger.8 rblchecks.8 hardcoderbl.8 mfdnschecks.8 localmail.8 tarpit.8" >if use spf ; then > TARGETS="${TARGETS} spfchecks" > MANPAGES="${MANPAGES} spfchecks.8" >fi >if use vpopmail ; then > TARGETS="${TARGETS} rcptchecks" > MANPAGES="${MANPAGES} rcptchecks.8" >fi > >src_compile() { > emake CFLAGS="${CFLAGS}" TARGETS="${TARGETS}" MANPAGES="${MANPAGES}" || die "emake failed" >} > >src_install() { > emake DESTDIR="${D}" CFLAGS="${CFLAGS}" TARGETS="${TARGETS}" MANPAGES="${MANPAGES}" install || die "make install failed" > fowners -R root:qmail /var/qmail/plugins > keepdir /var/qmail/plugins > dodoc CHANGELOG README COPYING >} > >pkg_postinst() { > einfo > einfo "For more information:" > einfo " * man plugins-ra" > einfo " * http://cablemodem.fibertel.com.ar/lateral/stories/39.html" > einfo " * http://qmail-spp.sf.net" >}
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 159840
:
105286
|
105297