Gentoo Archives: gentoo-commits

From: "Chris Reffett (creffett)" <creffett@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/pykde4: pykde4-4.12.2.ebuild pykde4-4.11.5.ebuild ChangeLog
Date: Tue, 25 Feb 2014 01:32:12
Message-Id: 20140225013204.C550A2004C@flycatcher.gentoo.org
1 creffett 14/02/25 01:32:04
2
3 Modified: pykde4-4.12.2.ebuild pykde4-4.11.5.ebuild ChangeLog
4 Log:
5 Change base_src_install_docs calls to einstalldocs calls wrt bug 501544
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 42618354)
8
9 Revision Changes Path
10 1.2 kde-base/pykde4/pykde4-4.12.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/pykde4/pykde4-4.12.2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/pykde4/pykde4-4.12.2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/pykde4/pykde4-4.12.2.ebuild?r1=1.1&r2=1.2
15
16 Index: pykde4-4.12.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/pykde4/pykde4-4.12.2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- pykde4-4.12.2.ebuild 6 Feb 2014 23:20:25 -0000 1.1
23 +++ pykde4-4.12.2.ebuild 25 Feb 2014 01:32:04 -0000 1.2
24 @@ -1,13 +1,13 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/pykde4/pykde4-4.12.2.ebuild,v 1.1 2014/02/06 23:20:25 dilfridge Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/pykde4/pykde4-4.12.2.ebuild,v 1.2 2014/02/25 01:32:04 creffett Exp $
29
30 EAPI=5
31 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
32 PYTHON_REQ_USE="threads"
33 OPENGL_REQUIRED="always"
34
35 -inherit python-r1 portability kde4-base multilib
36 +inherit python-r1 portability kde4-base multilib eutils
37
38 DESCRIPTION="Python bindings for KDE4"
39 KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
40 @@ -139,7 +139,7 @@
41 # As we don't call the eclass's src_install, we have to install the docs manually
42 DOCS=("${S}"/{AUTHORS,NEWS,README})
43 use doc && HTML_DOCS=("${S}/docs/html/")
44 - base_src_install_docs
45 + einstalldocs
46
47 if ${have_python2}; then
48 pushd "${WORKDIR}/wrapper" > /dev/null
49
50
51
52 1.7 kde-base/pykde4/pykde4-4.11.5.ebuild
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/pykde4/pykde4-4.11.5.ebuild?rev=1.7&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/pykde4/pykde4-4.11.5.ebuild?rev=1.7&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/pykde4/pykde4-4.11.5.ebuild?r1=1.6&r2=1.7
57
58 Index: pykde4-4.11.5.ebuild
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/kde-base/pykde4/pykde4-4.11.5.ebuild,v
61 retrieving revision 1.6
62 retrieving revision 1.7
63 diff -u -r1.6 -r1.7
64 --- pykde4-4.11.5.ebuild 23 Feb 2014 09:08:10 -0000 1.6
65 +++ pykde4-4.11.5.ebuild 25 Feb 2014 01:32:04 -0000 1.7
66 @@ -1,13 +1,13 @@
67 # Copyright 1999-2014 Gentoo Foundation
68 # Distributed under the terms of the GNU General Public License v2
69 -# $Header: /var/cvsroot/gentoo-x86/kde-base/pykde4/pykde4-4.11.5.ebuild,v 1.6 2014/02/23 09:08:10 ago Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/kde-base/pykde4/pykde4-4.11.5.ebuild,v 1.7 2014/02/25 01:32:04 creffett Exp $
71
72 EAPI=5
73 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
74 PYTHON_REQ_USE="threads"
75 OPENGL_REQUIRED="always"
76
77 -inherit python-r1 portability kde4-base multilib
78 +inherit python-r1 portability kde4-base multilib eutils
79
80 DESCRIPTION="Python bindings for KDE4"
81 KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
82 @@ -139,7 +139,7 @@
83 # As we don't call the eclass's src_install, we have to install the docs manually
84 DOCS=("${S}"/{AUTHORS,NEWS,README})
85 use doc && HTML_DOCS=("${S}/docs/html/")
86 - base_src_install_docs
87 + einstalldocs
88
89 if ${have_python2}; then
90 pushd "${WORKDIR}/wrapper" > /dev/null
91
92
93
94 1.266 kde-base/pykde4/ChangeLog
95
96 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/pykde4/ChangeLog?rev=1.266&view=markup
97 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/pykde4/ChangeLog?rev=1.266&content-type=text/plain
98 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/pykde4/ChangeLog?r1=1.265&r2=1.266
99
100 Index: ChangeLog
101 ===================================================================
102 RCS file: /var/cvsroot/gentoo-x86/kde-base/pykde4/ChangeLog,v
103 retrieving revision 1.265
104 retrieving revision 1.266
105 diff -u -r1.265 -r1.266
106 --- ChangeLog 23 Feb 2014 10:01:59 -0000 1.265
107 +++ ChangeLog 25 Feb 2014 01:32:04 -0000 1.266
108 @@ -1,6 +1,10 @@
109 # ChangeLog for kde-base/pykde4
110 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
111 -# $Header: /var/cvsroot/gentoo-x86/kde-base/pykde4/ChangeLog,v 1.265 2014/02/23 10:01:59 ago Exp $
112 +# $Header: /var/cvsroot/gentoo-x86/kde-base/pykde4/ChangeLog,v 1.266 2014/02/25 01:32:04 creffett Exp $
113 +
114 + 25 Feb 2014; Chris Reffett <creffett@g.o> pykde4-4.11.5.ebuild,
115 + pykde4-4.12.2.ebuild:
116 + Change base_src_install_docs calls to einstalldocs calls wrt bug 501544
117
118 23 Feb 2014; Agostino Sarubbo <ago@g.o> -pykde4-4.11.2-r1.ebuild:
119 Remove old