* [gentoo-commits] proj/sci:master commit in: sci-chemistry/camshift/
@ 2011-06-24 17:09 Justin Lecher
0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher @ 2011-06-24 17:09 UTC (permalink / raw
To: gentoo-commits
commit: 78aeab9ebab398bb839df903bb54d12a82b40554
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 24 12:58:01 2011 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 12:58:01 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=78aeab9e
Sort inherit and/or USE
(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 70EB7916)
---
sci-chemistry/camshift/camshift-1.35.0.ebuild | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sci-chemistry/camshift/camshift-1.35.0.ebuild b/sci-chemistry/camshift/camshift-1.35.0.ebuild
index 268593d..c4adb60 100644
--- a/sci-chemistry/camshift/camshift-1.35.0.ebuild
+++ b/sci-chemistry/camshift/camshift-1.35.0.ebuild
@@ -4,7 +4,7 @@
EAPI="3"
-inherit eutils flag-o-matic autotools
+inherit autotools eutils flag-o-matic
sDESCRIPTION="Structure based prediction of protein chemical shifts"
HOMEPAGE="http://www-vendruscolo.ch.cam.ac.uk/camshift/camshift.php"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/camshift/
@ 2015-02-02 12:06 Justin Lecher
0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher @ 2015-02-02 12:06 UTC (permalink / raw
To: gentoo-commits
commit: 00e500d57a4d3b83553c2f80685455df60322e4e
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Sun Feb 1 18:20:28 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Feb 1 18:20:28 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=00e500d5
sci-chemistry/camshift: Convert sse to cpu_flags_x86_sse
---
sci-chemistry/camshift/ChangeLog | 6 +++++-
sci-chemistry/camshift/camshift-1.35.0.ebuild | 6 +++---
2 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/sci-chemistry/camshift/ChangeLog b/sci-chemistry/camshift/ChangeLog
index 7e6131d..0870194 100644
--- a/sci-chemistry/camshift/ChangeLog
+++ b/sci-chemistry/camshift/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for sci-chemistry/camshift
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 01 Feb 2015; Marius Brehler <marbre@linux.sungazer.de>
+ libsfmt-1.3.0.ebuild:
+ Convert sse to cpu_flags_x86_sse
+
22 Feb 2013; Justin Lecher <jlec@gentoo.org> +files/1.35.0-gcc47.patch,
files/1.35.0-gentoo.patch, camshift-1.35.0.ebuild, metadata.xml:
Bump to EAPI=5; add missing deps; fix for gcc-4.7
diff --git a/sci-chemistry/camshift/camshift-1.35.0.ebuild b/sci-chemistry/camshift/camshift-1.35.0.ebuild
index 96f98e1..1ac8efd 100644
--- a/sci-chemistry/camshift/camshift-1.35.0.ebuild
+++ b/sci-chemistry/camshift/camshift-1.35.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -15,7 +15,7 @@ SRC_URI="http://www-vendruscolo.ch.cam.ac.uk/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="sse"
+IUSE="cpu_flags_x86_sse"
RDEPEND="
virtual/blas
@@ -31,7 +31,7 @@ src_configure(){
local myeconfargs=(
--with-lapack
--with-external-blas
- $(use_enable sse mkasm)
+ $(use_enable cpu_flags_x86_sse mkasm)
)
autotools-utils_src_configure
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-02-02 12:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-24 17:09 [gentoo-commits] proj/sci:master commit in: sci-chemistry/camshift/ Justin Lecher
-- strict thread matches above, loose matches on Subject: below --
2015-02-02 12:06 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox