Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mpir: remove package
@ 2022-12-19  2:34 tornaria
  2022-12-19  2:35 ` oreo639
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: tornaria @ 2022-12-19  2:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1322 bytes --]

There is a new pull request by tornaria against master on the void-packages repository

https://github.com/tornaria/void-packages mpir
https://github.com/void-linux/void-packages/pull/41179

mpir: remove package
This package is dead, and not used in void linux. It was included in makedepends for gnuradio but it's not really used (gmp is used instead).

Cc: @abenson

<!-- Uncomment relevant sections and delete options which are not applicable -->


<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/41179.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mpir-41179.patch --]
[-- Type: text/x-diff, Size: 4297 bytes --]

From 8c6f5247cd5c13951bfa12abe6ba2c3562afde50 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Sun, 18 Dec 2022 23:30:08 -0300
Subject: [PATCH] mpir: remove package

This package is dead, and not used in void linux. It was included in
makedepends for gnuradio but it's not really used (gmp is used instead).
---
 common/shlibs                     |  2 --
 srcpkgs/gnuradio/template         |  2 +-
 srcpkgs/mpir-devel                |  1 -
 srcpkgs/mpir/template             | 37 -------------------------------
 srcpkgs/mpir/update               |  1 -
 srcpkgs/removed-packages/template |  4 +++-
 6 files changed, 4 insertions(+), 43 deletions(-)
 delete mode 120000 srcpkgs/mpir-devel
 delete mode 100644 srcpkgs/mpir/template
 delete mode 100644 srcpkgs/mpir/update

diff --git a/common/shlibs b/common/shlibs
index ba5c89ee3bad..d8252d133837 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3892,8 +3892,6 @@ libosdCPU.so.3.4.3 OpenSubdiv-3.4.3_1
 libdino.so.0 dino-0.1.0_1
 libxmpp-vala.so.0 dino-0.1.0_1
 libqlite.so.0 dino-0.1.0_1
-libmpir.so.23 mpir-3.0.0_1
-libmpirxx.so.8 mpir-3.0.0_1
 libcaribou.so.0 libcaribou-0.4.21_3
 libtinyclipboard.so.1 tinyclipboard-16.01_1
 libcbor.so.0.9 libcbor-0.9.0_1
diff --git a/srcpkgs/gnuradio/template b/srcpkgs/gnuradio/template
index 5012ef4f62e7..570fe4e4e743 100644
--- a/srcpkgs/gnuradio/template
+++ b/srcpkgs/gnuradio/template
@@ -11,7 +11,7 @@ _pydeps="python3-Mako python3-cairo python3-click python3-click-plugins python3-
  python3-jsonschema python3-numpy python3-pyqtgraph python3-pyzmq python3-scipy python3-yaml"
 hostmakedepends="pkg-config doxygen mathjax python3-Sphinx python3-pygccxml ${_pydeps}"
 makedepends="SDL-devel SoapySDR-devel boost-devel codec2-devel cppzmq fftw-devel gmpxx-devel
- gsl-devel gtk+3-devel jack-devel libgsm-devel libiio-devel libsndfile-devel mpir-devel
+ gsl-devel gtk+3-devel jack-devel libgsm-devel libiio-devel libsndfile-devel
  python3-devel python3-gobject-devel python3-pybind11 python3-pygccxml qwt-devel spdlog
  fmt-devel uhd-devel volk-devel"
 depends="${_pydeps} python3-cheetah3 python3-lxml python3-matplotlib"
diff --git a/srcpkgs/mpir-devel b/srcpkgs/mpir-devel
deleted file mode 120000
index a316ff205525..000000000000
--- a/srcpkgs/mpir-devel
+++ /dev/null
@@ -1 +0,0 @@
-mpir
\ No newline at end of file
diff --git a/srcpkgs/mpir/template b/srcpkgs/mpir/template
deleted file mode 100644
index dc8240f49245..000000000000
--- a/srcpkgs/mpir/template
+++ /dev/null
@@ -1,37 +0,0 @@
-# Template file for 'mpir'
-pkgname=mpir
-version=3.0.0
-revision=1
-build_style=gnu-configure
-configure_args="--enable-cxx"
-hostmakedepends="m4 which yasm"
-short_desc="Multiple Precision Integers and Rationals"
-maintainer="Andrew Benson <abenson+void@gmail.com>"
-license="LGPL-3.0-or-later"
-homepage="http://mpir.org"
-distfiles="${homepage}/mpir-${version}.tar.bz2"
-checksum=52f63459cf3f9478859de29e00357f004050ead70b45913f2c2269d9708675bb
-
-# prevent elfv1 asm code from being used (fails to link)
-# and on ppc32, avoid textrels (assembly code is used)
-case "$XBPS_TARGET_MACHINE" in
-	ppc64*)
-		export ABI=mode64
-		export MPN_PATH=generic
-		;;
-	ppc*)
-		nopie=yes
-		CFLAGS="-fPIC"
-		;;
-esac
-
-mpir-devel_package() {
-	short_desc+=" - development files"
-	depends="${sourcepkg}>=${version}_${revision}"
-	pkg_install() {
-		vmove usr/include
-		vmove usr/share
-		vmove "usr/lib/*.a"
-		vmove "usr/lib/*.so"
-	}
-}
diff --git a/srcpkgs/mpir/update b/srcpkgs/mpir/update
deleted file mode 100644
index 7fdc29607090..000000000000
--- a/srcpkgs/mpir/update
+++ /dev/null
@@ -1 +0,0 @@
-site="http://mpir.org/downloads.html"
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 19a38b69de16..3887930908fb 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -1,6 +1,6 @@
 # Template file for 'removed-packages'
 pkgname=removed-packages
-version=0.1.20221217
+version=0.1.20221218
 revision=1
 build_style=meta
 short_desc="Uninstalls packages removed from repository"
@@ -310,6 +310,8 @@ replaces="
  mongroup<=0.4.1_2
  mozjs68<=68.11.0_1
  mp3gain<=1.6.2_2
+ mpir<=3.0.0_1
+ mpir-devel<=3.0.0_1
  mutagen<=1.43.0_3
  nautilus-sendto<=3.8.6_2
  ncdns<=0.0.2_12

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: mpir: remove package
  2022-12-19  2:34 [PR PATCH] mpir: remove package tornaria
@ 2022-12-19  2:35 ` oreo639
  2022-12-19  2:36 ` oreo639
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: oreo639 @ 2022-12-19  2:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 165 bytes --]

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/41179#issuecomment-1357005235

Comment:
One commit per package.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: mpir: remove package
  2022-12-19  2:34 [PR PATCH] mpir: remove package tornaria
  2022-12-19  2:35 ` oreo639
@ 2022-12-19  2:36 ` oreo639
  2022-12-19 13:14 ` [PR PATCH] [Updated] " tornaria
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: oreo639 @ 2022-12-19  2:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 288 bytes --]

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/41179#issuecomment-1357005235

Comment:
One commit per package.

(one commit for removing mpir/adding it to removed packages, one commit for removing mpir from the depends of gnuradio)

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Updated] mpir: remove package
  2022-12-19  2:34 [PR PATCH] mpir: remove package tornaria
  2022-12-19  2:35 ` oreo639
  2022-12-19  2:36 ` oreo639
@ 2022-12-19 13:14 ` tornaria
  2022-12-19 13:16 ` tornaria
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: tornaria @ 2022-12-19 13:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1327 bytes --]

There is an updated pull request by tornaria against master on the void-packages repository

https://github.com/tornaria/void-packages mpir
https://github.com/void-linux/void-packages/pull/41179

mpir: remove package
This package is dead, and not used in void linux. It was included in makedepends for gnuradio but it's not really used (gmp is used instead).

Cc: @abenson

<!-- Uncomment relevant sections and delete options which are not applicable -->


<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/41179.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mpir-41179.patch --]
[-- Type: text/x-diff, Size: 4855 bytes --]

From e423c6b6340b3f06e93f8d2ebf2d53735398af35 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Mon, 19 Dec 2022 10:05:06 -0300
Subject: [PATCH 1/2] gnuradio: remove mpir-devel from makedepends

This was never used for building or runtime, gmp is used instead.

The revbump is needed to drop mpir-devel from gnuradio-devel depends.
---
 srcpkgs/gnuradio/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gnuradio/template b/srcpkgs/gnuradio/template
index 5012ef4f62e7..a1b1fee2ab8a 100644
--- a/srcpkgs/gnuradio/template
+++ b/srcpkgs/gnuradio/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio'
 pkgname=gnuradio
 version=3.10.3.0
-revision=6
+revision=7
 build_style=cmake
 conf_files="/etc/gnuradio/conf.d/*"
 configure_args="-DMATHJAX2_USE_ROOT=/usr/share/mathjax
@@ -11,7 +11,7 @@ _pydeps="python3-Mako python3-cairo python3-click python3-click-plugins python3-
  python3-jsonschema python3-numpy python3-pyqtgraph python3-pyzmq python3-scipy python3-yaml"
 hostmakedepends="pkg-config doxygen mathjax python3-Sphinx python3-pygccxml ${_pydeps}"
 makedepends="SDL-devel SoapySDR-devel boost-devel codec2-devel cppzmq fftw-devel gmpxx-devel
- gsl-devel gtk+3-devel jack-devel libgsm-devel libiio-devel libsndfile-devel mpir-devel
+ gsl-devel gtk+3-devel jack-devel libgsm-devel libiio-devel libsndfile-devel
  python3-devel python3-gobject-devel python3-pybind11 python3-pygccxml qwt-devel spdlog
  fmt-devel uhd-devel volk-devel"
 depends="${_pydeps} python3-cheetah3 python3-lxml python3-matplotlib"

From 2bd6b9b05564174a38f82e2fc72c37281950925d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Mon, 19 Dec 2022 10:13:19 -0300
Subject: [PATCH 2/2] mpir: remove package

This package is dead, and not used in void linux.
---
 common/shlibs                     |  2 --
 srcpkgs/mpir-devel                |  1 -
 srcpkgs/mpir/template             | 37 -------------------------------
 srcpkgs/mpir/update               |  1 -
 srcpkgs/removed-packages/template |  4 +++-
 5 files changed, 3 insertions(+), 42 deletions(-)
 delete mode 120000 srcpkgs/mpir-devel
 delete mode 100644 srcpkgs/mpir/template
 delete mode 100644 srcpkgs/mpir/update

diff --git a/common/shlibs b/common/shlibs
index ba5c89ee3bad..d8252d133837 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3892,8 +3892,6 @@ libosdCPU.so.3.4.3 OpenSubdiv-3.4.3_1
 libdino.so.0 dino-0.1.0_1
 libxmpp-vala.so.0 dino-0.1.0_1
 libqlite.so.0 dino-0.1.0_1
-libmpir.so.23 mpir-3.0.0_1
-libmpirxx.so.8 mpir-3.0.0_1
 libcaribou.so.0 libcaribou-0.4.21_3
 libtinyclipboard.so.1 tinyclipboard-16.01_1
 libcbor.so.0.9 libcbor-0.9.0_1
diff --git a/srcpkgs/mpir-devel b/srcpkgs/mpir-devel
deleted file mode 120000
index a316ff205525..000000000000
--- a/srcpkgs/mpir-devel
+++ /dev/null
@@ -1 +0,0 @@
-mpir
\ No newline at end of file
diff --git a/srcpkgs/mpir/template b/srcpkgs/mpir/template
deleted file mode 100644
index dc8240f49245..000000000000
--- a/srcpkgs/mpir/template
+++ /dev/null
@@ -1,37 +0,0 @@
-# Template file for 'mpir'
-pkgname=mpir
-version=3.0.0
-revision=1
-build_style=gnu-configure
-configure_args="--enable-cxx"
-hostmakedepends="m4 which yasm"
-short_desc="Multiple Precision Integers and Rationals"
-maintainer="Andrew Benson <abenson+void@gmail.com>"
-license="LGPL-3.0-or-later"
-homepage="http://mpir.org"
-distfiles="${homepage}/mpir-${version}.tar.bz2"
-checksum=52f63459cf3f9478859de29e00357f004050ead70b45913f2c2269d9708675bb
-
-# prevent elfv1 asm code from being used (fails to link)
-# and on ppc32, avoid textrels (assembly code is used)
-case "$XBPS_TARGET_MACHINE" in
-	ppc64*)
-		export ABI=mode64
-		export MPN_PATH=generic
-		;;
-	ppc*)
-		nopie=yes
-		CFLAGS="-fPIC"
-		;;
-esac
-
-mpir-devel_package() {
-	short_desc+=" - development files"
-	depends="${sourcepkg}>=${version}_${revision}"
-	pkg_install() {
-		vmove usr/include
-		vmove usr/share
-		vmove "usr/lib/*.a"
-		vmove "usr/lib/*.so"
-	}
-}
diff --git a/srcpkgs/mpir/update b/srcpkgs/mpir/update
deleted file mode 100644
index 7fdc29607090..000000000000
--- a/srcpkgs/mpir/update
+++ /dev/null
@@ -1 +0,0 @@
-site="http://mpir.org/downloads.html"
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 19a38b69de16..fd7adef6e69d 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -1,6 +1,6 @@
 # Template file for 'removed-packages'
 pkgname=removed-packages
-version=0.1.20221217
+version=0.1.20221219
 revision=1
 build_style=meta
 short_desc="Uninstalls packages removed from repository"
@@ -310,6 +310,8 @@ replaces="
  mongroup<=0.4.1_2
  mozjs68<=68.11.0_1
  mp3gain<=1.6.2_2
+ mpir<=3.0.0_1
+ mpir-devel<=3.0.0_1
  mutagen<=1.43.0_3
  nautilus-sendto<=3.8.6_2
  ncdns<=0.0.2_12

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: mpir: remove package
  2022-12-19  2:34 [PR PATCH] mpir: remove package tornaria
                   ` (2 preceding siblings ...)
  2022-12-19 13:14 ` [PR PATCH] [Updated] " tornaria
@ 2022-12-19 13:16 ` tornaria
  2023-01-09 13:36 ` [PR PATCH] [Closed]: " tornaria
  2023-01-09 13:36 ` tornaria
  5 siblings, 0 replies; 8+ messages in thread
From: tornaria @ 2022-12-19 13:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 267 bytes --]

New comment by tornaria on void-packages repository

https://github.com/void-linux/void-packages/pull/41179#issuecomment-1357654055

Comment:
Sure. Now I also revbump gnuradio: rebuilding is not really necessary, but must drop mpir-devel from gnuradio-devel depends.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: mpir: remove package
  2022-12-19  2:34 [PR PATCH] mpir: remove package tornaria
                   ` (4 preceding siblings ...)
  2023-01-09 13:36 ` [PR PATCH] [Closed]: " tornaria
@ 2023-01-09 13:36 ` tornaria
  5 siblings, 0 replies; 8+ messages in thread
From: tornaria @ 2023-01-09 13:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 327 bytes --]

New comment by tornaria on void-packages repository

https://github.com/void-linux/void-packages/pull/41179#issuecomment-1375637608

Comment:
This PR is outdated, I replaced it by #41535 which should be an easy merge (it only drops mpir-devel from gnuradio makedepends). Later we can drop `mpir` if this is deemed appropriate.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Closed]: mpir: remove package
  2022-12-19  2:34 [PR PATCH] mpir: remove package tornaria
                   ` (3 preceding siblings ...)
  2022-12-19 13:16 ` tornaria
@ 2023-01-09 13:36 ` tornaria
  2023-01-09 13:36 ` tornaria
  5 siblings, 0 replies; 8+ messages in thread
From: tornaria @ 2023-01-09 13:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1172 bytes --]

There's a closed pull request on the void-packages repository

mpir: remove package
https://github.com/void-linux/void-packages/pull/41179

Description:
This package is dead, and not used in void linux. It was included in makedepends for gnuradio but it's not really used (gmp is used instead).

Cc: @abenson

<!-- Uncomment relevant sections and delete options which are not applicable -->


<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: mpir: remove package
  2023-04-24  1:00 [PR PATCH] " tornaria
@ 2023-04-25 13:12 ` abenson
  0 siblings, 0 replies; 8+ messages in thread
From: abenson @ 2023-04-25 13:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 208 bytes --]

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/43590#issuecomment-1521769026

Comment:
Wait... did someone else PR a package and list me as maintainer...

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-04-25 13:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-19  2:34 [PR PATCH] mpir: remove package tornaria
2022-12-19  2:35 ` oreo639
2022-12-19  2:36 ` oreo639
2022-12-19 13:14 ` [PR PATCH] [Updated] " tornaria
2022-12-19 13:16 ` tornaria
2023-01-09 13:36 ` [PR PATCH] [Closed]: " tornaria
2023-01-09 13:36 ` tornaria
2023-04-24  1:00 [PR PATCH] " tornaria
2023-04-25 13:12 ` abenson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).