From 61d3e010f8eec9695af79b8c8a6eb6e0be4b1736 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Sun, 15 Jan 2017 12:01:11 +0100 Subject: sci-chemistry/pymol-plugins-bni-tools: Drop old Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- sci-chemistry/pymol-plugins-bni-tools/Manifest | 1 - .../pymol-plugins-bni-tools-0.25.1.ebuild | 41 ---------------------- 2 files changed, 42 deletions(-) delete mode 100644 sci-chemistry/pymol-plugins-bni-tools/pymol-plugins-bni-tools-0.25.1.ebuild (limited to 'sci-chemistry/pymol-plugins-bni-tools') diff --git a/sci-chemistry/pymol-plugins-bni-tools/Manifest b/sci-chemistry/pymol-plugins-bni-tools/Manifest index 532cf761f73b..04874b3c47de 100644 --- a/sci-chemistry/pymol-plugins-bni-tools/Manifest +++ b/sci-chemistry/pymol-plugins-bni-tools/Manifest @@ -1,2 +1 @@ -DIST bni-tools-0.251.zip 32596 SHA256 79f77ecb5797de49249c571eda958a97647f34f456bcda952e4b63ffd0c412d2 SHA512 0d28433679fff1d4473469078ef3b9091f4ed13ccf414d4c54afadcde2f120768f26c0aaee378f04fd9cc71159f21ad7f9281a163a365106dadc3f641b743b76 WHIRLPOOL 4f869b2a357b6c1be6077f478b7356e4bba14ae7a4ef7c17357f6729888439d4c3b09cb27271585258024f39f2fe2437016dd7bec3301e849de453add25330d9 DIST bni-tools-027.zip 33753 SHA256 9ddb9785146b12c5c2ff03d34262fec8ff04bfaa9c56ec4665bac5e33879cd7c SHA512 9c0ef1ca5bbb3040192ab2668f354f947e93d42c91a0cfdde5d05be273e6ba9f29ec3c6ee86367f18d87316282b4e0141183b8d6259bd36d44010b7bbb7666e5 WHIRLPOOL 7e14a2ef86009237f53e28f6ac95b56687dd7275e8bd8a856c4d408a6c57cffb7131cb9a505d01da7b2f58bf20bae9b400e478d994bb04f9e799ecf09a60edd3 diff --git a/sci-chemistry/pymol-plugins-bni-tools/pymol-plugins-bni-tools-0.25.1.ebuild b/sci-chemistry/pymol-plugins-bni-tools/pymol-plugins-bni-tools-0.25.1.ebuild deleted file mode 100644 index 640cf969c61e..000000000000 --- a/sci-chemistry/pymol-plugins-bni-tools/pymol-plugins-bni-tools-0.25.1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="3" -SUPPORT_PYTHON_ABIS="1" - -inherit python versionator - -MY_PN="${PN#pymol-plugins-}" -MY_P="${MY_PN}-$(delete_version_separator 2)" - -DESCRIPTION="Gives Pymol additional functionalities and presets to the PyMOL GUI" -HOMEPAGE="http://bni-tools.sourceforge.net/" -SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.zip" - -LICENSE="CNRI" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND="sci-chemistry/pymol" -DEPEND="app-arch/unzip" -RESTRICT_PYTHON_ABIS="2.4 3.*" - -src_install(){ - installation() { - insinto $(python_get_sitedir)/pmg_tk/startup/ - doins bni-tools.py || die "Failed to install ${P}" - } - python_execute_function installation - dodoc readme.txt || die "No dodoc" -} - -pkg_postinst(){ - python_mod_optimize pmg_tk/startup -} - -pkg_postrm() { - python_mod_cleanup pmg_tk/startup -} -- cgit v1.2.3-65-gdbad