Gentoo Archives: gentoo-commits

From: "Daniel Black (dragonheart)" <dragonheart@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyspf: ChangeLog pyspf-2.0.4.ebuild
Date: Thu, 26 Jun 2008 08:38:02
Message-Id: E1KBmzM-0002VO-Dr@stork.gentoo.org
1 dragonheart 08/06/26 08:37:56
2
3 Modified: ChangeLog
4 Added: pyspf-2.0.4.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.4 dev-python/pyspf/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyspf/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyspf/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyspf/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyspf/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 7 Dec 2007 07:27:17 -0000 1.3
23 +++ ChangeLog 26 Jun 2008 08:37:55 -0000 1.4
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-python/pyspf
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyspf/ChangeLog,v 1.3 2007/12/07 07:27:17 opfer Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyspf/ChangeLog,v 1.4 2008/06/26 08:37:55 dragonheart Exp $
30 +
31 +*pyspf-2.0.4 (26 Jun 2008)
32 +
33 + 26 Jun 2008; Daniel Black <dragonheart@g.o> +pyspf-2.0.4.ebuild:
34 + version bump
35
36 07 Dec 2007; Christian Faulhammer <opfer@g.o> pyspf-2.0.3.ebuild:
37 keywording ~x86, bug 201487
38
39
40
41 1.1 dev-python/pyspf/pyspf-2.0.4.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyspf/pyspf-2.0.4.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyspf/pyspf-2.0.4.ebuild?rev=1.1&content-type=text/plain
45
46 Index: pyspf-2.0.4.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-python/pyspf/pyspf-2.0.4.ebuild,v 1.1 2008/06/26 08:37:55 dragonheart Exp $
51
52 inherit distutils
53
54 DESCRIPTION="Python implementation of the Sender Policy Framework (SPF) protocol"
55 SRC_URI="mirror://sourceforge/pymilter/${P}.tar.gz"
56 HOMEPAGE="http://cheeseshop.python.org/pypi/pyspf"
57
58 IUSE=""
59 SLOT="0"
60 LICENSE="PSF-2.4"
61 KEYWORDS="~amd64 ~x86"
62
63 DEPEND="dev-python/pydns"
64 RDEPEND="dev-python/pydns"
65
66
67
68 --
69 gentoo-commits@l.g.o mailing list