Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] orphan some packages
@ 2022-02-05  6:29 skmpz
  2022-02-05  6:48 ` [PR PATCH] [Updated] " skmpz
  2022-02-05 14:36 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 2 replies; 7+ messages in thread
From: skmpz @ 2022-02-05  6:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/skmpz/void-packages maint-drop
https://github.com/void-linux/void-packages/pull/35416

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

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35416.patch is attached

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

From 0cf476c9b77468b5869dac46e77b51d5afbb1880 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Sat, 5 Feb 2022 10:25:40 +0400
Subject: [PATCH 01/13] fribidi: orphan package

---
 srcpkgs/fribidi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fribidi/template b/srcpkgs/fribidi/template
index 48f1bbfd36b4..50f61f6e98c4 100644
--- a/srcpkgs/fribidi/template
+++ b/srcpkgs/fribidi/template
@@ -6,7 +6,7 @@ build_style=gnu-configure
 configure_args="--disable-docs"
 hostmakedepends="automake libtool pkg-config"
 short_desc="Free Implementation of the Unicode Bidirectional Algorithm"
-maintainer="skmpz <dem.procopiou@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/fribidi/fribidi/"
 changelog="https://raw.githubusercontent.com/fribidi/fribidi/master/NEWS"

From a97a0092af998e4e96bd2ca9471b9c119ac3ee60 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Sat, 5 Feb 2022 10:25:51 +0400
Subject: [PATCH 02/13] ilmbase: orphan package

---
 srcpkgs/ilmbase/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ilmbase/template b/srcpkgs/ilmbase/template
index 1dd24b5335f5..83e060d4d2af 100644
--- a/srcpkgs/ilmbase/template
+++ b/srcpkgs/ilmbase/template
@@ -8,7 +8,7 @@ build_wrksrc=IlmBase
 build_style=cmake
 build_helper="qemu"
 short_desc="Base libraries from ILM for OpenEXR"
-maintainer="skmpz <dem.procopiou@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://www.openexr.com/"
 distfiles="https://github.com/openexr/openexr/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"

From 1fcea5809f9a67d07d7551c0a528440ed10da054 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Sat, 5 Feb 2022 10:26:04 +0400
Subject: [PATCH 03/13] libXt: orphan package

---
 srcpkgs/libXt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libXt/template b/srcpkgs/libXt/template
index a3a7f24e0005..25891d8f9b8f 100644
--- a/srcpkgs/libXt/template
+++ b/srcpkgs/libXt/template
@@ -7,7 +7,7 @@ configure_args="--enable-malloc0returnsnull"
 hostmakedepends="pkg-config xorgproto"
 makedepends="xorgproto libSM-devel libX11-devel"
 short_desc="X Toolkit Intrinsics library"
-maintainer="skmpz <dem.procopiou@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="http://xorg.freedesktop.org"
 distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"

From 9a66fcd81145bf53c8dc9b7cd77baecf079e80f7 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Sat, 5 Feb 2022 10:26:21 +0400
Subject: [PATCH 04/13] libbytesize: orphan package

---
 srcpkgs/libbytesize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbytesize/template b/srcpkgs/libbytesize/template
index 8694f8571c3b..ffe86cbda0ae 100644
--- a/srcpkgs/libbytesize/template
+++ b/srcpkgs/libbytesize/template
@@ -7,7 +7,7 @@ hostmakedepends="gettext python3"
 makedepends="mpfr-devel pcre2-devel"
 checkdepends="python3-six"
 short_desc="Library for operations with sizes in bytes"
-maintainer="skmpz <dem.procopiou@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/storaged-project/libbytesize"
 changelog="https://raw.githubusercontent.com/storaged-project/libbytesize/master/NEWS.rst"

From ee8ee50298c1bdc087b7bfc9ad2cbc4e160842db Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Sat, 5 Feb 2022 10:26:36 +0400
Subject: [PATCH 05/13] libevdev: orphan package

---
 srcpkgs/libevdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libevdev/template b/srcpkgs/libevdev/template
index 2c077e03a5d8..267e85740af7 100644
--- a/srcpkgs/libevdev/template
+++ b/srcpkgs/libevdev/template
@@ -7,7 +7,7 @@ configure_args="--disable-gcov"
 hostmakedepends="python3"
 checkdepends="pkg-config check-devel"
 short_desc="Wrapper library for evdev devices"
-maintainer="skmpz <dem.procopiou@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://www.freedesktop.org/wiki/Software/libevdev/"
 distfiles="${FREEDESKTOP_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"

From 1351f116553f9eef0cf3ebcde9d673b8d9c24964 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Sat, 5 Feb 2022 10:26:59 +0400
Subject: [PATCH 06/13] libidn: orphan package

---
 srcpkgs/libidn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libidn/template b/srcpkgs/libidn/template
index c0ab79799129..8fbe433346b2 100644
--- a/srcpkgs/libidn/template
+++ b/srcpkgs/libidn/template
@@ -5,7 +5,7 @@ revision=1
 build_style=gnu-configure
 configure_args="--disable-csharp --disable-java --disable-static"
 short_desc="Internationalized string handling library"
-maintainer="skmpz <dem.procopiou@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.gnu.org/software/libidn/"
 distfiles="${GNU_SITE}/libidn/libidn-${version}.tar.gz"

From cc9637a8560bd4688f311447d3e090774f8273f1 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Sat, 5 Feb 2022 10:27:12 +0400
Subject: [PATCH 07/13] libksba: orphan package

---
 srcpkgs/libksba/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libksba/template b/srcpkgs/libksba/template
index de099cee0a4e..adc6202164c1 100644
--- a/srcpkgs/libksba/template
+++ b/srcpkgs/libksba/template
@@ -5,7 +5,7 @@ revision=1
 build_style=gnu-configure
 makedepends="libgpg-error-devel"
 short_desc="CMS and X.509 access library"
-maintainer="skmpz <dem.procopiou@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later,LGPL-3.0-or-later"
 homepage="https://www.gnupg.org/related_software/libksba/index.html"
 distfiles="https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${version}.tar.bz2"

From bf5ac3efaa23ddcf502cb542a9fdf1e926d77f34 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Sat, 5 Feb 2022 10:27:21 +0400
Subject: [PATCH 08/13] libpsl: orphan package

---
 srcpkgs/libpsl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libpsl/template b/srcpkgs/libpsl/template
index 1d81ccdd7749..6ddb776011a7 100644
--- a/srcpkgs/libpsl/template
+++ b/srcpkgs/libpsl/template
@@ -6,7 +6,7 @@ build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="icu-devel"
 short_desc="Public Suffix List library functions"
-maintainer="skmpz <dem.procopiou@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://rockdaboot.github.io/libpsl/"
 distfiles="https://github.com/rockdaboot/libpsl/releases/download/${version}/libpsl-${version}.tar.gz"

From fd0074e2f774a2ee143034efce6f7d5e66e70a4f Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Sat, 5 Feb 2022 10:27:33 +0400
Subject: [PATCH 09/13] libspectre: orphan package

---
 srcpkgs/libspectre/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libspectre/template b/srcpkgs/libspectre/template
index 9afed7a9151d..a3a758f08656 100644
--- a/srcpkgs/libspectre/template
+++ b/srcpkgs/libspectre/template
@@ -6,7 +6,7 @@ build_style=gnu-configure
 configure_args="--disable-static"
 makedepends="ghostscript-devel"
 short_desc="Small library for rendering Postscript documents"
-maintainer="skmpz <dem.procopiou@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://www.freedesktop.org/wiki/Software/libspectre/"
 distfiles="http://libspectre.freedesktop.org/releases/${pkgname}-${version}.tar.gz"

From ccc058295dcdc37632b5682ab929f0935704de97 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Sat, 5 Feb 2022 10:27:43 +0400
Subject: [PATCH 10/13] libutempter: orphan package

---
 srcpkgs/libutempter/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libutempter/template b/srcpkgs/libutempter/template
index 619ea27222f8..f2999ccebd32 100644
--- a/srcpkgs/libutempter/template
+++ b/srcpkgs/libutempter/template
@@ -4,7 +4,7 @@ version=1.2.1
 revision=1
 build_style=gnu-makefile
 short_desc="Library interface to record user sessions in utmp/wtmp files"
-maintainer="skmpz <dem.procopiou@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="http://freecode.com/projects/libutempter"
 distfiles="http://ftp.altlinux.org/pub/people/ldv/utempter/${pkgname}-${version}.tar.gz"

From 0eead028e43f5663ff7be448cd633b28554a1d33 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Sat, 5 Feb 2022 10:27:54 +0400
Subject: [PATCH 11/13] libwacom: orphan package

---
 srcpkgs/libwacom/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libwacom/template b/srcpkgs/libwacom/template
index b6003b1c6d3e..248a33d407ac 100644
--- a/srcpkgs/libwacom/template
+++ b/srcpkgs/libwacom/template
@@ -9,7 +9,7 @@ hostmakedepends="pkg-config"
 makedepends="libgudev-devel libxml2-devel"
 checkdepends="python3-pytest python3-libevdev python3-pyudev"
 short_desc="Library to identify wacom tablets"
-maintainer="skmpz <dem.procopiou@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/linuxwacom/libwacom"
 changelog="https://raw.githubusercontent.com/linuxwacom/libwacom/master/NEWS"

From a3c50ee456dab7e6408b1054bbbf64369d641fd5 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Sat, 5 Feb 2022 10:28:05 +0400
Subject: [PATCH 12/13] xf86-input-libinput: orphan package

---
 srcpkgs/xf86-input-libinput/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xf86-input-libinput/template b/srcpkgs/xf86-input-libinput/template
index 6ec539d4050b..618d3eb3aee1 100644
--- a/srcpkgs/xf86-input-libinput/template
+++ b/srcpkgs/xf86-input-libinput/template
@@ -7,7 +7,7 @@ hostmakedepends="pkg-config"
 makedepends="libinput-devel xorg-server-devel"
 depends="virtual?xserver-abi-input-24_1"
 short_desc="Generic input driver for the X.Org server based on libinput"
-maintainer="skmpz <dem.procopiou@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://xorg.freedesktop.org/"
 # no official changelog

From cf7e42020ef35e845df212b2b9318d1db10fc858 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Sat, 5 Feb 2022 10:28:18 +0400
Subject: [PATCH 13/13] xkeyboard-config: orphan package

---
 srcpkgs/xkeyboard-config/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xkeyboard-config/template b/srcpkgs/xkeyboard-config/template
index 15d9c1fb08f2..b6b9e41d05cb 100644
--- a/srcpkgs/xkeyboard-config/template
+++ b/srcpkgs/xkeyboard-config/template
@@ -8,7 +8,7 @@ hostmakedepends="pkg-config libxslt intltool python3"
 makedepends="libX11-devel xkbcomp"
 depends="xkbcomp"
 short_desc="X Keyboard Configuration Database"
-maintainer="skmpz <dem.procopiou@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://www.freedesktop.org/wiki/Software/XKeyboardConfig"
 changelog="https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/raw/master/NEWS"

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

* Re: [PR PATCH] [Updated] orphan some packages
  2022-02-05  6:29 [PR PATCH] orphan some packages skmpz
@ 2022-02-05  6:48 ` skmpz
  2022-02-05 14:36 ` [PR PATCH] [Merged]: " paper42
  1 sibling, 0 replies; 7+ messages in thread
From: skmpz @ 2022-02-05  6:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/skmpz/void-packages maint-drop
https://github.com/void-linux/void-packages/pull/35416

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

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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
-->
[ci skip]

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

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

From 0cf476c9b77468b5869dac46e77b51d5afbb1880 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Sat, 5 Feb 2022 10:25:40 +0400
Subject: [PATCH 01/13] fribidi: orphan package

---
 srcpkgs/fribidi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fribidi/template b/srcpkgs/fribidi/template
index 48f1bbfd36b4..50f61f6e98c4 100644
--- a/srcpkgs/fribidi/template
+++ b/srcpkgs/fribidi/template
@@ -6,7 +6,7 @@ build_style=gnu-configure
 configure_args="--disable-docs"
 hostmakedepends="automake libtool pkg-config"
 short_desc="Free Implementation of the Unicode Bidirectional Algorithm"
-maintainer="skmpz <dem.procopiou@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/fribidi/fribidi/"
 changelog="https://raw.githubusercontent.com/fribidi/fribidi/master/NEWS"

From a97a0092af998e4e96bd2ca9471b9c119ac3ee60 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Sat, 5 Feb 2022 10:25:51 +0400
Subject: [PATCH 02/13] ilmbase: orphan package

---
 srcpkgs/ilmbase/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ilmbase/template b/srcpkgs/ilmbase/template
index 1dd24b5335f5..83e060d4d2af 100644
--- a/srcpkgs/ilmbase/template
+++ b/srcpkgs/ilmbase/template
@@ -8,7 +8,7 @@ build_wrksrc=IlmBase
 build_style=cmake
 build_helper="qemu"
 short_desc="Base libraries from ILM for OpenEXR"
-maintainer="skmpz <dem.procopiou@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://www.openexr.com/"
 distfiles="https://github.com/openexr/openexr/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"

From 1fcea5809f9a67d07d7551c0a528440ed10da054 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Sat, 5 Feb 2022 10:26:04 +0400
Subject: [PATCH 03/13] libXt: orphan package

---
 srcpkgs/libXt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libXt/template b/srcpkgs/libXt/template
index a3a7f24e0005..25891d8f9b8f 100644
--- a/srcpkgs/libXt/template
+++ b/srcpkgs/libXt/template
@@ -7,7 +7,7 @@ configure_args="--enable-malloc0returnsnull"
 hostmakedepends="pkg-config xorgproto"
 makedepends="xorgproto libSM-devel libX11-devel"
 short_desc="X Toolkit Intrinsics library"
-maintainer="skmpz <dem.procopiou@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="http://xorg.freedesktop.org"
 distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"

From 9a66fcd81145bf53c8dc9b7cd77baecf079e80f7 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Sat, 5 Feb 2022 10:26:21 +0400
Subject: [PATCH 04/13] libbytesize: orphan package

---
 srcpkgs/libbytesize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbytesize/template b/srcpkgs/libbytesize/template
index 8694f8571c3b..ffe86cbda0ae 100644
--- a/srcpkgs/libbytesize/template
+++ b/srcpkgs/libbytesize/template
@@ -7,7 +7,7 @@ hostmakedepends="gettext python3"
 makedepends="mpfr-devel pcre2-devel"
 checkdepends="python3-six"
 short_desc="Library for operations with sizes in bytes"
-maintainer="skmpz <dem.procopiou@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/storaged-project/libbytesize"
 changelog="https://raw.githubusercontent.com/storaged-project/libbytesize/master/NEWS.rst"

From ee8ee50298c1bdc087b7bfc9ad2cbc4e160842db Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Sat, 5 Feb 2022 10:26:36 +0400
Subject: [PATCH 05/13] libevdev: orphan package

---
 srcpkgs/libevdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libevdev/template b/srcpkgs/libevdev/template
index 2c077e03a5d8..267e85740af7 100644
--- a/srcpkgs/libevdev/template
+++ b/srcpkgs/libevdev/template
@@ -7,7 +7,7 @@ configure_args="--disable-gcov"
 hostmakedepends="python3"
 checkdepends="pkg-config check-devel"
 short_desc="Wrapper library for evdev devices"
-maintainer="skmpz <dem.procopiou@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://www.freedesktop.org/wiki/Software/libevdev/"
 distfiles="${FREEDESKTOP_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"

From 1351f116553f9eef0cf3ebcde9d673b8d9c24964 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Sat, 5 Feb 2022 10:26:59 +0400
Subject: [PATCH 06/13] libidn: orphan package

---
 srcpkgs/libidn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libidn/template b/srcpkgs/libidn/template
index c0ab79799129..8fbe433346b2 100644
--- a/srcpkgs/libidn/template
+++ b/srcpkgs/libidn/template
@@ -5,7 +5,7 @@ revision=1
 build_style=gnu-configure
 configure_args="--disable-csharp --disable-java --disable-static"
 short_desc="Internationalized string handling library"
-maintainer="skmpz <dem.procopiou@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.gnu.org/software/libidn/"
 distfiles="${GNU_SITE}/libidn/libidn-${version}.tar.gz"

From cc9637a8560bd4688f311447d3e090774f8273f1 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Sat, 5 Feb 2022 10:27:12 +0400
Subject: [PATCH 07/13] libksba: orphan package

---
 srcpkgs/libksba/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libksba/template b/srcpkgs/libksba/template
index de099cee0a4e..adc6202164c1 100644
--- a/srcpkgs/libksba/template
+++ b/srcpkgs/libksba/template
@@ -5,7 +5,7 @@ revision=1
 build_style=gnu-configure
 makedepends="libgpg-error-devel"
 short_desc="CMS and X.509 access library"
-maintainer="skmpz <dem.procopiou@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later,LGPL-3.0-or-later"
 homepage="https://www.gnupg.org/related_software/libksba/index.html"
 distfiles="https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${version}.tar.bz2"

From bf5ac3efaa23ddcf502cb542a9fdf1e926d77f34 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Sat, 5 Feb 2022 10:27:21 +0400
Subject: [PATCH 08/13] libpsl: orphan package

---
 srcpkgs/libpsl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libpsl/template b/srcpkgs/libpsl/template
index 1d81ccdd7749..6ddb776011a7 100644
--- a/srcpkgs/libpsl/template
+++ b/srcpkgs/libpsl/template
@@ -6,7 +6,7 @@ build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="icu-devel"
 short_desc="Public Suffix List library functions"
-maintainer="skmpz <dem.procopiou@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://rockdaboot.github.io/libpsl/"
 distfiles="https://github.com/rockdaboot/libpsl/releases/download/${version}/libpsl-${version}.tar.gz"

From fd0074e2f774a2ee143034efce6f7d5e66e70a4f Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Sat, 5 Feb 2022 10:27:33 +0400
Subject: [PATCH 09/13] libspectre: orphan package

---
 srcpkgs/libspectre/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libspectre/template b/srcpkgs/libspectre/template
index 9afed7a9151d..a3a758f08656 100644
--- a/srcpkgs/libspectre/template
+++ b/srcpkgs/libspectre/template
@@ -6,7 +6,7 @@ build_style=gnu-configure
 configure_args="--disable-static"
 makedepends="ghostscript-devel"
 short_desc="Small library for rendering Postscript documents"
-maintainer="skmpz <dem.procopiou@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://www.freedesktop.org/wiki/Software/libspectre/"
 distfiles="http://libspectre.freedesktop.org/releases/${pkgname}-${version}.tar.gz"

From ccc058295dcdc37632b5682ab929f0935704de97 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Sat, 5 Feb 2022 10:27:43 +0400
Subject: [PATCH 10/13] libutempter: orphan package

---
 srcpkgs/libutempter/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libutempter/template b/srcpkgs/libutempter/template
index 619ea27222f8..f2999ccebd32 100644
--- a/srcpkgs/libutempter/template
+++ b/srcpkgs/libutempter/template
@@ -4,7 +4,7 @@ version=1.2.1
 revision=1
 build_style=gnu-makefile
 short_desc="Library interface to record user sessions in utmp/wtmp files"
-maintainer="skmpz <dem.procopiou@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="http://freecode.com/projects/libutempter"
 distfiles="http://ftp.altlinux.org/pub/people/ldv/utempter/${pkgname}-${version}.tar.gz"

From 0eead028e43f5663ff7be448cd633b28554a1d33 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Sat, 5 Feb 2022 10:27:54 +0400
Subject: [PATCH 11/13] libwacom: orphan package

---
 srcpkgs/libwacom/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libwacom/template b/srcpkgs/libwacom/template
index b6003b1c6d3e..248a33d407ac 100644
--- a/srcpkgs/libwacom/template
+++ b/srcpkgs/libwacom/template
@@ -9,7 +9,7 @@ hostmakedepends="pkg-config"
 makedepends="libgudev-devel libxml2-devel"
 checkdepends="python3-pytest python3-libevdev python3-pyudev"
 short_desc="Library to identify wacom tablets"
-maintainer="skmpz <dem.procopiou@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/linuxwacom/libwacom"
 changelog="https://raw.githubusercontent.com/linuxwacom/libwacom/master/NEWS"

From a3c50ee456dab7e6408b1054bbbf64369d641fd5 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Sat, 5 Feb 2022 10:28:05 +0400
Subject: [PATCH 12/13] xf86-input-libinput: orphan package

---
 srcpkgs/xf86-input-libinput/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xf86-input-libinput/template b/srcpkgs/xf86-input-libinput/template
index 6ec539d4050b..618d3eb3aee1 100644
--- a/srcpkgs/xf86-input-libinput/template
+++ b/srcpkgs/xf86-input-libinput/template
@@ -7,7 +7,7 @@ hostmakedepends="pkg-config"
 makedepends="libinput-devel xorg-server-devel"
 depends="virtual?xserver-abi-input-24_1"
 short_desc="Generic input driver for the X.Org server based on libinput"
-maintainer="skmpz <dem.procopiou@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://xorg.freedesktop.org/"
 # no official changelog

From a2ff617ccbe172a76b3d880b706d9a65e03aa3ca Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Sat, 5 Feb 2022 10:28:18 +0400
Subject: [PATCH 13/13] xkeyboard-config: orphan package

---
 srcpkgs/xkeyboard-config/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xkeyboard-config/template b/srcpkgs/xkeyboard-config/template
index 15d9c1fb08f2..b6b9e41d05cb 100644
--- a/srcpkgs/xkeyboard-config/template
+++ b/srcpkgs/xkeyboard-config/template
@@ -8,7 +8,7 @@ hostmakedepends="pkg-config libxslt intltool python3"
 makedepends="libX11-devel xkbcomp"
 depends="xkbcomp"
 short_desc="X Keyboard Configuration Database"
-maintainer="skmpz <dem.procopiou@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://www.freedesktop.org/wiki/Software/XKeyboardConfig"
 changelog="https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/raw/master/NEWS"

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

* Re: [PR PATCH] [Merged]: orphan some packages
  2022-02-05  6:29 [PR PATCH] orphan some packages skmpz
  2022-02-05  6:48 ` [PR PATCH] [Updated] " skmpz
@ 2022-02-05 14:36 ` paper42
  1 sibling, 0 replies; 7+ messages in thread
From: paper42 @ 2022-02-05 14:36 UTC (permalink / raw)
  To: ml

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

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

orphan some packages
https://github.com/void-linux/void-packages/pull/35416

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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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
-->
[ci skip]

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

* Re: [PR PATCH] [Updated] orphan some packages
  2022-01-29 23:17 [PR PATCH] " steinex
                   ` (2 preceding siblings ...)
  2022-01-30 12:32 ` steinex
@ 2022-01-30 12:36 ` steinex
  3 siblings, 0 replies; 7+ messages in thread
From: steinex @ 2022-01-30 12:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/steinex/void-packages orphan
https://github.com/void-linux/void-packages/pull/35303

orphan some packages
<!-- Uncomment relevant sections and delete options which are not applicable -->
Spring clean some packages of mine that I don't use anymore. I moved on to Wayland so stuff like i3 and other X related things here and some smaller packages I can't test anymore in a meaningful way.

Hope they find a loving new home.

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35303.patch is attached

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

From aba9629f87e58442be3e2ecb4032e9128d84c515 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 29 Jan 2022 23:49:24 +0100
Subject: [PATCH 01/19] clearine: orphan package

---
 srcpkgs/clearine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/clearine/template b/srcpkgs/clearine/template
index acb63563306a..201c8e7d34fc 100644
--- a/srcpkgs/clearine/template
+++ b/srcpkgs/clearine/template
@@ -7,7 +7,7 @@ pycompile_module="Clearine"
 hostmakedepends="python3-setuptools"
 depends="python3-gobject gtk+3 python3-cairo"
 short_desc="GTK3-based logout-window overlay for independent windowmanager"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/yuune/clearine"
 distfiles="https://github.com/yuune/clearine/archive/${version}.tar.gz"

From a168aad39e0285711b996e3bb4a017d9218d97e3 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 29 Jan 2022 23:50:03 +0100
Subject: [PATCH 02/19] i3: orphan package

---
 srcpkgs/i3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/i3/template b/srcpkgs/i3/template
index 66d0da022f9a..1fcafbee98b1 100644
--- a/srcpkgs/i3/template
+++ b/srcpkgs/i3/template
@@ -10,7 +10,7 @@ makedepends="pcre-devel yajl-devel libxcb-devel libev-devel
  xcb-util-xrm-devel"
 conf_files="/etc/i3/config /etc/i3/config.keycodes"
 short_desc="Improved tiling window manager"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://i3wm.org/"
 distfiles="${homepage}/downloads/${pkgname}-${version}.tar.xz"

From 1171059220627e9494b619b51a699838aba79339 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 29 Jan 2022 23:50:30 +0100
Subject: [PATCH 03/19] i3lock: orphan package

---
 srcpkgs/i3lock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/i3lock/template b/srcpkgs/i3lock/template
index 385e00edabbc..b0245825af09 100644
--- a/srcpkgs/i3lock/template
+++ b/srcpkgs/i3lock/template
@@ -8,7 +8,7 @@ makedepends="libev-devel cairo-devel pam-devel libxkbcommon-devel
  xcb-util-devel xcb-util-image-devel xcb-util-xrm-devel"
 conf_files="/etc/pam.d/i3lock"
 short_desc="Improved screenlocker based upon XCB and PAM"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://i3wm.org/i3lock/"
 distfiles="https://i3wm.org/i3lock/i3lock-${version}.tar.bz2"

From 027df9224476f9ca688b5b863270de92c893886a Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 29 Jan 2022 23:51:18 +0100
Subject: [PATCH 04/19] i3wsr: orphan package

---
 srcpkgs/i3wsr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/i3wsr/template b/srcpkgs/i3wsr/template
index b60efabda90b..9afa9218bcfc 100644
--- a/srcpkgs/i3wsr/template
+++ b/srcpkgs/i3wsr/template
@@ -6,7 +6,7 @@ build_style=cargo
 hostmakedepends="python3"
 makedepends="libxcb-devel"
 short_desc="Change i3 workspace names based on content"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/roosta/i3wsr"
 distfiles="https://github.com/roosta/i3wsr/archive/v${version}.tar.gz"

From b229d5040a6d829a08df19eb9f6c1ea771d3024e Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 29 Jan 2022 23:55:21 +0100
Subject: [PATCH 05/19] libevdevPlus: orphan package

---
 srcpkgs/libevdevPlus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libevdevPlus/template b/srcpkgs/libevdevPlus/template
index cf693a6e776c..1a86ea84520e 100644
--- a/srcpkgs/libevdevPlus/template
+++ b/srcpkgs/libevdevPlus/template
@@ -4,7 +4,7 @@ version=0.1.1
 revision=1
 build_style=cmake
 short_desc="Easy-to-use event device library in C++"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/YukiWorkshop/libevdevPlus"
 distfiles="${homepage}/archive/v${version}.tar.gz"

From ff9e7d23426dbcb485ec47e36be5c8889759c3f7 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 29 Jan 2022 23:56:01 +0100
Subject: [PATCH 06/19] libuInputPlus: orphan package

---
 srcpkgs/libuInputPlus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libuInputPlus/template b/srcpkgs/libuInputPlus/template
index 52670164b7cf..9f9faa390c23 100644
--- a/srcpkgs/libuInputPlus/template
+++ b/srcpkgs/libuInputPlus/template
@@ -4,7 +4,7 @@ version=0.1.4
 revision=1
 build_style=cmake
 short_desc="Easy-to-use uinput library in C++"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/YukiWorkshop/libuInputPlus"
 distfiles="${homepage}/archive/v${version}.tar.gz"

From f5cf95969a1beba6b8bbe29230c6ff7b2b175be8 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 29 Jan 2022 23:57:38 +0100
Subject: [PATCH 07/19] perl-File-DesktopEntry: orphan package

---
 srcpkgs/perl-File-DesktopEntry/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/perl-File-DesktopEntry/template b/srcpkgs/perl-File-DesktopEntry/template
index 576ae8b11dd2..e13b33ac0b05 100644
--- a/srcpkgs/perl-File-DesktopEntry/template
+++ b/srcpkgs/perl-File-DesktopEntry/template
@@ -8,7 +8,7 @@ hostmakedepends="perl"
 makedepends="${hostmakedepends} perl-File-BaseDir perl-URI"
 depends="${makedepends}"
 short_desc="Perl module to handle .desktop files"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="Artistic-1.0-Perl, GPL-1.0-or-later"
 homepage="https://metacpan.org/release/File-DesktopEntry"
 distfiles="${CPAN_SITE}/File/${pkgname/perl-/}-${version}.tar.gz"

From 90de6ec3ec54f1e3b7a8896b34b1f2287fdb9143 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 29 Jan 2022 23:49:24 +0100
Subject: [PATCH 08/19] clearine: orphan package

---
 srcpkgs/clearine/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/clearine/template b/srcpkgs/clearine/template
index 201c8e7d34fc..86c81162c630 100644
--- a/srcpkgs/clearine/template
+++ b/srcpkgs/clearine/template
@@ -3,7 +3,6 @@ pkgname=clearine
 version=0.7
 revision=5
 build_style=python3-module
-pycompile_module="Clearine"
 hostmakedepends="python3-setuptools"
 depends="python3-gobject gtk+3 python3-cairo"
 short_desc="GTK3-based logout-window overlay for independent windowmanager"

From bbd00037263dd71234e417470e2dba71ec530774 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 29 Jan 2022 23:58:06 +0100
Subject: [PATCH 09/19] perl-Linux-Inotify2: orphan package

---
 srcpkgs/perl-Linux-Inotify2/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/perl-Linux-Inotify2/template b/srcpkgs/perl-Linux-Inotify2/template
index f90af2f84717..6779a5f5ad42 100644
--- a/srcpkgs/perl-Linux-Inotify2/template
+++ b/srcpkgs/perl-Linux-Inotify2/template
@@ -1,14 +1,15 @@
 # Template file for 'perl-Linux-Inotify2'
 pkgname=perl-Linux-Inotify2
 version=2.2
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=perl-module
 hostmakedepends="perl"
 makedepends="${hostmakedepends}"
 depends="${hostmakedepends}"
+checkdepends="perl-common-sense"
 short_desc="Perl wrapper for Inotify"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="Artistic-1.0-Perl, GPL-1.0-or-later"
 homepage="https://metacpan.org/pod/Linux::Inotify2"
 distfiles="${CPAN_SITE}/Linux/${pkgname/perl-/}-${version}.tar.gz"

From b088c1203abbfd0d40402cefb3f74fd44ae5e95e Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 29 Jan 2022 23:58:36 +0100
Subject: [PATCH 10/19] picom: orphan package

---
 srcpkgs/picom/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/picom/template b/srcpkgs/picom/template
index be19242f1f9d..e4f4fafbda24 100644
--- a/srcpkgs/picom/template
+++ b/srcpkgs/picom/template
@@ -10,7 +10,7 @@ makedepends="MesaLib-devel dbus-devel libconfig-devel libev-devel pcre-devel
  libxdg-basedir-devel uthash"
 depends="desktop-file-utils"
 short_desc="Lightweight compositor for X11 (previously a compton fork)"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT, MPL-2.0"
 homepage="https://github.com/yshui/picom/"
 distfiles="https://github.com/yshui/picom/archive/v${version}.tar.gz"

From 5216c0068e181bb49137c950d5ef30a48b0a6ee3 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 29 Jan 2022 23:59:34 +0100
Subject: [PATCH 11/19] redshift: orphan package

---
 srcpkgs/redshift/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/redshift/template b/srcpkgs/redshift/template
index c3a85f299bf9..5bb4b0e3142c 100644
--- a/srcpkgs/redshift/template
+++ b/srcpkgs/redshift/template
@@ -9,7 +9,7 @@ makedepends="libXxf86vm-devel libdrm-devel $(vopt_if geoclue2 'geoclue2
  glib-devel')"
 depends="$(vopt_if geoclue2 'geoclue2')"
 short_desc="Adjusts the color temperature of your screen to your surroundings"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="http://jonls.dk/redshift/"
 distfiles="https://github.com/jonls/redshift/releases/download/v${version}/redshift-${version}.tar.xz"

From 4575896d1a0ded85f0998cebd30ccb0ce95a8dbf Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sun, 30 Jan 2022 00:00:27 +0100
Subject: [PATCH 12/19] ruby-clocale: orphan package

---
 srcpkgs/ruby-clocale/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-clocale/template b/srcpkgs/ruby-clocale/template
index dafff2630e6c..a921bc084bc0 100644
--- a/srcpkgs/ruby-clocale/template
+++ b/srcpkgs/ruby-clocale/template
@@ -4,7 +4,7 @@ version=0.0.4
 revision=4
 build_style=gemspec
 short_desc="Ruby gem that wraps C locale functions"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/avdv/clocale"
 distfiles="https://rubygems.org/downloads/clocale-${version}.gem"

From 40d6f937534497cd782f3ec28e0ad9d368f04591 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sun, 30 Jan 2022 00:01:48 +0100
Subject: [PATCH 13/19] ruby-filesize: orphan package

---
 srcpkgs/ruby-filesize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-filesize/template b/srcpkgs/ruby-filesize/template
index 9acb1415fe18..0d2c06a995d1 100644
--- a/srcpkgs/ruby-filesize/template
+++ b/srcpkgs/ruby-filesize/template
@@ -4,7 +4,7 @@ version=0.2.0
 revision=5
 build_style=gem
 short_desc="Small class for handling filesizes"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/dominikh/filesize"
 checksum=0f5db8629d628b60857dd8e7b8d52f427e6b7b9dc49265bfda71c0d383cbe79e

From 008236d16f82f7cac8c1cc5f7736543f9837d608 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sun, 30 Jan 2022 00:02:18 +0100
Subject: [PATCH 14/19] ruby-manpages: orphan package

---
 srcpkgs/ruby-manpages/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-manpages/template b/srcpkgs/ruby-manpages/template
index 4b6625ab628e..4fbc854f82f6 100644
--- a/srcpkgs/ruby-manpages/template
+++ b/srcpkgs/ruby-manpages/template
@@ -4,7 +4,7 @@ version=0.6.1
 revision=5
 build_style=gem
 short_desc="Gem to add man pages support to ruby gems"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/bitboxer/manpages"
 checksum=cdbad16823c8510c15a93d4cdbd46e7b4290aff8b10f3d4b70caa8e62c8de686

From 538f18e85ded2d83334105ac3d7e45a20da4a964 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sun, 30 Jan 2022 00:02:42 +0100
Subject: [PATCH 15/19] ruby-rainbow: orphan package

---
 srcpkgs/ruby-rainbow/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-rainbow/template b/srcpkgs/ruby-rainbow/template
index a2c89bc5e143..6bc1fb209420 100644
--- a/srcpkgs/ruby-rainbow/template
+++ b/srcpkgs/ruby-rainbow/template
@@ -4,7 +4,7 @@ version=3.0.0
 revision=5
 build_style=gem
 short_desc="Colorize printed text on ANSI terminals"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/sickill/rainbow"
 checksum=13ce4ffc3c94fb7a842117ecabdcdc5ff7fa27bec15ea44137b9f9abe575622d

From 0ba6b6791f9462f50a54b52656d74194b5ccb4f8 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sun, 30 Jan 2022 00:03:31 +0100
Subject: [PATCH 16/19] scrot: orphan package

---
 srcpkgs/scrot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/scrot/template b/srcpkgs/scrot/template
index 83a969e9799c..9c3a12c6944d 100644
--- a/srcpkgs/scrot/template
+++ b/srcpkgs/scrot/template
@@ -8,7 +8,7 @@ hostmakedepends="automake autoconf-archive pkg-config"
 makedepends="libXcomposite-devel libXcursor-devel imlib2-devel libXext-devel
  libmd-devel"
 short_desc="Simple command-line screenshot utility for X"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/resurrecting-open-source-projects/scrot"
 distfiles="https://github.com/resurrecting-open-source-projects/scrot/archive/${version}.tar.gz"

From b584020ba3f056fc8078c7bb58d78432c5572fe4 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sun, 30 Jan 2022 00:04:38 +0100
Subject: [PATCH 17/19] tint2: orphan package

---
 srcpkgs/tint2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tint2/template b/srcpkgs/tint2/template
index 2b61ce862a43..16edfa43a6e7 100644
--- a/srcpkgs/tint2/template
+++ b/srcpkgs/tint2/template
@@ -10,7 +10,7 @@ makedepends="gtk+3-devel imlib2-devel librsvg-devel libXcomposite-devel
  libXdamage-devel libXinerama-devel libXrandr-devel startup-notification-devel"
 depends="desktop-file-utils"
 short_desc="Simple panel/taskbar made for modern X window managers"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://gitlab.com/o9000/tint2"
 changelog="https://gitlab.com/o9000/tint2/-/raw/master/ChangeLog"

From c9a633b355267e0ab3c060edacd04f5c3321a6ce Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sun, 30 Jan 2022 00:05:11 +0100
Subject: [PATCH 18/19] xfce4-notifyd: orphan package

---
 srcpkgs/xfce4-notifyd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-notifyd/template b/srcpkgs/xfce4-notifyd/template
index 75138eec557f..c942926800a6 100644
--- a/srcpkgs/xfce4-notifyd/template
+++ b/srcpkgs/xfce4-notifyd/template
@@ -8,7 +8,7 @@ hostmakedepends="pkg-config intltool glib-devel dbus-glib-devel"
 makedepends="libnotify-devel xfce4-panel-devel"
 depends="hicolor-icon-theme desktop-file-utils"
 short_desc="Simple, visually-appealing notification daemon for Xfce"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://goodies.xfce.org/projects/applications/xfce4-notifyd"
 distfiles="https://archive.xfce.org/src/apps/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"

From d4d9c6394e084be378ce247f5d3090701cbce9ef Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sun, 30 Jan 2022 00:05:38 +0100
Subject: [PATCH 19/19] xfce4-screenshooter: orphan package

---
 srcpkgs/xfce4-screenshooter/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-screenshooter/template b/srcpkgs/xfce4-screenshooter/template
index 6aac6215dc15..eefc07611427 100644
--- a/srcpkgs/xfce4-screenshooter/template
+++ b/srcpkgs/xfce4-screenshooter/template
@@ -8,7 +8,7 @@ hostmakedepends="pkg-config intltool glib-devel"
 makedepends="libxfce4ui-devel xfce4-panel-devel exo-devel libsoup-devel"
 depends="desktop-file-utils hicolor-icon-theme"
 short_desc="Plugin that makes screenshots for the Xfce panel"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://goodies.xfce.org/projects/applications/xfce4-screenshooter"
 distfiles="https://archive.xfce.org/src/apps/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"

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

* Re: [PR PATCH] [Updated] orphan some packages
  2022-01-29 23:17 [PR PATCH] " steinex
  2022-01-30  0:57 ` [PR PATCH] [Updated] " steinex
  2022-01-30 12:29 ` steinex
@ 2022-01-30 12:32 ` steinex
  2022-01-30 12:36 ` steinex
  3 siblings, 0 replies; 7+ messages in thread
From: steinex @ 2022-01-30 12:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/steinex/void-packages orphan
https://github.com/void-linux/void-packages/pull/35303

orphan some packages
<!-- Uncomment relevant sections and delete options which are not applicable -->
Spring clean some packages of mine that I don't use anymore. I moved on to Wayland so stuff like i3 and other X related things here and some smaller packages I can't test anymore in a meaningful way.

Hope they find a loving new home.

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35303.patch is attached

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

From aba9629f87e58442be3e2ecb4032e9128d84c515 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 29 Jan 2022 23:49:24 +0100
Subject: [PATCH 01/19] clearine: orphan package

---
 srcpkgs/clearine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/clearine/template b/srcpkgs/clearine/template
index acb63563306a..201c8e7d34fc 100644
--- a/srcpkgs/clearine/template
+++ b/srcpkgs/clearine/template
@@ -7,7 +7,7 @@ pycompile_module="Clearine"
 hostmakedepends="python3-setuptools"
 depends="python3-gobject gtk+3 python3-cairo"
 short_desc="GTK3-based logout-window overlay for independent windowmanager"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/yuune/clearine"
 distfiles="https://github.com/yuune/clearine/archive/${version}.tar.gz"

From a168aad39e0285711b996e3bb4a017d9218d97e3 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 29 Jan 2022 23:50:03 +0100
Subject: [PATCH 02/19] i3: orphan package

---
 srcpkgs/i3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/i3/template b/srcpkgs/i3/template
index 66d0da022f9a..1fcafbee98b1 100644
--- a/srcpkgs/i3/template
+++ b/srcpkgs/i3/template
@@ -10,7 +10,7 @@ makedepends="pcre-devel yajl-devel libxcb-devel libev-devel
  xcb-util-xrm-devel"
 conf_files="/etc/i3/config /etc/i3/config.keycodes"
 short_desc="Improved tiling window manager"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://i3wm.org/"
 distfiles="${homepage}/downloads/${pkgname}-${version}.tar.xz"

From 1171059220627e9494b619b51a699838aba79339 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 29 Jan 2022 23:50:30 +0100
Subject: [PATCH 03/19] i3lock: orphan package

---
 srcpkgs/i3lock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/i3lock/template b/srcpkgs/i3lock/template
index 385e00edabbc..b0245825af09 100644
--- a/srcpkgs/i3lock/template
+++ b/srcpkgs/i3lock/template
@@ -8,7 +8,7 @@ makedepends="libev-devel cairo-devel pam-devel libxkbcommon-devel
  xcb-util-devel xcb-util-image-devel xcb-util-xrm-devel"
 conf_files="/etc/pam.d/i3lock"
 short_desc="Improved screenlocker based upon XCB and PAM"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://i3wm.org/i3lock/"
 distfiles="https://i3wm.org/i3lock/i3lock-${version}.tar.bz2"

From 027df9224476f9ca688b5b863270de92c893886a Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 29 Jan 2022 23:51:18 +0100
Subject: [PATCH 04/19] i3wsr: orphan package

---
 srcpkgs/i3wsr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/i3wsr/template b/srcpkgs/i3wsr/template
index b60efabda90b..9afa9218bcfc 100644
--- a/srcpkgs/i3wsr/template
+++ b/srcpkgs/i3wsr/template
@@ -6,7 +6,7 @@ build_style=cargo
 hostmakedepends="python3"
 makedepends="libxcb-devel"
 short_desc="Change i3 workspace names based on content"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/roosta/i3wsr"
 distfiles="https://github.com/roosta/i3wsr/archive/v${version}.tar.gz"

From b229d5040a6d829a08df19eb9f6c1ea771d3024e Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 29 Jan 2022 23:55:21 +0100
Subject: [PATCH 05/19] libevdevPlus: orphan package

---
 srcpkgs/libevdevPlus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libevdevPlus/template b/srcpkgs/libevdevPlus/template
index cf693a6e776c..1a86ea84520e 100644
--- a/srcpkgs/libevdevPlus/template
+++ b/srcpkgs/libevdevPlus/template
@@ -4,7 +4,7 @@ version=0.1.1
 revision=1
 build_style=cmake
 short_desc="Easy-to-use event device library in C++"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/YukiWorkshop/libevdevPlus"
 distfiles="${homepage}/archive/v${version}.tar.gz"

From ff9e7d23426dbcb485ec47e36be5c8889759c3f7 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 29 Jan 2022 23:56:01 +0100
Subject: [PATCH 06/19] libuInputPlus: orphan package

---
 srcpkgs/libuInputPlus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libuInputPlus/template b/srcpkgs/libuInputPlus/template
index 52670164b7cf..9f9faa390c23 100644
--- a/srcpkgs/libuInputPlus/template
+++ b/srcpkgs/libuInputPlus/template
@@ -4,7 +4,7 @@ version=0.1.4
 revision=1
 build_style=cmake
 short_desc="Easy-to-use uinput library in C++"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/YukiWorkshop/libuInputPlus"
 distfiles="${homepage}/archive/v${version}.tar.gz"

From f5cf95969a1beba6b8bbe29230c6ff7b2b175be8 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 29 Jan 2022 23:57:38 +0100
Subject: [PATCH 07/19] perl-File-DesktopEntry: orphan package

---
 srcpkgs/perl-File-DesktopEntry/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/perl-File-DesktopEntry/template b/srcpkgs/perl-File-DesktopEntry/template
index 576ae8b11dd2..e13b33ac0b05 100644
--- a/srcpkgs/perl-File-DesktopEntry/template
+++ b/srcpkgs/perl-File-DesktopEntry/template
@@ -8,7 +8,7 @@ hostmakedepends="perl"
 makedepends="${hostmakedepends} perl-File-BaseDir perl-URI"
 depends="${makedepends}"
 short_desc="Perl module to handle .desktop files"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="Artistic-1.0-Perl, GPL-1.0-or-later"
 homepage="https://metacpan.org/release/File-DesktopEntry"
 distfiles="${CPAN_SITE}/File/${pkgname/perl-/}-${version}.tar.gz"

From 90de6ec3ec54f1e3b7a8896b34b1f2287fdb9143 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 29 Jan 2022 23:49:24 +0100
Subject: [PATCH 08/19] clearine: orphan package

---
 srcpkgs/clearine/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/clearine/template b/srcpkgs/clearine/template
index 201c8e7d34fc..86c81162c630 100644
--- a/srcpkgs/clearine/template
+++ b/srcpkgs/clearine/template
@@ -3,7 +3,6 @@ pkgname=clearine
 version=0.7
 revision=5
 build_style=python3-module
-pycompile_module="Clearine"
 hostmakedepends="python3-setuptools"
 depends="python3-gobject gtk+3 python3-cairo"
 short_desc="GTK3-based logout-window overlay for independent windowmanager"

From bbd00037263dd71234e417470e2dba71ec530774 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 29 Jan 2022 23:58:06 +0100
Subject: [PATCH 09/19] perl-Linux-Inotify2: orphan package

---
 srcpkgs/perl-Linux-Inotify2/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/perl-Linux-Inotify2/template b/srcpkgs/perl-Linux-Inotify2/template
index f90af2f84717..6779a5f5ad42 100644
--- a/srcpkgs/perl-Linux-Inotify2/template
+++ b/srcpkgs/perl-Linux-Inotify2/template
@@ -1,14 +1,15 @@
 # Template file for 'perl-Linux-Inotify2'
 pkgname=perl-Linux-Inotify2
 version=2.2
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=perl-module
 hostmakedepends="perl"
 makedepends="${hostmakedepends}"
 depends="${hostmakedepends}"
+checkdepends="perl-common-sense"
 short_desc="Perl wrapper for Inotify"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="Artistic-1.0-Perl, GPL-1.0-or-later"
 homepage="https://metacpan.org/pod/Linux::Inotify2"
 distfiles="${CPAN_SITE}/Linux/${pkgname/perl-/}-${version}.tar.gz"

From b088c1203abbfd0d40402cefb3f74fd44ae5e95e Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 29 Jan 2022 23:58:36 +0100
Subject: [PATCH 10/19] picom: orphan package

---
 srcpkgs/picom/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/picom/template b/srcpkgs/picom/template
index be19242f1f9d..e4f4fafbda24 100644
--- a/srcpkgs/picom/template
+++ b/srcpkgs/picom/template
@@ -10,7 +10,7 @@ makedepends="MesaLib-devel dbus-devel libconfig-devel libev-devel pcre-devel
  libxdg-basedir-devel uthash"
 depends="desktop-file-utils"
 short_desc="Lightweight compositor for X11 (previously a compton fork)"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT, MPL-2.0"
 homepage="https://github.com/yshui/picom/"
 distfiles="https://github.com/yshui/picom/archive/v${version}.tar.gz"

From 5216c0068e181bb49137c950d5ef30a48b0a6ee3 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 29 Jan 2022 23:59:34 +0100
Subject: [PATCH 11/19] redshift: orphan package

---
 srcpkgs/redshift/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/redshift/template b/srcpkgs/redshift/template
index c3a85f299bf9..5bb4b0e3142c 100644
--- a/srcpkgs/redshift/template
+++ b/srcpkgs/redshift/template
@@ -9,7 +9,7 @@ makedepends="libXxf86vm-devel libdrm-devel $(vopt_if geoclue2 'geoclue2
  glib-devel')"
 depends="$(vopt_if geoclue2 'geoclue2')"
 short_desc="Adjusts the color temperature of your screen to your surroundings"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="http://jonls.dk/redshift/"
 distfiles="https://github.com/jonls/redshift/releases/download/v${version}/redshift-${version}.tar.xz"

From 4575896d1a0ded85f0998cebd30ccb0ce95a8dbf Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sun, 30 Jan 2022 00:00:27 +0100
Subject: [PATCH 12/19] ruby-clocale: orphan package

---
 srcpkgs/ruby-clocale/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-clocale/template b/srcpkgs/ruby-clocale/template
index dafff2630e6c..a921bc084bc0 100644
--- a/srcpkgs/ruby-clocale/template
+++ b/srcpkgs/ruby-clocale/template
@@ -4,7 +4,7 @@ version=0.0.4
 revision=4
 build_style=gemspec
 short_desc="Ruby gem that wraps C locale functions"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/avdv/clocale"
 distfiles="https://rubygems.org/downloads/clocale-${version}.gem"

From 40d6f937534497cd782f3ec28e0ad9d368f04591 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sun, 30 Jan 2022 00:01:48 +0100
Subject: [PATCH 13/19] ruby-filesize: orphan package

---
 srcpkgs/ruby-filesize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-filesize/template b/srcpkgs/ruby-filesize/template
index 9acb1415fe18..0d2c06a995d1 100644
--- a/srcpkgs/ruby-filesize/template
+++ b/srcpkgs/ruby-filesize/template
@@ -4,7 +4,7 @@ version=0.2.0
 revision=5
 build_style=gem
 short_desc="Small class for handling filesizes"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/dominikh/filesize"
 checksum=0f5db8629d628b60857dd8e7b8d52f427e6b7b9dc49265bfda71c0d383cbe79e

From 008236d16f82f7cac8c1cc5f7736543f9837d608 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sun, 30 Jan 2022 00:02:18 +0100
Subject: [PATCH 14/19] ruby-manpages: orphan package

---
 srcpkgs/ruby-manpages/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-manpages/template b/srcpkgs/ruby-manpages/template
index 4b6625ab628e..4fbc854f82f6 100644
--- a/srcpkgs/ruby-manpages/template
+++ b/srcpkgs/ruby-manpages/template
@@ -4,7 +4,7 @@ version=0.6.1
 revision=5
 build_style=gem
 short_desc="Gem to add man pages support to ruby gems"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/bitboxer/manpages"
 checksum=cdbad16823c8510c15a93d4cdbd46e7b4290aff8b10f3d4b70caa8e62c8de686

From 538f18e85ded2d83334105ac3d7e45a20da4a964 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sun, 30 Jan 2022 00:02:42 +0100
Subject: [PATCH 15/19] ruby-rainbow: orphan package

---
 srcpkgs/ruby-rainbow/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-rainbow/template b/srcpkgs/ruby-rainbow/template
index a2c89bc5e143..6bc1fb209420 100644
--- a/srcpkgs/ruby-rainbow/template
+++ b/srcpkgs/ruby-rainbow/template
@@ -4,7 +4,7 @@ version=3.0.0
 revision=5
 build_style=gem
 short_desc="Colorize printed text on ANSI terminals"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/sickill/rainbow"
 checksum=13ce4ffc3c94fb7a842117ecabdcdc5ff7fa27bec15ea44137b9f9abe575622d

From 0ba6b6791f9462f50a54b52656d74194b5ccb4f8 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sun, 30 Jan 2022 00:03:31 +0100
Subject: [PATCH 16/19] scrot: orphan package

---
 srcpkgs/scrot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/scrot/template b/srcpkgs/scrot/template
index 83a969e9799c..9c3a12c6944d 100644
--- a/srcpkgs/scrot/template
+++ b/srcpkgs/scrot/template
@@ -8,7 +8,7 @@ hostmakedepends="automake autoconf-archive pkg-config"
 makedepends="libXcomposite-devel libXcursor-devel imlib2-devel libXext-devel
  libmd-devel"
 short_desc="Simple command-line screenshot utility for X"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/resurrecting-open-source-projects/scrot"
 distfiles="https://github.com/resurrecting-open-source-projects/scrot/archive/${version}.tar.gz"

From b584020ba3f056fc8078c7bb58d78432c5572fe4 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sun, 30 Jan 2022 00:04:38 +0100
Subject: [PATCH 17/19] tint2: orphan package

---
 srcpkgs/tint2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tint2/template b/srcpkgs/tint2/template
index 2b61ce862a43..16edfa43a6e7 100644
--- a/srcpkgs/tint2/template
+++ b/srcpkgs/tint2/template
@@ -10,7 +10,7 @@ makedepends="gtk+3-devel imlib2-devel librsvg-devel libXcomposite-devel
  libXdamage-devel libXinerama-devel libXrandr-devel startup-notification-devel"
 depends="desktop-file-utils"
 short_desc="Simple panel/taskbar made for modern X window managers"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://gitlab.com/o9000/tint2"
 changelog="https://gitlab.com/o9000/tint2/-/raw/master/ChangeLog"

From c9a633b355267e0ab3c060edacd04f5c3321a6ce Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sun, 30 Jan 2022 00:05:11 +0100
Subject: [PATCH 18/19] xfce4-notifyd: orphan package

---
 srcpkgs/xfce4-notifyd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-notifyd/template b/srcpkgs/xfce4-notifyd/template
index 75138eec557f..c942926800a6 100644
--- a/srcpkgs/xfce4-notifyd/template
+++ b/srcpkgs/xfce4-notifyd/template
@@ -8,7 +8,7 @@ hostmakedepends="pkg-config intltool glib-devel dbus-glib-devel"
 makedepends="libnotify-devel xfce4-panel-devel"
 depends="hicolor-icon-theme desktop-file-utils"
 short_desc="Simple, visually-appealing notification daemon for Xfce"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://goodies.xfce.org/projects/applications/xfce4-notifyd"
 distfiles="https://archive.xfce.org/src/apps/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"

From d4d9c6394e084be378ce247f5d3090701cbce9ef Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sun, 30 Jan 2022 00:05:38 +0100
Subject: [PATCH 19/19] xfce4-screenshooter: orphan package

---
 srcpkgs/xfce4-screenshooter/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-screenshooter/template b/srcpkgs/xfce4-screenshooter/template
index 6aac6215dc15..eefc07611427 100644
--- a/srcpkgs/xfce4-screenshooter/template
+++ b/srcpkgs/xfce4-screenshooter/template
@@ -8,7 +8,7 @@ hostmakedepends="pkg-config intltool glib-devel"
 makedepends="libxfce4ui-devel xfce4-panel-devel exo-devel libsoup-devel"
 depends="desktop-file-utils hicolor-icon-theme"
 short_desc="Plugin that makes screenshots for the Xfce panel"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://goodies.xfce.org/projects/applications/xfce4-screenshooter"
 distfiles="https://archive.xfce.org/src/apps/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"

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

* Re: [PR PATCH] [Updated] orphan some packages
  2022-01-29 23:17 [PR PATCH] " steinex
  2022-01-30  0:57 ` [PR PATCH] [Updated] " steinex
@ 2022-01-30 12:29 ` steinex
  2022-01-30 12:32 ` steinex
  2022-01-30 12:36 ` steinex
  3 siblings, 0 replies; 7+ messages in thread
From: steinex @ 2022-01-30 12:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/steinex/void-packages orphan
https://github.com/void-linux/void-packages/pull/35303

orphan some packages
<!-- Uncomment relevant sections and delete options which are not applicable -->
Spring clean some packages of mine that I don't use anymore. I moved on to Wayland so stuff like i3 and other X related things here and some smaller packages I can't test anymore in a meaningful way.

Hope they find a loving new home.

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35303.patch is attached

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

From 9abd1de693aead272dc080c5e49f538ef4108a48 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 29 Jan 2022 23:49:24 +0100
Subject: [PATCH 01/18] clearine: orphan package

---
 srcpkgs/clearine/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/clearine/template b/srcpkgs/clearine/template
index acb63563306a..86c81162c630 100644
--- a/srcpkgs/clearine/template
+++ b/srcpkgs/clearine/template
@@ -3,11 +3,10 @@ pkgname=clearine
 version=0.7
 revision=5
 build_style=python3-module
-pycompile_module="Clearine"
 hostmakedepends="python3-setuptools"
 depends="python3-gobject gtk+3 python3-cairo"
 short_desc="GTK3-based logout-window overlay for independent windowmanager"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/yuune/clearine"
 distfiles="https://github.com/yuune/clearine/archive/${version}.tar.gz"

From 277d5d4f48866bb3ac0db85e5ab8635dbba543d8 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 29 Jan 2022 23:50:03 +0100
Subject: [PATCH 02/18] i3: orphan package

---
 srcpkgs/i3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/i3/template b/srcpkgs/i3/template
index 66d0da022f9a..1fcafbee98b1 100644
--- a/srcpkgs/i3/template
+++ b/srcpkgs/i3/template
@@ -10,7 +10,7 @@ makedepends="pcre-devel yajl-devel libxcb-devel libev-devel
  xcb-util-xrm-devel"
 conf_files="/etc/i3/config /etc/i3/config.keycodes"
 short_desc="Improved tiling window manager"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://i3wm.org/"
 distfiles="${homepage}/downloads/${pkgname}-${version}.tar.xz"

From cf6d4dd8bd90d4f2872f82f1ca76d20831599eef Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 29 Jan 2022 23:50:30 +0100
Subject: [PATCH 03/18] i3lock: orphan package

---
 srcpkgs/i3lock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/i3lock/template b/srcpkgs/i3lock/template
index 385e00edabbc..b0245825af09 100644
--- a/srcpkgs/i3lock/template
+++ b/srcpkgs/i3lock/template
@@ -8,7 +8,7 @@ makedepends="libev-devel cairo-devel pam-devel libxkbcommon-devel
  xcb-util-devel xcb-util-image-devel xcb-util-xrm-devel"
 conf_files="/etc/pam.d/i3lock"
 short_desc="Improved screenlocker based upon XCB and PAM"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://i3wm.org/i3lock/"
 distfiles="https://i3wm.org/i3lock/i3lock-${version}.tar.bz2"

From c8ebea38d7e1555216ddabdb34833bf217259a78 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 29 Jan 2022 23:51:18 +0100
Subject: [PATCH 04/18] i3wsr: orphan package

---
 srcpkgs/i3wsr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/i3wsr/template b/srcpkgs/i3wsr/template
index b60efabda90b..9afa9218bcfc 100644
--- a/srcpkgs/i3wsr/template
+++ b/srcpkgs/i3wsr/template
@@ -6,7 +6,7 @@ build_style=cargo
 hostmakedepends="python3"
 makedepends="libxcb-devel"
 short_desc="Change i3 workspace names based on content"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/roosta/i3wsr"
 distfiles="https://github.com/roosta/i3wsr/archive/v${version}.tar.gz"

From 4ed8fca3ac01a2cae5396f51b0464785ef945b50 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 29 Jan 2022 23:55:21 +0100
Subject: [PATCH 05/18] libevdevPlus: orphan package

---
 srcpkgs/libevdevPlus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libevdevPlus/template b/srcpkgs/libevdevPlus/template
index cf693a6e776c..1a86ea84520e 100644
--- a/srcpkgs/libevdevPlus/template
+++ b/srcpkgs/libevdevPlus/template
@@ -4,7 +4,7 @@ version=0.1.1
 revision=1
 build_style=cmake
 short_desc="Easy-to-use event device library in C++"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/YukiWorkshop/libevdevPlus"
 distfiles="${homepage}/archive/v${version}.tar.gz"

From 1c7fa43bf5e157170bb404639705e1128ecf432f Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 29 Jan 2022 23:56:01 +0100
Subject: [PATCH 06/18] libuInputPlus: orphan package

---
 srcpkgs/libuInputPlus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libuInputPlus/template b/srcpkgs/libuInputPlus/template
index 52670164b7cf..9f9faa390c23 100644
--- a/srcpkgs/libuInputPlus/template
+++ b/srcpkgs/libuInputPlus/template
@@ -4,7 +4,7 @@ version=0.1.4
 revision=1
 build_style=cmake
 short_desc="Easy-to-use uinput library in C++"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/YukiWorkshop/libuInputPlus"
 distfiles="${homepage}/archive/v${version}.tar.gz"

From 39be0e7596b2e9c67d6dc47ce9be897ba9b3f34a Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 29 Jan 2022 23:57:38 +0100
Subject: [PATCH 07/18] perl-File-DesktopEntry: orphan package

---
 srcpkgs/perl-File-DesktopEntry/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/perl-File-DesktopEntry/template b/srcpkgs/perl-File-DesktopEntry/template
index 576ae8b11dd2..e13b33ac0b05 100644
--- a/srcpkgs/perl-File-DesktopEntry/template
+++ b/srcpkgs/perl-File-DesktopEntry/template
@@ -8,7 +8,7 @@ hostmakedepends="perl"
 makedepends="${hostmakedepends} perl-File-BaseDir perl-URI"
 depends="${makedepends}"
 short_desc="Perl module to handle .desktop files"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="Artistic-1.0-Perl, GPL-1.0-or-later"
 homepage="https://metacpan.org/release/File-DesktopEntry"
 distfiles="${CPAN_SITE}/File/${pkgname/perl-/}-${version}.tar.gz"

From 2848b193175311cbbf43b657884d4134e12842d9 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 29 Jan 2022 23:58:06 +0100
Subject: [PATCH 08/18] perl-Linux-Inotify2: orphan package

---
 srcpkgs/perl-Linux-Inotify2/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/perl-Linux-Inotify2/template b/srcpkgs/perl-Linux-Inotify2/template
index f90af2f84717..d19fb0e713b8 100644
--- a/srcpkgs/perl-Linux-Inotify2/template
+++ b/srcpkgs/perl-Linux-Inotify2/template
@@ -1,14 +1,15 @@
 # Template file for 'perl-Linux-Inotify2'
 pkgname=perl-Linux-Inotify2
 version=2.2
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=perl-module
 hostmakedepends="perl"
 makedepends="${hostmakedepends}"
+checkdepends="perl-common-sense"
 depends="${hostmakedepends}"
 short_desc="Perl wrapper for Inotify"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="Artistic-1.0-Perl, GPL-1.0-or-later"
 homepage="https://metacpan.org/pod/Linux::Inotify2"
 distfiles="${CPAN_SITE}/Linux/${pkgname/perl-/}-${version}.tar.gz"

From 1702d128940a77d18211d09730bc6e0dfe3aedc2 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 29 Jan 2022 23:58:36 +0100
Subject: [PATCH 09/18] picom: orphan package

---
 srcpkgs/picom/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/picom/template b/srcpkgs/picom/template
index be19242f1f9d..e4f4fafbda24 100644
--- a/srcpkgs/picom/template
+++ b/srcpkgs/picom/template
@@ -10,7 +10,7 @@ makedepends="MesaLib-devel dbus-devel libconfig-devel libev-devel pcre-devel
  libxdg-basedir-devel uthash"
 depends="desktop-file-utils"
 short_desc="Lightweight compositor for X11 (previously a compton fork)"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT, MPL-2.0"
 homepage="https://github.com/yshui/picom/"
 distfiles="https://github.com/yshui/picom/archive/v${version}.tar.gz"

From 1692abd803b3b4be4dbf347374cd864ec5537a28 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 29 Jan 2022 23:59:34 +0100
Subject: [PATCH 10/18] redshift: orphan package

---
 srcpkgs/redshift/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/redshift/template b/srcpkgs/redshift/template
index c3a85f299bf9..5bb4b0e3142c 100644
--- a/srcpkgs/redshift/template
+++ b/srcpkgs/redshift/template
@@ -9,7 +9,7 @@ makedepends="libXxf86vm-devel libdrm-devel $(vopt_if geoclue2 'geoclue2
  glib-devel')"
 depends="$(vopt_if geoclue2 'geoclue2')"
 short_desc="Adjusts the color temperature of your screen to your surroundings"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="http://jonls.dk/redshift/"
 distfiles="https://github.com/jonls/redshift/releases/download/v${version}/redshift-${version}.tar.xz"

From d1cecd9b638018ca75b9bd23e9528bf6d3a167d4 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sun, 30 Jan 2022 00:00:27 +0100
Subject: [PATCH 11/18] ruby-clocale: orphan package

---
 srcpkgs/ruby-clocale/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-clocale/template b/srcpkgs/ruby-clocale/template
index dafff2630e6c..a921bc084bc0 100644
--- a/srcpkgs/ruby-clocale/template
+++ b/srcpkgs/ruby-clocale/template
@@ -4,7 +4,7 @@ version=0.0.4
 revision=4
 build_style=gemspec
 short_desc="Ruby gem that wraps C locale functions"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/avdv/clocale"
 distfiles="https://rubygems.org/downloads/clocale-${version}.gem"

From 8acc293bf7bee8c38701f50c60a56701df8b559f Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sun, 30 Jan 2022 00:01:48 +0100
Subject: [PATCH 12/18] ruby-filesize: orphan package

---
 srcpkgs/ruby-filesize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-filesize/template b/srcpkgs/ruby-filesize/template
index 9acb1415fe18..0d2c06a995d1 100644
--- a/srcpkgs/ruby-filesize/template
+++ b/srcpkgs/ruby-filesize/template
@@ -4,7 +4,7 @@ version=0.2.0
 revision=5
 build_style=gem
 short_desc="Small class for handling filesizes"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/dominikh/filesize"
 checksum=0f5db8629d628b60857dd8e7b8d52f427e6b7b9dc49265bfda71c0d383cbe79e

From 709edd3bd06140aa04aa00809078d47afafe45b3 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sun, 30 Jan 2022 00:02:18 +0100
Subject: [PATCH 13/18] ruby-manpages: orphan package

---
 srcpkgs/ruby-manpages/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-manpages/template b/srcpkgs/ruby-manpages/template
index 4b6625ab628e..4fbc854f82f6 100644
--- a/srcpkgs/ruby-manpages/template
+++ b/srcpkgs/ruby-manpages/template
@@ -4,7 +4,7 @@ version=0.6.1
 revision=5
 build_style=gem
 short_desc="Gem to add man pages support to ruby gems"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/bitboxer/manpages"
 checksum=cdbad16823c8510c15a93d4cdbd46e7b4290aff8b10f3d4b70caa8e62c8de686

From a18ca3dbef56855e92b6f1cab1eb0a06658658a6 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sun, 30 Jan 2022 00:02:42 +0100
Subject: [PATCH 14/18] ruby-rainbow: orphan package

---
 srcpkgs/ruby-rainbow/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-rainbow/template b/srcpkgs/ruby-rainbow/template
index a2c89bc5e143..6bc1fb209420 100644
--- a/srcpkgs/ruby-rainbow/template
+++ b/srcpkgs/ruby-rainbow/template
@@ -4,7 +4,7 @@ version=3.0.0
 revision=5
 build_style=gem
 short_desc="Colorize printed text on ANSI terminals"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/sickill/rainbow"
 checksum=13ce4ffc3c94fb7a842117ecabdcdc5ff7fa27bec15ea44137b9f9abe575622d

From 35fa9d7469f2422a9cdea2e66a83225dc7c9e3d9 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sun, 30 Jan 2022 00:03:31 +0100
Subject: [PATCH 15/18] scrot: orphan package

---
 srcpkgs/scrot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/scrot/template b/srcpkgs/scrot/template
index 83a969e9799c..9c3a12c6944d 100644
--- a/srcpkgs/scrot/template
+++ b/srcpkgs/scrot/template
@@ -8,7 +8,7 @@ hostmakedepends="automake autoconf-archive pkg-config"
 makedepends="libXcomposite-devel libXcursor-devel imlib2-devel libXext-devel
  libmd-devel"
 short_desc="Simple command-line screenshot utility for X"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/resurrecting-open-source-projects/scrot"
 distfiles="https://github.com/resurrecting-open-source-projects/scrot/archive/${version}.tar.gz"

From f6a4da3ac341c40cd4c131546122f7d09b10363c Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sun, 30 Jan 2022 00:04:38 +0100
Subject: [PATCH 16/18] tint2: orphan package

---
 srcpkgs/tint2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tint2/template b/srcpkgs/tint2/template
index 2b61ce862a43..16edfa43a6e7 100644
--- a/srcpkgs/tint2/template
+++ b/srcpkgs/tint2/template
@@ -10,7 +10,7 @@ makedepends="gtk+3-devel imlib2-devel librsvg-devel libXcomposite-devel
  libXdamage-devel libXinerama-devel libXrandr-devel startup-notification-devel"
 depends="desktop-file-utils"
 short_desc="Simple panel/taskbar made for modern X window managers"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://gitlab.com/o9000/tint2"
 changelog="https://gitlab.com/o9000/tint2/-/raw/master/ChangeLog"

From c62b5c586e8705ce8cb425fe19191e3d63dd42ec Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sun, 30 Jan 2022 00:05:11 +0100
Subject: [PATCH 17/18] xfce4-notifyd: orphan package

---
 srcpkgs/xfce4-notifyd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-notifyd/template b/srcpkgs/xfce4-notifyd/template
index 75138eec557f..c942926800a6 100644
--- a/srcpkgs/xfce4-notifyd/template
+++ b/srcpkgs/xfce4-notifyd/template
@@ -8,7 +8,7 @@ hostmakedepends="pkg-config intltool glib-devel dbus-glib-devel"
 makedepends="libnotify-devel xfce4-panel-devel"
 depends="hicolor-icon-theme desktop-file-utils"
 short_desc="Simple, visually-appealing notification daemon for Xfce"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://goodies.xfce.org/projects/applications/xfce4-notifyd"
 distfiles="https://archive.xfce.org/src/apps/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"

From cccde090aeb63313a52ae6db7c4c528dcef49125 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sun, 30 Jan 2022 00:05:38 +0100
Subject: [PATCH 18/18] xfce4-screenshooter: orphan package

---
 srcpkgs/xfce4-screenshooter/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-screenshooter/template b/srcpkgs/xfce4-screenshooter/template
index 6aac6215dc15..eefc07611427 100644
--- a/srcpkgs/xfce4-screenshooter/template
+++ b/srcpkgs/xfce4-screenshooter/template
@@ -8,7 +8,7 @@ hostmakedepends="pkg-config intltool glib-devel"
 makedepends="libxfce4ui-devel xfce4-panel-devel exo-devel libsoup-devel"
 depends="desktop-file-utils hicolor-icon-theme"
 short_desc="Plugin that makes screenshots for the Xfce panel"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://goodies.xfce.org/projects/applications/xfce4-screenshooter"
 distfiles="https://archive.xfce.org/src/apps/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"

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

* Re: [PR PATCH] [Updated] orphan some packages
  2022-01-29 23:17 [PR PATCH] " steinex
@ 2022-01-30  0:57 ` steinex
  2022-01-30 12:29 ` steinex
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 7+ messages in thread
From: steinex @ 2022-01-30  0:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/steinex/void-packages orphan
https://github.com/void-linux/void-packages/pull/35303

orphan some packages
<!-- Uncomment relevant sections and delete options which are not applicable -->
Spring clean some packages of mine that I don't use anymore. I moved on to Wayland so stuff like i3 and other X related things here and some smaller packages I can't test anymore in a meaningful way.

Hope they find a loving new home.

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35303.patch is attached

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

From aba9629f87e58442be3e2ecb4032e9128d84c515 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 29 Jan 2022 23:49:24 +0100
Subject: [PATCH 01/18] clearine: orphan package

---
 srcpkgs/clearine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/clearine/template b/srcpkgs/clearine/template
index acb63563306a..201c8e7d34fc 100644
--- a/srcpkgs/clearine/template
+++ b/srcpkgs/clearine/template
@@ -7,7 +7,7 @@ pycompile_module="Clearine"
 hostmakedepends="python3-setuptools"
 depends="python3-gobject gtk+3 python3-cairo"
 short_desc="GTK3-based logout-window overlay for independent windowmanager"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/yuune/clearine"
 distfiles="https://github.com/yuune/clearine/archive/${version}.tar.gz"

From a168aad39e0285711b996e3bb4a017d9218d97e3 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 29 Jan 2022 23:50:03 +0100
Subject: [PATCH 02/18] i3: orphan package

---
 srcpkgs/i3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/i3/template b/srcpkgs/i3/template
index 66d0da022f9a..1fcafbee98b1 100644
--- a/srcpkgs/i3/template
+++ b/srcpkgs/i3/template
@@ -10,7 +10,7 @@ makedepends="pcre-devel yajl-devel libxcb-devel libev-devel
  xcb-util-xrm-devel"
 conf_files="/etc/i3/config /etc/i3/config.keycodes"
 short_desc="Improved tiling window manager"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://i3wm.org/"
 distfiles="${homepage}/downloads/${pkgname}-${version}.tar.xz"

From 1171059220627e9494b619b51a699838aba79339 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 29 Jan 2022 23:50:30 +0100
Subject: [PATCH 03/18] i3lock: orphan package

---
 srcpkgs/i3lock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/i3lock/template b/srcpkgs/i3lock/template
index 385e00edabbc..b0245825af09 100644
--- a/srcpkgs/i3lock/template
+++ b/srcpkgs/i3lock/template
@@ -8,7 +8,7 @@ makedepends="libev-devel cairo-devel pam-devel libxkbcommon-devel
  xcb-util-devel xcb-util-image-devel xcb-util-xrm-devel"
 conf_files="/etc/pam.d/i3lock"
 short_desc="Improved screenlocker based upon XCB and PAM"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://i3wm.org/i3lock/"
 distfiles="https://i3wm.org/i3lock/i3lock-${version}.tar.bz2"

From 027df9224476f9ca688b5b863270de92c893886a Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 29 Jan 2022 23:51:18 +0100
Subject: [PATCH 04/18] i3wsr: orphan package

---
 srcpkgs/i3wsr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/i3wsr/template b/srcpkgs/i3wsr/template
index b60efabda90b..9afa9218bcfc 100644
--- a/srcpkgs/i3wsr/template
+++ b/srcpkgs/i3wsr/template
@@ -6,7 +6,7 @@ build_style=cargo
 hostmakedepends="python3"
 makedepends="libxcb-devel"
 short_desc="Change i3 workspace names based on content"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/roosta/i3wsr"
 distfiles="https://github.com/roosta/i3wsr/archive/v${version}.tar.gz"

From b229d5040a6d829a08df19eb9f6c1ea771d3024e Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 29 Jan 2022 23:55:21 +0100
Subject: [PATCH 05/18] libevdevPlus: orphan package

---
 srcpkgs/libevdevPlus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libevdevPlus/template b/srcpkgs/libevdevPlus/template
index cf693a6e776c..1a86ea84520e 100644
--- a/srcpkgs/libevdevPlus/template
+++ b/srcpkgs/libevdevPlus/template
@@ -4,7 +4,7 @@ version=0.1.1
 revision=1
 build_style=cmake
 short_desc="Easy-to-use event device library in C++"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/YukiWorkshop/libevdevPlus"
 distfiles="${homepage}/archive/v${version}.tar.gz"

From ff9e7d23426dbcb485ec47e36be5c8889759c3f7 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 29 Jan 2022 23:56:01 +0100
Subject: [PATCH 06/18] libuInputPlus: orphan package

---
 srcpkgs/libuInputPlus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libuInputPlus/template b/srcpkgs/libuInputPlus/template
index 52670164b7cf..9f9faa390c23 100644
--- a/srcpkgs/libuInputPlus/template
+++ b/srcpkgs/libuInputPlus/template
@@ -4,7 +4,7 @@ version=0.1.4
 revision=1
 build_style=cmake
 short_desc="Easy-to-use uinput library in C++"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/YukiWorkshop/libuInputPlus"
 distfiles="${homepage}/archive/v${version}.tar.gz"

From f5cf95969a1beba6b8bbe29230c6ff7b2b175be8 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 29 Jan 2022 23:57:38 +0100
Subject: [PATCH 07/18] perl-File-DesktopEntry: orphan package

---
 srcpkgs/perl-File-DesktopEntry/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/perl-File-DesktopEntry/template b/srcpkgs/perl-File-DesktopEntry/template
index 576ae8b11dd2..e13b33ac0b05 100644
--- a/srcpkgs/perl-File-DesktopEntry/template
+++ b/srcpkgs/perl-File-DesktopEntry/template
@@ -8,7 +8,7 @@ hostmakedepends="perl"
 makedepends="${hostmakedepends} perl-File-BaseDir perl-URI"
 depends="${makedepends}"
 short_desc="Perl module to handle .desktop files"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="Artistic-1.0-Perl, GPL-1.0-or-later"
 homepage="https://metacpan.org/release/File-DesktopEntry"
 distfiles="${CPAN_SITE}/File/${pkgname/perl-/}-${version}.tar.gz"

From b4c79f506911228748da10adcf98777c53e581aa Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 29 Jan 2022 23:58:06 +0100
Subject: [PATCH 08/18] perl-Linux-Inotify2: orphan package

---
 srcpkgs/perl-Linux-Inotify2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/perl-Linux-Inotify2/template b/srcpkgs/perl-Linux-Inotify2/template
index f90af2f84717..e35cd220e9d9 100644
--- a/srcpkgs/perl-Linux-Inotify2/template
+++ b/srcpkgs/perl-Linux-Inotify2/template
@@ -8,7 +8,7 @@ hostmakedepends="perl"
 makedepends="${hostmakedepends}"
 depends="${hostmakedepends}"
 short_desc="Perl wrapper for Inotify"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="Artistic-1.0-Perl, GPL-1.0-or-later"
 homepage="https://metacpan.org/pod/Linux::Inotify2"
 distfiles="${CPAN_SITE}/Linux/${pkgname/perl-/}-${version}.tar.gz"

From 94e310463bf805a0d7f68841fa52e4b422a9e79c Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 29 Jan 2022 23:58:36 +0100
Subject: [PATCH 09/18] picom: orphan package

---
 srcpkgs/picom/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/picom/template b/srcpkgs/picom/template
index be19242f1f9d..e4f4fafbda24 100644
--- a/srcpkgs/picom/template
+++ b/srcpkgs/picom/template
@@ -10,7 +10,7 @@ makedepends="MesaLib-devel dbus-devel libconfig-devel libev-devel pcre-devel
  libxdg-basedir-devel uthash"
 depends="desktop-file-utils"
 short_desc="Lightweight compositor for X11 (previously a compton fork)"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT, MPL-2.0"
 homepage="https://github.com/yshui/picom/"
 distfiles="https://github.com/yshui/picom/archive/v${version}.tar.gz"

From 7d83c993582fe14959d3f0b28d78adc791da0e4f Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 29 Jan 2022 23:59:34 +0100
Subject: [PATCH 10/18] redshift: orphan package

---
 srcpkgs/redshift/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/redshift/template b/srcpkgs/redshift/template
index c3a85f299bf9..5bb4b0e3142c 100644
--- a/srcpkgs/redshift/template
+++ b/srcpkgs/redshift/template
@@ -9,7 +9,7 @@ makedepends="libXxf86vm-devel libdrm-devel $(vopt_if geoclue2 'geoclue2
  glib-devel')"
 depends="$(vopt_if geoclue2 'geoclue2')"
 short_desc="Adjusts the color temperature of your screen to your surroundings"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="http://jonls.dk/redshift/"
 distfiles="https://github.com/jonls/redshift/releases/download/v${version}/redshift-${version}.tar.xz"

From 217986258fe87600f9fd4971c7a79571c4f3f0d5 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sun, 30 Jan 2022 00:00:27 +0100
Subject: [PATCH 11/18] ruby-clocale: orphan package

---
 srcpkgs/ruby-clocale/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-clocale/template b/srcpkgs/ruby-clocale/template
index dafff2630e6c..a921bc084bc0 100644
--- a/srcpkgs/ruby-clocale/template
+++ b/srcpkgs/ruby-clocale/template
@@ -4,7 +4,7 @@ version=0.0.4
 revision=4
 build_style=gemspec
 short_desc="Ruby gem that wraps C locale functions"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/avdv/clocale"
 distfiles="https://rubygems.org/downloads/clocale-${version}.gem"

From e9a4b3ab581c8f04e3d4321856832eb226a50e1f Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sun, 30 Jan 2022 00:01:48 +0100
Subject: [PATCH 12/18] ruby-filesize: orphan package

---
 srcpkgs/ruby-filesize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-filesize/template b/srcpkgs/ruby-filesize/template
index 9acb1415fe18..0d2c06a995d1 100644
--- a/srcpkgs/ruby-filesize/template
+++ b/srcpkgs/ruby-filesize/template
@@ -4,7 +4,7 @@ version=0.2.0
 revision=5
 build_style=gem
 short_desc="Small class for handling filesizes"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/dominikh/filesize"
 checksum=0f5db8629d628b60857dd8e7b8d52f427e6b7b9dc49265bfda71c0d383cbe79e

From bafedd2c3056bb63700c781dc0f56fc9164384a6 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sun, 30 Jan 2022 00:02:18 +0100
Subject: [PATCH 13/18] ruby-manpages: orphan package

---
 srcpkgs/ruby-manpages/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-manpages/template b/srcpkgs/ruby-manpages/template
index 4b6625ab628e..4fbc854f82f6 100644
--- a/srcpkgs/ruby-manpages/template
+++ b/srcpkgs/ruby-manpages/template
@@ -4,7 +4,7 @@ version=0.6.1
 revision=5
 build_style=gem
 short_desc="Gem to add man pages support to ruby gems"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/bitboxer/manpages"
 checksum=cdbad16823c8510c15a93d4cdbd46e7b4290aff8b10f3d4b70caa8e62c8de686

From db735b13f7d62c7784ee86ab5f17fe9cf0ddf35f Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sun, 30 Jan 2022 00:02:42 +0100
Subject: [PATCH 14/18] ruby-rainbow: orphan package

---
 srcpkgs/ruby-rainbow/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-rainbow/template b/srcpkgs/ruby-rainbow/template
index a2c89bc5e143..6bc1fb209420 100644
--- a/srcpkgs/ruby-rainbow/template
+++ b/srcpkgs/ruby-rainbow/template
@@ -4,7 +4,7 @@ version=3.0.0
 revision=5
 build_style=gem
 short_desc="Colorize printed text on ANSI terminals"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/sickill/rainbow"
 checksum=13ce4ffc3c94fb7a842117ecabdcdc5ff7fa27bec15ea44137b9f9abe575622d

From 74233a8ff3f902e247a6297979ccc9ac7d2da2a7 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sun, 30 Jan 2022 00:03:31 +0100
Subject: [PATCH 15/18] scrot: orphan package

---
 srcpkgs/scrot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/scrot/template b/srcpkgs/scrot/template
index 83a969e9799c..9c3a12c6944d 100644
--- a/srcpkgs/scrot/template
+++ b/srcpkgs/scrot/template
@@ -8,7 +8,7 @@ hostmakedepends="automake autoconf-archive pkg-config"
 makedepends="libXcomposite-devel libXcursor-devel imlib2-devel libXext-devel
  libmd-devel"
 short_desc="Simple command-line screenshot utility for X"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/resurrecting-open-source-projects/scrot"
 distfiles="https://github.com/resurrecting-open-source-projects/scrot/archive/${version}.tar.gz"

From cdc9cbfabd8aeae99a48e3272b47d7ce624fd126 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sun, 30 Jan 2022 00:04:38 +0100
Subject: [PATCH 16/18] tint2: orphan package

---
 srcpkgs/tint2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tint2/template b/srcpkgs/tint2/template
index 2b61ce862a43..16edfa43a6e7 100644
--- a/srcpkgs/tint2/template
+++ b/srcpkgs/tint2/template
@@ -10,7 +10,7 @@ makedepends="gtk+3-devel imlib2-devel librsvg-devel libXcomposite-devel
  libXdamage-devel libXinerama-devel libXrandr-devel startup-notification-devel"
 depends="desktop-file-utils"
 short_desc="Simple panel/taskbar made for modern X window managers"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://gitlab.com/o9000/tint2"
 changelog="https://gitlab.com/o9000/tint2/-/raw/master/ChangeLog"

From e290fe0721489fe010747570f4c7757472b10176 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sun, 30 Jan 2022 00:05:11 +0100
Subject: [PATCH 17/18] xfce4-notifyd: orphan package

---
 srcpkgs/xfce4-notifyd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-notifyd/template b/srcpkgs/xfce4-notifyd/template
index 75138eec557f..c942926800a6 100644
--- a/srcpkgs/xfce4-notifyd/template
+++ b/srcpkgs/xfce4-notifyd/template
@@ -8,7 +8,7 @@ hostmakedepends="pkg-config intltool glib-devel dbus-glib-devel"
 makedepends="libnotify-devel xfce4-panel-devel"
 depends="hicolor-icon-theme desktop-file-utils"
 short_desc="Simple, visually-appealing notification daemon for Xfce"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://goodies.xfce.org/projects/applications/xfce4-notifyd"
 distfiles="https://archive.xfce.org/src/apps/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"

From 8116f3b68f9e57e189d503b0ec6aa9c78f47c313 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sun, 30 Jan 2022 00:05:38 +0100
Subject: [PATCH 18/18] xfce4-screenshooter: orphan package

---
 srcpkgs/xfce4-screenshooter/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-screenshooter/template b/srcpkgs/xfce4-screenshooter/template
index 6aac6215dc15..eefc07611427 100644
--- a/srcpkgs/xfce4-screenshooter/template
+++ b/srcpkgs/xfce4-screenshooter/template
@@ -8,7 +8,7 @@ hostmakedepends="pkg-config intltool glib-devel"
 makedepends="libxfce4ui-devel xfce4-panel-devel exo-devel libsoup-devel"
 depends="desktop-file-utils hicolor-icon-theme"
 short_desc="Plugin that makes screenshots for the Xfce panel"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://goodies.xfce.org/projects/applications/xfce4-screenshooter"
 distfiles="https://archive.xfce.org/src/apps/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"

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

end of thread, other threads:[~2022-02-05 14:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-05  6:29 [PR PATCH] orphan some packages skmpz
2022-02-05  6:48 ` [PR PATCH] [Updated] " skmpz
2022-02-05 14:36 ` [PR PATCH] [Merged]: " paper42
  -- strict thread matches above, loose matches on Subject: below --
2022-01-29 23:17 [PR PATCH] " steinex
2022-01-30  0:57 ` [PR PATCH] [Updated] " steinex
2022-01-30 12:29 ` steinex
2022-01-30 12:32 ` steinex
2022-01-30 12:36 ` steinex

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