Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/panda3d: panda3d-1.5.2.ebuild panda3d-1.0.5.ebuild ChangeLog
Date: Mon, 31 May 2010 15:13:06
Message-Id: 20100531151259.9AC852CF37@corvid.gentoo.org
1 arfrever 10/05/31 15:12:59
2
3 Modified: panda3d-1.5.2.ebuild panda3d-1.0.5.ebuild ChangeLog
4 Log:
5 Delete calls to deprecated python_version().
6 (Portage version: HEAD/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 media-libs/panda3d/panda3d-1.5.2.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/panda3d/panda3d-1.5.2.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/panda3d/panda3d-1.5.2.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/panda3d/panda3d-1.5.2.ebuild?r1=1.2&r2=1.3
14
15 Index: panda3d-1.5.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/panda3d/panda3d-1.5.2.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- panda3d-1.5.2.ebuild 8 Oct 2008 09:48:50 -0000 1.2
22 +++ panda3d-1.5.2.ebuild 31 May 2010 15:12:59 -0000 1.3
23 @@ -1,6 +1,6 @@
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/media-libs/panda3d/panda3d-1.5.2.ebuild,v 1.2 2008/10/08 09:48:50 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/panda3d/panda3d-1.5.2.ebuild,v 1.3 2010/05/31 15:12:59 arfrever Exp $
29
30 inherit eutils python
31
32 @@ -84,9 +84,8 @@
33
34 if use python ; then
35 # python installation
36 - python_version
37 - dodir /usr/$(get_libdir)/python${PYVER}/site-packages
38 - cat <<- EOF > "${D}"/usr/$(get_libdir)/python${PYVER}/site-packages/panda3d.pth
39 + dodir $(python_get_sitedir)
40 + cat <<- EOF > "${D}"$(python_get_sitedir)/panda3d.pth
41 # This document sets up paths for python to access the
42 # panda3d modules
43 /opt/panda3d
44
45
46
47 1.6 media-libs/panda3d/panda3d-1.0.5.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/panda3d/panda3d-1.0.5.ebuild?rev=1.6&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/panda3d/panda3d-1.0.5.ebuild?rev=1.6&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/panda3d/panda3d-1.0.5.ebuild?r1=1.5&r2=1.6
52
53 Index: panda3d-1.0.5.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/media-libs/panda3d/panda3d-1.0.5.ebuild,v
56 retrieving revision 1.5
57 retrieving revision 1.6
58 diff -u -r1.5 -r1.6
59 --- panda3d-1.0.5.ebuild 17 Oct 2007 18:21:00 -0000 1.5
60 +++ panda3d-1.0.5.ebuild 31 May 2010 15:12:59 -0000 1.6
61 @@ -1,6 +1,6 @@
62 -# Copyright 1999-2007 Gentoo Foundation
63 +# Copyright 1999-2010 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 -# $Header: /var/cvsroot/gentoo-x86/media-libs/panda3d/panda3d-1.0.5.ebuild,v 1.5 2007/10/17 18:21:00 drac Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/media-libs/panda3d/panda3d-1.0.5.ebuild,v 1.6 2010/05/31 15:12:59 arfrever Exp $
67
68 inherit eutils python
69
70 @@ -82,9 +82,8 @@
71
72 if use python ; then
73 # python installation
74 - python_version
75 - dodir /usr/$(get_libdir)/python${PYVER}/site-packages
76 - cat <<- EOF > ${D}/usr/$(get_libdir)/python${PYVER}/site-packages/panda3d.pth
77 + dodir $(python_get_sitedir)
78 + cat <<- EOF > ${D}$(python_get_sitedir)/panda3d.pth
79 # This document sets up paths for python to access the
80 # panda3d modules
81 /opt/panda3d/built
82
83
84
85 1.12 media-libs/panda3d/ChangeLog
86
87 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/panda3d/ChangeLog?rev=1.12&view=markup
88 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/panda3d/ChangeLog?rev=1.12&content-type=text/plain
89 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/panda3d/ChangeLog?r1=1.11&r2=1.12
90
91 Index: ChangeLog
92 ===================================================================
93 RCS file: /var/cvsroot/gentoo-x86/media-libs/panda3d/ChangeLog,v
94 retrieving revision 1.11
95 retrieving revision 1.12
96 diff -u -r1.11 -r1.12
97 --- ChangeLog 17 Nov 2008 20:41:16 -0000 1.11
98 +++ ChangeLog 31 May 2010 15:12:59 -0000 1.12
99 @@ -1,6 +1,10 @@
100 # ChangeLog for media-libs/panda3d
101 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
102 -# $Header: /var/cvsroot/gentoo-x86/media-libs/panda3d/ChangeLog,v 1.11 2008/11/17 20:41:16 flameeyes Exp $
103 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
104 +# $Header: /var/cvsroot/gentoo-x86/media-libs/panda3d/ChangeLog,v 1.12 2010/05/31 15:12:59 arfrever Exp $
105 +
106 + 31 May 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
107 + panda3d-1.0.5.ebuild, panda3d-1.5.2.ebuild:
108 + Delete calls to deprecated python_version().
109
110 17 Nov 2008; Diego E. Pettenò <flameeyes@g.o>
111 files/panda3d-1.0.4-makepanda.patch: