Gentoo Archives: gentoo-commits

From: "Mark Loeser (halcy0n)" <halcy0n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-filter/libspf2: ChangeLog libspf2-1.2.5.ebuild libspf2-1.2.5-r2.ebuild libspf2-1.2.5-r1.ebuild libspf2-1.0.4.ebuild
Date: Sun, 30 Mar 2008 01:41:23
Message-Id: E1JfmXw-0003PM-Dq@stork.gentoo.org
1 halcy0n 08/03/30 01:41:20
2
3 Modified: ChangeLog libspf2-1.2.5.ebuild
4 libspf2-1.2.5-r2.ebuild libspf2-1.2.5-r1.ebuild
5 libspf2-1.0.4.ebuild
6 Log:
7 Added a block on dev-perl/Mail-SPF-Query; bug #154297
8 (Portage version: 2.1.4.4)
9
10 Revision Changes Path
11 1.26 mail-filter/libspf2/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/libspf2/ChangeLog?rev=1.26&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/libspf2/ChangeLog?rev=1.26&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/libspf2/ChangeLog?r1=1.25&r2=1.26
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/mail-filter/libspf2/ChangeLog,v
20 retrieving revision 1.25
21 retrieving revision 1.26
22 diff -u -r1.25 -r1.26
23 --- ChangeLog 23 Nov 2007 17:34:15 -0000 1.25
24 +++ ChangeLog 30 Mar 2008 01:41:19 -0000 1.26
25 @@ -1,6 +1,10 @@
26 # ChangeLog for mail-filter/libspf2
27 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/libspf2/ChangeLog,v 1.25 2007/11/23 17:34:15 drac Exp $
29 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/libspf2/ChangeLog,v 1.26 2008/03/30 01:41:19 halcy0n Exp $
31 +
32 + 30 Mar 2008; Mark Loeser <halcy0n@g.o> libspf2-1.0.4.ebuild,
33 + libspf2-1.2.5.ebuild, libspf2-1.2.5-r1.ebuild, libspf2-1.2.5-r2.ebuild:
34 + Added a block on dev-perl/Mail-SPF-Query; bug #154297
35
36 23 Nov 2007; Samuli Suominen <drac@g.o> libspf2-1.2.5-r2.ebuild:
37 amd64 stable wrt #196200
38
39
40
41 1.3 mail-filter/libspf2/libspf2-1.2.5.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/libspf2/libspf2-1.2.5.ebuild?rev=1.3&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/libspf2/libspf2-1.2.5.ebuild?rev=1.3&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/libspf2/libspf2-1.2.5.ebuild?r1=1.2&r2=1.3
46
47 Index: libspf2-1.2.5.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/mail-filter/libspf2/libspf2-1.2.5.ebuild,v
50 retrieving revision 1.2
51 retrieving revision 1.3
52 diff -u -r1.2 -r1.3
53 --- libspf2-1.2.5.ebuild 15 Jul 2005 09:07:47 -0000 1.2
54 +++ libspf2-1.2.5.ebuild 30 Mar 2008 01:41:19 -0000 1.3
55 @@ -1,6 +1,6 @@
56 -# Copyright 1999-2005 Gentoo Foundation
57 +# Copyright 1999-2008 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/libspf2/libspf2-1.2.5.ebuild,v 1.2 2005/07/15 09:07:47 dholm Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/libspf2/libspf2-1.2.5.ebuild,v 1.3 2008/03/30 01:41:19 halcy0n Exp $
61
62 DESCRIPTION="libspf2 implements the Sender Policy Framework, a part of the SPF/SRS protocol pair."
63 HOMEPAGE="http://www.libspf2.org/"
64 @@ -12,7 +12,7 @@
65 IUSE=""
66
67 DEPEND="virtual/libc"
68 -RDEPEND=""
69 +RDEPEND="!dev-perl/Mail-SPF-Query"
70
71 src_compile() {
72 econf || die "econf failed"
73 @@ -20,7 +20,7 @@
74 }
75
76 src_install() {
77 - make install DESTDIR=${D} || die "make install failed"
78 + make install DESTDIR="${D}" || die "make install failed"
79
80 dodoc Changelog INSTALL README TODO docs/*.txt docs/API
81 }
82
83
84
85 1.8 mail-filter/libspf2/libspf2-1.2.5-r2.ebuild
86
87 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/libspf2/libspf2-1.2.5-r2.ebuild?rev=1.8&view=markup
88 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/libspf2/libspf2-1.2.5-r2.ebuild?rev=1.8&content-type=text/plain
89 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/libspf2/libspf2-1.2.5-r2.ebuild?r1=1.7&r2=1.8
90
91 Index: libspf2-1.2.5-r2.ebuild
92 ===================================================================
93 RCS file: /var/cvsroot/gentoo-x86/mail-filter/libspf2/libspf2-1.2.5-r2.ebuild,v
94 retrieving revision 1.7
95 retrieving revision 1.8
96 diff -u -r1.7 -r1.8
97 --- libspf2-1.2.5-r2.ebuild 23 Nov 2007 17:34:15 -0000 1.7
98 +++ libspf2-1.2.5-r2.ebuild 30 Mar 2008 01:41:19 -0000 1.8
99 @@ -1,6 +1,6 @@
100 -# Copyright 1999-2007 Gentoo Foundation
101 +# Copyright 1999-2008 Gentoo Foundation
102 # Distributed under the terms of the GNU General Public License v2
103 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/libspf2/libspf2-1.2.5-r2.ebuild,v 1.7 2007/11/23 17:34:15 drac Exp $
104 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/libspf2/libspf2-1.2.5-r2.ebuild,v 1.8 2008/03/30 01:41:19 halcy0n Exp $
105
106 inherit eutils
107
108 @@ -14,7 +14,7 @@
109 IUSE=""
110
111 DEPEND="virtual/libc"
112 -RDEPEND=""
113 +RDEPEND="!dev-perl/Mail-SPF-Query"
114
115 RESTRICT="test"
116
117
118
119
120 1.14 mail-filter/libspf2/libspf2-1.2.5-r1.ebuild
121
122 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/libspf2/libspf2-1.2.5-r1.ebuild?rev=1.14&view=markup
123 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/libspf2/libspf2-1.2.5-r1.ebuild?rev=1.14&content-type=text/plain
124 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/libspf2/libspf2-1.2.5-r1.ebuild?r1=1.13&r2=1.14
125
126 Index: libspf2-1.2.5-r1.ebuild
127 ===================================================================
128 RCS file: /var/cvsroot/gentoo-x86/mail-filter/libspf2/libspf2-1.2.5-r1.ebuild,v
129 retrieving revision 1.13
130 retrieving revision 1.14
131 diff -u -r1.13 -r1.14
132 --- libspf2-1.2.5-r1.ebuild 26 Jan 2006 23:15:38 -0000 1.13
133 +++ libspf2-1.2.5-r1.ebuild 30 Mar 2008 01:41:19 -0000 1.14
134 @@ -1,6 +1,6 @@
135 -# Copyright 1999-2006 Gentoo Foundation
136 +# Copyright 1999-2008 Gentoo Foundation
137 # Distributed under the terms of the GNU General Public License v2
138 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/libspf2/libspf2-1.2.5-r1.ebuild,v 1.13 2006/01/26 23:15:38 agriffis Exp $
139 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/libspf2/libspf2-1.2.5-r1.ebuild,v 1.14 2008/03/30 01:41:19 halcy0n Exp $
140
141 inherit eutils
142
143 @@ -14,12 +14,12 @@
144 IUSE=""
145
146 DEPEND="virtual/libc"
147 -RDEPEND=""
148 +RDEPEND="!dev-perl/Mail-SPF-Query"
149
150 src_unpack() {
151 unpack ${A}
152 - cd ${S}
153 - epatch ${FILESDIR}/patch-libspf2-1.2.5-nointernal || die
154 + cd "${S}"
155 + epatch "${FILESDIR}"/patch-libspf2-1.2.5-nointernal || die
156 }
157
158 src_compile() {
159 @@ -28,7 +28,7 @@
160 }
161
162 src_install() {
163 - make install DESTDIR=${D} || die "make install failed"
164 + make install DESTDIR="${D}" || die "make install failed"
165
166 dodoc Changelog INSTALL README TODO docs/*.txt docs/API
167 }
168
169
170
171 1.3 mail-filter/libspf2/libspf2-1.0.4.ebuild
172
173 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/libspf2/libspf2-1.0.4.ebuild?rev=1.3&view=markup
174 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/libspf2/libspf2-1.0.4.ebuild?rev=1.3&content-type=text/plain
175 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/libspf2/libspf2-1.0.4.ebuild?r1=1.2&r2=1.3
176
177 Index: libspf2-1.0.4.ebuild
178 ===================================================================
179 RCS file: /var/cvsroot/gentoo-x86/mail-filter/libspf2/libspf2-1.0.4.ebuild,v
180 retrieving revision 1.2
181 retrieving revision 1.3
182 diff -u -r1.2 -r1.3
183 --- libspf2-1.0.4.ebuild 30 Jul 2005 10:00:50 -0000 1.2
184 +++ libspf2-1.0.4.ebuild 30 Mar 2008 01:41:19 -0000 1.3
185 @@ -1,6 +1,6 @@
186 -# Copyright 1999-2005 Gentoo Foundation
187 +# Copyright 1999-2008 Gentoo Foundation
188 # Distributed under the terms of the GNU General Public License v2
189 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/libspf2/libspf2-1.0.4.ebuild,v 1.2 2005/07/30 10:00:50 peitolm Exp $
190 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/libspf2/libspf2-1.0.4.ebuild,v 1.3 2008/03/30 01:41:19 halcy0n Exp $
191
192 DESCRIPTION="libspf2 implements the Sender Policy Framework, a part of the SPF/SRS protocol pair."
193 HOMEPAGE="http://www.libspf2.org/"
194 @@ -12,7 +12,7 @@
195 IUSE=""
196
197 DEPEND="virtual/libc"
198 -RDEPEND=""
199 +RDEPEND="!dev-perl/Mail-SPF-Query"
200
201 src_compile() {
202 econf || die "econf failed"
203 @@ -20,7 +20,7 @@
204 }
205
206 src_install() {
207 - make install DESTDIR=${D} || die "make install failed"
208 + make install DESTDIR="${D}" || die "make install failed"
209
210 dodoc Changelog INSTALL README TODO docs/*.txt docs/API
211 }
212
213
214
215 --
216 gentoo-commits@l.g.o mailing list