public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher (jlec)" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/pymol-plugins-cealign: ChangeLog pymol-plugins-cealign-0.9.ebuild
Date: Sun, 21 Feb 2010 10:04:21 +0000	[thread overview]
Message-ID: <E1Nj8fl-0004Dr-9R@stork.gentoo.org> (raw)

jlec        10/02/21 10:04:21

  Modified:             ChangeLog pymol-plugins-cealign-0.9.ebuild
  Log:
  Make it really multiple python version aware
  (Portage version: 2.2_rc63/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  sci-chemistry/pymol-plugins-cealign/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/pymol-plugins-cealign/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	19 Feb 2010 12:32:39 -0000	1.3
+++ ChangeLog	21 Feb 2010 10:04:20 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for sci-chemistry/pymol-plugins-cealign
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pymol-plugins-cealign/ChangeLog,v 1.3 2010/02/19 12:32:39 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pymol-plugins-cealign/ChangeLog,v 1.4 2010/02/21 10:04:20 jlec Exp $
+
+  21 Feb 2010; Justin Lecher (jlec) <jlec@gentoo.org>
+  pymol-plugins-cealign-0.9.ebuild:
+  Make it really multiple python version aware
 
   19 Feb 2010; Justin Lecher (jlec) <jlec@j-schmitz.net>
   pymol-plugins-cealign-0.9.ebuild:



1.4                  sci-chemistry/pymol-plugins-cealign/pymol-plugins-cealign-0.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/pymol-plugins-cealign/pymol-plugins-cealign-0.9.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/pymol-plugins-cealign/pymol-plugins-cealign-0.9.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/pymol-plugins-cealign/pymol-plugins-cealign-0.9.ebuild?r1=1.3&r2=1.4

Index: pymol-plugins-cealign-0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/pymol-plugins-cealign/pymol-plugins-cealign-0.9.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pymol-plugins-cealign-0.9.ebuild	19 Feb 2010 12:32:39 -0000	1.3
+++ pymol-plugins-cealign-0.9.ebuild	21 Feb 2010 10:04:20 -0000	1.4
@@ -1,6 +1,6 @@
 # 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-cealign/pymol-plugins-cealign-0.9.ebuild,v 1.3 2010/02/19 12:32:39 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pymol-plugins-cealign/pymol-plugins-cealign-0.9.ebuild,v 1.4 2010/02/21 10:04:20 jlec Exp $
 
 EAPI="3"
 
@@ -30,23 +30,21 @@
 }
 
 src_install(){
-	mtype=$(uname -m)
-
 	distutils_src_install
 
 	installation() {
 		insinto $(python_get_sitedir)/cealign
 		doins qkabsch.py cealign.py || die
-	}
-	python_execute_function -s installation
 
-	cat >> "${T}"/pymolrc <<- EOF
-	run ${EPREFIX}/$(python_get_sitedir -f)/cealign/qkabsch.py
-	run ${EPREFIX}/$(python_get_sitedir -f)/cealign/cealign.py
-	EOF
+		cat > "${T}"/pymolrc <<- EOF
+		run ${EPREFIX}/$(python_get_sitedir)/cealign/qkabsch.py
+		run ${EPREFIX}/$(python_get_sitedir)/cealign/cealign.py
+		EOF
 
-	insinto $(python_get_sitedir -f)/pymol
-	doins "${T}"/pymolrc || die
+		insinto $(python_get_sitedir)/pymol
+		doins "${T}"/pymolrc || die
+	}
+	python_execute_function -s installation
 
 	dodoc CHANGES doc/cealign.pdf || die
 }






             reply	other threads:[~2010-02-21 10:04 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-21 10:04 Justin Lecher (jlec) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-02-22 11:45 [gentoo-commits] gentoo-x86 commit in sci-chemistry/pymol-plugins-cealign: ChangeLog pymol-plugins-cealign-0.9.ebuild Justin Lecher (jlec)
2010-02-22  7:43 Justin Lecher (jlec)
2010-02-19 12:32 Justin Lecher (jlec)
2010-02-19 10:30 Justin Lecher (jlec)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1Nj8fl-0004Dr-9R@stork.gentoo.org \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox