public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-chemistry/pymol-plugins-promol: metadata.xml ChangeLog pymol-plugins-promol-3.0.2.ebuild
@ 2010-02-20 12:16 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2010-02-20 12:16 UTC (permalink / raw
  To: gentoo-commits

jlec        10/02/20 12:16:50

  Added:                metadata.xml ChangeLog
                        pymol-plugins-promol-3.0.2.ebuild
  Log:
  ProMol plugin for pymol, grep from #209970
  (Portage version: 2.2_rc63/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sci-chemistry/pymol-plugins-promol/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/pymol-plugins-promol/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/pymol-plugins-promol/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<pkgmetadata>
	<herd>no-herd</herd>
<maintainer>
  <email>jlec@gentoo.org</email>
</maintainer>
</pkgmetadata>



1.1                  sci-chemistry/pymol-plugins-promol/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/pymol-plugins-promol/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/pymol-plugins-promol/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for sci-chemistry/pymol-plugins-promol
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pymol-plugins-promol/ChangeLog,v 1.1 2010/02/20 12:16:49 jlec Exp $

*pymol-plugins-promol-3.0.2 (20 Feb 2010)

  20 Feb 2010; Justin Lecher (jlec) <jlec@gentoo.org>
  +pymol-plugins-promol-3.0.2.ebuild, +metadata.xml:
  ProMol plugin for pymol, grep from #209970




1.1                  sci-chemistry/pymol-plugins-promol/pymol-plugins-promol-3.0.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/pymol-plugins-promol/pymol-plugins-promol-3.0.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/pymol-plugins-promol/pymol-plugins-promol-3.0.2.ebuild?rev=1.1&content-type=text/plain

Index: pymol-plugins-promol-3.0.2.ebuild
===================================================================
# Copyright 1999-2010 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.1 2010/02/20 12:16:49 jlec Exp $

EAPI="3"

SUPPORT_PYTHON_ABIS="1"

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="as-is"
IUSE=""

RDEPEND="
	sci-chemistry/pymol
	dev-python/pmw"
DEPEND=""

RESTRICT_PYTHON_ABIS="2.4 3.*"

src_prepare() {
	python_copy_sources --no-link
	preparation() {
		sed -e "s:./modules/pmg_tk/startup:$(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/
}







^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-chemistry/pymol-plugins-promol: metadata.xml ChangeLog pymol-plugins-promol-3.0.2.ebuild
@ 2013-01-22 19:11 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2013-01-22 19:11 UTC (permalink / raw
  To: gentoo-commits

jlec        13/01/22 19:11:15

  Modified:             metadata.xml ChangeLog
                        pymol-plugins-promol-3.0.2.ebuild
  Log:
  sci-chemistry/pymol-plugins-promol: Fix SLOT for pmw
  
  (Portage version: 2.2.0_alpha159/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)

Revision  Changes    Path
1.4                  sci-chemistry/pymol-plugins-promol/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pymol-plugins-promol/metadata.xml?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pymol-plugins-promol/metadata.xml?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pymol-plugins-promol/metadata.xml?r1=1.3&r2=1.4

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/pymol-plugins-promol/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml	24 Sep 2011 10:20:48 -0000	1.3
+++ metadata.xml	22 Jan 2013 19:11:15 -0000	1.4
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer>
-  <email>jlec@gentoo.org</email>
-</maintainer>
+  <maintainer>
+    <email>jlec@gentoo.org</email>
+  </maintainer>
 </pkgmetadata>



1.4                  sci-chemistry/pymol-plugins-promol/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pymol-plugins-promol/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pymol-plugins-promol/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pymol-plugins-promol/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/pymol-plugins-promol/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	25 Apr 2010 11:30:58 -0000	1.3
+++ ChangeLog	22 Jan 2013 19:11:15 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for sci-chemistry/pymol-plugins-promol
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pymol-plugins-promol/ChangeLog,v 1.3 2010/04/25 11:30:58 jlec Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pymol-plugins-promol/ChangeLog,v 1.4 2013/01/22 19:11:15 jlec Exp $
+
+  22 Jan 2013; Justin Lecher <jlec@gentoo.org>
+  pymol-plugins-promol-3.0.2.ebuild, metadata.xml:
+  Fix SLOT for pmw
 
   03 Mar 2010; Justin Lecher <jlec@gentoo.org>
   pymol-plugins-promol-3.0.2.ebuild:



1.4                  sci-chemistry/pymol-plugins-promol/pymol-plugins-promol-3.0.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pymol-plugins-promol/pymol-plugins-promol-3.0.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pymol-plugins-promol/pymol-plugins-promol-3.0.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pymol-plugins-promol/pymol-plugins-promol-3.0.2.ebuild?r1=1.3&r2=1.4

Index: pymol-plugins-promol-3.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/pymol-plugins-promol/pymol-plugins-promol-3.0.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pymol-plugins-promol-3.0.2.ebuild	3 Mar 2010 07:17:12 -0000	1.3
+++ pymol-plugins-promol-3.0.2.ebuild	22 Jan 2013 19:11:15 -0000	1.4
@@ -1,10 +1,12 @@
-# Copyright 1999-2010 Gentoo Foundation
+# 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.3 2010/03/03 07:17:12 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pymol-plugins-promol/pymol-plugins-promol-3.0.2.ebuild,v 1.4 2013/01/22 19:11:15 jlec Exp $
 
 EAPI="3"
+
 PYTHON_DEPEND="2:2.5"
 SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="2.4 3.*"
 
 inherit python
 
@@ -18,12 +20,10 @@
 IUSE=""
 
 RDEPEND="
-	sci-chemistry/pymol
-	dev-python/pmw"
+	dev-python/pmw:0
+	sci-chemistry/pymol"
 DEPEND=""
 
-RESTRICT_PYTHON_ABIS="2.4 3.*"
-
 src_prepare() {
 	python_copy_sources
 	preparation() {





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-01-22 19:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-22 19:11 [gentoo-commits] gentoo-x86 commit in sci-chemistry/pymol-plugins-promol: metadata.xml ChangeLog pymol-plugins-promol-3.0.2.ebuild Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2010-02-20 12:16 Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox