Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rest0: remove package
@ 2024-02-26  6:19 oreo639
  2024-04-15  1:34 ` [PR PATCH] [Merged]: " oreo639
  0 siblings, 1 reply; 2+ messages in thread
From: oreo639 @ 2024-02-26  6:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages rest0
https://github.com/void-linux/void-packages/pull/48947

rest0: remove package
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

Legacy soup2 version of librest, currently no packages depend on it.

<!--
#### 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/48947.patch is attached

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

From 951eb7b455e49390927b74770f0faca86b054d2d Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Sun, 25 Feb 2024 22:18:44 -0800
Subject: [PATCH] rest0: remove package

---
 common/shlibs                     |  2 --
 srcpkgs/removed-packages/template |  2 ++
 srcpkgs/rest0-devel               |  1 -
 srcpkgs/rest0/template            | 41 -------------------------------
 4 files changed, 2 insertions(+), 44 deletions(-)
 delete mode 120000 srcpkgs/rest0-devel
 delete mode 100644 srcpkgs/rest0/template

diff --git a/common/shlibs b/common/shlibs
index d0ee0cdd9401a5..0e218fecacf939 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -880,9 +880,7 @@ libcogl-gles2.so.20 cogl-1.18.0_1
 libcogl-path.so.20 cogl-1.18.0_1
 libSDL2_Pango.so.4 SDL2_Pango-2.1.5_1
 libp11-kit.so.0 p11-kit-0.7_1
-librest-0.7.so.0 rest0-0.8.1_1
 librest-1.0.so.0 rest-0.9.1_1
-librest-extras-0.7.so.0 rest0-0.8.1_1
 librest-extras-1.0.so.0 rest-0.9.1_1
 libgoa-1.0.so.0 gnome-online-accounts-3.2.0_1
 libgoa-backend-1.0.so.1 gnome-online-accounts-3.10.0_1
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index e7f36da1c50300..573a6d2415dbed 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -648,6 +648,8 @@ replaces="
  rem-devel<=2.10.0_1
  rem<=2.10.0_1
  reminiscence<=0.4.6_1
+ rest0-devel<=0.8.1_1
+ rest0<=0.8.1_1
  rkt-stage1-coreos<=1.30.0_3
  rkt-stage1-fly<=1.30.0_3
  rkt<=1.30.0_3
diff --git a/srcpkgs/rest0-devel b/srcpkgs/rest0-devel
deleted file mode 120000
index 57e62aa9239815..00000000000000
--- a/srcpkgs/rest0-devel
+++ /dev/null
@@ -1 +0,0 @@
-rest0
\ No newline at end of file
diff --git a/srcpkgs/rest0/template b/srcpkgs/rest0/template
deleted file mode 100644
index 0e4affe03768c4..00000000000000
--- a/srcpkgs/rest0/template
+++ /dev/null
@@ -1,41 +0,0 @@
-# Template file for 'rest0'
-pkgname=rest0
-version=0.8.1
-revision=1
-build_style=gnu-configure
-build_helper="gir"
-configure_args="$(vopt_enable gir introspection) --disable-static
- --with-ca-certificates=/etc/ssl/certs/ca-certificates.crt"
-hostmakedepends="automake perl m4 libtool pkg-config glib-devel gtk-doc"
-makedepends="libglib-devel libsoup-gnome-devel libxml2-devel"
-depends="ca-certificates"
-short_desc="RESTful library"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-2.0-or-later"
-homepage="https://gitlab.gnome.org/GNOME/librest"
-changelog="https://gitlab.gnome.org/GNOME/librest/-/raw/master/NEWS"
-distfiles="${GNOME_SITE}/rest/${version%.*}/rest-${version}.tar.xz"
-checksum=0513aad38e5d3cedd4ae3c551634e3be1b9baaa79775e53b2dba9456f15b01c9
-
-# Package build options
-build_options="gir"
-build_options_default="gir"
-
-pre_configure() {
-	autoreconf -fi
-}
-
-rest0-devel_package() {
-	depends="${sourcepkg}>=${version}_${revision} libglib-devel libsoup-devel
-	 libxml2-devel"
-	short_desc+=" - development files"
-	pkg_install() {
-		vmove usr/include
-		vmove usr/lib/pkgconfig
-		vmove usr/share/gtk-doc
-		vmove "usr/lib/*.so"
-		if [ "$build_option_gir" ]; then
-			vmove usr/share/gir-1.0
-		fi
-	}
-}

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

* Re: [PR PATCH] [Merged]: rest0: remove package
  2024-02-26  6:19 [PR PATCH] rest0: remove package oreo639
@ 2024-04-15  1:34 ` oreo639
  0 siblings, 0 replies; 2+ messages in thread
From: oreo639 @ 2024-04-15  1:34 UTC (permalink / raw)
  To: ml

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

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

rest0: remove package
https://github.com/void-linux/void-packages/pull/48947

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

#### Testing the changes
- I tested the changes in this PR: **briefly**

Legacy soup2 version of librest, currently no packages depend on it.

<!--
#### 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] 2+ messages in thread

end of thread, other threads:[~2024-04-15  1:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-26  6:19 [PR PATCH] rest0: remove package oreo639
2024-04-15  1:34 ` [PR PATCH] [Merged]: " oreo639

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).