Gentoo Archives: gentoo-commits

From: "Hanno Boeck (hanno)" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-filter/couriersrs: couriersrs-0.1.1.ebuild ChangeLog metadata.xml
Date: Tue, 29 Sep 2009 23:07:40
Message-Id: E1MslnG-0007FL-Km@stork.gentoo.org
1 hanno 09/09/29 23:07:38
2
3 Added: couriersrs-0.1.1.ebuild ChangeLog metadata.xml
4 Log:
5 Initial commit of courier srs implementation.
6 (Portage version: 2.2_rc42/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 mail-filter/couriersrs/couriersrs-0.1.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/couriersrs/couriersrs-0.1.1.ebuild?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/couriersrs/couriersrs-0.1.1.ebuild?rev=1.1&content-type=text/plain
13
14 Index: couriersrs-0.1.1.ebuild
15 ===================================================================
16 # Copyright 1999-2009 Gentoo Foundation
17 # Distributed under the terms of the GNU General Public License v2
18 # $Header: /var/cvsroot/gentoo-x86/mail-filter/couriersrs/couriersrs-0.1.1.ebuild,v 1.1 2009/09/29 23:07:37 hanno Exp $
19
20 inherit autotools eutils
21
22 DESCRIPTION="SRS (Sender Rewriting Scheme) wrapper for the courier MTA."
23 HOMEPAGE="http://couriersrs.com/"
24 SRC_URI="http://couriersrs.com/download/${P}.tar.gz"
25 LICENSE="GPL-2"
26 SLOT="0"
27 KEYWORDS="~amd64"
28 IUSE=""
29 DEPEND="dev-libs/popt
30 mail-filter/libsrs2"
31 RDEPEND="${DEPEND}"
32
33 src_unpack() {
34 unpack ${A}
35 cd "${S}"
36 rm `grep -l gettext m4/*.m4`
37 epatch "${FILESDIR}/${P}-libtool-automake-fixes.diff"
38 AT_M4DIR="m4" eautoreconf
39 }
40
41 src_compile() {
42 econf || die "econf failed"
43 emake || die "emake failed"
44 }
45
46 src_install() {
47 emake DESTDIR="${D}" install || die "emake install failed"
48 dodoc AUTHORS NEWS ChangeLog
49 }
50
51
52
53 1.1 mail-filter/couriersrs/ChangeLog
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/couriersrs/ChangeLog?rev=1.1&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/couriersrs/ChangeLog?rev=1.1&content-type=text/plain
57
58 Index: ChangeLog
59 ===================================================================
60 # ChangeLog for mail-filter/couriersrs
61 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
62 # $Header: /var/cvsroot/gentoo-x86/mail-filter/couriersrs/ChangeLog,v 1.1 2009/09/29 23:07:37 hanno Exp $
63
64 *couriersrs-0.1.1 (29 Sep 2009)
65
66 29 Sep 2009; Hanno Boeck <hanno@g.o> +couriersrs-0.1.1.ebuild,
67 +files/couriersrs-0.1.1-libtool-automake-fixes.diff, +metadata.xml:
68 Initial commit of courier srs implementation.
69
70
71
72
73 1.1 mail-filter/couriersrs/metadata.xml
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/couriersrs/metadata.xml?rev=1.1&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/couriersrs/metadata.xml?rev=1.1&content-type=text/plain
77
78 Index: metadata.xml
79 ===================================================================
80 <?xml version="1.0" encoding="UTF-8"?>
81 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
82 <pkgmetadata>
83 <herd>net-mail</herd>
84 <maintainer><email>hanno@g.o</email></maintainer>
85 </pkgmetadata>