public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-physics/lammps: lammps-20140212.ebuild ChangeLog
@ 2014-02-15  2:01 Christoph Junghans (ottxor)
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Junghans (ottxor) @ 2014-02-15  2:01 UTC (permalink / raw
  To: gentoo-commits

ottxor      14/02/15 02:01:58

  Modified:             lammps-20140212.ebuild ChangeLog
  Log:
  fixed lammps-package-{mean,reax} logic
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key C2000586)

Revision  Changes    Path
1.2                  sci-physics/lammps/lammps-20140212.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lammps/lammps-20140212.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lammps/lammps-20140212.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lammps/lammps-20140212.ebuild?r1=1.1&r2=1.2

Index: lammps-20140212.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/lammps/lammps-20140212.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lammps-20140212.ebuild	14 Feb 2014 21:09:48 -0000	1.1
+++ lammps-20140212.ebuild	15 Feb 2014 02:01:57 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/lammps/lammps-20140212.ebuild,v 1.1 2014/02/14 21:09:48 nicolasbock Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/lammps/lammps-20140212.ebuild,v 1.2 2014/02/15 02:01:57 ottxor Exp $
 
 EAPI=5
 
@@ -80,8 +80,8 @@
 src_prepare() {
 	# Fix inconsistent use of SHFLAGS.
 	sed -i -e 's:$(CCFLAGS):$(CCFLAGS) -fPIC:' src/STUBS/Makefile || die
-	use lammps-package-meam && sed -i -e 's:$(F90FLAGS):$(F90FLAGS) -fPIC:' lib/meam/Makefile.gfortran || die
-	use lammps-package-reax && sed -i -e 's:$(F90FLAGS):$(F90FLAGS) -fPIC:' lib/reax/Makefile.gfortran || die
+	use !lammps-package-meam || sed -i -e 's:$(F90FLAGS):$(F90FLAGS) -fPIC:' lib/meam/Makefile.gfortran || die
+	use !lammps-package-reax || sed -i -e 's:$(F90FLAGS):$(F90FLAGS) -fPIC:' lib/reax/Makefile.gfortran || die
 }
 
 src_compile() {



1.12                 sci-physics/lammps/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lammps/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lammps/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lammps/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/lammps/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	14 Feb 2014 21:09:48 -0000	1.11
+++ ChangeLog	15 Feb 2014 02:01:57 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for sci-physics/lammps
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/lammps/ChangeLog,v 1.11 2014/02/14 21:09:48 nicolasbock Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/lammps/ChangeLog,v 1.12 2014/02/15 02:01:57 ottxor Exp $
+
+  15 Feb 2014; Christoph Junghans <ottxor@gentoo.org> lammps-20140212.ebuild:
+  fixed lammps-package-{mean,reax} logic
 
 *lammps-20140212 (14 Feb 2014)
 





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

* [gentoo-commits] gentoo-x86 commit in sci-physics/lammps: lammps-20140212.ebuild ChangeLog
@ 2014-02-18 12:12 Nicolas Bock (nicolasbock)
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Bock (nicolasbock) @ 2014-02-18 12:12 UTC (permalink / raw
  To: gentoo-commits

nicolasbock    14/02/18 12:12:39

  Modified:             lammps-20140212.ebuild ChangeLog
  Log:
  sci-physics/lammps-20140212: Simplify USE flag logic.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key AC91CA52)

Revision  Changes    Path
1.3                  sci-physics/lammps/lammps-20140212.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lammps/lammps-20140212.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lammps/lammps-20140212.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lammps/lammps-20140212.ebuild?r1=1.2&r2=1.3

Index: lammps-20140212.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/lammps/lammps-20140212.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lammps-20140212.ebuild	15 Feb 2014 02:01:57 -0000	1.2
+++ lammps-20140212.ebuild	18 Feb 2014 12:12:39 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/lammps/lammps-20140212.ebuild,v 1.2 2014/02/15 02:01:57 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/lammps/lammps-20140212.ebuild,v 1.3 2014/02/18 12:12:39 nicolasbock Exp $
 
 EAPI=5
 
@@ -80,8 +80,12 @@
 src_prepare() {
 	# Fix inconsistent use of SHFLAGS.
 	sed -i -e 's:$(CCFLAGS):$(CCFLAGS) -fPIC:' src/STUBS/Makefile || die
-	use !lammps-package-meam || sed -i -e 's:$(F90FLAGS):$(F90FLAGS) -fPIC:' lib/meam/Makefile.gfortran || die
-	use !lammps-package-reax || sed -i -e 's:$(F90FLAGS):$(F90FLAGS) -fPIC:' lib/reax/Makefile.gfortran || die
+	if use lammps-package-meam; then
+		sed -i -e 's:$(F90FLAGS):$(F90FLAGS) -fPIC:' lib/meam/Makefile.gfortran || die
+	fi
+	if use lammps-package-reax; then
+		sed -i -e 's:$(F90FLAGS):$(F90FLAGS) -fPIC:' lib/reax/Makefile.gfortran || die
+	fi
 }
 
 src_compile() {



1.13                 sci-physics/lammps/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lammps/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lammps/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lammps/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/lammps/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	15 Feb 2014 02:01:57 -0000	1.12
+++ ChangeLog	18 Feb 2014 12:12:39 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for sci-physics/lammps
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/lammps/ChangeLog,v 1.12 2014/02/15 02:01:57 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/lammps/ChangeLog,v 1.13 2014/02/18 12:12:39 nicolasbock Exp $
+
+  18 Feb 2014; Nicolas Bock <nicolasbock@gentoo.org> lammps-20140212.ebuild:
+  sci-physics/lammps-20140212: Simplify USE flag logic.
 
   15 Feb 2014; Christoph Junghans <ottxor@gentoo.org> lammps-20140212.ebuild:
   fixed lammps-package-{mean,reax} logic





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

end of thread, other threads:[~2014-02-18 12:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-15  2:01 [gentoo-commits] gentoo-x86 commit in sci-physics/lammps: lammps-20140212.ebuild ChangeLog Christoph Junghans (ottxor)
  -- strict thread matches above, loose matches on Subject: below --
2014-02-18 12:12 Nicolas Bock (nicolasbock)

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