Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/email2trac: email2trac-1.4.0.ebuild ChangeLog
Date: Sat, 29 May 2010 06:56:29
Message-Id: 20100529063732.D5FA72CF59@corvid.gentoo.org
1 hollow 10/05/29 06:37:32
2
3 Modified: ChangeLog
4 Added: email2trac-1.4.0.ebuild
5 Log:
6 version bump wrt #321645
7 (Portage version: 2.2_rc67/cvs/Linux i686)
8
9 Revision Changes Path
10 1.2 app-misc/email2trac/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/email2trac/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/email2trac/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/email2trac/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-misc/email2trac/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 12 May 2010 08:12:42 -0000 1.1
23 +++ ChangeLog 29 May 2010 06:37:32 -0000 1.2
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-misc/email2trac
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-misc/email2trac/ChangeLog,v 1.1 2010/05/12 08:12:42 hollow Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-misc/email2trac/ChangeLog,v 1.2 2010/05/29 06:37:32 hollow Exp $
29 +
30 +*email2trac-1.4.0 (29 May 2010)
31 +
32 + 29 May 2010; Benedikt Böhm <hollow@g.o> +email2trac-1.4.0.ebuild:
33 + version bump wrt #321645
34
35 *email2trac-1.3.2 (12 May 2010)
36
37
38
39
40 1.1 app-misc/email2trac/email2trac-1.4.0.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/email2trac/email2trac-1.4.0.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/email2trac/email2trac-1.4.0.ebuild?rev=1.1&content-type=text/plain
44
45 Index: email2trac-1.4.0.ebuild
46 ===================================================================
47 # Copyright 1999-2010 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/app-misc/email2trac/email2trac-1.4.0.ebuild,v 1.1 2010/05/29 06:37:32 hollow Exp $
50
51 EAPI="2"
52
53 inherit python
54
55 DESCRIPTION="Utilites to convert emails into trac objects"
56 HOMEPAGE="https://subtrac.sara.nl/oss/email2trac/"
57 SRC_URI="ftp://ftp.sara.nl/pub/outgoing/${P}.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE="doc"
63
64 DEPEND=""
65 RDEPEND=""
66
67 pkg_setup() {
68 einfo "You can set the following variables in make.conf:"
69 einfo " - EMAIL2TRAC_TRAC_USER (default: apache)"
70 einfo " - EMAIL2TRAC_MTA_USER (default: nobody)"
71 }
72
73 src_configure() {
74 econf --sysconfdir=/etc/${PN}/ \
75 --with-trac_user=${EMAIL2TRAC_TRAC_USER:-apache} \
76 --with-MTA_user=${EMAIL2TRAC_MTA_USER:-nobody}
77 }
78
79 src_install() {
80 emake DESTDIR="${D}" install || die "emake install failed"
81 }