* [gentoo-commits] repo/gentoo:master commit in: sci-libs/getdata/
@ 2015-12-20 17:06 Justin Lecher
0 siblings, 0 replies; 13+ messages in thread
From: Justin Lecher @ 2015-12-20 17:06 UTC (permalink / raw
To: gentoo-commits
commit: 328b892fae4e9d10e125ec3da33522d892852c38
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 20 16:44:18 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Dec 20 17:06:44 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=328b892f
sci-libs/getdata: Build correctly for single python
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=568650
Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
sci-libs/getdata/getdata-0.8.5.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-libs/getdata/getdata-0.8.5.ebuild b/sci-libs/getdata/getdata-0.8.5.ebuild
index 4282094..ef6d2b6 100644
--- a/sci-libs/getdata/getdata-0.8.5.ebuild
+++ b/sci-libs/getdata/getdata-0.8.5.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
# $Id$
@@ -11,7 +11,7 @@ AUTOTOOLS_AUTORECONF=true
FORTRAN_STANDARD="95"
FORTRAN_NEEDED=fortran
-inherit autotools-utils fortran-2 python-r1
+inherit autotools-utils fortran-2 python-single-r1
DESCRIPTION="Reference implementation of the Dirfile, format for time-ordered binary data"
HOMEPAGE="http://getdata.sourceforge.net/"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/getdata/
@ 2018-09-05 18:05 Andreas Sturmlechner
0 siblings, 0 replies; 13+ messages in thread
From: Andreas Sturmlechner @ 2018-09-05 18:05 UTC (permalink / raw
To: gentoo-commits
commit: 07a25e61a71c228a34d775a714336e145714f32e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 5 18:04:24 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 5 18:04:24 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07a25e61
sci-libs/getdata: Drop eutils
Package-Manager: Portage-2.3.49, Repoman-2.3.10
sci-libs/getdata/getdata-0.9.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-libs/getdata/getdata-0.9.0-r1.ebuild b/sci-libs/getdata/getdata-0.9.0-r1.ebuild
index d46c5d419c3..1e6aa25c7ab 100644
--- a/sci-libs/getdata/getdata-0.9.0-r1.ebuild
+++ b/sci-libs/getdata/getdata-0.9.0-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=6
FORTRAN_STANDARD="95"
FORTRAN_NEEDED=fortran
PYTHON_COMPAT=( python2_7 )
-inherit autotools eutils fortran-2 python-single-r1
+inherit autotools fortran-2 python-single-r1
DESCRIPTION="Reference implementation of the Dirfile, format for time-ordered binary data"
HOMEPAGE="http://getdata.sourceforge.net/"
@@ -60,5 +60,5 @@ src_configure() {
src_install() {
default
- prune_libtool_files --all
+ find "${D}" -name '*.la' -delete || die
}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/getdata/
@ 2018-09-05 18:05 Andreas Sturmlechner
0 siblings, 0 replies; 13+ messages in thread
From: Andreas Sturmlechner @ 2018-09-05 18:05 UTC (permalink / raw
To: gentoo-commits
commit: eaf61075cf730121322d40b30273b4c9aed3161f
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 5 18:02:02 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 5 18:02:02 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaf61075
sci-libs/getdata: Run python-single-r1_pkg_setup conditionally
Package-Manager: Portage-2.3.49, Repoman-2.3.10
sci-libs/getdata/getdata-0.9.0-r1.ebuild | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/sci-libs/getdata/getdata-0.9.0-r1.ebuild b/sci-libs/getdata/getdata-0.9.0-r1.ebuild
index 9bbc02d66ae..d46c5d419c3 100644
--- a/sci-libs/getdata/getdata-0.9.0-r1.ebuild
+++ b/sci-libs/getdata/getdata-0.9.0-r1.ebuild
@@ -1,13 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
FORTRAN_STANDARD="95"
FORTRAN_NEEDED=fortran
-
+PYTHON_COMPAT=( python2_7 )
inherit autotools eutils fortran-2 python-single-r1
DESCRIPTION="Reference implementation of the Dirfile, format for time-ordered binary data"
@@ -28,9 +26,11 @@ DEPEND="
python? ( dev-python/numpy[${PYTHON_USEDEP}] ${PYTHON_DEPS} )"
RDEPEND="${DEPEND}"
-PATCHES=(
- "${FILESDIR}/${P}-remove-python-test.patch"
-)
+PATCHES=( "${FILESDIR}/${P}-remove-python-test.patch" )
+
+pkg_setup() {
+ use python && python-single-r1_pkg_setup
+}
src_prepare() {
default
@@ -42,20 +42,20 @@ src_configure() {
--disable-idl \
--disable-matlab \
--disable-php \
- $(use_enable cxx cplusplus) \
- $(use_enable debug) \
- $(use_enable fortran) \
- $(use_enable fortran fortran95) \
- $(use_enable perl) \
- $(use_enable python) \
- $(use_enable static-libs static) \
--with-libz \
--without-libslim \
--without-libzzip \
$(use_with bzip2 libbz2) \
+ $(use_enable cxx cplusplus) \
+ $(use_enable debug) \
$(use_with flac libFLAC) \
+ $(use_enable fortran) \
+ $(use_enable fortran fortran95) \
$(use_with lzma liblzma) \
- $(usex perl --with-perl-dir=vendor)
+ $(use_enable perl) \
+ $(usex perl --with-perl-dir=vendor) \
+ $(use_enable python) \
+ $(use_enable static-libs static)
}
src_install() {
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/getdata/
@ 2020-01-16 6:39 Michał Górny
0 siblings, 0 replies; 13+ messages in thread
From: Michał Górny @ 2020-01-16 6:39 UTC (permalink / raw
To: gentoo-commits
commit: 7a3fa6dba6728adfff29106b05c36b06f5733d48
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 16 06:31:01 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 16 06:38:13 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a3fa6db
sci-libs/getdata: Permit numpy-python2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sci-libs/getdata/getdata-0.9.0-r1.ebuild | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/sci-libs/getdata/getdata-0.9.0-r1.ebuild b/sci-libs/getdata/getdata-0.9.0-r1.ebuild
index 1e6aa25c7ab..65085d535e5 100644
--- a/sci-libs/getdata/getdata-0.9.0-r1.ebuild
+++ b/sci-libs/getdata/getdata-0.9.0-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=6
@@ -23,7 +23,13 @@ DEPEND="
bzip2? ( app-arch/bzip2 )
lzma? ( app-arch/xz-utils )
perl? ( dev-lang/perl )
- python? ( dev-python/numpy[${PYTHON_USEDEP}] ${PYTHON_DEPS} )"
+ python? (
+ || (
+ dev-python/numpy-python2[${PYTHON_USEDEP}]
+ dev-python/numpy[${PYTHON_USEDEP}]
+ )
+ ${PYTHON_DEPS}
+ )"
RDEPEND="${DEPEND}"
PATCHES=( "${FILESDIR}/${P}-remove-python-test.patch" )
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/getdata/
@ 2020-01-22 21:50 Michał Górny
0 siblings, 0 replies; 13+ messages in thread
From: Michał Górny @ 2020-01-22 21:50 UTC (permalink / raw
To: gentoo-commits
commit: 7d6259cfc6a6e5feb2452e51219ad4e78c377980
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 22 21:43:05 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jan 22 21:49:50 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d6259cf
sci-libs/getdata: Revbump post dep change
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sci-libs/getdata/{getdata-0.9.0-r1.ebuild => getdata-0.9.0-r2.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/sci-libs/getdata/getdata-0.9.0-r1.ebuild b/sci-libs/getdata/getdata-0.9.0-r2.ebuild
similarity index 100%
rename from sci-libs/getdata/getdata-0.9.0-r1.ebuild
rename to sci-libs/getdata/getdata-0.9.0-r2.ebuild
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/getdata/
@ 2020-02-09 16:36 Michał Górny
0 siblings, 0 replies; 13+ messages in thread
From: Michał Górny @ 2020-02-09 16:36 UTC (permalink / raw
To: gentoo-commits
commit: 52a96f484e143cc4c422782f10efcbc4795bd032
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 7 19:04:33 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 9 16:35:29 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52a96f48
sci-libs/getdata: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../{getdata-0.9.0-r2.ebuild => getdata-0.9.0-r3.ebuild} | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/sci-libs/getdata/getdata-0.9.0-r2.ebuild b/sci-libs/getdata/getdata-0.9.0-r3.ebuild
similarity index 91%
rename from sci-libs/getdata/getdata-0.9.0-r2.ebuild
rename to sci-libs/getdata/getdata-0.9.0-r3.ebuild
index 65085d535e5..bb727d3bea8 100644
--- a/sci-libs/getdata/getdata-0.9.0-r2.ebuild
+++ b/sci-libs/getdata/getdata-0.9.0-r3.ebuild
@@ -24,10 +24,12 @@ DEPEND="
lzma? ( app-arch/xz-utils )
perl? ( dev-lang/perl )
python? (
- || (
- dev-python/numpy-python2[${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}]
- )
+ $(python_gen_cond_dep '
+ || (
+ dev-python/numpy-python2[${PYTHON_MULTI_USEDEP}]
+ dev-python/numpy[${PYTHON_MULTI_USEDEP}]
+ )
+ ')
${PYTHON_DEPS}
)"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/getdata/
@ 2020-09-09 11:30 Michał Górny
0 siblings, 0 replies; 13+ messages in thread
From: Michał Górny @ 2020-09-09 11:30 UTC (permalink / raw
To: gentoo-commits
commit: 43092c487ed3356e2e74219fc1e80b270975a0ff
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 9 10:47:48 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep 9 11:30:25 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43092c48
sci-libs/getdata: Eradicate python2
Closes: https://bugs.gentoo.org/735480
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sci-libs/getdata/getdata-0.9.0-r3.ebuild | 23 ++++-------------------
1 file changed, 4 insertions(+), 19 deletions(-)
diff --git a/sci-libs/getdata/getdata-0.9.0-r3.ebuild b/sci-libs/getdata/getdata-0.9.0-r3.ebuild
index bb727d3bea8..9282f015685 100644
--- a/sci-libs/getdata/getdata-0.9.0-r3.ebuild
+++ b/sci-libs/getdata/getdata-0.9.0-r3.ebuild
@@ -5,8 +5,7 @@ EAPI=6
FORTRAN_STANDARD="95"
FORTRAN_NEEDED=fortran
-PYTHON_COMPAT=( python2_7 )
-inherit autotools fortran-2 python-single-r1
+inherit autotools fortran-2
DESCRIPTION="Reference implementation of the Dirfile, format for time-ordered binary data"
HOMEPAGE="http://getdata.sourceforge.net/"
@@ -15,31 +14,17 @@ SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.xz"
SLOT="0"
LICENSE="LGPL-2.1"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="bzip2 cxx debug flac fortran lzma perl python static-libs"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+IUSE="bzip2 cxx debug flac fortran lzma perl static-libs"
DEPEND="
bzip2? ( app-arch/bzip2 )
lzma? ( app-arch/xz-utils )
perl? ( dev-lang/perl )
- python? (
- $(python_gen_cond_dep '
- || (
- dev-python/numpy-python2[${PYTHON_MULTI_USEDEP}]
- dev-python/numpy[${PYTHON_MULTI_USEDEP}]
- )
- ')
- ${PYTHON_DEPS}
- )"
+"
RDEPEND="${DEPEND}"
PATCHES=( "${FILESDIR}/${P}-remove-python-test.patch" )
-pkg_setup() {
- use python && python-single-r1_pkg_setup
-}
-
src_prepare() {
default
eautoreconf
@@ -62,7 +47,7 @@ src_configure() {
$(use_with lzma liblzma) \
$(use_enable perl) \
$(usex perl --with-perl-dir=vendor) \
- $(use_enable python) \
+ --disable-python \
$(use_enable static-libs static)
}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/getdata/
@ 2021-02-19 12:47 Sam James
0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2021-02-19 12:47 UTC (permalink / raw
To: gentoo-commits
commit: fe66a10754a70c3abe4dd16bf88c9a7248d4992a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 19 12:29:48 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 19 12:45:27 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe66a107
sci-libs/getdata: workaround gcc 10 (fortran) failure
Closes: https://bugs.gentoo.org/723076
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-libs/getdata/getdata-0.9.0-r3.ebuild | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/sci-libs/getdata/getdata-0.9.0-r3.ebuild b/sci-libs/getdata/getdata-0.9.0-r3.ebuild
index 9282f015685..118a1e4dace 100644
--- a/sci-libs/getdata/getdata-0.9.0-r3.ebuild
+++ b/sci-libs/getdata/getdata-0.9.0-r3.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
FORTRAN_STANDARD="95"
FORTRAN_NEEDED=fortran
-inherit autotools fortran-2
+inherit autotools fortran-2 flag-o-matic
DESCRIPTION="Reference implementation of the Dirfile, format for time-ordered binary data"
HOMEPAGE="http://getdata.sourceforge.net/"
@@ -31,6 +31,10 @@ src_prepare() {
}
src_configure() {
+ # GCC 10 workaround
+ # bug #723076
+ append-fflags $(test-flags-FC -fallow-argument-mismatch)
+
econf \
--disable-idl \
--disable-matlab \
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/getdata/
@ 2022-01-11 14:46 Andrew Ammerlaan
0 siblings, 0 replies; 13+ messages in thread
From: Andrew Ammerlaan @ 2022-01-11 14:46 UTC (permalink / raw
To: gentoo-commits
commit: 4300cccf187ab49cae1ce97fa1825cf397f4d509
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 11 14:46:30 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Jan 11 14:46:30 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4300cccf
sci-libs/getdata: add version 0.11.0, EAPI bump
Closes: https://bugs.gentoo.org/811978
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
sci-libs/getdata/Manifest | 1 +
sci-libs/getdata/getdata-0.11.0.ebuild | 59 ++++++++++++++++++++++++++++++++++
2 files changed, 60 insertions(+)
diff --git a/sci-libs/getdata/Manifest b/sci-libs/getdata/Manifest
index d5e6e9deacee..90756e50ea07 100644
--- a/sci-libs/getdata/Manifest
+++ b/sci-libs/getdata/Manifest
@@ -1 +1,2 @@
+DIST getdata-0.11.0.tar.xz 1060324 BLAKE2B b758447429f95d53d6ce3e32eb5591d0141c218f5b3a3c391fb713722f8dc12fba2add078d75be1b2957b2d27b7d843cb51450fc49394da130548721f5df9384 SHA512 cf301449288c2b0e337a356f03ac8d295a4f5a32eb6c2a29c15c6fcc434a9eea8661a8070defbbf1d751e64e1f616e4353863b13d350fa8df6837631d86bc932
DIST getdata-0.9.0.tar.xz 920652 BLAKE2B d5f0659474dfab9f4e589a28a7788b5a51de3c0064b58de37bdb11dad27b56daa05d8e705da743c5da271bd8c4e1343ac6ac41adfdfabfcaef0006e46c45d2bf SHA512 28d720141e34cc56a5166594d0a6ac293144d123706988ed170e40dd9d7aaf13b920305e8bd8343ecd7cbe43eee5d83720e3e5f5d2da0cdccdc1444725cc6844
diff --git a/sci-libs/getdata/getdata-0.11.0.ebuild b/sci-libs/getdata/getdata-0.11.0.ebuild
new file mode 100644
index 000000000000..b80fd2fefb1b
--- /dev/null
+++ b/sci-libs/getdata/getdata-0.11.0.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+FORTRAN_STANDARD="95"
+FORTRAN_NEEDED=fortran
+inherit autotools fortran-2 flag-o-matic
+
+DESCRIPTION="Reference implementation of the Dirfile, format for time-ordered binary data"
+HOMEPAGE="http://getdata.sourceforge.net/"
+SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.xz"
+
+SLOT="0"
+LICENSE="LGPL-2.1"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="bzip2 cxx debug flac fortran lzma perl static-libs"
+
+DEPEND="
+ bzip2? ( app-arch/bzip2 )
+ lzma? ( app-arch/xz-utils )
+ perl? ( dev-lang/perl )
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ # GCC 10 workaround
+ # bug #723076
+ append-fflags $(test-flags-FC -fallow-argument-mismatch)
+
+ econf \
+ --disable-idl \
+ --disable-matlab \
+ --disable-php \
+ --with-libz \
+ --without-libslim \
+ --without-libzzip \
+ $(use_with bzip2 libbz2) \
+ $(use_enable cxx cplusplus) \
+ $(use_enable debug) \
+ $(use_with flac libFLAC) \
+ $(use_enable fortran) \
+ $(use_enable fortran fortran95) \
+ $(use_with lzma liblzma) \
+ $(use_enable perl) \
+ $(usex perl --with-perl-dir=vendor) \
+ --disable-python \
+ $(use_enable static-libs static)
+}
+
+src_install() {
+ default
+ find "${D}" -name '*.la' -delete || die
+}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/getdata/
@ 2022-11-19 11:41 Andrew Ammerlaan
0 siblings, 0 replies; 13+ messages in thread
From: Andrew Ammerlaan @ 2022-11-19 11:41 UTC (permalink / raw
To: gentoo-commits
commit: 2af4e785a6a9d37ef4e304ef2a9d037313f0f321
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Nov 19 09:04:05 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sat Nov 19 11:39:31 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2af4e785
sci-libs/getdata: use HTTPS, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
sci-libs/getdata/getdata-0.11.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-libs/getdata/getdata-0.11.0.ebuild b/sci-libs/getdata/getdata-0.11.0.ebuild
index b80fd2fefb1b..4b0f5f033a18 100644
--- a/sci-libs/getdata/getdata-0.11.0.ebuild
+++ b/sci-libs/getdata/getdata-0.11.0.ebuild
@@ -8,11 +8,11 @@ FORTRAN_NEEDED=fortran
inherit autotools fortran-2 flag-o-matic
DESCRIPTION="Reference implementation of the Dirfile, format for time-ordered binary data"
-HOMEPAGE="http://getdata.sourceforge.net/"
+HOMEPAGE="https://getdata.sourceforge.net"
SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.xz"
SLOT="0"
-LICENSE="LGPL-2.1"
+LICENSE="LGPL-2.1+"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="bzip2 cxx debug flac fortran lzma perl static-libs"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/getdata/
@ 2024-03-27 4:52 Sam James
0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2024-03-27 4:52 UTC (permalink / raw
To: gentoo-commits
commit: b9e76b2a7afae653c6a81bbb8864b30448651628
Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Wed Mar 27 04:42:01 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 27 04:49:49 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9e76b2a
sci-libs/getdata: mark as LTO-unsafe
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-libs/getdata/getdata-0.11.0-r1.ebuild | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/sci-libs/getdata/getdata-0.11.0-r1.ebuild b/sci-libs/getdata/getdata-0.11.0-r1.ebuild
index 698d2697d850..9cf6e52c8ec2 100644
--- a/sci-libs/getdata/getdata-0.11.0-r1.ebuild
+++ b/sci-libs/getdata/getdata-0.11.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -33,6 +33,12 @@ src_prepare() {
}
src_configure() {
+ # -Werror=lto-type-mismatch
+ #
+ # In theory I could report a bug. In practice the project has ignored all
+ # bug reports since immediately after switching to github.
+ filter-lto
+
# GCC 10 workaround
# bug #723076
append-fflags $(test-flags-FC -fallow-argument-mismatch)
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/getdata/
@ 2024-03-27 4:52 Sam James
0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2024-03-27 4:52 UTC (permalink / raw
To: gentoo-commits
commit: b2119b5c3243ed505651f3ea902649bc3f5cc3ba
Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Wed Mar 27 04:34:13 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 27 04:49:48 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2119b5c
sci-libs/getdata: add github upstream metadata
In theory the sourceforge site claims to be defunct. In practice the
github repo is abandoned immediately after switching too...
https://sourceforge.net/p/getdata/code/1178/
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-libs/getdata/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/sci-libs/getdata/metadata.xml b/sci-libs/getdata/metadata.xml
index 716f2c3c2ae5..d1f4f454496b 100644
--- a/sci-libs/getdata/metadata.xml
+++ b/sci-libs/getdata/metadata.xml
@@ -12,6 +12,7 @@
provide a fast, simple format for storing and reading data.
</longdescription>
<upstream>
+ <remote-id type="github">ketiltrout/getdata</remote-id>
<remote-id type="sourceforge">getdata</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/getdata/
@ 2024-03-27 5:59 Sam James
0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2024-03-27 5:59 UTC (permalink / raw
To: gentoo-commits
commit: 7be0b55ba35b18a15055f0ede7b9628d9c723129
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 27 05:56:04 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 27 05:59:02 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7be0b55b
sci-libs/getdata: add libltdl dep
Closes: https://bugs.gentoo.org/923316
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../getdata/{getdata-0.11.0-r1.ebuild => getdata-0.11.0-r2.ebuild} | 1 +
sci-libs/getdata/getdata-0.11.0.ebuild | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/sci-libs/getdata/getdata-0.11.0-r1.ebuild b/sci-libs/getdata/getdata-0.11.0-r2.ebuild
similarity index 98%
rename from sci-libs/getdata/getdata-0.11.0-r1.ebuild
rename to sci-libs/getdata/getdata-0.11.0-r2.ebuild
index 9cf6e52c8ec2..843b844afc0b 100644
--- a/sci-libs/getdata/getdata-0.11.0-r1.ebuild
+++ b/sci-libs/getdata/getdata-0.11.0-r2.ebuild
@@ -17,6 +17,7 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="bzip2 cxx debug flac fortran lzma perl static-libs"
DEPEND="
+ dev-libs/libltdl
bzip2? ( app-arch/bzip2 )
lzma? ( app-arch/xz-utils )
perl? ( dev-lang/perl )
diff --git a/sci-libs/getdata/getdata-0.11.0.ebuild b/sci-libs/getdata/getdata-0.11.0.ebuild
index 4b0f5f033a18..ef397493899d 100644
--- a/sci-libs/getdata/getdata-0.11.0.ebuild
+++ b/sci-libs/getdata/getdata-0.11.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -17,6 +17,7 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="bzip2 cxx debug flac fortran lzma perl static-libs"
DEPEND="
+ dev-libs/libltdl
bzip2? ( app-arch/bzip2 )
lzma? ( app-arch/xz-utils )
perl? ( dev-lang/perl )
^ permalink raw reply related [flat|nested] 13+ messages in thread
end of thread, other threads:[~2024-03-27 5:59 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-20 17:06 [gentoo-commits] repo/gentoo:master commit in: sci-libs/getdata/ Justin Lecher
-- strict thread matches above, loose matches on Subject: below --
2018-09-05 18:05 Andreas Sturmlechner
2018-09-05 18:05 Andreas Sturmlechner
2020-01-16 6:39 Michał Górny
2020-01-22 21:50 Michał Górny
2020-02-09 16:36 Michał Górny
2020-09-09 11:30 Michał Górny
2021-02-19 12:47 Sam James
2022-01-11 14:46 Andrew Ammerlaan
2022-11-19 11:41 Andrew Ammerlaan
2024-03-27 4:52 Sam James
2024-03-27 4:52 Sam James
2024-03-27 5:59 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox