commit: db2c346dc7e498e0f3d48bfa587679d5014d06a1 Author: Alexey Shvetsov <alexxy <AT> omrb <DOT> pnpi <DOT> spb <DOT> ru> AuthorDate: Fri Jun 16 10:57:02 2017 +0000 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org> CommitDate: Fri Jun 16 10:57:02 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=db2c346d
sci-chemistry/acpype: Move from tree Package-Manager: Portage-2.3.6, Repoman-2.3.2 sci-chemistry/acpype/acpype-0.1.0.ebuild | 32 ++++++++++++++++++++++++++++++++ sci-chemistry/acpype/metadata.xml | 9 +++++++++ 2 files changed, 41 insertions(+) diff --git a/sci-chemistry/acpype/acpype-0.1.0.ebuild b/sci-chemistry/acpype/acpype-0.1.0.ebuild new file mode 100644 index 000000000..30b496f31 --- /dev/null +++ b/sci-chemistry/acpype/acpype-0.1.0.ebuild @@ -0,0 +1,32 @@ +# 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 new file mode 100644 index 000000000..9528200f2 --- /dev/null +++ b/sci-chemistry/acpype/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Alexey Shvetsov</name> + <description>AnteChamber PYthon Parser interfacE</description> + </maintainer> +</pkgmetadata>
