Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/fusil: fusil-1.4.ebuild fusil-1.3.2.ebuild ChangeLog
Date: Thu, 07 Jun 2012 20:30:08
Message-Id: 20120607202952.956CB2004B@flycatcher.gentoo.org
1 zmedico 12/06/07 20:29:52
2
3 Modified: fusil-1.4.ebuild fusil-1.3.2.ebuild ChangeLog
4 Log:
5 inherit user for enewgroup and enewuser
6
7 (Portage version: 2.2.0_alpha110/cvs/Linux i686)
8
9 Revision Changes Path
10 1.2 dev-python/fusil/fusil-1.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fusil/fusil-1.4.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fusil/fusil-1.4.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fusil/fusil-1.4.ebuild?r1=1.1&r2=1.2
15
16 Index: fusil-1.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/fusil/fusil-1.4.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- fusil-1.4.ebuild 29 Jul 2011 22:28:05 -0000 1.1
23 +++ fusil-1.4.ebuild 7 Jun 2012 20:29:52 -0000 1.2
24 @@ -1,13 +1,13 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/fusil/fusil-1.4.ebuild,v 1.1 2011/07/29 22:28:05 bicatali Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/fusil/fusil-1.4.ebuild,v 1.2 2012/06/07 20:29:52 zmedico Exp $
30
31 EAPI="3"
32 PYTHON_DEPEND="*:2.5"
33 SUPPORT_PYTHON_ABIS="1"
34 RESTRICT_PYTHON_ABIS="2.4"
35
36 -inherit distutils eutils
37 +inherit distutils eutils user
38
39 DESCRIPTION="Fusil the fuzzer is a Python library used to write fuzzing programs."
40 HOMEPAGE="http://bitbucket.org/haypo/fusil/wiki/Home http://pypi.python.org/pypi/fusil"
41
42
43
44 1.6 dev-python/fusil/fusil-1.3.2.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fusil/fusil-1.3.2.ebuild?rev=1.6&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fusil/fusil-1.3.2.ebuild?rev=1.6&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fusil/fusil-1.3.2.ebuild?r1=1.5&r2=1.6
49
50 Index: fusil-1.3.2.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-python/fusil/fusil-1.3.2.ebuild,v
53 retrieving revision 1.5
54 retrieving revision 1.6
55 diff -u -r1.5 -r1.6
56 --- fusil-1.3.2.ebuild 30 Oct 2010 19:45:18 -0000 1.5
57 +++ fusil-1.3.2.ebuild 7 Jun 2012 20:29:52 -0000 1.6
58 @@ -1,13 +1,13 @@
59 -# Copyright 1999-2010 Gentoo Foundation
60 +# Copyright 1999-2012 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-python/fusil/fusil-1.3.2.ebuild,v 1.5 2010/10/30 19:45:18 arfrever Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-python/fusil/fusil-1.3.2.ebuild,v 1.6 2012/06/07 20:29:52 zmedico Exp $
64
65 EAPI="3"
66 PYTHON_DEPEND="*:2.5"
67 SUPPORT_PYTHON_ABIS="1"
68 RESTRICT_PYTHON_ABIS="2.4"
69
70 -inherit distutils eutils
71 +inherit distutils eutils user
72
73 DESCRIPTION="Fusil the fuzzer is a Python library used to write fuzzing programs."
74 HOMEPAGE="http://bitbucket.org/haypo/fusil/wiki/Home http://pypi.python.org/pypi/fusil"
75
76
77
78 1.8 dev-python/fusil/ChangeLog
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fusil/ChangeLog?rev=1.8&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fusil/ChangeLog?rev=1.8&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fusil/ChangeLog?r1=1.7&r2=1.8
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/dev-python/fusil/ChangeLog,v
87 retrieving revision 1.7
88 retrieving revision 1.8
89 diff -u -r1.7 -r1.8
90 --- ChangeLog 29 Jul 2011 22:28:05 -0000 1.7
91 +++ ChangeLog 7 Jun 2012 20:29:52 -0000 1.8
92 @@ -1,6 +1,10 @@
93 # ChangeLog for dev-python/fusil
94 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/dev-python/fusil/ChangeLog,v 1.7 2011/07/29 22:28:05 bicatali Exp $
96 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
97 +# $Header: /var/cvsroot/gentoo-x86/dev-python/fusil/ChangeLog,v 1.8 2012/06/07 20:29:52 zmedico Exp $
98 +
99 + 07 Jun 2012; Zac Medico <zmedico@g.o> fusil-1.3.2.ebuild,
100 + fusil-1.4.ebuild:
101 + inherit user for enewgroup and enewuser
102
103 *fusil-1.4 (29 Jul 2011)