aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-11-12 17:22:29 +0100
committerJustin Lecher <jlec@gentoo.org>2015-11-12 17:22:29 +0100
commitc09d28ab167676ab64ec686c7a92a6c59cd4b165 (patch)
tree37792d0253f0bf4e461ecff5657463cefecbb3e2 /sci-chemistry
parentdev-python/arrayfire-python: Version bump (diff)
downloadsci-c09d28ab167676ab64ec686c7a92a6c59cd4b165.tar.gz
sci-c09d28ab167676ab64ec686c7a92a6c59cd4b165.tar.bz2
sci-c09d28ab167676ab64ec686c7a92a6c59cd4b165.zip
Obsolete
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/pymol-apbs-plugin/ChangeLog27
-rw-r--r--sci-chemistry/pymol-apbs-plugin/metadata.xml8
-rw-r--r--sci-chemistry/pymol-apbs-plugin/pymol-apbs-plugin-9999.ebuild41
3 files changed, 0 insertions, 76 deletions
diff --git a/sci-chemistry/pymol-apbs-plugin/ChangeLog b/sci-chemistry/pymol-apbs-plugin/ChangeLog
deleted file mode 100644
index 933c9bd34..000000000
--- a/sci-chemistry/pymol-apbs-plugin/ChangeLog
+++ /dev/null
@@ -1,27 +0,0 @@
-# ChangeLog for sci-chemistry/pymol-apbs-plugin
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Id$
-
- 16 Jun 2013; Justin Lecher <jlec@gentoo.org> pymol-apbs-plugin-9999.ebuild:
- Drop KEYWORDS from live ebuild
-
- 16 Jun 2013; Justin Lecher <jlec@gentoo.org> pymol-apbs-plugin-9999.ebuild,
- metadata.xml:
- Bump to EAPI=5 and bump to python-r1.eclass
-
- 29 Jun 2010; Justin Lecher <jlec@gentoo.org>
- pymol-apbs-plugin-9999.ebuild:
- Python ABI fixes
-
- 29 Jan 2010; Justin Lecher (jlec) <jlec@j-schmitz.net>
- pymol-apbs-plugin-0_p11.ebuild, pymol-apbs-plugin-9999.ebuild:
- fixes for some file locations
-
-*pymol-apbs-plugin-9999 (28 Jan 2010)
-*pymol-apbs-plugin-0_p11 (28 Jan 2010)
-
- 28 Jan 2010; Justin Lecher (jlec) <jlec@j-schmitz.net>
- +pymol-apbs-plugin-0_p11.ebuild, +pymol-apbs-plugin-9999.ebuild,
- +metadata.xml:
- Initial addition by me
-
diff --git a/sci-chemistry/pymol-apbs-plugin/metadata.xml b/sci-chemistry/pymol-apbs-plugin/metadata.xml
deleted file mode 100644
index 3632cfad4..000000000
--- a/sci-chemistry/pymol-apbs-plugin/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>sci-chemistry</herd>
- <upstream>
- <remote-id type="sourceforge">pymolapbsplugin</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/sci-chemistry/pymol-apbs-plugin/pymol-apbs-plugin-9999.ebuild b/sci-chemistry/pymol-apbs-plugin/pymol-apbs-plugin-9999.ebuild
deleted file mode 100644
index 152fc7280..000000000
--- a/sci-chemistry/pymol-apbs-plugin/pymol-apbs-plugin-9999.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1 subversion
-
-MY_PV="${PV##*_p}"
-
-DESCRIPTION="APBS plugin for pymol"
-HOMEPAGE="http://sourceforge.net/projects/pymolapbsplugin/"
-SRC_URI=""
-ESVN_REPO_URI="https://pymolapbsplugin.svn.sourceforge.net/svnroot/pymolapbsplugin/trunk/"
-
-SLOT="0"
-LICENSE="pymol"
-KEYWORDS=""
-IUSE=""
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
- sci-chemistry/apbs
- sci-chemistry/pdb2pqr
- >sci-chemistry/pymol-1.5"
-DEPEND="${RDEPEND}"
-
-src_install() {
- sed \
- -e "s:^APBS_BINARY_LOCATION.*:APBS_BINARY_LOCATION = \"${EPREFIX}/usr/bin/apbs\":g" \
- -e "s:^APBS_PSIZE_LOCATION.*:APBS_PSIZE_LOCATION = \"${EPREFIX}/$(python_get_sitedir)/pdb2pqr/src/\":g" \
- -e "s:^APBS_PDB2PQR_LOCATION.*:APBS_PDB2PQR_LOCATION = \"${EPREFIX}/$(python_get_sitedir)/pdb2pqr/\":g" \
- -e "s:^TEMPORARY_FILE_DIR.*:TEMPORARY_FILE_DIR = \"./\":g" \
- -i src/apbsplugin.py > apbs_tools.py || die
- python_moduleinto pmg_tk/startup/
- python_domodule apbs_tools.py
- python_optimize
-}