* [gentoo-commits] repo/gentoo:master commit in: dev-python/gnuplot-py/
@ 2018-05-08 19:36 Andreas Sturmlechner
0 siblings, 0 replies; 3+ messages in thread
From: Andreas Sturmlechner @ 2018-05-08 19:36 UTC (permalink / raw
To: gentoo-commits
commit: 63cb800868a67cdf7e559f2ab69ad614dff8d408
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon May 7 18:52:26 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue May 8 19:35:43 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63cb8008
dev-python/gnuplot-py: De-stabilise sparc
Package-Manager: Portage-2.3.36, Repoman-2.3.9
dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild b/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild
index dd6977fde73..de258290311 100644
--- a/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild
+++ b/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="amd64 ~ia64 ppc ppc64 ~s390 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~ia64 ppc ppc64 ~s390 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="doc"
DEPEND="
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/gnuplot-py/
@ 2020-01-16 5:17 Michał Górny
0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2020-01-16 5:17 UTC (permalink / raw
To: gentoo-commits
commit: df7c4f53b8601c532533bdab33d53727e4757ee3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 16 05:06:28 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 16 05:16:53 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df7c4f53
dev-python/gnuplot-py: Permit numpy-python2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild b/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild
index 037b512df59..921b7992021 100644
--- a/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild
+++ b/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -17,7 +17,10 @@ KEYWORDS="amd64 ~ia64 ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-ma
IUSE="doc"
DEPEND="
- dev-python/numpy[${PYTHON_USEDEP}]"
+ || (
+ dev-python/numpy-python2[${PYTHON_USEDEP}]
+ dev-python/numpy[${PYTHON_USEDEP}]
+ )"
RDEPEND="${DEPEND}
sci-visualization/gnuplot"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/gnuplot-py/
@ 2020-01-22 21:50 Michał Górny
0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2020-01-22 21:50 UTC (permalink / raw
To: gentoo-commits
commit: cbeb2ddea4a4f392c7b7a46c4e8cf179ba188513
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 22 21:46:48 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jan 22 21:50:06 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbeb2dde
dev-python/gnuplot-py: Revbump post dep change
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../gnuplot-py/{gnuplot-py-1.8-r1.ebuild => gnuplot-py-1.8-r2.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild b/dev-python/gnuplot-py/gnuplot-py-1.8-r2.ebuild
similarity index 100%
rename from dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild
rename to dev-python/gnuplot-py/gnuplot-py-1.8-r2.ebuild
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-01-22 21:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-16 5:17 [gentoo-commits] repo/gentoo:master commit in: dev-python/gnuplot-py/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2020-01-22 21:50 Michał Górny
2018-05-08 19:36 Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox