Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pygsl: pygsl-0.9.5-r1.ebuild ChangeLog
Date: Sat, 03 Jan 2015 06:19:27
Message-Id: 20150103061907.BA652EC14@oystercatcher.gentoo.org
1 idella4 15/01/03 06:19:07
2
3 Modified: ChangeLog
4 Added: pygsl-0.9.5-r1.ebuild
5 Log:
6 revbump; conversion -> distutils-r1
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.21 dev-python/pygsl/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygsl/ChangeLog?rev=1.21&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygsl/ChangeLog?rev=1.21&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygsl/ChangeLog?r1=1.20&r2=1.21
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/pygsl/ChangeLog,v
20 retrieving revision 1.20
21 retrieving revision 1.21
22 diff -u -r1.20 -r1.21
23 --- ChangeLog 10 Aug 2014 21:16:54 -0000 1.20
24 +++ ChangeLog 3 Jan 2015 06:19:07 -0000 1.21
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/pygsl
27 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygsl/ChangeLog,v 1.20 2014/08/10 21:16:54 slyfox Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygsl/ChangeLog,v 1.21 2015/01/03 06:19:07 idella4 Exp $
31 +
32 +*pygsl-0.9.5-r1 (03 Jan 2015)
33 +
34 + 03 Jan 2015; Ian Delaney <idella4@g.o> +pygsl-0.9.5-r1.ebuild:
35 + revbump; conversion -> distutils-r1
36
37 10 Aug 2014; Sergei Trofimovich <slyfox@g.o> pygsl-0.9.5.ebuild:
38 QA: drop trailing '.' from DESCRIPTION
39
40
41
42 1.1 dev-python/pygsl/pygsl-0.9.5-r1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygsl/pygsl-0.9.5-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygsl/pygsl-0.9.5-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: pygsl-0.9.5-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2015 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-python/pygsl/pygsl-0.9.5-r1.ebuild,v 1.1 2015/01/03 06:19:07 idella4 Exp $
52
53 EAPI=5
54 PYTHON_COMPAT=( python2_7 )
55
56 inherit distutils-r1
57
58 DESCRIPTION="Python interface for the GNU scientific library (gsl)"
59 HOMEPAGE="http://pygsl.sourceforge.net/"
60 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
61
62 SLOT="0"
63 LICENSE="GPL-2"
64 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
65 IUSE="examples"
66
67 DEPEND="sci-libs/gsl
68 dev-python/numpy[${PYTHON_USEDEP}]"
69 RDEPEND="${DEPEND}"
70 # Testsuite written to be run port install
71
72 python_install_all() {
73 use examples && local EXAMPLES=( examples/. )
74 distutils-r1_python_install_all
75 }