Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 345005 - mail-client/claws-mail-bsfilter (new package)
Summary: mail-client/claws-mail-bsfilter (new package)
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2010-11-11 07:25 UTC by Florian E. Teply
Modified: 2010-11-14 08:26 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
mail-client/claws-mail-bsfilter-1.0.4.ebuild (claws-mail-bsfilter-1.0.4.ebuild,574 bytes, text/plain)
2010-11-11 07:28 UTC, Florian E. Teply
Details
mail-client/claws-mail-bsfilter-1.0.4-r1.ebuild (claws-mail-bsfilter-1.0.4-r1.ebuild,657 bytes, text/plain)
2010-11-13 13:35 UTC, Florian E. Teply
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Florian E. Teply 2010-11-11 07:25:47 UTC
bsfilter is a spam-detection and -sorting plugin for claws mail not yet in portage.

I built at tested it successfully on ppc as of now, could do amd64 next week.

Reproducible: Always




inherit eutils

MY_P="${PN#claws-mail-}"

DESCRIPTION="Plugin for Claws to support detection and sorting of SPAM"
HOMEPAGE="http://www.claws-mail.org/"
SRC_URI="http://www.claws-mail.org/downloads/plugins/${MY_P}_plugin-${PV}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="ppc"
IUSE=""
RDEPEND=">=mail-client/claws-mail-3.7.6"
DEPEND="${RDEPEND}
        dev-util/pkgconfig"

S="${WORKDIR}/${MY_P}_plugin-${PV}"

src_configure() {
        econf
}

src_install() {
        emake DESTDIR="${D}" install
        dodoc AUTHORS ChangeLog NEWS README

        # kill useless files
        rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la}

}
Comment 1 Florian E. Teply 2010-11-11 07:28:50 UTC
Created attachment 253957 [details]
mail-client/claws-mail-bsfilter-1.0.4.ebuild
Comment 2 Agostino Sarubbo gentoo-dev 2010-11-12 10:55:53 UTC
( emake need die ) :)
Comment 3 Florian E. Teply 2010-11-13 13:33:39 UTC
(In reply to comment #2)
> ( emake need die ) :)
> 

I knew i forgot about something...
Comment 4 Florian E. Teply 2010-11-13 13:35:23 UTC
Created attachment 254211 [details]
mail-client/claws-mail-bsfilter-1.0.4-r1.ebuild
Comment 5 Christian Faulhammer (RETIRED) gentoo-dev 2010-11-14 08:26:29 UTC
Hi Florian,

this inclusion will unfortunately never happen (again).  flameeyes (Diego Petteno) removed bsfilter and this Claws Mail plugin from the portage tree some weeks ago.  You are of course free to have it in your own local overlay.

# Diego E. Pettenò <flameeyes@gentoo.org> (06 Aug 2010)
#  on behalf of QA team
#
# bsfilter is dead upstream, not bumped since 2006;
# current stable was added in 2005 (and is not the last one
# available); claws-mail-bsfilter is the only user and also
# has broken dependencies.
#
# Removal on 2010-10-05