* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/gsl-shell/
@ 2016-09-07 21:27 David Seifert
0 siblings, 0 replies; 7+ messages in thread
From: David Seifert @ 2016-09-07 21:27 UTC (permalink / raw
To: gentoo-commits
commit: 1ce25763281c8d55b85bccc3e3fd86bbee2fc3cb
Author: Gerhard Bräunlich <wippbox <AT> gmx <DOT> net>
AuthorDate: Wed Sep 7 08:35:14 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Sep 7 21:26:58 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ce25763
sci-mathematics/gsl-shell: Removing EAPI 4 ebuild gsl-shell-2.2.0.ebuild
Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/2268
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sci-mathematics/gsl-shell/Manifest | 1 -
sci-mathematics/gsl-shell/gsl-shell-2.2.0.ebuild | 64 ------------------------
2 files changed, 65 deletions(-)
diff --git a/sci-mathematics/gsl-shell/Manifest b/sci-mathematics/gsl-shell/Manifest
index d5d1505..948ff05 100644
--- a/sci-mathematics/gsl-shell/Manifest
+++ b/sci-mathematics/gsl-shell/Manifest
@@ -1,2 +1 @@
-DIST gsl-shell-2.2.0.tar.gz 3138063 SHA256 e05bcc78ea3c70d209b12a3db5c86b5ed23e50617d68cb0081046382973b2d33 SHA512 1394cbafecd55ddf5c8c992273f1fa400825b21202cd53ac548a99e34a9183ba4a5dcb2ef10ef9a7930f78ed4e6343b8d2a5d34c38a8e7766300b5bf73596d89 WHIRLPOOL 9bbfa55c988611fa0c771fc6c49473e139eff936f4f22b4b419c409e8450c733a57f2d9bbbc799f754654ff5cf5b303ab263bb502ef712ad439564c6e3b28fef
DIST gsl-shell-2.3.0-beta1.tar.gz 3380519 SHA256 a57e1d5b8e40418ca453c1bf900cf57546258d8ef87b2d0647207f7473be1cb4 SHA512 627c0b6bb35bc1a33bab16d0bb2b193b5a005a1d97a96e6a9038fbe7144936427131197983a2ef347ed91c655a82a4d477430a610d9e36453a2669ef0baae231 WHIRLPOOL 737ad32ff8f1f10a2caa5d76d24a107994a8fae9179a5f536880d0e9359562b1f9c59aee5825327a3175a06c30bbbb7b272cde07061364172a58dc4860e867bf
diff --git a/sci-mathematics/gsl-shell/gsl-shell-2.2.0.ebuild b/sci-mathematics/gsl-shell/gsl-shell-2.2.0.ebuild
deleted file mode 100644
index a034db9..00000000
--- a/sci-mathematics/gsl-shell/gsl-shell-2.2.0.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Lua interactive shell for sci-libs/gsl"
-HOMEPAGE="http://www.nongnu.org/gsl-shell/"
-SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-3"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc fox"
-
-RDEPEND="
- >=sci-libs/gsl-1.14
- virtual/blas
- >=x11-libs/agg-2.5
- >=media-libs/freetype-2.4.10
- sys-libs/readline
- || ( media-fonts/ubuntu-font-family media-fonts/freefont media-fonts/dejavu )
- fox? ( x11-libs/fox:1.6 )"
-DEPEND="${DEPEND}
- virtual/pkgconfig
- doc? ( dev-python/sphinx[latex] )"
-
-S="${WORKDIR}"/${PN}
-
-src_prepare() {
- tc-export PKG_CONFIG
- epatch \
- "${FILESDIR}"/${PN}-font.patch \
- "${FILESDIR}"/${PN}-strip.patch \
- "${FILESDIR}"/${PN}-usr.patch \
- "${FILESDIR}"/${P}-pkg-config.patch
- use fox || epatch "${FILESDIR}"/${PN}-nogui.patch
-}
-
-src_compile() {
- local BLAS=$($(tc-getPKG_CONFIG) --libs blas)
-
- if use fox; then
- local FOX_INCLUDES=`WANT_FOX=1.6 fox-config --cflags`
- local FOX_LIBS=`WANT_FOX=1.6 fox-config --libs`
- emake -j1 CFLAGS="${CFLAGS}" GSL_LIBS="$($(tc-getPKG_CONFIG) --libs gsl) ${BLAS}" \
- FOX_INCLUDES="${FOX_INCLUDES}" FOX_LIBS="${FOX_LIBS}"
- else
- emake -j1 CFLAGS="${CFLAGS}" GSL_LIBS="$($(tc-getPKG_CONFIG) --libs gsl) ${BLAS}"
- fi
-
- if use doc; then
- pushd doc/user-manual > /dev/null
- emake -j1 html
- popd > /dev/null
- fi
-}
-
-src_install() {
- default
- use doc && dohtml -r doc/user-manual/_build/html/*
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/gsl-shell/
@ 2017-12-15 10:29 Andrey Grozin
0 siblings, 0 replies; 7+ messages in thread
From: Andrey Grozin @ 2017-12-15 10:29 UTC (permalink / raw
To: gentoo-commits
commit: 7ca509a20070c168e08c638013374939139f0de5
Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 15 10:29:39 2017 +0000
Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Fri Dec 15 10:29:39 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ca509a2
sci-mathematics/gsl-shell: remove myself from maintainers
Package-Manager: Portage-2.3.18, Repoman-2.3.6
sci-mathematics/gsl-shell/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/sci-mathematics/gsl-shell/metadata.xml b/sci-mathematics/gsl-shell/metadata.xml
index 1404e62dc2a..5744a1b05e6 100644
--- a/sci-mathematics/gsl-shell/metadata.xml
+++ b/sci-mathematics/gsl-shell/metadata.xml
@@ -1,10 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>grozin@gentoo.org</email>
- <name>Andrey Grozin</name>
- </maintainer>
<maintainer type="project">
<email>sci-mathematics@gentoo.org</email>
<name>Gentoo Mathematics Project</name>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/gsl-shell/
@ 2021-04-12 1:09 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2021-04-12 1:09 UTC (permalink / raw
To: gentoo-commits
commit: 4fb1ec8342a431f90c1ba5946549f6b612bbd197
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 12 00:00:08 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 12 01:07:19 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fb1ec83
sci-mathematics/gsl-shell: fix DEPEND typo
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-mathematics/gsl-shell/gsl-shell-2.3.0_beta1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-mathematics/gsl-shell/gsl-shell-2.3.0_beta1.ebuild b/sci-mathematics/gsl-shell/gsl-shell-2.3.0_beta1.ebuild
index 739ce56d681..f182d5168c4 100644
--- a/sci-mathematics/gsl-shell/gsl-shell-2.3.0_beta1.ebuild
+++ b/sci-mathematics/gsl-shell/gsl-shell-2.3.0_beta1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -23,7 +23,7 @@ RDEPEND="
sys-libs/readline:0=
|| ( media-fonts/ubuntu-font-family media-fonts/freefont media-fonts/dejavu )
fox? ( x11-libs/fox:1.6 )"
-DEPEND="${DEPEND}
+DEPEND="${RDEPEND}
virtual/pkgconfig
doc? ( dev-python/sphinx[latex] )"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/gsl-shell/
@ 2021-06-02 22:36 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2021-06-02 22:36 UTC (permalink / raw
To: gentoo-commits
commit: 3b7289bec60f3c65047149317659baac74599fcc
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 2 21:30:20 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 2 21:50:32 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b7289be
sci-mathematics/gsl-shell: subscribe to sci-libs/gsl subslot
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../{gsl-shell-2.3.0_beta1.ebuild => gsl-shell-2.3.0_beta1-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-mathematics/gsl-shell/gsl-shell-2.3.0_beta1.ebuild b/sci-mathematics/gsl-shell/gsl-shell-2.3.0_beta1-r1.ebuild
similarity index 98%
rename from sci-mathematics/gsl-shell/gsl-shell-2.3.0_beta1.ebuild
rename to sci-mathematics/gsl-shell/gsl-shell-2.3.0_beta1-r1.ebuild
index f182d5168c4..2ee665f0608 100644
--- a/sci-mathematics/gsl-shell/gsl-shell-2.3.0_beta1.ebuild
+++ b/sci-mathematics/gsl-shell/gsl-shell-2.3.0_beta1-r1.ebuild
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86"
IUSE="doc fox"
RDEPEND="
- >=sci-libs/gsl-1.14
+ >=sci-libs/gsl-1.14:=
virtual/blas
>=x11-libs/agg-2.5
>=media-libs/freetype-2.4.10
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/gsl-shell/
@ 2024-07-31 9:24 Pacho Ramos
0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos @ 2024-07-31 9:24 UTC (permalink / raw
To: gentoo-commits
commit: 674cfc81bf05db1f99609cdf3eb0b6e22f59873d
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 31 07:58:16 2024 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jul 31 09:23:07 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=674cfc81
sci-mathematics/gsl-shell: drop 2.3.2
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
sci-mathematics/gsl-shell/Manifest | 1 -
sci-mathematics/gsl-shell/gsl-shell-2.3.2.ebuild | 62 ------------------------
2 files changed, 63 deletions(-)
diff --git a/sci-mathematics/gsl-shell/Manifest b/sci-mathematics/gsl-shell/Manifest
index 3c8d0e70418b..5afff48f17b9 100644
--- a/sci-mathematics/gsl-shell/Manifest
+++ b/sci-mathematics/gsl-shell/Manifest
@@ -1,2 +1 @@
-DIST gsl-shell-2.3.2.tar.gz 3400376 BLAKE2B 8218b4d3232048fe7575631c7acc66d313520ee4d41a1dd2c267f021c8271a427673a575cc00f8f55a4868b8ec5e9626c0cbaa6ea9fa76662a726e436a527cf3 SHA512 6379380ab15a7ec477d67d36305ce76c551d32e88d8611447eeb6deaf9877c362392bce45599a2b2988331064c22626260c41f8548624c23e2c4e3c59c87c291
DIST gsl-shell-2.3.5.tar.gz 2533145 BLAKE2B 9eec5ee0676429a08b628766450f366b6998c4fc14e6b3108c49a9bf2ef4019c9b7671edbb0def295849155676df6c2bc8975aacb4ff906befc243bed147d80c SHA512 9712714a6cce249b007e475916d870eb2ce8bbc4ab2f0e49b8644378243723c9a386c285eacf5a8c54e27e22bab63fb0cd74d4641652230a8682c201b7e63da8
diff --git a/sci-mathematics/gsl-shell/gsl-shell-2.3.2.ebuild b/sci-mathematics/gsl-shell/gsl-shell-2.3.2.ebuild
deleted file mode 100644
index 1531e0e47cb0..000000000000
--- a/sci-mathematics/gsl-shell/gsl-shell-2.3.2.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..10} )
-DOCS_BUILDER="sphinx"
-DOCS_DIR="doc/user-manual"
-DOCS_AUTODOC=0
-inherit toolchain-funcs python-any-r1 docs
-
-MY_P=${P/_/-}
-DESCRIPTION="Lua interactive shell for sci-libs/gsl"
-HOMEPAGE="https://www.nongnu.org/gsl-shell/"
-SRC_URI="https://github.com/franko/gsl-shell/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-SLOT="0"
-LICENSE="GPL-3"
-KEYWORDS="~amd64 ~x86"
-IUSE="fox"
-
-RDEPEND="
- >=sci-libs/gsl-1.14:=
- virtual/blas
- >=x11-libs/agg-2.5
- >=media-libs/freetype-2.4.10
- sys-libs/readline:0=
- || ( media-fonts/ubuntu-font-family media-fonts/freefont media-fonts/dejavu )
- fox? ( x11-libs/fox:1.6 )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- dev-lang/luajit
- virtual/pkgconfig
- doc? ( virtual/latex-base )
-"
-
-PATCHES=(
- "${FILESDIR}/${P}-no-compile-in-install.patch"
- "${FILESDIR}/${P}-sphinx-extmath-to-imgmath.patch"
-)
-
-src_prepare() {
- tc-export PKG_CONFIG
- default
-}
-
-src_compile() {
- local BLAS=$($(tc-getPKG_CONFIG) --libs blas)
- local GSL=$($(tc-getPKG_CONFIG) --libs gsl)
- emake -j1 gsl-shell CC="$(tc-getCC)" CXX="$(tc-getCXX)" CFLAGS="${CFLAGS}" \
- GSL_LIBS="$($(tc-getPKG_CONFIG) --libs gsl) ${BLAS}"
- if use fox; then
- local FOX_INCLUDES="$(WANT_FOX=1.6 fox-config --cflags)"
- local FOX_LIBS="$(WANT_FOX=1.6 fox-config --libs)"
- emake -j1 gsl-shell-gui CC="$(tc-getCC)" CXX="$(tc-getCXX)" \
- CFLAGS="${CFLAGS}" FOX_INCLUDES="${FOX_INCLUDES}" FOX_LIBS="${FOX_LIBS}" \
- GSL_LIBS="$($(tc-getPKG_CONFIG) --libs gsl) ${BLAS}"
- fi
- docs_compile
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/gsl-shell/
@ 2024-07-31 9:24 Pacho Ramos
0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos @ 2024-07-31 9:24 UTC (permalink / raw
To: gentoo-commits
commit: 3262168f398355030e8739961f2adf91cc8d5887
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 31 07:58:08 2024 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jul 31 09:23:07 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3262168f
sci-mathematics/gsl-shell: enable py3.12
Closes: https://bugs.gentoo.org/929792
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
sci-mathematics/gsl-shell/gsl-shell-2.3.5.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-mathematics/gsl-shell/gsl-shell-2.3.5.ebuild b/sci-mathematics/gsl-shell/gsl-shell-2.3.5.ebuild
index aaa1e8873371..63e0f643d685 100644
--- a/sci-mathematics/gsl-shell/gsl-shell-2.3.5.ebuild
+++ b/sci-mathematics/gsl-shell/gsl-shell-2.3.5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
DOCS_BUILDER="sphinx"
DOCS_DIR="doc/user-manual"
DOCS_AUTODOC=0
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/gsl-shell/
@ 2024-07-31 9:24 Pacho Ramos
0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos @ 2024-07-31 9:24 UTC (permalink / raw
To: gentoo-commits
commit: fc1eb8190bced8fba9005885fdee7cf241e9f871
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 31 09:21:24 2024 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jul 31 09:23:11 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc1eb819
sci-mathematics/gsl-shell: update metadata.xml
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
sci-mathematics/gsl-shell/metadata.xml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/sci-mathematics/gsl-shell/metadata.xml b/sci-mathematics/gsl-shell/metadata.xml
index 74456c83ce16..90658fa611c8 100644
--- a/sci-mathematics/gsl-shell/metadata.xml
+++ b/sci-mathematics/gsl-shell/metadata.xml
@@ -14,9 +14,6 @@ but does offer much more simple and expressive way to use GSL.
The objective of GSL shell is to give the user the power
of easily access GSL functions without having to write a complete C application.
</longdescription>
- <use>
- <flag name="fox">Build a <pkg>x11-libs/fox</pkg> GUI</flag>
- </use>
<upstream>
<remote-id type="github">franko/gsl-shell</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-07-31 9:24 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-31 9:24 [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/gsl-shell/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2024-07-31 9:24 Pacho Ramos
2024-07-31 9:24 Pacho Ramos
2021-06-02 22:36 Sam James
2021-04-12 1:09 Sam James
2017-12-15 10:29 Andrey Grozin
2016-09-07 21:27 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox