Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/serialmail: serialmail-0.75-r3.ebuild serialmail-0.75-r2.ebuild ChangeLog
Date: Sun, 30 Jan 2011 19:18:22
Message-Id: 20110130191813.2DDF720054@flycatcher.gentoo.org
1 jer 11/01/30 19:18:13
2
3 Modified: serialmail-0.75-r2.ebuild ChangeLog
4 Added: serialmail-0.75-r3.ebuild
5 Log:
6 Fix quoting issues. RDEPEND on virtual/daemontools (bug #353211). Whitespace.
7
8 (Portage version: 2.2.0_alpha19/cvs/Linux i686)
9
10 Revision Changes Path
11 1.11 net-mail/serialmail/serialmail-0.75-r2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/serialmail/serialmail-0.75-r2.ebuild?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/serialmail/serialmail-0.75-r2.ebuild?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/serialmail/serialmail-0.75-r2.ebuild?r1=1.10&r2=1.11
16
17 Index: serialmail-0.75-r2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-mail/serialmail/serialmail-0.75-r2.ebuild,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- serialmail-0.75-r2.ebuild 23 Sep 2009 19:13:10 -0000 1.10
24 +++ serialmail-0.75-r2.ebuild 30 Jan 2011 19:18:12 -0000 1.11
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2009 Gentoo Foundation
27 +# Copyright 1999-2011 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-mail/serialmail/serialmail-0.75-r2.ebuild,v 1.10 2009/09/23 19:13:10 patrick Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-mail/serialmail/serialmail-0.75-r2.ebuild,v 1.11 2011/01/30 19:18:12 jer Exp $
31
32 inherit eutils
33
34 @@ -14,7 +14,7 @@
35
36 RDEPEND="sys-apps/groff
37 >=sys-apps/ucspi-tcp-0.88
38 - >=sys-process/daemontools-0.76-r1"
39 + virtual/daemontools"
40
41 SLOT="0"
42 LICENSE="as-is"
43
44
45
46 1.20 net-mail/serialmail/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/serialmail/ChangeLog?rev=1.20&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/serialmail/ChangeLog?rev=1.20&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/serialmail/ChangeLog?r1=1.19&r2=1.20
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/net-mail/serialmail/ChangeLog,v
55 retrieving revision 1.19
56 retrieving revision 1.20
57 diff -u -r1.19 -r1.20
58 --- ChangeLog 23 Sep 2009 19:13:10 -0000 1.19
59 +++ ChangeLog 30 Jan 2011 19:18:13 -0000 1.20
60 @@ -1,6 +1,12 @@
61 # ChangeLog for net-mail/serialmail
62 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/net-mail/serialmail/ChangeLog,v 1.19 2009/09/23 19:13:10 patrick Exp $
64 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
65 +# $Header: /var/cvsroot/gentoo-x86/net-mail/serialmail/ChangeLog,v 1.20 2011/01/30 19:18:13 jer Exp $
66 +
67 +*serialmail-0.75-r3 (30 Jan 2011)
68 +
69 + 30 Jan 2011; Jeroen Roovers <jer@g.o> serialmail-0.75-r2.ebuild,
70 + +serialmail-0.75-r3.ebuild:
71 + Fix quoting issues. RDEPEND on virtual/daemontools (bug #353211). Whitespace.
72
73 23 Sep 2009; Patrick Lauer <patrick@g.o> serialmail-0.75-r2.ebuild:
74 Remove virtual/libc
75
76
77
78 1.1 net-mail/serialmail/serialmail-0.75-r3.ebuild
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/serialmail/serialmail-0.75-r3.ebuild?rev=1.1&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/serialmail/serialmail-0.75-r3.ebuild?rev=1.1&content-type=text/plain
82
83 Index: serialmail-0.75-r3.ebuild
84 ===================================================================
85 # Copyright 1999-2011 Gentoo Foundation
86 # Distributed under the terms of the GNU General Public License v2
87 # $Header: /var/cvsroot/gentoo-x86/net-mail/serialmail/serialmail-0.75-r3.ebuild,v 1.1 2011/01/30 19:18:12 jer Exp $
88
89 EAPI="3"
90
91 inherit eutils
92
93 DESCRIPTION="A serialmail is a collection of tools for passing mail across serial links."
94 HOMEPAGE="http://cr.yp.to/serialmail.html"
95 SRC_URI="http://cr.yp.to/software/${P}.tar.gz
96 mirror://gentoo/${P}-patch.tar.bz2"
97
98 DEPEND="sys-apps/groff
99 >=sys-apps/ucspi-tcp-0.88"
100
101 RDEPEND="sys-apps/groff
102 >=sys-apps/ucspi-tcp-0.88
103 virtual/daemontools"
104
105 SLOT="0"
106 LICENSE="as-is"
107 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
108 IUSE="static"
109
110 src_prepare() {
111 epatch "${WORKDIR}"/${P}-gentoo.patch
112 epatch "${WORKDIR}"/${P}-smtpauth.patch
113 epatch "${WORKDIR}"/${P}-smtpauth_comp.patch
114 sed -i "s:@CFLAGS@:${CFLAGS}:" conf-cc
115 use static && LDFLAGS="${LDFLAGS} -static"
116 sed -i "s:@LDFLAGS@:${LDFLAGS}:" conf-ld
117 }
118
119 src_compile() {
120 grep -v man hier.c | grep -v doc > hier.c.tmp ; mv hier.c.tmp hier.c
121 emake it man || die
122 }
123
124 src_install() {
125 dobin setlock serialsmtp serialqmtp maildirsmtp maildirserial maildirqmtp
126
127 dodoc AUTOTURN CHANGES FROMISP SYSDEPS THANKS TOISP \
128 BLURB FILES INSTALL README TARGETS TODO VERSION
129
130 doman maildirqmtp.1 maildirserial.1 maildirsmtp.1 \
131 serialqmtp.1 serialsmtp.1 setlock.1
132 }