Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-geosciences/tappy/
Date: Wed, 04 Dec 2013 15:00:40
Message-Id: 1386166406.243bc8c12fbdc1e8161b9999e78056fefc6a94b8.jlec@gentoo
1 commit: 243bc8c12fbdc1e8161b9999e78056fefc6a94b8
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 4 14:13:26 2013 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 4 14:13:26 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=243bc8c1
7
8 sci-geosciences/tappy: Bump to distutils-r1 eclass
9
10 Package-Manager: portage-2.2.7
11
12 ---
13 sci-geosciences/tappy/ChangeLog | 6 +++++-
14 sci-geosciences/tappy/metadata.xml | 12 ++++++------
15 sci-geosciences/tappy/tappy-0.9.0.ebuild | 18 ++++++++----------
16 3 files changed, 19 insertions(+), 17 deletions(-)
17
18 diff --git a/sci-geosciences/tappy/ChangeLog b/sci-geosciences/tappy/ChangeLog
19 index 3340e37..193e544 100644
20 --- a/sci-geosciences/tappy/ChangeLog
21 +++ b/sci-geosciences/tappy/ChangeLog
22 @@ -1,7 +1,11 @@
23 # ChangeLog for sci-geosciences/tappy
24 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
25 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
26 # $Header: $
27
28 + 04 Dec 2013; Justin Lecher <jlec@g.o> tappy-0.9.0.ebuild,
29 + metadata.xml:
30 + Bump to distutils-r1 eclass
31 +
32 *tappy-0.9.0 (19 Oct 2011)
33
34 19 Oct 2011; Tim Cera <tim@××××××××.net> -tappy-0.8.3.ebuild,
35
36 diff --git a/sci-geosciences/tappy/metadata.xml b/sci-geosciences/tappy/metadata.xml
37 index 4605803..bdb0263 100644
38 --- a/sci-geosciences/tappy/metadata.xml
39 +++ b/sci-geosciences/tappy/metadata.xml
40 @@ -1,12 +1,12 @@
41 <?xml version="1.0" encoding="UTF-8"?>
42 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
43 <pkgmetadata>
44 -<herd>sci-geosciences</herd>
45 -<maintainer>
46 -<email>tim@××××××××.net</email>
47 -<name>Tim Cera</name>
48 -</maintainer>
49 -<longdescription lang="en">
50 + <herd>sci-geosciences</herd>
51 + <maintainer>
52 + <email>tim@××××××××.net</email>
53 + <name>Tim Cera</name>
54 + </maintainer>
55 + <longdescription lang="en">
56 TAPPY is a tidal analysis package. It breaks down a record of water levels into
57 the component sine waves. It is written in Python and uses the least squares
58 optimization and other functions in SciPy. The focus is to make the most
59
60 diff --git a/sci-geosciences/tappy/tappy-0.9.0.ebuild b/sci-geosciences/tappy/tappy-0.9.0.ebuild
61 index 03cc7ff..0730aac 100644
62 --- a/sci-geosciences/tappy/tappy-0.9.0.ebuild
63 +++ b/sci-geosciences/tappy/tappy-0.9.0.ebuild
64 @@ -1,23 +1,21 @@
65 -# Copyright 1999-2011 Gentoo Foundation
66 +# Copyright 1999-2013 Gentoo Foundation
67 # Distributed under the terms of the GNU General Public License v2
68 # $Header: $
69
70 -EAPI="3"
71 +EAPI=5
72
73 -PYTHON_DEPEND="2"
74 -SUPPORT_PYTHON_ABIS="1"
75 -RESTRICT_PYTHON_ABIS="3.*"
76 +PYTHON_COMPAT=( python{2_6,2_7} )
77
78 -inherit distutils
79 +inherit distutils-r1
80
81 -DESCRIPTION="Tidal Analysis in Python breaks hourly water level into tidal components."
82 +DESCRIPTION="Tidal Analysis in Python"
83 HOMEPAGE="http://tappy.sourceforge.net/"
84 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
85
86 LICENSE="GPL-2"
87 SLOT="0"
88 -KEYWORDS="~x86 ~amd64"
89 +KEYWORDS="~amd64 ~x86"
90 IUSE=""
91
92 -DEPEND="dev-python/setuptools"
93 -RDEPEND=">=sci-libs/scipy-0.3.2"
94 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
95 +RDEPEND=">=sci-libs/scipy-0.3.2[${PYTHON_USEDEP}]"