summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2010-04-22 20:06:38 +0000
committerJustin Lecher <jlec@gentoo.org>2010-04-22 20:06:38 +0000
commit0ea68575db3864bd56e33556cc3635901191e715 (patch)
tree2f2bc3056059dbd439f919488096d5176230539e /sci-chemistry
parentFixes for Python ABIs, #316167 (diff)
downloadgentoo-2-0ea68575db3864bd56e33556cc3635901191e715.tar.gz
gentoo-2-0ea68575db3864bd56e33556cc3635901191e715.tar.bz2
gentoo-2-0ea68575db3864bd56e33556cc3635901191e715.zip
removed old versions
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/caver/ChangeLog6
-rw-r--r--sci-chemistry/caver/caver-0.99.2.ebuild50
-rw-r--r--sci-chemistry/caver/caver-2.0.003.ebuild65
3 files changed, 5 insertions, 116 deletions
diff --git a/sci-chemistry/caver/ChangeLog b/sci-chemistry/caver/ChangeLog
index d44c3a63f481..f9b3f601fb10 100644
--- a/sci-chemistry/caver/ChangeLog
+++ b/sci-chemistry/caver/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-chemistry/caver
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/caver/ChangeLog,v 1.14 2010/02/21 09:56:35 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/caver/ChangeLog,v 1.15 2010/04/22 20:06:38 jlec Exp $
+
+ 22 Apr 2010; Justin Lecher <jlec@gentoo.org> -caver-0.99.2.ebuild,
+ -caver-2.0.003.ebuild:
+ REmoved old versions
*caver-2.0.003-r1 (21 Feb 2010)
diff --git a/sci-chemistry/caver/caver-0.99.2.ebuild b/sci-chemistry/caver/caver-0.99.2.ebuild
deleted file mode 100644
index 4f7aa3794bde..000000000000
--- a/sci-chemistry/caver/caver-0.99.2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/caver/caver-0.99.2.ebuild,v 1.3 2007/03/15 15:51:57 kugelfang Exp $
-
-inherit multilib python
-
-MY_PN="${PN}_unix"
-MY_P="${MY_PN}_v${PV}"
-PLUG_P="${MY_P/caver/caverPLUG}"
-DESCRIPTION="Rapid, accurate and fully automated calculation of pathways leading from buried cavities to outside solvent in static and dynamic protein structures"
-HOMEPAGE="http://viper.chemi.muni.cz/caver/"
-SRC_URI="${MY_P}.tar.gz
- pymol? ( ${PLUG_P}.tar.gz )"
-LICENSE="CAVER"
-SLOT="0"
-KEYWORDS="ppc x86"
-IUSE="pymol"
-RDEPEND="media-libs/qhull
- pymol? ( sci-chemistry/pymol )"
-DEPEND="${RDEPEND}"
-RESTRICT="fetch"
-S="${WORKDIR}/${MY_P}"
-
-pkg_nofetch() {
- einfo "Download ${MY_P}.tar.gz"
- if use pymol; then
- einfo "and ${PLUG_P}.tar.gz"
- fi
- einfo "from ${HOMEPAGE}. This requires registration."
- einfo "Place tarballs in ${DISTDIR}."
-}
-
-src_install() {
- make DESTDIR="${D}" install
- if use pymol; then
- python_version
- sed -i \
- -e "s:^\(CAVER_BINARY_LOCATION\).*:\1 = \"usr/bin/caver\":g" \
- ${WORKDIR}/${PLUG_P}/caver.py
- insinto /usr/$(get_libdir)/python${PYVER}/site-packages/pmg_tk/startup
- doins ${WORKDIR}/${PLUG_P}/caver.py
- fi
-}
-
-pkg_postinst() {
- if use pymol; then
- python_mod_compile \
- /usr/$(get_libdir)/python${PYVER}/site-packages/pmg_tk/startup/caver.py
- fi
-}
diff --git a/sci-chemistry/caver/caver-2.0.003.ebuild b/sci-chemistry/caver/caver-2.0.003.ebuild
deleted file mode 100644
index 4523532cd46a..000000000000
--- a/sci-chemistry/caver/caver-2.0.003.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/caver/caver-2.0.003.ebuild,v 1.3 2010/02/28 13:46:56 arfrever Exp $
-
-EAPI="2"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit multilib python eutils versionator java-utils-2
-
-MY_PV="$(replace_version_separator 2 -v $(replace_version_separator 1 _ ${PV}))"
-MY_P="${PN}${MY_PV}_pymol_plugin"
-
-DESCRIPTION="Calculation of pathways from buried cavities to outside solvent in protein structures"
-HOMEPAGE="http://loschmidt.chemi.muni.cz/caver/"
-SRC_URI="${MY_P}.zip"
-
-LICENSE="CAVER"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- >=virtual/jre-1.6
- sci-chemistry/pymol"
-DEPEND="app-arch/unzip"
-RESTRICT_PYTHON_ABIS="2.4 3.*"
-
-RESTRICT="fetch"
-
-S="${WORKDIR}/Caver${MY_PV}"/linux_mac
-
-pkg_nofetch() {
- elog "Download ${MY_P}.tar.gz"
- elog "from ${HOMEPAGE}. This requires registration."
- elog "Place tarballs in ${DISTDIR}."
-}
-
-src_prepare() {
- python_copy_sources
-}
-
-src_install() {
- java-pkg_dojar Caver$(replace_all_version_separators _ ${PV})/*.jar
-
- java-pkg_jarinto /usr/share/${PN}/lib/lib/
- java-pkg_dojar Caver$(replace_all_version_separators _ ${PV})/lib/*.jar
-
- installation() {
- sed \
- -e "s:directory/where/jar/with/plugin/is/located:/usr/share/${PN}/lib/:g" \
- -i Caver$(replace_all_version_separators _ ${PV}).py || die
-
- insinto $(python_get_sitedir)/pmg_tk/startup/
- doins Caver$(replace_all_version_separators _ ${PV}).py || die
- }
- python_execute_function -s installation
-}
-
-pkg_postinst() {
- python_mod_optimize pmg_tk/startup/Caver$(replace_all_version_separators _ ${PV}).py
-}
-
-pkg_postrm() {
- python_mod_cleanup pmg_tk/startup/Caver$(replace_all_version_separators _ ${PV}).py
-}