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-libs/oasa/
Date: Wed, 04 Dec 2013 15:00:37
Message-Id: 1386167077.e32b85c21700e6ea3a30a6f96e59c48ba549aab8.jlec@gentoo
1 commit: e32b85c21700e6ea3a30a6f96e59c48ba549aab8
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 4 14:24:37 2013 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 4 14:24:37 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e32b85c2
7
8 sci-libs/oasa: Bump to distutils-r1 eclass
9
10 Package-Manager: portage-2.2.7
11
12 ---
13 sci-libs/oasa/ChangeLog | 6 +++++-
14 sci-libs/oasa/metadata.xml | 10 +++++-----
15 sci-libs/oasa/oasa-0.13.1.ebuild | 12 +++++-------
16 3 files changed, 15 insertions(+), 13 deletions(-)
17
18 diff --git a/sci-libs/oasa/ChangeLog b/sci-libs/oasa/ChangeLog
19 index 146fb45..c805ea0 100644
20 --- a/sci-libs/oasa/ChangeLog
21 +++ b/sci-libs/oasa/ChangeLog
22 @@ -1,7 +1,11 @@
23 # ChangeLog for sci-libs/oasa
24 -# Copyright 1999-2010 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> oasa-0.13.1.ebuild,
29 + metadata.xml:
30 + Bump to distutils-r1 eclass
31 +
32 29 Jun 2010; Justin Lecher <jlec@g.o> -oasa-0.13.0.ebuild:
33 removed old
34
35
36 diff --git a/sci-libs/oasa/metadata.xml b/sci-libs/oasa/metadata.xml
37 index 8a46634..e0a1b68 100644
38 --- a/sci-libs/oasa/metadata.xml
39 +++ b/sci-libs/oasa/metadata.xml
40 @@ -1,11 +1,11 @@
41 <?xml version="1.0" encoding="UTF-8"?>
42 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
43 <pkgmetadata>
44 -<herd>sci-chemistry</herd>
45 -<longdescription>
46 + <herd>sci-chemistry</herd>
47 + <longdescription>
48 OASA is a python library for manipulation of chemical formats that forms the base of BKChem. It is in separate package, because there are other programs using it (e.g. Pybel in <pkg>sci-chemistry/openbabel-python</pkg>).
49 </longdescription>
50 -<use>
51 - <flag name='cairo'>Add support for Cairo graphics library using <pkg>dev-python/pycairo</pkg></flag>
52 -</use>
53 + <use>
54 + <flag name="cairo">Add support for Cairo graphics library using <pkg>dev-python/pycairo</pkg></flag>
55 + </use>
56 </pkgmetadata>
57
58 diff --git a/sci-libs/oasa/oasa-0.13.1.ebuild b/sci-libs/oasa/oasa-0.13.1.ebuild
59 index 2b532dd..b3c8104 100644
60 --- a/sci-libs/oasa/oasa-0.13.1.ebuild
61 +++ b/sci-libs/oasa/oasa-0.13.1.ebuild
62 @@ -1,14 +1,12 @@
63 -# Copyright 1999-2010 Gentoo Foundation
64 +# Copyright 1999-2013 Gentoo Foundation
65 # Distributed under the terms of the GNU General Public License v2
66 # $Header: $
67
68 -EAPI="3"
69 +EAPI=5
70
71 -PYTHON_DEPEND="2"
72 -SUPPORT_PYTHON_ABIS="1"
73 -RESTRICT_PYTHON_ABIS="3.*"
74 +PYTHON_COMPAT=( python{2_6,2_7} )
75
76 -inherit distutils
77 +inherit distutils-r1
78
79 DESCRIPTION="Python library for manipulation of chemical structures"
80 HOMEPAGE="http://bkchem.zirael.org/oasa_en.html"
81 @@ -20,4 +18,4 @@ KEYWORDS="~amd64 ~x86"
82 IUSE="cairo"
83
84 DEPEND=""
85 -RDEPEND="cairo? ( >=dev-python/pycairo-1.2 )"
86 +RDEPEND="cairo? ( >=dev-python/pycairo-1.2[${PYTHON_USEDEP}] )"