Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 59806 Details for
Bug 71836
POPFile 0.22.1 ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for popfile-0.22.2
popfile-0.22.2.ebuild (text/plain), 1.18 KB, created by
Robert T Childers
on 2005-05-25 11:18:36 UTC
(
hide
)
Description:
ebuild for popfile-0.22.2
Filename:
MIME Type:
Creator:
Robert T Childers
Created:
2005-05-25 11:18:36 UTC
Size:
1.18 KB
patch
obsolete
># Copyright 1999-2004 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.4 2004/09/25 17:50:35 ticho Exp $ > >IUSE="" > >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.8 > perl-core/Digest-MD5 > dev-perl/Text-Kakasi > dev-perl/MIME-Base64 > dev-perl/HTML-Tagset > dev-perl/DBD-SQLite2 > dev-perl/HTML-Template > dev-perl/TimeDate > app-arch/unzip" > >src_compile() { > # do nothing > echo > /dev/null >} > >src_install() { > # yes, this is crude, but it's a start > > dodir /usr/share/popfile > find . -type f -print | xargs chmod 600 > find . -type d -print | xargs chmod 700 > tar -cf - * | ( cd ${D}/usr/share/popfile && tar -xf - ) > > fperms 0755 usr/share/popfile/popfile.pl > dodir /usr/share/popfile/corpus > dodir /usr/share/popfile/messages >} > >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 71836
:
58402
| 59806