summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-06-15 09:56:22 +0200
committerMichał Górny <mgorny@gentoo.org>2017-06-15 10:01:01 +0200
commit160ccd2925d533940edeb9f886506ac1a98d6c3c (patch)
treeb705ee74e84c0fd350eb60d91d806d3aa16045e6 /sci-chemistry
parentsci-chemistry/gamess: Remove last-rited pkg, #612742 (diff)
downloadgentoo-160ccd2925d533940edeb9f886506ac1a98d6c3c.tar.gz
gentoo-160ccd2925d533940edeb9f886506ac1a98d6c3c.tar.bz2
gentoo-160ccd2925d533940edeb9f886506ac1a98d6c3c.zip
sci-chemistry/acpype: Remove last-rited pkg, #612740
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/acpype/Manifest1
-rw-r--r--sci-chemistry/acpype/acpype-0.1.0.ebuild32
-rw-r--r--sci-chemistry/acpype/metadata.xml15
3 files changed, 0 insertions, 48 deletions
diff --git a/sci-chemistry/acpype/Manifest b/sci-chemistry/acpype/Manifest
deleted file mode 100644
index bdf447ff681d..000000000000
--- a/sci-chemistry/acpype/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST acpype-0.1.0.tar.gz 1187249 SHA256 990d760dc2b8b4acd81d7c7e228328c4864dbc6337bc135811337bb13345b68f SHA512 4edfd17a4d474d00a086ff59c4d4423bed9e0c39d2e762d6667792332dff0c121d37e18e9693f6d6a45967e06d0ce17597d62f5754c187ea19fb6750b5310fe0 WHIRLPOOL 87428674d1566f0d4879a2761965978eb2fac50af9fe594e01556bfda8e8001f00c6b762ff6c14ab3dfdcdcdb1bb8ea53942ca1ea241a8fccbd146d1d6ba152b
diff --git a/sci-chemistry/acpype/acpype-0.1.0.ebuild b/sci-chemistry/acpype/acpype-0.1.0.ebuild
deleted file mode 100644
index 30b496f318bc..000000000000
--- a/sci-chemistry/acpype/acpype-0.1.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="AnteChamber PYthon Parser interfacE"
-HOMEPAGE="https://github.com/llazzaro"
-SRC_URI="https://github.com/llazzaro/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux"
-IUSE=""
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="
- ${PYTHON_DEPS}
- sci-chemistry/openbabel
- sci-chemistry/ambertools"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- sed \
- -e '1s:^:#!/usr/bin/python\n\n:g' \
- -i acpype/CcpnToAcpype.py || die
- default
-}
diff --git a/sci-chemistry/acpype/metadata.xml b/sci-chemistry/acpype/metadata.xml
deleted file mode 100644
index e549913a040e..000000000000
--- a/sci-chemistry/acpype/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>alexxy@gentoo.org</email>
- <name>Alexey Shvetsov</name>
- </maintainer>
- <maintainer type="project">
- <email>sci-chemistry@gentoo.org</email>
- <name>Gentoo Chemistry Project</name>
- </maintainer>
- <upstream>
- <remote-id type="github">llazzaro/acpype</remote-id>
- </upstream>
-</pkgmetadata>