Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] srcpkgs: orphan Spencer Hill's packages
@ 2023-07-25  1:19 Piraty
  2023-07-25  3:14 ` Vaelatern
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Piraty @ 2023-07-25  1:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Piraty/void-packages orphan-spencer-hill
https://github.com/void-linux/void-packages/pull/45235

srcpkgs: orphan Spencer Hill's packages
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-orphan-spencer-hill-45235.patch --]
[-- Type: text/x-diff, Size: 3622 bytes --]

From 26378dcc1d89292c8312db2eb34e80e290dfd525 Mon Sep 17 00:00:00 2001
From: Piraty <mail@piraty.dev>
Date: Tue, 25 Jul 2023 03:12:57 +0200
Subject: [PATCH] srcpkgs: orphan Spencer Hill's packages

---
 srcpkgs/libopenshot-audio/template | 2 +-
 srcpkgs/libopenshot/template       | 2 +-
 srcpkgs/openshot/template          | 2 +-
 srcpkgs/rr/template                | 2 +-
 srcpkgs/unittest-cpp/template      | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/libopenshot-audio/template b/srcpkgs/libopenshot-audio/template
index 99ed64a757f4e..487cecf610c31 100644
--- a/srcpkgs/libopenshot-audio/template
+++ b/srcpkgs/libopenshot-audio/template
@@ -7,7 +7,7 @@ hostmakedepends="doxygen"
 makedepends="alsa-lib-devel libXcursor-devel libXinerama-devel libXrandr-devel
  xorg-server-devel"
 short_desc="OpenShot audio library"
-maintainer="Spencer Hill <spencernh77@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/OpenShot/libopenshot-audio"
 distfiles="https://github.com/OpenShot/libopenshot-audio/archive/v${version}.tar.gz"
diff --git a/srcpkgs/libopenshot/template b/srcpkgs/libopenshot/template
index db831f69b474c..a813979bfe1e2 100644
--- a/srcpkgs/libopenshot/template
+++ b/srcpkgs/libopenshot/template
@@ -11,7 +11,7 @@ makedepends="python3-devel ffmpeg-devel libmagick-devel qt5-devel libgomp-devel
  jsoncpp-devel qt5-svg-devel"
 depends="python3"
 short_desc="Library files for the OpenShot video editor"
-maintainer="Spencer Hill <spencernh77@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-3.0-or-later"
 homepage="https://github.com/OpenShot/libopenshot"
 distfiles="https://github.com/OpenShot/libopenshot/archive/v${version}.tar.gz"
diff --git a/srcpkgs/openshot/template b/srcpkgs/openshot/template
index 322717d40abc0..5d2adeba269fd 100644
--- a/srcpkgs/openshot/template
+++ b/srcpkgs/openshot/template
@@ -8,7 +8,7 @@ makedepends="ffmpeg-devel python3-PyQt5"
 depends="ImageMagick libopenshot python3-PyQt5-svg
  python3-PyQt5-webkit python3-httplib2 python3-pyzmq python3-requests"
 short_desc="Open-source, non-linear video editor for Linux"
-maintainer="Spencer Hill <spencernh77@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.openshot.org"
 distfiles="https://github.com/OpenShot/openshot-qt/archive/v${version}.tar.gz"
diff --git a/srcpkgs/rr/template b/srcpkgs/rr/template
index 7d56a8e10103b..aa6c545da3f6a 100644
--- a/srcpkgs/rr/template
+++ b/srcpkgs/rr/template
@@ -8,7 +8,7 @@ configure_args="-DBUILD_TESTS=OFF -DCMAKE_CXX_STANDARD=14"
 hostmakedepends="pkg-config python3"
 makedepends="python3-pexpect zlib-devel capnproto-devel"
 short_desc="Nondeterministic debugger"
-maintainer="Spencer Hill <spencernh77@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT, BSD-2-Clause"
 homepage="http://rr-project.org/"
 distfiles="https://github.com/mozilla/${pkgname}/archive/${version}.tar.gz"
diff --git a/srcpkgs/unittest-cpp/template b/srcpkgs/unittest-cpp/template
index dc215bde5baea..3a6c1fbc3d2ae 100644
--- a/srcpkgs/unittest-cpp/template
+++ b/srcpkgs/unittest-cpp/template
@@ -5,7 +5,7 @@ revision=1
 build_style=cmake
 configure_args="-DUTPP_AMPLIFY_WARNINGS=OFF"
 short_desc="Lightweight unit testing framework for C++"
-maintainer="Spencer Hill <spencernh77@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/unittest-cpp/unittest-cpp"
 distfiles="https://github.com/unittest-cpp/unittest-cpp/archive/v${version}.tar.gz"

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

* Re: srcpkgs: orphan Spencer Hill's packages
  2023-07-25  1:19 [PR PATCH] srcpkgs: orphan Spencer Hill's packages Piraty
@ 2023-07-25  3:14 ` Vaelatern
  2023-07-28  4:57 ` classabbyamp
  2023-07-28 14:17 ` [PR PATCH] [Merged]: " Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Vaelatern @ 2023-07-25  3:14 UTC (permalink / raw)
  To: ml

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

New comment by Vaelatern on void-packages repository

https://github.com/void-linux/void-packages/pull/45235#issuecomment-1648979346

Comment:
Based on what?

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

* Re: srcpkgs: orphan Spencer Hill's packages
  2023-07-25  1:19 [PR PATCH] srcpkgs: orphan Spencer Hill's packages Piraty
  2023-07-25  3:14 ` Vaelatern
@ 2023-07-28  4:57 ` classabbyamp
  2023-07-28 14:17 ` [PR PATCH] [Merged]: " Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-07-28  4:57 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/45235#issuecomment-1655006006

Comment:
last contributed ~4 years ago

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

* Re: [PR PATCH] [Merged]: srcpkgs: orphan Spencer Hill's packages
  2023-07-25  1:19 [PR PATCH] srcpkgs: orphan Spencer Hill's packages Piraty
  2023-07-25  3:14 ` Vaelatern
  2023-07-28  4:57 ` classabbyamp
@ 2023-07-28 14:17 ` Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Duncaen @ 2023-07-28 14:17 UTC (permalink / raw)
  To: ml

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

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

srcpkgs: orphan Spencer Hill's packages
https://github.com/void-linux/void-packages/pull/45235

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

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

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

end of thread, other threads:[~2023-07-28 14:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-25  1:19 [PR PATCH] srcpkgs: orphan Spencer Hill's packages Piraty
2023-07-25  3:14 ` Vaelatern
2023-07-28  4:57 ` classabbyamp
2023-07-28 14:17 ` [PR PATCH] [Merged]: " Duncaen

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