aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-12-04 15:24:37 +0100
committerJustin Lecher <jlec@gentoo.org>2013-12-04 15:24:37 +0100
commite32b85c21700e6ea3a30a6f96e59c48ba549aab8 (patch)
tree797a33a49758a8884c5d99039e6bebd866141ac2
parentsci-libs/k3match: Bump to distutils-r1 eclass (diff)
downloadsci-e32b85c21700e6ea3a30a6f96e59c48ba549aab8.tar.gz
sci-e32b85c21700e6ea3a30a6f96e59c48ba549aab8.tar.bz2
sci-e32b85c21700e6ea3a30a6f96e59c48ba549aab8.zip
sci-libs/oasa: Bump to distutils-r1 eclass
Package-Manager: portage-2.2.7
-rw-r--r--sci-libs/oasa/ChangeLog6
-rw-r--r--sci-libs/oasa/Manifest2
-rw-r--r--sci-libs/oasa/metadata.xml10
-rw-r--r--sci-libs/oasa/oasa-0.13.1.ebuild12
4 files changed, 16 insertions, 14 deletions
diff --git a/sci-libs/oasa/ChangeLog b/sci-libs/oasa/ChangeLog
index 146fb454c..c805ea090 100644
--- a/sci-libs/oasa/ChangeLog
+++ b/sci-libs/oasa/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for sci-libs/oasa
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 04 Dec 2013; Justin Lecher <jlec@gentoo.org> oasa-0.13.1.ebuild,
+ metadata.xml:
+ Bump to distutils-r1 eclass
+
29 Jun 2010; Justin Lecher <jlec@gentoo.org> -oasa-0.13.0.ebuild:
removed old
diff --git a/sci-libs/oasa/Manifest b/sci-libs/oasa/Manifest
index c9017f7ac..83768013c 100644
--- a/sci-libs/oasa/Manifest
+++ b/sci-libs/oasa/Manifest
@@ -1 +1 @@
-DIST oasa-0.13.1.tar.gz 165293 SHA256 196689513514fb45a062882454c85722ff2edab54901458c2ddfc962580c3431
+DIST oasa-0.13.1.tar.gz 165293 SHA256 196689513514fb45a062882454c85722ff2edab54901458c2ddfc962580c3431 SHA512 9aa8f682b8f9d8eacee05df41bb072cc583f12a69ff0ea88e8311b6e074b42e00b4f4909056adba827de5c4cd1af0da9d2faeaa974f0b9720e2847f39af47c0c WHIRLPOOL 288207aeb48403357476b4c5814c839cae2bb1d96c7335af3230d5c875fe4daea53b2ddb889acb55ff943bb1b044febfec1c8cd995fafc35d27d854f1eefd484
diff --git a/sci-libs/oasa/metadata.xml b/sci-libs/oasa/metadata.xml
index 8a4663491..e0a1b68ce 100644
--- a/sci-libs/oasa/metadata.xml
+++ b/sci-libs/oasa/metadata.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci-chemistry</herd>
-<longdescription>
+ <herd>sci-chemistry</herd>
+ <longdescription>
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>).
</longdescription>
-<use>
- <flag name='cairo'>Add support for Cairo graphics library using <pkg>dev-python/pycairo</pkg></flag>
-</use>
+ <use>
+ <flag name="cairo">Add support for Cairo graphics library using <pkg>dev-python/pycairo</pkg></flag>
+ </use>
</pkgmetadata>
diff --git a/sci-libs/oasa/oasa-0.13.1.ebuild b/sci-libs/oasa/oasa-0.13.1.ebuild
index 2b532dd1d..b3c8104d5 100644
--- a/sci-libs/oasa/oasa-0.13.1.ebuild
+++ b/sci-libs/oasa/oasa-0.13.1.ebuild
@@ -1,14 +1,12 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="3"
+EAPI=5
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
+PYTHON_COMPAT=( python{2_6,2_7} )
-inherit distutils
+inherit distutils-r1
DESCRIPTION="Python library for manipulation of chemical structures"
HOMEPAGE="http://bkchem.zirael.org/oasa_en.html"
@@ -20,4 +18,4 @@ KEYWORDS="~amd64 ~x86"
IUSE="cairo"
DEPEND=""
-RDEPEND="cairo? ( >=dev-python/pycairo-1.2 )"
+RDEPEND="cairo? ( >=dev-python/pycairo-1.2[${PYTHON_USEDEP}] )"