Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/gnuplot-py: ChangeLog gnuplot-py-1.8.ebuild gnuplot-py-1.7-r2.ebuild
Date: Thu, 26 Feb 2009 10:17:54
Message-Id: E1LcdJP-00038N-09@stork.gentoo.org
1 bicatali 09/02/26 10:17:50
2
3 Modified: ChangeLog gnuplot-py-1.8.ebuild
4 gnuplot-py-1.7-r2.ebuild
5 Log:
6 Cleanup, getting ready for stabilization, ppc64 went for ~ppc64 because of gnuplot
7 (Portage version: 2.2_rc23/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.31 dev-python/gnuplot-py/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnuplot-py/ChangeLog?rev=1.31&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnuplot-py/ChangeLog?rev=1.31&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnuplot-py/ChangeLog?r1=1.30&r2=1.31
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v
19 retrieving revision 1.30
20 retrieving revision 1.31
21 diff -u -r1.30 -r1.31
22 --- ChangeLog 6 Oct 2008 16:10:39 -0000 1.30
23 +++ ChangeLog 26 Feb 2009 10:17:50 -0000 1.31
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-python/gnuplot-py
26 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v 1.30 2008/10/06 16:10:39 hawking Exp $
28 +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v 1.31 2009/02/26 10:17:50 bicatali Exp $
30 +
31 + 26 Feb 2009; Sébastien Fabbro <bicatali@g.o>
32 + gnuplot-py-1.7-r2.ebuild, gnuplot-py-1.8.ebuild:
33 + Cleanup, getting ready for stabilization, ppc64 went for ~ppc64 because of
34 + gnuplot
35
36 06 Oct 2008; Ali Polatel <hawking@g.o> gnuplot-py-1.7-r2.ebuild,
37 gnuplot-py-1.8.ebuild:
38
39
40
41 1.4 dev-python/gnuplot-py/gnuplot-py-1.8.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8.ebuild?rev=1.4&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8.ebuild?rev=1.4&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8.ebuild?r1=1.3&r2=1.4
46
47 Index: gnuplot-py-1.8.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8.ebuild,v
50 retrieving revision 1.3
51 retrieving revision 1.4
52 diff -u -r1.3 -r1.4
53 --- gnuplot-py-1.8.ebuild 7 Dec 2008 19:28:53 -0000 1.3
54 +++ gnuplot-py-1.8.ebuild 26 Feb 2009 10:17:50 -0000 1.4
55 @@ -1,7 +1,8 @@
56 -# Copyright 1999-2008 Gentoo Foundation
57 +# Copyright 1999-2009 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8.ebuild,v 1.3 2008/12/07 19:28:53 vapier Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8.ebuild,v 1.4 2009/02/26 10:17:50 bicatali Exp $
61
62 +EAPI=2
63 inherit distutils eutils
64
65 DESCRIPTION="A python wrapper for Gnuplot"
66 @@ -13,22 +14,22 @@
67 KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd"
68 IUSE="doc"
69
70 -DEPEND="virtual/python
71 - dev-python/numpy"
72 -RDEPEND="sci-visualization/gnuplot
73 - ${DEPEND}"
74 +DEPEND="dev-python/numpy"
75 +RDEPEND="${DEPEND}
76 + sci-visualization/gnuplot"
77
78 PYTHON_MODNAME="Gnuplot"
79
80 -src_unpack() {
81 - unpack ${A}
82 - cd "${S}"
83 - epatch "${FILESDIR}/${PN}-1.7-mousesupport.patch"
84 +src_prepare() {
85 + epatch "${FILESDIR}"/${PN}-1.7-mousesupport.patch
86 }
87
88 src_install() {
89 distutils_src_install
90 - dodoc {ANNOUNCE,CREDITS,NEWS,TODO,FAQ}.txt
91 + dodoc ANNOUNCE.txt CREDITS.txt NEWS.txt TODO.txt FAQ.txt
92 + dodir /usr/share/doc/${PF}/examples
93 + mv "${D}"/usr/$(get_libdir)/python*/site-packages/Gnuplot/{test,demo}.py \
94 + "${D}"/usr/share/doc/${PF}/examples || die
95 if use doc; then
96 insinto /usr/share/doc/${PF}/html
97 doins -r doc/Gnuplot/* || die "doc install failed"
98
99
100
101 1.11 dev-python/gnuplot-py/gnuplot-py-1.7-r2.ebuild
102
103 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.7-r2.ebuild?rev=1.11&view=markup
104 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.7-r2.ebuild?rev=1.11&content-type=text/plain
105 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.7-r2.ebuild?r1=1.10&r2=1.11
106
107 Index: gnuplot-py-1.7-r2.ebuild
108 ===================================================================
109 RCS file: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.7-r2.ebuild,v
110 retrieving revision 1.10
111 retrieving revision 1.11
112 diff -u -r1.10 -r1.11
113 --- gnuplot-py-1.7-r2.ebuild 7 Dec 2008 19:28:53 -0000 1.10
114 +++ gnuplot-py-1.7-r2.ebuild 26 Feb 2009 10:17:50 -0000 1.11
115 @@ -1,6 +1,6 @@
116 -# Copyright 1999-2008 Gentoo Foundation
117 +# Copyright 1999-2009 Gentoo Foundation
118 # Distributed under the terms of the GNU General Public License v2
119 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.7-r2.ebuild,v 1.10 2008/12/07 19:28:53 vapier Exp $
120 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.7-r2.ebuild,v 1.11 2009/02/26 10:17:50 bicatali Exp $
121
122 inherit distutils eutils
123
124 @@ -10,7 +10,7 @@
125
126 LICENSE="LGPL-2.1"
127 SLOT="0"
128 -KEYWORDS="amd64 ~ia64 ppc ppc64 s390 sparc x86 ~x86-fbsd"
129 +KEYWORDS="amd64 ~ia64 ppc ~ppc64 s390 sparc x86 ~x86-fbsd"
130 IUSE=""
131
132 DEPEND="virtual/python