Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 93414 - mail-filter/tmda-1.1.4 ebuild (version bump)
Summary: mail-filter/tmda-1.1.4 ebuild (version bump)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-21 05:49 UTC by Oleg Kostyuk
Modified: 2006-05-31 02:52 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Kostyuk 2005-05-21 05:49:32 UTC
Could someone help me with creating ebuild for TMDA-1.1.4 (mail-filter/tmda) ?

Reproducible: Always
Steps to Reproduce:
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-05-30 03:20:37 UTC
No activity in one year. If you are still interested in this, attach an ebuild. There are over 2000 bugs filed for new ebuilds, if you want something in portage, at least attempt an ebuild.

http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=1
http://devmanual.gentoo.org/

Thanks.
Comment 2 Oleg Kostyuk 2006-05-30 04:52:18 UTC
Here is patch to get new ebuild from existing one

gentoo tmda # diff -u tmda-1.0.3-r3.ebuild tmda-1.1.4.ebuild
--- tmda-1.0.3-r3.ebuild  2005-06-05 15:05:45.000000000 +0300
+++ tmda-1.1.4.ebuild      2006-05-30 14:45:29.000000000 +0300
@@ -11,9 +11,9 @@
 DEPEND=">=dev-lang/python-2.2
        virtual/mta"

-SRC_URI="http://www.tmda.net/releases/stable/${P}.tgz"
+SRC_URI="http://www.tmda.net/releases/unstable/${P}.tgz"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~sparc x86"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 IUSE=""

 src_compile () {
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-05-30 05:12:28 UTC
(In reply to comment #2)
> Here is patch to get new ebuild from existing one

Gah, this has been completely misassigned, it's an existing ebuild in portage. Should never have been marked as REQUEST. Sorry about this.
Comment 4 Andrej Kacian (RETIRED) gentoo-dev 2006-05-31 02:52:28 UTC
Bumped in CVS. Upstream changed location of sample config file in the tarball (to contrib/dot-tmda/), so that had to be adjusted in the ebuild as well.

Sorry for the delay, Oleg!