Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/autorespond: ChangeLog autorespond-2.0.5.ebuild
Date: Wed, 25 Jun 2008 03:53:49
Message-Id: E1KBM4l-0007Ya-V8@stork.gentoo.org
1 robbat2 08/06/25 03:53:43
2
3 Modified: ChangeLog
4 Added: autorespond-2.0.5.ebuild
5 Log:
6 Version bump per bug #173333.
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc4-00103-g1beee8d x86_64)
8
9 Revision Changes Path
10 1.13 net-mail/autorespond/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/autorespond/ChangeLog?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/autorespond/ChangeLog?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/autorespond/ChangeLog?r1=1.12&r2=1.13
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-mail/autorespond/ChangeLog,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -p -w -b -B -u -u -r1.12 -r1.13
22 --- ChangeLog 20 Feb 2006 00:11:02 -0000 1.12
23 +++ ChangeLog 25 Jun 2008 03:53:43 -0000 1.13
24 @@ -1,6 +1,13 @@
25 # ChangeLog for net-mail/autorespond
26 -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-mail/autorespond/ChangeLog,v 1.12 2006/02/20 00:11:02 hansmi Exp $
28 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/net-mail/autorespond/ChangeLog,v 1.13 2008/06/25 03:53:43 robbat2 Exp $
30 +
31 +*autorespond-2.0.5 (25 Jun 2008)
32 +
33 + 25 Jun 2008; Robin H. Johnson <robbat2@g.o>
34 + +files/autorespond-2.0.5-no-include-bounce.patch,
35 + +autorespond-2.0.5.ebuild:
36 + Version bump per bug #173333.
37
38 20 Feb 2006; Michael Hanselmann <hansmi@g.o>
39 autorespond-2.0.4.ebuild:
40
41
42
43 1.1 net-mail/autorespond/autorespond-2.0.5.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/autorespond/autorespond-2.0.5.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/autorespond/autorespond-2.0.5.ebuild?rev=1.1&content-type=text/plain
47
48 Index: autorespond-2.0.5.ebuild
49 ===================================================================
50 # Copyright 1999-2008 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52
53 inherit eutils
54
55 DESCRIPTION="Autoresponder add on package for qmailadmin"
56 HOMEPAGE="http://inter7.com/devel/"
57 SRC_URI="http://inter7.com/devel/${P}.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86"
62 IUSE=""
63
64 RDEPEND="virtual/qmail"
65 DEPEND=""
66
67 src_unpack() {
68 unpack ${A}
69 epatch "${FILESDIR}"/${P}-no-include-bounce.patch
70 }
71
72 src_compile() {
73 emake CFLAGS="${CFLAGS}" || die
74 }
75
76 src_install () {
77 into /var/qmail
78 dobin autorespond || die "dobin failed"
79 into /usr
80 dodoc README help_message qmail-auto #ChangeLog
81 doman *.1
82 }
83
84 pkg_postinst() {
85 ewarn "Please note that original messages are now NOT included with bounces"
86 ewarn "by default. Use the flag per the help output if you want them."
87 }
88
89
90
91 --
92 gentoo-commits@l.g.o mailing list