Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-visualization/quickplot: metadata.xml quickplot-0.8.15.ebuild quickplot-0.10.2.ebuild ChangeLog quickplot-0.8.13-r1.ebuild
Date: Sun, 29 Jan 2012 13:38:41
Message-Id: 20120129133831.56B1C2004B@flycatcher.gentoo.org
1 jlec 12/01/29 13:38:31
2
3 Modified: metadata.xml quickplot-0.8.15.ebuild ChangeLog
4 quickplot-0.8.13-r1.ebuild
5 Added: quickplot-0.10.2.ebuild
6 Log:
7 Version BUmp
8
9 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.3 sci-visualization/quickplot/metadata.xml
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/quickplot/metadata.xml?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/quickplot/metadata.xml?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/quickplot/metadata.xml?r1=1.2&r2=1.3
17
18 Index: metadata.xml
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/quickplot/metadata.xml,v
21 retrieving revision 1.2
22 retrieving revision 1.3
23 diff -u -r1.2 -r1.3
24 --- metadata.xml 20 Jul 2011 16:08:03 -0000 1.2
25 +++ metadata.xml 29 Jan 2012 13:38:31 -0000 1.3
26 @@ -1,8 +1,8 @@
27 <?xml version="1.0" encoding="UTF-8"?>
28 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
29 <pkgmetadata>
30 - <herd>sci</herd>
31 - <longdescription>
32 + <herd>sci</herd>
33 + <longdescription>
34 Quickplot is a fast interactive 2D plotter with infinite zooming, value
35 picking, pipe input, and unlimited plots displayed. Quickplot is meant for
36 looking at your data quickly and of secondary importance is making static
37
38
39
40 1.3 sci-visualization/quickplot/quickplot-0.8.15.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/quickplot/quickplot-0.8.15.ebuild?rev=1.3&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/quickplot/quickplot-0.8.15.ebuild?rev=1.3&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/quickplot/quickplot-0.8.15.ebuild?r1=1.2&r2=1.3
45
46 Index: quickplot-0.8.15.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/quickplot/quickplot-0.8.15.ebuild,v
49 retrieving revision 1.2
50 retrieving revision 1.3
51 diff -u -r1.2 -r1.3
52 --- quickplot-0.8.15.ebuild 2 Mar 2011 19:35:12 -0000 1.2
53 +++ quickplot-0.8.15.ebuild 29 Jan 2012 13:38:31 -0000 1.3
54 @@ -1,18 +1,18 @@
55 -# Copyright 1999-2011 Gentoo Foundation
56 +# Copyright 1999-2012 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/quickplot/quickplot-0.8.15.ebuild,v 1.2 2011/03/02 19:35:12 jlec Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/quickplot/quickplot-0.8.15.ebuild,v 1.3 2012/01/29 13:38:31 jlec Exp $
60
61 EAPI=2
62 -inherit eutils autotools
63 +inherit autotools eutils
64
65 -DESCRIPTION="A fast interactive 2D plotter."
66 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
67 +DESCRIPTION="A fast interactive 2D plotter"
68 HOMEPAGE="http://quickplot.sourceforge.net/"
69 +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
70
71 -IUSE="sndfile"
72 SLOT="0"
73 LICENSE="GPL-2"
74 KEYWORDS="~amd64 ~ppc ~x86"
75 +IUSE="sndfile"
76
77 RDEPEND="
78 dev-cpp/gtkmm:2.4
79
80
81
82 1.14 sci-visualization/quickplot/ChangeLog
83
84 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/quickplot/ChangeLog?rev=1.14&view=markup
85 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/quickplot/ChangeLog?rev=1.14&content-type=text/plain
86 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/quickplot/ChangeLog?r1=1.13&r2=1.14
87
88 Index: ChangeLog
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/quickplot/ChangeLog,v
91 retrieving revision 1.13
92 retrieving revision 1.14
93 diff -u -r1.13 -r1.14
94 --- ChangeLog 20 Jul 2011 16:08:03 -0000 1.13
95 +++ ChangeLog 29 Jan 2012 13:38:31 -0000 1.14
96 @@ -1,6 +1,12 @@
97 # ChangeLog for sci-visualization/quickplot
98 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
99 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/quickplot/ChangeLog,v 1.13 2011/07/20 16:08:03 pacho Exp $
100 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
101 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/quickplot/ChangeLog,v 1.14 2012/01/29 13:38:31 jlec Exp $
102 +
103 +*quickplot-0.10.2 (29 Jan 2012)
104 +
105 + 29 Jan 2012; Justin Lecher <jlec@g.o> quickplot-0.8.13-r1.ebuild,
106 + quickplot-0.8.15.ebuild, +quickplot-0.10.2.ebuild, metadata.xml:
107 + Version BUmp
108
109 20 Jul 2011; Pacho Ramos <pacho@g.o> metadata.xml:
110 Drop maintainer due retirement, bug #70723
111
112
113
114 1.6 sci-visualization/quickplot/quickplot-0.8.13-r1.ebuild
115
116 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/quickplot/quickplot-0.8.13-r1.ebuild?rev=1.6&view=markup
117 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/quickplot/quickplot-0.8.13-r1.ebuild?rev=1.6&content-type=text/plain
118 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/quickplot/quickplot-0.8.13-r1.ebuild?r1=1.5&r2=1.6
119
120 Index: quickplot-0.8.13-r1.ebuild
121 ===================================================================
122 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/quickplot/quickplot-0.8.13-r1.ebuild,v
123 retrieving revision 1.5
124 retrieving revision 1.6
125 diff -u -r1.5 -r1.6
126 --- quickplot-0.8.13-r1.ebuild 2 Mar 2011 19:35:12 -0000 1.5
127 +++ quickplot-0.8.13-r1.ebuild 29 Jan 2012 13:38:31 -0000 1.6
128 @@ -1,19 +1,19 @@
129 -# Copyright 1999-2011 Gentoo Foundation
130 +# Copyright 1999-2012 Gentoo Foundation
131 # Distributed under the terms of the GNU General Public License v2
132 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/quickplot/quickplot-0.8.13-r1.ebuild,v 1.5 2011/03/02 19:35:12 jlec Exp $
133 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/quickplot/quickplot-0.8.13-r1.ebuild,v 1.6 2012/01/29 13:38:31 jlec Exp $
134
135 EAPI="1"
136
137 inherit eutils
138
139 -DESCRIPTION="A fast interactive 2D plotter."
140 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
141 +DESCRIPTION="A fast interactive 2D plotter"
142 HOMEPAGE="http://quickplot.sourceforge.net/"
143 +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
144
145 -IUSE="sndfile"
146 SLOT="0"
147 LICENSE="GPL-2"
148 KEYWORDS="amd64 ppc x86"
149 +IUSE="sndfile"
150
151 RDEPEND="
152 dev-cpp/gtkmm:2.4
153
154
155
156 1.1 sci-visualization/quickplot/quickplot-0.10.2.ebuild
157
158 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/quickplot/quickplot-0.10.2.ebuild?rev=1.1&view=markup
159 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/quickplot/quickplot-0.10.2.ebuild?rev=1.1&content-type=text/plain
160
161 Index: quickplot-0.10.2.ebuild
162 ===================================================================
163 # Copyright 1999-2012 Gentoo Foundation
164 # Distributed under the terms of the GNU General Public License v2
165 # $Header: /var/cvsroot/gentoo-x86/sci-visualization/quickplot/quickplot-0.10.2.ebuild,v 1.1 2012/01/29 13:38:31 jlec Exp $
166
167 EAPI=4
168
169 inherit autotools-utils eutils
170
171 DESCRIPTION="A fast interactive 2D plotter"
172 HOMEPAGE="http://quickplot.sourceforge.net/"
173 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
174
175 SLOT="0"
176 LICENSE="GPL-3"
177 KEYWORDS="~amd64 ~ppc ~x86"
178 IUSE="static-libs"
179
180 RDEPEND="
181 media-libs/libsndfile
182 >=sys-libs/readline-0.6.2
183 x11-libs/gtk+:3"
184 DEPEND="${RDEPEND}
185 dev-util/pkgconfig"
186
187 src_configure() {
188 local myeconfargs=(
189 --htmldir="${EPREFIX}/usr/share/doc/${PF}/html"
190 )
191 autotools-utils_src_configure
192 }
193
194 src_install () {
195 autotools-utils_src_install
196
197 make_desktop_entry 'quickplot --no-pipe' Quickplot quickplot Graphics
198 mv "${D}"/usr/share/applications/quickplot*.desktop \
199 "${D}"/usr/share/applications/quickplot.desktop || die
200 }