Gentoo Archives: gentoo-commits

From: Aisha Tammy <gentoo@×××××.cc>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/oasa/
Date: Mon, 28 Sep 2020 00:52:39
Message-Id: 1601254327.f6b0956397c3a05d2b9e5c9335ae0ccfcbf056d8.epsilon-0@gentoo
1 commit: f6b0956397c3a05d2b9e5c9335ae0ccfcbf056d8
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Mon Sep 28 00:52:07 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Mon Sep 28 00:52:07 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f6b09563
7
8 sci-libs/oasa: drop dead package
9
10 only works with python2
11
12 Package-Manager: Portage-3.0.8, Repoman-3.0.1
13 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
14
15 sci-libs/oasa/metadata.xml | 14 --------------
16 sci-libs/oasa/oasa-0.13.1.ebuild | 20 --------------------
17 2 files changed, 34 deletions(-)
18
19 diff --git a/sci-libs/oasa/metadata.xml b/sci-libs/oasa/metadata.xml
20 deleted file mode 100644
21 index e66cf80b9..000000000
22 --- a/sci-libs/oasa/metadata.xml
23 +++ /dev/null
24 @@ -1,14 +0,0 @@
25 -<?xml version="1.0" encoding="UTF-8"?>
26 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
27 -<pkgmetadata>
28 - <maintainer type="project">
29 - <email>sci-chemistry@g.o</email>
30 - <name>Gentoo Chemistry Project</name>
31 - </maintainer>
32 - <longdescription>
33 -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>).
34 -</longdescription>
35 - <use>
36 - <flag name="cairo">Add support for Cairo graphics library using <pkg>dev-python/pycairo</pkg></flag>
37 - </use>
38 -</pkgmetadata>
39
40 diff --git a/sci-libs/oasa/oasa-0.13.1.ebuild b/sci-libs/oasa/oasa-0.13.1.ebuild
41 deleted file mode 100644
42 index af02300ad..000000000
43 --- a/sci-libs/oasa/oasa-0.13.1.ebuild
44 +++ /dev/null
45 @@ -1,20 +0,0 @@
46 -# Copyright 1999-2014 Gentoo Foundation
47 -# Distributed under the terms of the GNU General Public License v2
48 -
49 -EAPI=5
50 -
51 -PYTHON_COMPAT=( python2_7 )
52 -
53 -inherit distutils-r1
54 -
55 -DESCRIPTION="Python library for manipulation of chemical structures"
56 -HOMEPAGE="http://bkchem.zirael.org/oasa_en.html"
57 -SRC_URI="http://bkchem.zirael.org/download/${P}.tar.gz"
58 -
59 -LICENSE="GPL-2"
60 -SLOT="0"
61 -KEYWORDS="~amd64 ~x86"
62 -IUSE="cairo"
63 -
64 -DEPEND=""
65 -RDEPEND="cairo? ( >=dev-python/pycairo-1.2[${PYTHON_USEDEP}] )"