* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/gretl/
@ 2016-05-14 23:32 David Seifert
0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2016-05-14 23:32 UTC (permalink / raw
To: gentoo-commits
commit: f05c8ac7095399b789128baa5c62d4312a1dac1c
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat May 14 23:02:35 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat May 14 23:16:41 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f05c8ac7
sci-mathematics/gretl: Fix QA MissingSlotDep
Package-Manager: portage-2.2.28
sci-mathematics/gretl/gretl-1.9.14.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/sci-mathematics/gretl/gretl-1.9.14.ebuild b/sci-mathematics/gretl/gretl-1.9.14.ebuild
index a6904c1..5cf5bb0 100644
--- a/sci-mathematics/gretl/gretl-1.9.14.ebuild
+++ b/sci-mathematics/gretl/gretl-1.9.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -20,9 +20,9 @@ IUSE="accessibility cpu_flags_x86_avx emacs gnome gtk nls odbc openmp python
CDEPEND="
dev-libs/glib:2
- dev-libs/gmp
+ dev-libs/gmp:0=
dev-libs/libxml2:2
- dev-libs/mpfr
+ dev-libs/mpfr:0
sci-libs/fftw:3.0
sci-visualization/gnuplot
virtual/lapack
@@ -36,7 +36,7 @@ CDEPEND="
x11-libs/gtksourceview:3.0 )
odbc? ( dev-db/unixODBC )
R? ( dev-lang/R )
- readline? ( sys-libs/readline )"
+ readline? ( sys-libs/readline:0 )"
RDEPEND="${CDEPEND}
python? ( dev-python/numpy )"
DEPEND="${CDEPEND}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/gretl/
@ 2019-12-20 22:49 Ulrich Müller
0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Müller @ 2019-12-20 22:49 UTC (permalink / raw
To: gentoo-commits
commit: d89a312d1afa9d40f0182cb844661480db46e080
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 20 16:29:10 2019 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Dec 20 22:48:49 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d89a312d
sci-mathematics/gretl: Update virtual/emacs dependency.
The virtual is deprecated, depend on app-editors/emacs instead.
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
sci-mathematics/gretl/gretl-1.9.14.ebuild | 4 ++--
sci-mathematics/gretl/gretl-1.9.90.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/sci-mathematics/gretl/gretl-1.9.14.ebuild b/sci-mathematics/gretl/gretl-1.9.14.ebuild
index 3d18e40578d..633e488873c 100644
--- a/sci-mathematics/gretl/gretl-1.9.14.ebuild
+++ b/sci-mathematics/gretl/gretl-1.9.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -27,7 +27,7 @@ CDEPEND="
virtual/lapack
virtual/latex-base
accessibility? ( app-accessibility/flite )
- emacs? ( virtual/emacs )
+ emacs? ( >=app-editors/emacs-23.1:* )
gtk? (
media-libs/gd[png]
sci-visualization/gnuplot[gd]
diff --git a/sci-mathematics/gretl/gretl-1.9.90.ebuild b/sci-mathematics/gretl/gretl-1.9.90.ebuild
index a376ae9b64c..b59ae725d30 100644
--- a/sci-mathematics/gretl/gretl-1.9.90.ebuild
+++ b/sci-mathematics/gretl/gretl-1.9.90.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -28,7 +28,7 @@ CDEPEND="
virtual/latex-base
accessibility? ( app-accessibility/flite:= )
curl? ( net-misc/curl:0= )
- emacs? ( virtual/emacs )
+ emacs? ( >=app-editors/emacs-23.1:* )
gtk? (
media-libs/gd:2=[png]
sci-visualization/gnuplot[gd]
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/gretl/
@ 2022-05-16 8:12 David Seifert
0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2022-05-16 8:12 UTC (permalink / raw
To: gentoo-commits
commit: 91df1804da2356a3cd4aa018837623c90fad9aa1
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon May 16 08:12:26 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon May 16 08:12:26 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91df1804
sci-mathematics/gretl: [QA] use tc-check-openmp correctly
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sci-mathematics/gretl/gretl-2021d.ebuild | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/sci-mathematics/gretl/gretl-2021d.ebuild b/sci-mathematics/gretl/gretl-2021d.ebuild
index dcc6aca2cfbe..957d8f5cb180 100644
--- a/sci-mathematics/gretl/gretl-2021d.ebuild
+++ b/sci-mathematics/gretl/gretl-2021d.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -54,9 +54,11 @@ PATCHES=(
DOCS=( README ChangeLog CompatLog )
pkg_pretend() {
- if [[ ${MERGE_TYPE} != binary ]]; then
- use openmp && tc-check-openmp
- fi
+ [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
+}
+
+pkg_setup() {
+ [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
}
src_configure() {
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-05-16 8:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-14 23:32 [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/gretl/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2019-12-20 22:49 Ulrich Müller
2022-05-16 8:12 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox