public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-chemistry/aria: aria-2.2_p2.ebuild
@ 2010-02-07  1:28 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 3+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-02-07  1:28 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/02/07 01:28:53

  Modified:             aria-2.2_p2.ebuild
  Log:
  Fix dependencies. Simplify installation.
  (Portage version: 15325-svn/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sci-chemistry/aria/aria-2.2_p2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/aria/aria-2.2_p2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/aria/aria-2.2_p2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/aria/aria-2.2_p2.ebuild?r1=1.1&r2=1.2

Index: aria-2.2_p2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/aria/aria-2.2_p2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- aria-2.2_p2.ebuild	6 Feb 2010 21:50:40 -0000	1.1
+++ aria-2.2_p2.ebuild	7 Feb 2010 01:28:53 -0000	1.2
@@ -1,9 +1,9 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/aria/aria-2.2_p2.ebuild,v 1.1 2010/02/06 21:50:40 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/aria/aria-2.2_p2.ebuild,v 1.2 2010/02/07 01:28:53 arfrever Exp $
 
 EAPI="3"
-
+PYTHON_DEPEND="2"
 SUPPORT_PYTHON_ABIS="1"
 PYTHON_USE_WITH="tk"
 
@@ -28,7 +28,7 @@
 	>=dev-python/scientificpython-2.7.3
 	>=sci-chemistry/ccpn-2.0.5
 	>=dev-tcltk/tix-8.1.4"
-DEPEND="${RDEPENED}"
+DEPEND="${RDEPEND}"
 RESTRICT_PYTHON_ABIS="3.*"
 
 RESTRICT="fetch"
@@ -39,7 +39,6 @@
 	epatch "${FILESDIR}"/sa_ls_cool2.patch
 	epatch "${FILESDIR}"/${PV}-numpy.patch
 	epatch "${FILESDIR}"/${PV}-test.patch
-	python_copy_sources --no-link
 }
 
 pkg_nofetch(){
@@ -53,7 +52,7 @@
 		export PYTHONPATH=.:${CCPNMR_TOP_DIR}/ccpn/python
 		$(PYTHON) check.py || die
 	}
-	python_execute_function -s test
+	python_execute_function test
 }
 
 src_install(){
@@ -63,7 +62,7 @@
 		insinto "$(python_get_sitedir)/${PN}"/cns
 		doins -r cns/{protocols,toppar,src/helplib} || die "failed to install cns part"
 	}
-	python_execute_function -s installation
+	python_execute_function installation
 
 	if use examples; then
 		insinto /usr/share/${P}/






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

* [gentoo-commits] gentoo-x86 commit in sci-chemistry/aria: aria-2.2_p2.ebuild
@ 2010-02-07  1:35 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 3+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-02-07  1:35 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/02/07 01:35:45

  Modified:             aria-2.2_p2.ebuild
  Log:
  Call python_mod_optimize() and python_mod_cleanup().
  (Portage version: 15325-svn/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  sci-chemistry/aria/aria-2.2_p2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/aria/aria-2.2_p2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/aria/aria-2.2_p2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/aria/aria-2.2_p2.ebuild?r1=1.2&r2=1.3

Index: aria-2.2_p2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/aria/aria-2.2_p2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- aria-2.2_p2.ebuild	7 Feb 2010 01:28:53 -0000	1.2
+++ aria-2.2_p2.ebuild	7 Feb 2010 01:35:44 -0000	1.3
@@ -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/aria/aria-2.2_p2.ebuild,v 1.2 2010/02/07 01:28:53 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/aria/aria-2.2_p2.ebuild,v 1.3 2010/02/07 01:35:44 arfrever Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -89,3 +89,11 @@
 
 	dodoc README || die
 }
+
+pkg_postinst() {
+	python_mod_optimize ${PN}
+}
+
+pkg_postrm() {
+	python_mod_cleanup ${PN}
+}






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

* [gentoo-commits] gentoo-x86 commit in sci-chemistry/aria: aria-2.2_p2.ebuild
@ 2010-03-09 16:18 Justin Lecher (jlec)
  0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher (jlec) @ 2010-03-09 16:18 UTC (permalink / raw
  To: gentoo-commits

jlec        10/03/09 16:18:54

  Modified:             aria-2.2_p2.ebuild
  Log:
  python_need_rebuild is not allowed with multiple python installations
  (Portage version: 2.2_rc65/cvs/Linux i686)

Revision  Changes    Path
1.5                  sci-chemistry/aria/aria-2.2_p2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/aria/aria-2.2_p2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/aria/aria-2.2_p2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/aria/aria-2.2_p2.ebuild?r1=1.4&r2=1.5

Index: aria-2.2_p2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/aria/aria-2.2_p2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- aria-2.2_p2.ebuild	7 Mar 2010 09:31:51 -0000	1.4
+++ aria-2.2_p2.ebuild	9 Mar 2010 16:18:54 -0000	1.5
@@ -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/aria/aria-2.2_p2.ebuild,v 1.4 2010/03/07 09:31:51 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/aria/aria-2.2_p2.ebuild,v 1.5 2010/03/09 16:18:54 jlec Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -91,7 +91,6 @@
 }
 
 pkg_postinst() {
-	python_need_rebuild
 	python_mod_optimize ${PN}
 }
 






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

end of thread, other threads:[~2010-03-09 16:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-09 16:18 [gentoo-commits] gentoo-x86 commit in sci-chemistry/aria: aria-2.2_p2.ebuild Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2010-02-07  1:35 Arfrever Frehtes Taifersar Arahesis (arfrever)
2010-02-07  1:28 Arfrever Frehtes Taifersar Arahesis (arfrever)

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