From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- sci-chemistry/pymol-plugins-emovie/Manifest | 6 ++++ .../pymol-plugins-emovie/files/1.0.4-indent.patch | 22 ++++++++++++++ sci-chemistry/pymol-plugins-emovie/metadata.xml | 8 +++++ .../pymol-plugins-emovie-1.0.4.ebuild | 35 ++++++++++++++++++++++ 4 files changed, 71 insertions(+) create mode 100644 sci-chemistry/pymol-plugins-emovie/Manifest create mode 100644 sci-chemistry/pymol-plugins-emovie/files/1.0.4-indent.patch create mode 100644 sci-chemistry/pymol-plugins-emovie/metadata.xml create mode 100644 sci-chemistry/pymol-plugins-emovie/pymol-plugins-emovie-1.0.4.ebuild (limited to 'sci-chemistry/pymol-plugins-emovie') diff --git a/sci-chemistry/pymol-plugins-emovie/Manifest b/sci-chemistry/pymol-plugins-emovie/Manifest new file mode 100644 index 000000000000..0b2013d64f5c --- /dev/null +++ b/sci-chemistry/pymol-plugins-emovie/Manifest @@ -0,0 +1,6 @@ +AUX 1.0.4-indent.patch 706 SHA256 b57d251335f97ab49386b0acc5b41c231ee56b1ad134eb85abd71a576e9ecc6b SHA512 6788795d177db8c7597376a364eed79cc40a2423c6d86b837f4378308515d6f41a6c352df775de309d363ec284997a688285f2f851d5d84e891e78a771580b0e WHIRLPOOL 617c5647a9f059ecfb3b9676290ce6f4c2e055722b001cd09b5f2668a44e5391fbdb5f0d6eacbc56f936d4a7bcf0b06d2758f9277e87c5eaf9a7fd52ccf36239 +DIST eMovie_package.zip 22840 SHA256 a899d08f43902f803a797ddbd1052c687db03add53b2f815c91ae83223cc7f82 SHA512 5d4af5f8bd6e7e0f24f33d769925bd0444389b1c0fbdd14776f4073fd3e1e818c4623791bcb0cff5496729dc55e0429c48c3c16cb5fdbb91c51f9c5445c7afe4 WHIRLPOOL c8b5eee268d1a4f835152265a5320fe3020f1b548da16a43f97aca1bc8ecf24063287322667627e8e9566e61bd83c8fb0a1f71e7de1f6fc89d8560c63ac916c2 +EBUILD pymol-plugins-emovie-1.0.4.ebuild 769 SHA256 9a1990e2d4244cece59b7210a8ff5edb31a585bf19f6be9592fc68ba71c2b6ce SHA512 cd0dd0ef466eb9706296985b39a1b9921bf128aab3e75a801c7e26ea050baac584a00f856f943e52fa0e11c28c3f9833b1105428d519b3011d5766e5f4c47aa5 WHIRLPOOL 41269a0478131309264b1fa7747c5d5f10215f7f9cad302ef9bc7a58fd4664770bda59cc18ff1d193fa6b2b844d695a09f446528e0307a62747421c60d5be00c +MISC ChangeLog 2923 SHA256 5f823348fb5719fe7cb4301ee2623935d04de3a548d3fff71d5cf05e75e1363e SHA512 ce61346fc558f1b0bfbb88d91407da1457e48b09c6896190d79c1a2e18bd236d297a04f11a171781ce5a0318c3c5c0b85541300b6629c0cabcbc30281da1919a WHIRLPOOL 159ec585d3f04cc390edee7400f94756e4c07e196c34b7bb2fccb127259bbe960634573abf05f39f4ed6a07c3750bd16c28c5529cb99118e9b6e17a25e931171 +MISC ChangeLog-2015 729 SHA256 57912dad75c24b30ba871deaa57f9a09d867e6ad41c7e75d364860c1905dddc3 SHA512 280c71fc89395e675759e370bdf1753a6f4fe30cd32b730b86d01b55f86b712413d89357c1d492a8f2052cda78596e6f37e4f5d27b8df3feb2d27c99a564db0f WHIRLPOOL 5963042015b0a1e7506939abe60be7c96bd7d43e56260c8ef1fc9a13bb97a3ad1c9f29aa2b06825789c3c56df7829fc62f80b493eba530fb9fc26794850a1bb5 +MISC metadata.xml 265 SHA256 88fc04c2e3102afd870cfa235e90f0a80b4ebbb032780d7501ff6c6b654c96a2 SHA512 470f6c178e88c4e83afa46d5e901a45fc2427a779ae832df7fa2d6e25e9e8b4ce77cd3a8fe191e6242d6df3b673f0de6b4f90f1e147aa8b8dd566f18163cc73a WHIRLPOOL ba08ab5455155b3c0c24ed2ec94129b3538b4be93069560166150ee59c57bb197c7b513c5a934e47c138aaf9bd34a4a3a8b63c815e34e2a5435af8056a09961d diff --git a/sci-chemistry/pymol-plugins-emovie/files/1.0.4-indent.patch b/sci-chemistry/pymol-plugins-emovie/files/1.0.4-indent.patch new file mode 100644 index 000000000000..a9a77e5055dd --- /dev/null +++ b/sci-chemistry/pymol-plugins-emovie/files/1.0.4-indent.patch @@ -0,0 +1,22 @@ +diff --git a/eMovie.py b/eMovie.py +index a865732..8b5b068 100644 +--- a/eMovie.py ++++ b/eMovie.py +@@ -931,7 +931,7 @@ class Story(tkSimpleDialog.Dialog): + + if self.parent is not None: + self.geometry("+%d+%d" % (parent.winfo_rootx()+50,parent.winfo_rooty()+50)) +- self.initial_focus.focus_set() ++ self.initial_focus.focus_set() + + self.wait_window(self) + +@@ -2041,7 +2041,7 @@ class AddMorph(tkSimpleDialog.Dialog): + + if self.parent is not None: + self.geometry("+%d+%d" % (parent.winfo_rootx()+50,parent.winfo_rooty()+50)) +- self.initial_focus.focus_set() ++ self.initial_focus.focus_set() + + self.wait_window(self) + diff --git a/sci-chemistry/pymol-plugins-emovie/metadata.xml b/sci-chemistry/pymol-plugins-emovie/metadata.xml new file mode 100644 index 000000000000..da36ecbfcd6a --- /dev/null +++ b/sci-chemistry/pymol-plugins-emovie/metadata.xml @@ -0,0 +1,8 @@ + + + + + sci-chemistry@gentoo.org + Gentoo Chemistry Project + + diff --git a/sci-chemistry/pymol-plugins-emovie/pymol-plugins-emovie-1.0.4.ebuild b/sci-chemistry/pymol-plugins-emovie/pymol-plugins-emovie-1.0.4.ebuild new file mode 100644 index 000000000000..7c143bf877ba --- /dev/null +++ b/sci-chemistry/pymol-plugins-emovie/pymol-plugins-emovie-1.0.4.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +PYTHON_COMPAT=( python2_7 ) + +inherit eutils python-r1 + +DESCRIPTION="PyMOL plugin for convinient movie creation" +SRC_URI="http://www.weizmann.ac.il/ISPC/eMovie_package.zip" +HOMEPAGE="http://www.weizmann.ac.il/ISPC/eMovie.html" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~amd64 ~x86-linux ~amd64-linux" +IUSE="" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="${PYTHON_DEPS} + >sci-chemistry/pymol-0.99[${PYTHON_USEDEP}]" +DEPEND="app-arch/unzip" + +S="${WORKDIR}" + +src_prepare() { + epatch "${FILESDIR}"/${PV}-indent.patch +} + +src_install(){ + python_moduleinto pmg_tk/startup + python_foreach_impl python_domodule eMovie.py + python_foreach_impl python_optimize +} -- cgit v1.2.3