Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-misc/pythoncad: pythoncad-1.36.ebuild ChangeLog
Date: Sun, 07 Feb 2010 20:57:48
Message-Id: E1NeDa6-0006Mh-Ie@stork.gentoo.org
1 pva 10/02/07 20:18:10
2
3 Modified: pythoncad-1.36.ebuild ChangeLog
4 Log:
5 Add inherit eutils: domenu is defined there.
6 (Portage version: 2.1.7.17/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 sci-misc/pythoncad/pythoncad-1.36.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/pythoncad/pythoncad-1.36.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/pythoncad/pythoncad-1.36.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/pythoncad/pythoncad-1.36.ebuild?r1=1.2&r2=1.3
14
15 Index: pythoncad-1.36.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-misc/pythoncad/pythoncad-1.36.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- pythoncad-1.36.ebuild 30 Oct 2008 18:29:49 -0000 1.2
22 +++ pythoncad-1.36.ebuild 7 Feb 2010 20:18:09 -0000 1.3
23 @@ -1,10 +1,10 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/pythoncad/pythoncad-1.36.ebuild,v 1.2 2008/10/30 18:29:49 angelos Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/pythoncad/pythoncad-1.36.ebuild,v 1.3 2010/02/07 20:18:09 pva Exp $
29
30 NEED_PYTHON=2.3
31
32 -inherit distutils versionator
33 +inherit eutils distutils versionator
34
35 MY_PN="PythonCAD"
36 MY_PV="DS$(get_major_version)-R$(get_after_major_version)"
37
38
39
40 1.3 sci-misc/pythoncad/ChangeLog
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/pythoncad/ChangeLog?rev=1.3&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/pythoncad/ChangeLog?rev=1.3&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/pythoncad/ChangeLog?r1=1.2&r2=1.3
45
46 Index: ChangeLog
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/sci-misc/pythoncad/ChangeLog,v
49 retrieving revision 1.2
50 retrieving revision 1.3
51 diff -u -r1.2 -r1.3
52 --- ChangeLog 30 Oct 2008 18:29:49 -0000 1.2
53 +++ ChangeLog 7 Feb 2010 20:18:09 -0000 1.3
54 @@ -1,6 +1,9 @@
55 # ChangeLog for sci-misc/pythoncad
56 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
57 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/pythoncad/ChangeLog,v 1.2 2008/10/30 18:29:49 angelos Exp $
58 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
59 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/pythoncad/ChangeLog,v 1.3 2010/02/07 20:18:09 pva Exp $
60 +
61 + 07 Feb 2010; Peter Volkov <pva@g.o> pythoncad-1.36.ebuild:
62 + Add inherit eutils: domenu is defined there.
63
64 30 Oct 2008; Christoph Mende <angelos@g.o> pythoncad-1.36.ebuild:
65 Added ~amd64