Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
mr_bones_ 09/08/06 15:18:09
Modified: vmd-1.8.7.ebuild
Log:
whitespace
(Portage version: 2.1.6.13/cvs/Linux i686)
Revision Changes Path
1.2 sci-chemistry/vmd/vmd-1.8.7.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/vmd/vmd-1.8.7.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/vmd/vmd-1.8.7.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/vmd/vmd-1.8.7.ebuild?r1=1.1&r2=1.2
Index: vmd-1.8.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/vmd/vmd-1.8.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vmd-1.8.7.ebuild 6 Aug 2009 14:19:15 -0000 1.1
+++ vmd-1.8.7.ebuild 6 Aug 2009 15:18:08 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/vmd/vmd-1.8.7.ebuild,v 1.1 2009/08/06 14:19:15 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/vmd/vmd-1.8.7.ebuild,v 1.2 2009/08/06 15:18:08 mr_bones_ Exp $
EAPI="2"
@@ -104,7 +104,6 @@
-i "${S}"/bin/vmd.sh || die "failed setting up vmd wrapper script"
}
-
src_configure() {
local myconfig="LINUX OPENGL FLTK TK TCL PTHREADS PYTHON IMD NETCDF NUMPY"
rm -f configure.options && echo $myconfig >> configure.options
@@ -112,7 +111,6 @@
./configure &> /dev/null || die "failed to configure"
}
-
src_compile() {
# build plugins
cd "${WORKDIR}"/plugins
|
|