diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-02-11 17:00:22 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-02-11 17:00:22 +0000 |
commit | 898735319fdaddd22036e94337a6e2602670b7b1 (patch) | |
tree | e47743d73e55e60110b99cd33cf11c9a28df89a4 /sci-chemistry | |
parent | Vesion BUmp; drop old (diff) | |
download | gentoo-2-898735319fdaddd22036e94337a6e2602670b7b1.tar.gz gentoo-2-898735319fdaddd22036e94337a6e2602670b7b1.tar.bz2 gentoo-2-898735319fdaddd22036e94337a6e2602670b7b1.zip |
Drop old, restrict bindist, #539786
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-chemistry')
3 files changed, 9 insertions, 68 deletions
diff --git a/sci-chemistry/pymol-plugins-promol/ChangeLog b/sci-chemistry/pymol-plugins-promol/ChangeLog index b8bcbaf2457c..f52586c84caa 100644 --- a/sci-chemistry/pymol-plugins-promol/ChangeLog +++ b/sci-chemistry/pymol-plugins-promol/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-chemistry/pymol-plugins-promol -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pymol-plugins-promol/ChangeLog,v 1.7 2013/05/29 16:26:26 jlec Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pymol-plugins-promol/ChangeLog,v 1.8 2015/02/11 17:00:22 jlec Exp $ + + 11 Feb 2015; Justin Lecher <jlec@gentoo.org> + -pymol-plugins-promol-3.0.2.ebuild, pymol-plugins-promol-3.0.2-r1.ebuild: + Drop old, restrict bindist, #539786 29 May 2013; Justin Lecher <jlec@gentoo.org> pymol-plugins-promol-3.0.2-r1.ebuild: @@ -29,4 +33,3 @@ 20 Feb 2010; Justin Lecher <jlec@gentoo.org> +pymol-plugins-promol-3.0.2.ebuild, +metadata.xml: ProMol plugin for pymol, grep from #209970 - diff --git a/sci-chemistry/pymol-plugins-promol/pymol-plugins-promol-3.0.2-r1.ebuild b/sci-chemistry/pymol-plugins-promol/pymol-plugins-promol-3.0.2-r1.ebuild index 50450a3a6312..2d669451bbeb 100644 --- a/sci-chemistry/pymol-plugins-promol/pymol-plugins-promol-3.0.2-r1.ebuild +++ b/sci-chemistry/pymol-plugins-promol/pymol-plugins-promol-3.0.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pymol-plugins-promol/pymol-plugins-promol-3.0.2-r1.ebuild,v 1.3 2013/05/29 16:26:26 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pymol-plugins-promol/pymol-plugins-promol-3.0.2-r1.ebuild,v 1.4 2015/02/11 17:00:22 jlec Exp $ EAPI=5 @@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux" LICENSE="all-rights-reserved" IUSE="" -RESTRCIT="mirror" +RESTRCIT="mirror bindist" REQUIRED_USE="${PYTHON_REQUIRED_USE}" diff --git a/sci-chemistry/pymol-plugins-promol/pymol-plugins-promol-3.0.2.ebuild b/sci-chemistry/pymol-plugins-promol/pymol-plugins-promol-3.0.2.ebuild deleted file mode 100644 index f57cdc08fd73..000000000000 --- a/sci-chemistry/pymol-plugins-promol/pymol-plugins-promol-3.0.2.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pymol-plugins-promol/pymol-plugins-promol-3.0.2.ebuild,v 1.5 2013/05/20 15:55:42 jlec Exp $ - -EAPI="3" - -PYTHON_DEPEND="2:2.5" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.4 3.*" - -inherit python - -DESCRIPTION="Fast and accurate regognition of active sites" -HOMEPAGE="http://www.rit.edu/cos/ezviz/ProMOL_dl.html" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux" -LICENSE="all-rights-reserved" -IUSE="" - -RESTRCIT="mirror" - -RDEPEND=" - dev-python/pmw:0 - sci-chemistry/pymol" -DEPEND="" - -src_prepare() { - python_copy_sources - preparation() { - sed -e "s:./modules/pmg_tk/startup:${EPREFIX}/$(python_get_sitedir)/pmg_tk/startup/ProMol:g" -i ProMOL_302.py - } - python_execute_function -s preparation -} - -src_install(){ - installation() { - insinto $(python_get_sitedir)/pmg_tk/startup/ProMol/ - doins -r PDB_List AminoPics Motifs *GIF pdb_entry_type.txt Master.txt Scripts || die - insinto $(python_get_sitedir)/pmg_tk/startup/ - doins *.py || die - dosym ../../../../../../share/doc/${PF}/html/Help \ - $(python_get_sitedir)/pmg_tk/startup/ProMol/Help || die - dosym ../../../../../../share/doc/${PF}/html/Thanks.html \ - $(python_get_sitedir)/pmg_tk/startup/ProMol/Thanks.html || die - dosym ../../../../../../share/doc/${PF}/html/EDMHelp.htm \ - $(python_get_sitedir)/pmg_tk/startup/ProMol/EDMHelp.htm || die - } - python_execute_function -s installation - - dodoc *doc || die - dohtml -r Thanks.html EDMHelp.htm Help -} - -pkg_postinst(){ - python_mod_optimize pmg_tk/startup/ -} - -pkg_postrm() { - python_mod_cleanup pmg_tk/startup/ -} |