Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 16887

Summary: popsneaker-0.6.1.ebuild (New Package)
Product: Gentoo Linux Reporter: Oliver Grimm <attila>
Component: New packagesAssignee: Net-Mail Packages <net-mail+disabled>
Status: RESOLVED NEEDINFO    
Severity: enhancement CC: rizzo, ticho
Priority: High Keywords: EBUILD
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://www.ixtools.de
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 16885    
Bug Blocks:    
Attachments: popsneaker-0.6.1.ebuild

Description Oliver Grimm 2003-03-05 07:16:14 UTC
Popsneaker is a mailfilter for remote filtering of POP3 email accounts. It is useful for computers 
which have a dial-in connection to the internet. You can define rules to select emails, which you 
don't want to download to your local host. This is a simple and effective way to get rid of 
spam, advertisings and other kinds of unwanted mail. The filter rules are very flexible and 
powerful, but still easy to handle. The main ruletypes are using regular expressions to deny, to 
accept or to make an assumption on the mail.
Comment 1 Oliver Grimm 2003-03-05 07:16:50 UTC
Created attachment 8983 [details]
popsneaker-0.6.1.ebuild
Comment 2 Oliver Grimm 2003-03-06 08:15:56 UTC
Depends on libtcp4u ! 
Comment 3 Don Seiler (RETIRED) gentoo-dev 2003-06-03 01:36:12 UTC
You need a Header line near the top:

# $Header$

Also you can make use of the ebuild environment vars for your SRC_URI:

SRC_URI="http://www.ixtools.de/popsneaker/download/source/${P}.tar.gz
	http://www.attila-products.de/src/${P}-gcc3.tgz"

Then that line can just be copied from ebuild to ebuild as the version changes.

Also I think you can set the WORKDIR to be the dir inside the untarred dir, which is seems is what you are trying to do.  Then you wouldn't need the extra "cd" statements.
Comment 4 Andrej Kacian (RETIRED) gentoo-dev 2004-08-31 10:22:56 UTC
Any activity on this bug, or can we close it? Oliver?
Comment 5 Andrej Kacian (RETIRED) gentoo-dev 2004-09-20 00:47:09 UTC
Feel free to reopen when a fixed ebuild is submitted.