Gentoo Archives: gentoo-commits

From: "Thomas Beierlein (tomjbe)" <tomjbe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-visualization/pythonprop: ChangeLog pythonprop-0.13.ebuild
Date: Sat, 30 Nov 2013 10:13:41
Message-Id: 20131130101331.3AB402004B@flycatcher.gentoo.org
1 tomjbe 13/11/30 10:13:31
2
3 Modified: ChangeLog
4 Added: pythonprop-0.13.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x762053D5)
9
10 Revision Changes Path
11 1.3 sci-visualization/pythonprop/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/pythonprop/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/pythonprop/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/pythonprop/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/pythonprop/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 10 Sep 2012 18:31:13 -0000 1.2
24 +++ ChangeLog 30 Nov 2013 10:13:31 -0000 1.3
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sci-visualization/pythonprop
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/pythonprop/ChangeLog,v 1.2 2012/09/10 18:31:13 tomjbe Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/pythonprop/ChangeLog,v 1.3 2013/11/30 10:13:31 tomjbe Exp $
31 +
32 +*pythonprop-0.13 (30 Nov 2013)
33 +
34 + 30 Nov 2013; Thomas Beierlein <tomjbe@g.o> +pythonprop-0.13.ebuild:
35 + Version bump
36
37 *pythonprop-0.11 (10 Sep 2012)
38
39
40
41
42 1.1 sci-visualization/pythonprop/pythonprop-0.13.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/pythonprop/pythonprop-0.13.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/pythonprop/pythonprop-0.13.ebuild?rev=1.1&content-type=text/plain
46
47 Index: pythonprop-0.13.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/sci-visualization/pythonprop/pythonprop-0.13.ebuild,v 1.1 2013/11/30 10:13:31 tomjbe Exp $
52
53 EAPI="4"
54 PYTHON_COMPAT=( python2_7 )
55
56 inherit python-single-r1
57
58 DESCRIPTION="Scripts to prepare and plot VOACAP propagation predictions"
59 HOMEPAGE="http://www.qsl.net/hz1jw/pythonprop"
60 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
61
62 LICENSE="GPL-3"
63 SLOT="0"
64 KEYWORDS="~amd64 ~x86"
65 IUSE=""
66
67 RDEPEND="sci-electronics/voacapl
68 dev-python/matplotlib[gtk]
69 dev-python/basemap"
70 DEPEND="${RDEPEND}"
71
72 src_install() {
73 emake DESTDIR="${D}" install
74 dodoc AUTHORS ChangeLog NEWS TODO
75 }