* [gentoo-commits] gentoo-x86 commit in sci-chemistry/viewmol: viewmol-2.4.1-r1.ebuild
@ 2010-04-25 10:52 Justin Lecher (jlec)
0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2010-04-25 10:52 UTC (permalink / raw
To: gentoo-commits
jlec 10/04/25 10:52:40
Modified: viewmol-2.4.1-r1.ebuild
Log:
Python ABI fixes, #316183
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.2 sci-chemistry/viewmol/viewmol-2.4.1-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/viewmol/viewmol-2.4.1-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/viewmol/viewmol-2.4.1-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/viewmol/viewmol-2.4.1-r1.ebuild?r1=1.1&r2=1.2
Index: viewmol-2.4.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/viewmol/viewmol-2.4.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- viewmol-2.4.1-r1.ebuild 10 Mar 2010 17:09:14 -0000 1.1
+++ viewmol-2.4.1-r1.ebuild 25 Apr 2010 10:52:40 -0000 1.2
@@ -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/viewmol/viewmol-2.4.1-r1.ebuild,v 1.1 2010/03/10 17:09:14 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/viewmol/viewmol-2.4.1-r1.ebuild,v 1.2 2010/04/25 10:52:40 jlec Exp $
EAPI="3"
@@ -15,7 +15,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
@@ -33,6 +33,10 @@
S="${WORKDIR}/${P}/source"
+pkg_setup() {
+ python_set_active_version 2
+}
+
src_prepare() {
epatch "${FILESDIR}"/${PV}-remove-icc-check.patch
epatch "${FILESDIR}"/${PV}-change-default-paths.patch
@@ -71,9 +75,9 @@
pushd $(uname -s)
emake viewmol_ tm_ bio_ readgamess_ readgauss_ readmopac_ readpdb_ || die
popd
- ${ERPEFIX}/bin/bash makeTranslations || die
+ "${ERPEFIX}"/bin/bash makeTranslations || die
}
src_install() {
- ./install ${ED}/usr || die
+ ./install "${ED}"/usr || die
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-chemistry/viewmol: viewmol-2.4.1-r1.ebuild
@ 2010-04-25 11:00 Justin Lecher (jlec)
0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2010-04-25 11:00 UTC (permalink / raw
To: gentoo-commits
jlec 10/04/25 11:00:37
Modified: viewmol-2.4.1-r1.ebuild
Log:
Typo corrected, thanks tove for watching me
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.3 sci-chemistry/viewmol/viewmol-2.4.1-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/viewmol/viewmol-2.4.1-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/viewmol/viewmol-2.4.1-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/viewmol/viewmol-2.4.1-r1.ebuild?r1=1.2&r2=1.3
Index: viewmol-2.4.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/viewmol/viewmol-2.4.1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- viewmol-2.4.1-r1.ebuild 25 Apr 2010 10:52:40 -0000 1.2
+++ viewmol-2.4.1-r1.ebuild 25 Apr 2010 11:00:37 -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/viewmol/viewmol-2.4.1-r1.ebuild,v 1.2 2010/04/25 10:52:40 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/viewmol/viewmol-2.4.1-r1.ebuild,v 1.3 2010/04/25 11:00:37 jlec Exp $
EAPI="3"
@@ -75,7 +75,7 @@
pushd $(uname -s)
emake viewmol_ tm_ bio_ readgamess_ readgauss_ readmopac_ readpdb_ || die
popd
- "${ERPEFIX}"/bin/bash makeTranslations || die
+ "${EPREFIX}"/bin/bash makeTranslations || die
}
src_install() {
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-04-25 11:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-25 11:00 [gentoo-commits] gentoo-x86 commit in sci-chemistry/viewmol: viewmol-2.4.1-r1.ebuild Justin Lecher (jlec)
-- strict thread matches above, loose matches on Subject: below --
2010-04-25 10:52 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