Gentoo Archives: gentoo-commits

From: Aisha Tammy <gentoo@×××××.cc>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/acpype/
Date: Sat, 26 Sep 2020 16:49:32
Message-Id: 1601138943.e26b678980793c4f52afe3746f7561e09fbad94f.epsilon-0@gentoo
1 commit: e26b678980793c4f52afe3746f7561e09fbad94f
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Sat Sep 26 16:49:03 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Sat Sep 26 16:49:03 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e26b6789
7
8 sci-chemistry/acpyp: drop dead package
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
12
13 sci-chemistry/acpype/acpype-0.1.0.ebuild | 32 --------------------------------
14 sci-chemistry/acpype/metadata.xml | 9 ---------
15 2 files changed, 41 deletions(-)
16
17 diff --git a/sci-chemistry/acpype/acpype-0.1.0.ebuild b/sci-chemistry/acpype/acpype-0.1.0.ebuild
18 deleted file mode 100644
19 index 30b496f31..000000000
20 --- a/sci-chemistry/acpype/acpype-0.1.0.ebuild
21 +++ /dev/null
22 @@ -1,32 +0,0 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=6
27 -
28 -PYTHON_COMPAT=( python2_7 )
29 -
30 -inherit distutils-r1
31 -
32 -DESCRIPTION="AnteChamber PYthon Parser interfacE"
33 -HOMEPAGE="https://github.com/llazzaro"
34 -SRC_URI="https://github.com/llazzaro/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
35 -
36 -LICENSE="MIT"
37 -SLOT="0"
38 -KEYWORDS="~amd64 ~x86 ~amd64-linux"
39 -IUSE=""
40 -
41 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
42 -
43 -DEPEND="
44 - ${PYTHON_DEPS}
45 - sci-chemistry/openbabel
46 - sci-chemistry/ambertools"
47 -RDEPEND="${DEPEND}"
48 -
49 -src_prepare() {
50 - sed \
51 - -e '1s:^:#!/usr/bin/python\n\n:g' \
52 - -i acpype/CcpnToAcpype.py || die
53 - default
54 -}
55
56 diff --git a/sci-chemistry/acpype/metadata.xml b/sci-chemistry/acpype/metadata.xml
57 deleted file mode 100644
58 index 9528200f2..000000000
59 --- a/sci-chemistry/acpype/metadata.xml
60 +++ /dev/null
61 @@ -1,9 +0,0 @@
62 -<?xml version="1.0" encoding="UTF-8"?>
63 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
64 -<pkgmetadata>
65 - <maintainer type="person">
66 - <email>alexxy@g.o</email>
67 - <name>Alexey Shvetsov</name>
68 - <description>AnteChamber PYthon Parser interfacE</description>
69 - </maintainer>
70 -</pkgmetadata>