diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-03-21 14:59:40 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-03-21 14:59:40 +0100 |
commit | a6f206bbe0d6b8fb5415a4f8b8ab51ac26128a25 (patch) | |
tree | 5517e2038d68eee91a187b46a2a8e677569e9662 | |
parent | This version and newer is in the tree (diff) | |
download | sci-a6f206bbe0d6b8fb5415a4f8b8ab51ac26128a25.tar.gz sci-a6f206bbe0d6b8fb5415a4f8b8ab51ac26128a25.tar.bz2 sci-a6f206bbe0d6b8fb5415a4f8b8ab51ac26128a25.zip |
New addition, written by me, #408995
(Portage version: 2.2.0_alpha93/git/Linux x86_64, unsigned Manifest commit)
-rw-r--r-- | sci-chemistry/pymol-plugins-psico/ChangeLog | 10 | ||||
-rw-r--r-- | sci-chemistry/pymol-plugins-psico/metadata.xml | 8 | ||||
-rw-r--r-- | sci-chemistry/pymol-plugins-psico/pymol-plugins-psico-9999.ebuild | 38 |
3 files changed, 56 insertions, 0 deletions
diff --git a/sci-chemistry/pymol-plugins-psico/ChangeLog b/sci-chemistry/pymol-plugins-psico/ChangeLog new file mode 100644 index 000000000..7a12fab4d --- /dev/null +++ b/sci-chemistry/pymol-plugins-psico/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for sci-chemistry/pymol-plugins-psico +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*pymol-plugins-psico-9999 (21 Mar 2012) + + 21 Mar 2012; Justin Lecher <jlec@gentoo.org> + +pymol-plugins-psico-9999.ebuild, +metadata.xml: + New addition, written by me, #408995 + diff --git a/sci-chemistry/pymol-plugins-psico/metadata.xml b/sci-chemistry/pymol-plugins-psico/metadata.xml new file mode 100644 index 000000000..1837bbc07 --- /dev/null +++ b/sci-chemistry/pymol-plugins-psico/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>sci-chemistry</herd> + <maintainer> + <email>jlec@gentoo.org</email> + </maintainer> +</pkgmetadata> diff --git a/sci-chemistry/pymol-plugins-psico/pymol-plugins-psico-9999.ebuild b/sci-chemistry/pymol-plugins-psico/pymol-plugins-psico-9999.ebuild new file mode 100644 index 000000000..f1341c8df --- /dev/null +++ b/sci-chemistry/pymol-plugins-psico/pymol-plugins-psico-9999.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 + +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.*" +PYTHON_MODNAME="psico" + +inherit distutils git-2 + +DESCRIPTION="Pymol ScrIpt COllection" +HOMEPAGE="https://github.com/speleo3/pymol-psico/" +SRC_URI="" +EGIT_REPO_URI="git://github.com/speleo3/pymol-psico.git" + +SLOT="0" +KEYWORDS="" +LICENSE="BSD-2" +IUSE="minimal" + +RDEPEND=" + dev-python/numpy + sci-biology/biopython + sci-chemistry/mmtk + !minimal? ( + media-libs/qhull + media-video/mplayer + sci-biology/stride + sci-chemistry/dssp + sci-chemistry/mm-align + sci-chemistry/pdbmat + sci-chemistry/theseus + sci-chemistry/tm-align + sci-mathematics/diagrtb + )" |