Github messages for voidlinux
 help / color / mirror / Atom feed
From: tornaria <tornaria@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] mpir: remove package
Date: Mon, 19 Dec 2022 14:14:03 +0100	[thread overview]
Message-ID: <20221219131403.ijaRX6YejABXGKeBouiUQ78J-FXjFSXBf8lGtAUZGFM@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-41179@inbox.vuxu.org>

[-- 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

  parent reply	other threads:[~2022-12-19 13:14 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-19  2:34 [PR PATCH] " tornaria
2022-12-19  2:35 ` oreo639
2022-12-19  2:36 ` oreo639
2022-12-19 13:14 ` tornaria [this message]
2022-12-19 13:16 ` tornaria
2023-01-09 13:36 ` tornaria
2023-01-09 13:36 ` [PR PATCH] [Closed]: " tornaria

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221219131403.ijaRX6YejABXGKeBouiUQ78J-FXjFSXBf8lGtAUZGFM@z \
    --to=tornaria@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).