Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 80860 Details for
Bug 124308
POPFile 0.22.4 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
popfile-0.22.4.ebuild
popfile-0.22.4.ebuild (text/plain), 1.58 KB, created by
Lasse Bigum
on 2006-02-27 14:57:57 UTC
(
hide
)
Description:
popfile-0.22.4.ebuild
Filename:
MIME Type:
Creator:
Lasse Bigum
Created:
2006-02-27 14:57:57 UTC
Size:
1.58 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/mail-filter/popfile/popfile-0.21.1.ebuild,v 1.7 2006/02/13 14:34:23 mcummings Exp $ > >IUSE="cjk socks ssl xmlrpc" > >S=${WORKDIR} >DESCRIPTION="Anti-spam bayesian filter" >HOMEPAGE="http://popfile.sourceforge.net/" >SRC_URI="mirror://sourceforge/popfile/${P}.zip" > >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="~x86 ~ppc" > >DEPEND=">=dev-lang/perl-5.7.3 > virtual/perl-Digest-MD5 > virtual/perl-MIME-Base64 > || ( > <=dev-perl/DBD-SQLite-0.31 > dev-perl/DBD-SQLite2 > ) > dev-perl/HTML-Tagset > dev-perl/HTML-Template > dev-perl/TimeDate > app-arch/unzip > " > >RDEPEND="${DEPEND} > cjk? ( > dev-perl/Encode-compat > dev-perl/Text-Kakasi > ) > mysql? ( > dev-perl/DBD-mysql > ) > socks? ( > dev-perl/IO-Socket-INET6 > ) > ssl? ( > dev-libs/openssl > !=dev-perl/IO-Socket-SSL-0.97 > dev-perl/Net-SSLeay > ) > xmlrpc? ( > dev-perl/PlRPC > ) > " > >src_compile() { > # do nothing > echo > /dev/null >} > >src_install() { > dodir /usr/share/popfile > dodir /var/lib/popfile > dodir /var/log/popfile > > dodoc license v*.change > tar -cf - manual | ( cd ${D}/usr/share/doc/${P} && tar -xf - ) > > find . -type f -print | xargs chmod 600 > find . -type d -print | xargs chmod 700 > tar -cf - * | ( cd ${D}/usr/share/popfile && tar -xf - ) > > insinto /var/lib/popfile > doins stopwords > > fperms 0755 /usr/share/popfile/{popfile,bayes,insert,pipe}.pl >} > >pkg_postinst () { > einfo "To start popfile, run /usr/share/popfile/popfile.pl" > einfo > einfo "A /etc/init.d script will be added once popfile can support" > einfo "multiple users" >}
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 124308
: 80860