Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-mta/esmtp: esmtp-1.0.ebuild ChangeLog
Date: Tue, 24 Mar 2009 09:18:07
Message-Id: E1Lm2lp-0007Ly-Pi@stork.gentoo.org
1 tove 09/03/24 09:18:05
2
3 Modified: ChangeLog
4 Added: esmtp-1.0.ebuild
5 Log:
6 Version bump (#261462). Thanks to Kai Dietrich
7 (Portage version: 2.2_rc26/cvs/Linux i686)
8
9 Revision Changes Path
10 1.20 mail-mta/esmtp/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/esmtp/ChangeLog?rev=1.20&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/esmtp/ChangeLog?rev=1.20&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/esmtp/ChangeLog?r1=1.19&r2=1.20
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/mail-mta/esmtp/ChangeLog,v
19 retrieving revision 1.19
20 retrieving revision 1.20
21 diff -u -r1.19 -r1.20
22 --- ChangeLog 22 Jul 2008 17:27:54 -0000 1.19
23 +++ ChangeLog 24 Mar 2009 09:18:05 -0000 1.20
24 @@ -1,6 +1,13 @@
25 # ChangeLog for mail-mta/esmtp
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/esmtp/ChangeLog,v 1.19 2008/07/22 17:27:54 dertobi123 Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/esmtp/ChangeLog,v 1.20 2009/03/24 09:18:05 tove Exp $
30 +
31 +*esmtp-1.0 (24 Mar 2009)
32 +
33 + 24 Mar 2009; Torsten Veller <tove@g.o> +esmtp-1.0.ebuild:
34 + Version bump (#261462). Thanks to Kai Dietrich
35 +
36 +*esmtp-0.6.0 (22 Jul 2008)
37
38 22 Jul 2008; Tobias Scherbaum <dertobi123@g.o> ChangeLog:
39 Version bump, remove mailwrapper support, #198106
40
41
42
43 1.1 mail-mta/esmtp/esmtp-1.0.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/esmtp/esmtp-1.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/esmtp/esmtp-1.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: esmtp-1.0.ebuild
49 ===================================================================
50 # Copyright 1999-2009 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/mail-mta/esmtp/esmtp-1.0.ebuild,v 1.1 2009/03/24 09:18:05 tove Exp $
53
54 DESCRIPTION="esmtp is a user configurable relay-only Mail Transfer Agent (MTA) with a sendmail compatible syntax"
55 HOMEPAGE="http://esmtp.sourceforge.net/"
56 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
61 IUSE=""
62
63 DEPEND="net-libs/libesmtp
64 dev-libs/openssl"
65 RDEPEND="${DEPEND}
66 !net-mail/mailwrapper
67 !virtual/mta"
68
69 PROVIDE="virtual/mta"
70
71 src_install() {
72 emake DESTDIR="${D}" install || die "einstall failed"
73 dodoc AUTHORS ChangeLog NEWS README TODO || die
74 }