From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E82EA1384B4 for ; Thu, 12 Nov 2015 16:24:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26CF521C03F; Thu, 12 Nov 2015 16:23:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AB40C21C03F for ; Thu, 12 Nov 2015 16:23:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 24B2B340554 for ; Thu, 12 Nov 2015 16:23:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E0241063 for ; Thu, 12 Nov 2015 16:23:55 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1447345349.c09d28ab167676ab64ec686c7a92a6c59cd4b165.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/pymol-apbs-plugin/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/pymol-apbs-plugin/ChangeLog sci-chemistry/pymol-apbs-plugin/metadata.xml sci-chemistry/pymol-apbs-plugin/pymol-apbs-plugin-9999.ebuild X-VCS-Directories: sci-chemistry/pymol-apbs-plugin/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: c09d28ab167676ab64ec686c7a92a6c59cd4b165 X-VCS-Branch: master Date: Thu, 12 Nov 2015 16:23:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ed6fb46d-ca66-42df-8bc5-0c6e4c57778f X-Archives-Hash: 7af02a89b05f0677bb411f50f35e1c18 commit: c09d28ab167676ab64ec686c7a92a6c59cd4b165 Author: Justin Lecher gentoo org> AuthorDate: Thu Nov 12 16:22:29 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Nov 12 16:22:29 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c09d28ab Obsolete Signed-off-by: Justin Lecher gentoo.org> sci-chemistry/pymol-apbs-plugin/ChangeLog | 27 -------------- sci-chemistry/pymol-apbs-plugin/metadata.xml | 8 ----- .../pymol-apbs-plugin-9999.ebuild | 41 ---------------------- 3 files changed, 76 deletions(-) diff --git a/sci-chemistry/pymol-apbs-plugin/ChangeLog b/sci-chemistry/pymol-apbs-plugin/ChangeLog deleted file mode 100644 index 933c9bd..0000000 --- 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 pymol-apbs-plugin-9999.ebuild: - Drop KEYWORDS from live ebuild - - 16 Jun 2013; Justin Lecher pymol-apbs-plugin-9999.ebuild, - metadata.xml: - Bump to EAPI=5 and bump to python-r1.eclass - - 29 Jun 2010; Justin Lecher - pymol-apbs-plugin-9999.ebuild: - Python ABI fixes - - 29 Jan 2010; Justin Lecher (jlec) - 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) - +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 3632cfa..0000000 --- a/sci-chemistry/pymol-apbs-plugin/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - sci-chemistry - - pymolapbsplugin - - 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 152fc72..0000000 --- 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 -}