Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@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.8-r1.ebuild
Date: Fri, 30 Apr 2010 17:21:12
Message-Id: 20100430172104.939602C04C@corvid.gentoo.org
1 grobian 10/04/30 17:21:04
2
3 Modified: ChangeLog gnuplot-py-1.8.ebuild
4 Removed: gnuplot-py-1.8-r1.ebuild
5 Log:
6 <@ Arfrever> grobian: Please merge changes from gnuplot-py-1.8-r1.ebuild to gnuplot-py-1.8.ebuild and remove gnuplot-py-1.8-r1.ebuild.
7 (Portage version: 2.2.00.15842-prefix/cvs/Darwin powerpc)
8
9 Revision Changes Path
10 1.40 dev-python/gnuplot-py/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnuplot-py/ChangeLog?rev=1.40&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnuplot-py/ChangeLog?rev=1.40&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnuplot-py/ChangeLog?r1=1.39&r2=1.40
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v
19 retrieving revision 1.39
20 retrieving revision 1.40
21 diff -u -r1.39 -r1.40
22 --- ChangeLog 30 Apr 2010 15:19:46 -0000 1.39
23 +++ ChangeLog 30 Apr 2010 17:21:04 -0000 1.40
24 @@ -1,12 +1,10 @@
25 # ChangeLog for dev-python/gnuplot-py
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v 1.39 2010/04/30 15:19:46 grobian Exp $
28 -
29 -*gnuplot-py-1.8-r1 (30 Apr 2010)
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v 1.40 2010/04/30 17:21:04 grobian Exp $
31
32 30 Apr 2010; Fabian Groffen <grobian@g.o>
33 - +gnuplot-py-1.8-r1.ebuild:
34 - Revbump for EAPI=3, added Prefix keywords
35 + gnuplot-py-1.8.ebuild:
36 + Bump to EAPI=3, added Prefix keywords
37
38 20 Mar 2009; Brent Baude <ranger@g.o> ChangeLog:
39 stable ppc, bug 259444
40
41
42
43 1.10 dev-python/gnuplot-py/gnuplot-py-1.8.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8.ebuild?rev=1.10&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8.ebuild?rev=1.10&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8.ebuild?r1=1.9&r2=1.10
48
49 Index: gnuplot-py-1.8.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8.ebuild,v
52 retrieving revision 1.9
53 retrieving revision 1.10
54 diff -u -r1.9 -r1.10
55 --- gnuplot-py-1.8.ebuild 20 Mar 2009 13:37:52 -0000 1.9
56 +++ gnuplot-py-1.8.ebuild 30 Apr 2010 17:21:04 -0000 1.10
57 @@ -1,8 +1,8 @@
58 -# Copyright 1999-2009 Gentoo Foundation
59 +# Copyright 1999-2010 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8.ebuild,v 1.9 2009/03/20 13:37:52 josejx Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8.ebuild,v 1.10 2010/04/30 17:21:04 grobian Exp $
63
64 -EAPI=2
65 +EAPI="3"
66 inherit distutils eutils
67
68 DESCRIPTION="A python wrapper for Gnuplot"
69 @@ -11,7 +11,7 @@
70
71 LICENSE="LGPL-2.1"
72 SLOT="0"
73 -KEYWORDS="amd64 ~ia64 ppc ppc64 s390 sparc x86 ~x86-fbsd"
74 +KEYWORDS="amd64 ~ia64 ppc ppc64 s390 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
75 IUSE="doc"
76
77 DEPEND="dev-python/numpy"
78 @@ -28,8 +28,8 @@
79 distutils_src_install
80 dodoc ANNOUNCE.txt CREDITS.txt NEWS.txt TODO.txt FAQ.txt
81 dodir /usr/share/doc/${PF}/examples
82 - mv "${D}"/usr/$(get_libdir)/python*/site-packages/Gnuplot/{test,demo}.py \
83 - "${D}"/usr/share/doc/${PF}/examples || die
84 + mv "${ED}"/usr/$(get_libdir)/python*/site-packages/Gnuplot/{test,demo}.py \
85 + "${ED}"/usr/share/doc/${PF}/examples || die
86 if use doc; then
87 insinto /usr/share/doc/${PF}/html
88 doins -r doc/Gnuplot/* || die "doc install failed"