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-python/ruledispatch: ChangeLog ruledispatch-0.5_pre2306-r1.ebuild
Date: Mon, 08 Feb 2010 08:48:39
Message-Id: E1NePIJ-000551-TK@stork.gentoo.org
1 pva 10/02/08 08:48:35
2
3 Modified: ChangeLog ruledispatch-0.5_pre2306-r1.ebuild
4 Log:
5 Add inherit eutils for epatch.
6 (Portage version: 2.1.7.17/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.8 dev-python/ruledispatch/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/ruledispatch/ChangeLog?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/ruledispatch/ChangeLog?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/ruledispatch/ChangeLog?r1=1.7&r2=1.8
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/ruledispatch/ChangeLog,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- ChangeLog 20 Dec 2009 10:32:48 -0000 1.7
22 +++ ChangeLog 8 Feb 2010 08:48:35 -0000 1.8
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-python/ruledispatch
25 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ruledispatch/ChangeLog,v 1.7 2009/12/20 10:32:48 grobian Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/ruledispatch/ChangeLog,v 1.8 2010/02/08 08:48:35 pva Exp $
29 +
30 + 08 Feb 2010; Peter Volkov <pva@g.o>
31 + ruledispatch-0.5_pre2306-r1.ebuild:
32 + Add inherit eutils for epatch.
33
34 20 Dec 2009; Fabian Groffen <grobian@g.o>
35 ruledispatch-0.5_pre2306-r1.ebuild:
36
37
38
39 1.3 dev-python/ruledispatch/ruledispatch-0.5_pre2306-r1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/ruledispatch/ruledispatch-0.5_pre2306-r1.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/ruledispatch/ruledispatch-0.5_pre2306-r1.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/ruledispatch/ruledispatch-0.5_pre2306-r1.ebuild?r1=1.2&r2=1.3
44
45 Index: ruledispatch-0.5_pre2306-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-python/ruledispatch/ruledispatch-0.5_pre2306-r1.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- ruledispatch-0.5_pre2306-r1.ebuild 20 Dec 2009 10:32:48 -0000 1.2
52 +++ ruledispatch-0.5_pre2306-r1.ebuild 8 Feb 2010 08:48:35 -0000 1.3
53 @@ -1,11 +1,11 @@
54 -# Copyright 1999-2009 Gentoo Foundation
55 +# Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ruledispatch/ruledispatch-0.5_pre2306-r1.ebuild,v 1.2 2009/12/20 10:32:48 grobian Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-python/ruledispatch/ruledispatch-0.5_pre2306-r1.ebuild,v 1.3 2010/02/08 08:48:35 pva Exp $
59
60 EAPI="2"
61 NEED_PYTHON=2.4
62
63 -inherit distutils versionator
64 +inherit eutils distutils versionator
65
66 MY_PN=RuleDispatch
67 MY_P=${MY_PN}-$(get_version_component_range 1-2)a0.dev-$(get_version_component_range 3-)