* [gentoo-commits] repo/gentoo:master commit in: sci-libs/xylib/
@ 2019-11-24 3:36 Aaron Bauman
0 siblings, 0 replies; 6+ messages in thread
From: Aaron Bauman @ 2019-11-24 3:36 UTC (permalink / raw
To: gentoo-commits
commit: 99277cc72fac9e2071eb6ec8b77d60b596e5aee4
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 24 03:31:31 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Nov 24 03:31:31 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99277cc7
sci-libs/xylib: drop old EAPI
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
sci-libs/xylib/Manifest | 1 -
sci-libs/xylib/xylib-1.1.ebuild | 27 ---------------------------
2 files changed, 28 deletions(-)
diff --git a/sci-libs/xylib/Manifest b/sci-libs/xylib/Manifest
index 930db22f0b3..63c79c4b23a 100644
--- a/sci-libs/xylib/Manifest
+++ b/sci-libs/xylib/Manifest
@@ -1,2 +1 @@
-DIST xylib-1.1.tar.bz2 288366 BLAKE2B b12093df85b763e658d8552a8850ea85354ea9142705243bb46a9ac464120d547687f2a9a33d9be6b0610f98308a01597f3c4595a41e44c68c69410c6a9187ec SHA512 d9952274fc4adb62aa7dab0d86dbb702d907caa954c68db1924284cc0304066ad8dac94571ecd1b764587655d30ac3fb1cae2307bb9e102ca564594a597a9c3f
DIST xylib-1.2.tar.bz2 297167 BLAKE2B f30a397aea282626b2e5ea93053571ed6d617b4fdeff468751fed9c9f538595854c948d0f50656ce22dbadfe4ff99a59dc4a5fb70686e78c084bbe1db1c9c11a SHA512 16eaa4b37014914c75ca3d0188aaf236c342887c03e233a9bb770412b3bb16da6779ab82c8acd66677d98ada75537c77d1abad723defd33dbe6eda78c6c88b91
diff --git a/sci-libs/xylib/xylib-1.1.ebuild b/sci-libs/xylib/xylib-1.1.ebuild
deleted file mode 100644
index 6db5c710a48..00000000000
--- a/sci-libs/xylib/xylib-1.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="Experimental x-y data reading library"
-HOMEPAGE="http://www.unipress.waw.pl/fityk/xylib/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="bzip2 static-libs zlib"
-
-RDEPEND="
- dev-libs/boost
- bzip2? ( app-arch/bzip2 )
- zlib? ( sys-libs/zlib )"
-DEPEND="${RDEPEND}"
-
-src_configure() {
- econf \
- $(use_enable static-libs static) \
- $(use_with bzip2 bzlib) \
- $(use_with zlib)
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/xylib/
@ 2020-10-03 20:57 David Seifert
0 siblings, 0 replies; 6+ messages in thread
From: David Seifert @ 2020-10-03 20:57 UTC (permalink / raw
To: gentoo-commits
commit: 2f954fcd16dccc797a7f12a64ccf0ee40551c70c
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 3 20:56:51 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Oct 3 20:56:51 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f954fcd
sci-libs/xylib: Remove old 1.2
Closes: https://bugs.gentoo.org/723326
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sci-libs/xylib/Manifest | 1 -
sci-libs/xylib/xylib-1.2.ebuild | 30 ------------------------------
2 files changed, 31 deletions(-)
diff --git a/sci-libs/xylib/Manifest b/sci-libs/xylib/Manifest
index 6e87010ef9c..155161a52da 100644
--- a/sci-libs/xylib/Manifest
+++ b/sci-libs/xylib/Manifest
@@ -1,2 +1 @@
-DIST xylib-1.2.tar.bz2 297167 BLAKE2B f30a397aea282626b2e5ea93053571ed6d617b4fdeff468751fed9c9f538595854c948d0f50656ce22dbadfe4ff99a59dc4a5fb70686e78c084bbe1db1c9c11a SHA512 16eaa4b37014914c75ca3d0188aaf236c342887c03e233a9bb770412b3bb16da6779ab82c8acd66677d98ada75537c77d1abad723defd33dbe6eda78c6c88b91
DIST xylib-1.6.tar.bz2 370765 BLAKE2B 76eb968f06a6a015ed7a29a493d888642767cda103733498b8706c973498aa4ac8576716b06f6eae8d95a1f625e9cd91ab02cfd53146d976e32fc9295f3c502f SHA512 9861cbf03f8b921a93a2d32a529ff94d77723e2510cd61096b4b85f91af4be6330ed82e8da94bc45dbca7f9814077360d1dae204315b28c2b6d85e3d2c7f6696
diff --git a/sci-libs/xylib/xylib-1.2.ebuild b/sci-libs/xylib/xylib-1.2.ebuild
deleted file mode 100644
index ed9ee753d6c..00000000000
--- a/sci-libs/xylib/xylib-1.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools-utils
-
-DESCRIPTION="Experimental x-y data reading library"
-HOMEPAGE="http://www.unipress.waw.pl/fityk/xylib/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="bzip2 static-libs zlib"
-
-RDEPEND="
- dev-libs/boost
- bzip2? ( app-arch/bzip2 )
- zlib? ( sys-libs/zlib )"
-DEPEND="${RDEPEND}"
-
-src_configure() {
- local myeconfargs=(
- $(use_with bzip2 bzlib)
- $(use_with zlib)
- )
- autotools-utils_src_configure
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/xylib/
@ 2020-10-03 20:57 David Seifert
0 siblings, 0 replies; 6+ messages in thread
From: David Seifert @ 2020-10-03 20:57 UTC (permalink / raw
To: gentoo-commits
commit: 70e54e5cb41aa1e47a661350b9590802d6f88525
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 3 20:56:48 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Oct 3 20:56:48 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70e54e5c
sci-libs/xylib: Version bump to 1.6
Bug: https://bugs.gentoo.org/723326
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sci-libs/xylib/Manifest | 1 +
sci-libs/xylib/xylib-1.6.ebuild | 42 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/sci-libs/xylib/Manifest b/sci-libs/xylib/Manifest
index 63c79c4b23a..6e87010ef9c 100644
--- a/sci-libs/xylib/Manifest
+++ b/sci-libs/xylib/Manifest
@@ -1 +1,2 @@
DIST xylib-1.2.tar.bz2 297167 BLAKE2B f30a397aea282626b2e5ea93053571ed6d617b4fdeff468751fed9c9f538595854c948d0f50656ce22dbadfe4ff99a59dc4a5fb70686e78c084bbe1db1c9c11a SHA512 16eaa4b37014914c75ca3d0188aaf236c342887c03e233a9bb770412b3bb16da6779ab82c8acd66677d98ada75537c77d1abad723defd33dbe6eda78c6c88b91
+DIST xylib-1.6.tar.bz2 370765 BLAKE2B 76eb968f06a6a015ed7a29a493d888642767cda103733498b8706c973498aa4ac8576716b06f6eae8d95a1f625e9cd91ab02cfd53146d976e32fc9295f3c502f SHA512 9861cbf03f8b921a93a2d32a529ff94d77723e2510cd61096b4b85f91af4be6330ed82e8da94bc45dbca7f9814077360d1dae204315b28c2b6d85e3d2c7f6696
diff --git a/sci-libs/xylib/xylib-1.6.ebuild b/sci-libs/xylib/xylib-1.6.ebuild
new file mode 100644
index 00000000000..49e226d2694
--- /dev/null
+++ b/sci-libs/xylib/xylib-1.6.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+WX_GTK_VER=3.0-gtk3
+
+inherit wxwidgets
+
+DESCRIPTION="Experimental x-y data reading library"
+HOMEPAGE="https://github.com/wojdyr/xylib"
+SRC_URI="https://github.com/wojdyr/xylib/releases/download/v${PV}/${P}.tar.bz2"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="bzip2 gui zlib"
+
+RDEPEND="
+ bzip2? ( app-arch/bzip2 )
+ gui? ( x11-libs/wxGTK:${WX_GTK_VER} )
+ zlib? ( sys-libs/zlib )"
+DEPEND="
+ ${RDEPEND}
+ dev-libs/boost"
+
+src_configure() {
+ use gui && setup-wxwidgets
+
+ econf \
+ --disable-static \
+ $(use_with bzip2 bzlib) \
+ $(use_with gui) \
+ $(use_with zlib)
+}
+
+src_install() {
+ default
+
+ # no static archives
+ find "${ED}" -name '*.la' -delete || die
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/xylib/
@ 2023-11-24 14:31 Pacho Ramos
0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos @ 2023-11-24 14:31 UTC (permalink / raw
To: gentoo-commits
commit: 8820595905904cd3354033b810ccfffcf3b8269d
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 24 14:07:34 2023 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Nov 24 14:30:31 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88205959
sci-libs/xylib: Use wxGTK 3.2
And provide a proper menu entry
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
sci-libs/xylib/xylib-1.6-r1.ebuild | 43 ++++++++++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
diff --git a/sci-libs/xylib/xylib-1.6-r1.ebuild b/sci-libs/xylib/xylib-1.6-r1.ebuild
new file mode 100644
index 000000000000..1428662cc66d
--- /dev/null
+++ b/sci-libs/xylib/xylib-1.6-r1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+WX_GTK_VER=3.2-gtk3
+
+inherit desktop wxwidgets
+
+DESCRIPTION="Experimental x-y data reading library"
+HOMEPAGE="https://github.com/wojdyr/xylib"
+SRC_URI="https://github.com/wojdyr/xylib/releases/download/v${PV}/${P}.tar.bz2"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="bzip2 gui zlib"
+
+RDEPEND="
+ bzip2? ( app-arch/bzip2 )
+ gui? ( x11-libs/wxGTK:${WX_GTK_VER} )
+ zlib? ( sys-libs/zlib )
+"
+DEPEND="${RDEPEND}
+ dev-libs/boost
+"
+
+src_configure() {
+ use gui && setup-wxwidgets
+
+ econf \
+ --disable-static \
+ $(use_with bzip2 bzlib) \
+ $(use_with gui) \
+ $(use_with zlib)
+}
+
+src_install() {
+ default
+ find "${ED}" -name '*.la' -delete || die
+
+ newicon gui/xyconvert48.xpm xyconvert.xpm
+ make_desktop_entry xyconvert xyConvert xyconvert.xpm
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/xylib/
@ 2024-04-08 18:50 Andrew Ammerlaan
0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2024-04-08 18:50 UTC (permalink / raw
To: gentoo-commits
commit: d8c15b8cbdec8e0f4f518560f1f065d199f12999
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Apr 8 18:25:00 2024 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Apr 8 18:48:48 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8c15b8c
sci-libs/xylib: add missing remote-id
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
sci-libs/xylib/metadata.xml | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/sci-libs/xylib/metadata.xml b/sci-libs/xylib/metadata.xml
index b767e81c5621..f99666ec7813 100644
--- a/sci-libs/xylib/metadata.xml
+++ b/sci-libs/xylib/metadata.xml
@@ -6,11 +6,12 @@
<name>Gentoo Science Project</name>
</maintainer>
<longdescription lang="en">
- xylib is a portable C++ library for reading files that contain x-y
- data from powder diffraction, spectroscopy or other experimental
- methods. It supports many formats.
+ xylib is a portable C++ library for reading files that contain x-y
+ data from powder diffraction, spectroscopy or other experimental
+ methods. It supports many formats.
</longdescription>
<upstream>
<remote-id type="sourceforge">xylib</remote-id>
+ <remote-id type="github">wojdyr/xylib</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/xylib/
@ 2024-07-22 19:14 Pacho Ramos
0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos @ 2024-07-22 19:14 UTC (permalink / raw
To: gentoo-commits
commit: 20e87cf40eda09ac53ee097eb79ae1db1a16ec34
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 22 19:05:54 2024 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Jul 22 19:14:11 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20e87cf4
sci-libs/xylib: drop 1.6
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
sci-libs/xylib/xylib-1.6.ebuild | 42 -----------------------------------------
1 file changed, 42 deletions(-)
diff --git a/sci-libs/xylib/xylib-1.6.ebuild b/sci-libs/xylib/xylib-1.6.ebuild
deleted file mode 100644
index 49e226d26949..000000000000
--- a/sci-libs/xylib/xylib-1.6.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-WX_GTK_VER=3.0-gtk3
-
-inherit wxwidgets
-
-DESCRIPTION="Experimental x-y data reading library"
-HOMEPAGE="https://github.com/wojdyr/xylib"
-SRC_URI="https://github.com/wojdyr/xylib/releases/download/v${PV}/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="bzip2 gui zlib"
-
-RDEPEND="
- bzip2? ( app-arch/bzip2 )
- gui? ( x11-libs/wxGTK:${WX_GTK_VER} )
- zlib? ( sys-libs/zlib )"
-DEPEND="
- ${RDEPEND}
- dev-libs/boost"
-
-src_configure() {
- use gui && setup-wxwidgets
-
- econf \
- --disable-static \
- $(use_with bzip2 bzlib) \
- $(use_with gui) \
- $(use_with zlib)
-}
-
-src_install() {
- default
-
- # no static archives
- find "${ED}" -name '*.la' -delete || die
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-07-22 19:14 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-03 20:57 [gentoo-commits] repo/gentoo:master commit in: sci-libs/xylib/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2024-07-22 19:14 Pacho Ramos
2024-04-08 18:50 Andrew Ammerlaan
2023-11-24 14:31 Pacho Ramos
2020-10-03 20:57 David Seifert
2019-11-24 3:36 Aaron Bauman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox