Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 149173 - mail-filter/tmda V1.1.5, version bump requested
Summary: mail-filter/tmda V1.1.5, version bump requested
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Other
: High enhancement (vote)
Assignee: Net-Mail Packages
URL: http://tmda.net/releases/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-26 06:48 UTC by Gus
Modified: 2010-01-07 14:37 UTC (History)
2 users (show)

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


Attachments
tmda-1.1.12.ebuild (tmda-1.1.12.ebuild,1.68 KB, text/plain)
2008-05-02 22:00 UTC, Seán C. McCord
Details
tmda-1.1.12-r1.ebuild (tmda-1.1.12-r1.ebuild,1.78 KB, text/plain)
2008-05-02 22:15 UTC, Seán C. McCord
Details
tmda-1.1.12-r2.ebuild (tmda-1.1.12-r2.ebuild,1.86 KB, text/plain)
2008-05-02 22:48 UTC, Seán C. McCord
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gus 2006-09-26 06:48:47 UTC
A new release of tmda, version 1.1.5, was released on September 19.

Anyone feels for making an ebuild for it?


Regards
Gus
Comment 1 witr 2007-01-14 16:03:27 UTC
Or 1.1.9 which seems to be the current version?
Comment 2 Seán C. McCord 2008-05-02 21:56:59 UTC
Diff to version 1.1.12:

--- tmda-1.1.4.ebuild	2008-05-02 17:53:28.000000000 -0400
+++ tmda-1.1.12.ebuild	2008-05-02 17:53:58.000000000 -0400
@@ -11,15 +11,12 @@
 DEPEND=">=dev-lang/python-2.2
 	virtual/mta"
 
-SRC_URI="http://www.tmda.net/releases/unstable/${P}.tgz"
+SRC_URI="ftp://tmda.net/pub/tmda/releases/${P}.tgz"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 IUSE=""
 
 src_compile () {
-	# Fix multipart mail handling. (See bug #60367)		-ticho
-	epatch ${FILESDIR}/tmda-1.0-multipart-handling.patch
-
 	# Do not open /dev/tty when in batch mode. (bug #67150) -ticho
 	epatch ${FILESDIR}/tmda-1.0-non-interactive-tty.patch
Comment 3 Seán C. McCord 2008-05-02 22:00:56 UTC
Created attachment 151652 [details]
tmda-1.1.12.ebuild

This is an ebuild for tmda version 1.1.12 (the lastest release from upstream as of today).

It appears to me that the multipart handling patch is no longer required, but someone of more skill may want to verify this.
Comment 4 Seán C. McCord 2008-05-02 22:14:34 UTC
Comment on attachment 151652 [details]
tmda-1.1.12.ebuild

Forgot to add the mime directory
Comment 5 Seán C. McCord 2008-05-02 22:15:58 UTC
Created attachment 151653 [details]
tmda-1.1.12-r1.ebuild

The real tmda-1.1.12 update.

This time, with the required mime pythonlib.
Comment 6 Seán C. McCord 2008-05-02 22:45:26 UTC
Comment on attachment 151653 [details]
tmda-1.1.12-r1.ebuild

My QA standards suck.  Sorry.
Comment 7 Seán C. McCord 2008-05-02 22:48:53 UTC
Created attachment 151654 [details]
tmda-1.1.12-r2.ebuild

This is actually tested on a clean install.  I missed a couple of directories earlier after I had manually installed them.  This should have everything.  My apologies for all the other false starts.
Comment 8 Patrick Lauer gentoo-dev 2010-01-07 14:37:24 UTC
+  07 Jan 2010; Patrick Lauer <patrick@gentoo.org> +tmda-1.1.12.ebuild:
+  Bump for #149173, thanks to Sean C. McCord for some fixups