Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/confix: ChangeLog confix-2.1.0.ebuild confix-2.1.0-r3.ebuild confix-9999.ebuild
Date: Mon, 08 Feb 2010 08:56:55
Message-Id: E1NePQK-0005Ri-EH@stork.gentoo.org
1 pva 10/02/08 08:56:52
2
3 Modified: ChangeLog confix-2.1.0.ebuild
4 confix-2.1.0-r3.ebuild confix-9999.ebuild
5 Log:
6 Add inherit eutils for epatch.
7 (Portage version: 2.1.7.17/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.12 dev-util/confix/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/confix/ChangeLog?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/confix/ChangeLog?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/confix/ChangeLog?r1=1.11&r2=1.12
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/confix/ChangeLog,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- ChangeLog 3 Nov 2009 17:08:59 -0000 1.11
23 +++ ChangeLog 8 Feb 2010 08:56:51 -0000 1.12
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-util/confix
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/confix/ChangeLog,v 1.11 2009/11/03 17:08:59 mduft Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/confix/ChangeLog,v 1.12 2010/02/08 08:56:51 pva Exp $
30 +
31 + 08 Feb 2010; Peter Volkov <pva@g.o> confix-2.1.0.ebuild,
32 + confix-2.1.0-r3.ebuild, confix-9999.ebuild:
33 + Add inherit eutils for epatch.
34
35 *confix-9999 (03 Nov 2009)
36
37
38
39
40 1.4 dev-util/confix/confix-2.1.0.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/confix/confix-2.1.0.ebuild?rev=1.4&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/confix/confix-2.1.0.ebuild?rev=1.4&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/confix/confix-2.1.0.ebuild?r1=1.3&r2=1.4
45
46 Index: confix-2.1.0.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-util/confix/confix-2.1.0.ebuild,v
49 retrieving revision 1.3
50 retrieving revision 1.4
51 diff -u -r1.3 -r1.4
52 --- confix-2.1.0.ebuild 16 Jun 2008 08:36:21 -0000 1.3
53 +++ confix-2.1.0.ebuild 8 Feb 2010 08:56:51 -0000 1.4
54 @@ -1,8 +1,8 @@
55 -# Copyright 1999-2008 Gentoo Foundation
56 +# Copyright 1999-2010 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-util/confix/confix-2.1.0.ebuild,v 1.3 2008/06/16 08:36:21 haubi Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-util/confix/confix-2.1.0.ebuild,v 1.4 2010/02/08 08:56:51 pva Exp $
60
61 -inherit distutils
62 +inherit eutils distutils
63
64 DESCRIPTION="Confix: A Build Tool on Top of GNU Automake"
65 HOMEPAGE="http://confix.sourceforge.net"
66
67
68
69 1.4 dev-util/confix/confix-2.1.0-r3.ebuild
70
71 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/confix/confix-2.1.0-r3.ebuild?rev=1.4&view=markup
72 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/confix/confix-2.1.0-r3.ebuild?rev=1.4&content-type=text/plain
73 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/confix/confix-2.1.0-r3.ebuild?r1=1.3&r2=1.4
74
75 Index: confix-2.1.0-r3.ebuild
76 ===================================================================
77 RCS file: /var/cvsroot/gentoo-x86/dev-util/confix/confix-2.1.0-r3.ebuild,v
78 retrieving revision 1.3
79 retrieving revision 1.4
80 diff -u -r1.3 -r1.4
81 --- confix-2.1.0-r3.ebuild 17 Dec 2009 09:06:48 -0000 1.3
82 +++ confix-2.1.0-r3.ebuild 8 Feb 2010 08:56:51 -0000 1.4
83 @@ -1,8 +1,8 @@
84 -# Copyright 1999-2009 Gentoo Foundation
85 +# Copyright 1999-2010 Gentoo Foundation
86 # Distributed under the terms of the GNU General Public License v2
87 -# $Header: /var/cvsroot/gentoo-x86/dev-util/confix/confix-2.1.0-r3.ebuild,v 1.3 2009/12/17 09:06:48 mduft Exp $
88 +# $Header: /var/cvsroot/gentoo-x86/dev-util/confix/confix-2.1.0-r3.ebuild,v 1.4 2010/02/08 08:56:51 pva Exp $
89
90 -inherit distutils
91 +inherit eutils distutils
92
93 DESCRIPTION="Confix: A Build Tool on Top of GNU Automake"
94 HOMEPAGE="http://confix.sourceforge.net"
95
96
97
98 1.3 dev-util/confix/confix-9999.ebuild
99
100 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/confix/confix-9999.ebuild?rev=1.3&view=markup
101 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/confix/confix-9999.ebuild?rev=1.3&content-type=text/plain
102 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/confix/confix-9999.ebuild?r1=1.2&r2=1.3
103
104 Index: confix-9999.ebuild
105 ===================================================================
106 RCS file: /var/cvsroot/gentoo-x86/dev-util/confix/confix-9999.ebuild,v
107 retrieving revision 1.2
108 retrieving revision 1.3
109 diff -u -r1.2 -r1.3
110 --- confix-9999.ebuild 17 Dec 2009 09:53:31 -0000 1.2
111 +++ confix-9999.ebuild 8 Feb 2010 08:56:51 -0000 1.3
112 @@ -1,10 +1,10 @@
113 -# Copyright 1999-2009 Gentoo Foundation
114 +# Copyright 1999-2010 Gentoo Foundation
115 # Distributed under the terms of the GNU General Public License v2
116 -# $Header: /var/cvsroot/gentoo-x86/dev-util/confix/confix-9999.ebuild,v 1.2 2009/12/17 09:53:31 mduft Exp $
117 +# $Header: /var/cvsroot/gentoo-x86/dev-util/confix/confix-9999.ebuild,v 1.3 2010/02/08 08:56:51 pva Exp $
118
119 EAPI=2
120
121 -inherit distutils subversion
122 +inherit eutils distutils subversion
123
124 DESCRIPTION="Confix: A Build Tool on Top of GNU Automake"
125 HOMEPAGE="http://confix.sourceforge.net"