Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] orphan some packages
@ 2022-01-29 23:17 steinex
  2022-01-30  0:57 ` [PR PATCH] [Updated] " steinex
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: steinex @ 2022-01-29 23:17 UTC (permalink / raw)
  To: ml

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

There is a new 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: 16149 bytes --]

From c3c8749bdcf16c3260c3feedbb57c1f9c6e0c3c3 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 9ab51e8d1d87..b8a9c9688b15 100644
--- a/srcpkgs/clearine/template
+++ b/srcpkgs/clearine/template
@@ -7,7 +7,7 @@ pycompile_module="Clearine"
 hostmakedepends="python3-setuptools"
 depends="python3-gobject 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 8c91d5df08ef849b74be03c5f7cbcc960abd3edf 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 173f2ba6cc2a53456affb3e9900afb1a6ffd84df 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 e421c9d6f6b3a4873c1377f64c5ee3dbeadf13f5 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 4e3709f47c4b0fda5637ec5d319a3e3dd1a17719 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 9bfd6a54d5ec492fb19b52f382751be656861ff2 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 7e26086841dc0a30b7b631460db5e99bce79743a 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 aba9d7f4db69c3f08a1c26b8cbb41607bf1b841c 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 92e2678d79fec073a94f08b92c64fd3bb02c8f2e 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 f43d177426d010c5f3fc74d4e46fc8e93c471946 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 cfd3e1bd55963afd440dec46cb61db1379e1415c 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 d1d629e6b4178cd99505866f398690b2002b66b8 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 79e04fc8abeeeeacdc31204371e283ee9a143ea4 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 08775207663dcf7df190d61237da32bf76e7376e 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 7710f86e8b09914a1d2eb4a2c510ed87eddc5165 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 6c1336c260ef..4c5110250e50 100644
--- a/srcpkgs/scrot/template
+++ b/srcpkgs/scrot/template
@@ -7,7 +7,7 @@ make_install_args="docsdir=/usr/share/doc/scrot"
 hostmakedepends="automake autoconf-archive pkg-config"
 makedepends="libXcomposite-devel libXcursor-devel imlib2-devel libXext-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 bd8afba036242876366802d28b178a236f600aa6 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 17900d01d410da75001717edffb7e46b6bd20ec4 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 a6a84eba236e8fb1a906fe18ceeac81e6f3b765b 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] 12+ messages in thread

* Re: [PR PATCH] [Updated] orphan some packages
  2022-01-29 23:17 [PR PATCH] orphan some packages steinex
@ 2022-01-30  0:57 ` steinex
  2022-01-30 12:29 ` steinex
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 12+ 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] 12+ messages in thread

* Re: [PR PATCH] [Updated] orphan some packages
  2022-01-29 23:17 [PR PATCH] orphan some packages steinex
  2022-01-30  0:57 ` [PR PATCH] [Updated] " steinex
@ 2022-01-30 12:29 ` steinex
  2022-01-30 12:32 ` steinex
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 12+ 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] 12+ messages in thread

* Re: [PR PATCH] [Updated] orphan some packages
  2022-01-29 23:17 [PR PATCH] orphan some packages 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
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 12+ 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] 12+ messages in thread

* Re: [PR PATCH] [Updated] orphan some packages
  2022-01-29 23:17 [PR PATCH] orphan some packages steinex
                   ` (2 preceding siblings ...)
  2022-01-30 12:32 ` steinex
@ 2022-01-30 12:36 ` steinex
  2022-01-30 12:53 ` steinex
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 12+ 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] 12+ messages in thread

* Re: orphan some packages
  2022-01-29 23:17 [PR PATCH] orphan some packages steinex
                   ` (3 preceding siblings ...)
  2022-01-30 12:36 ` steinex
@ 2022-01-30 12:53 ` steinex
  2022-01-30 13:07 ` tibequadorian
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 12+ messages in thread
From: steinex @ 2022-01-30 12:53 UTC (permalink / raw)
  To: ml

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

New comment by steinex on void-packages repository

https://github.com/void-linux/void-packages/pull/35303#issuecomment-1025137291

Comment:
Can anyone help about that failing `perl-Linux-Inotify2` check?

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

* Re: orphan some packages
  2022-01-29 23:17 [PR PATCH] orphan some packages steinex
                   ` (4 preceding siblings ...)
  2022-01-30 12:53 ` steinex
@ 2022-01-30 13:07 ` tibequadorian
  2022-01-30 13:08 ` tibequadorian
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 12+ messages in thread
From: tibequadorian @ 2022-01-30 13:07 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/35303#issuecomment-1025140053

Comment:
don't revbump :p

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

* Re: orphan some packages
  2022-01-29 23:17 [PR PATCH] orphan some packages steinex
                   ` (5 preceding siblings ...)
  2022-01-30 13:07 ` tibequadorian
@ 2022-01-30 13:08 ` tibequadorian
  2022-01-30 13:09 ` steinex
  2022-02-01 21:16 ` [PR PATCH] [Merged]: " leahneukirchen
  8 siblings, 0 replies; 12+ messages in thread
From: tibequadorian @ 2022-01-30 13:08 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/35303#issuecomment-1025140053

Comment:
don't revbump :p

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

* Re: orphan some packages
  2022-01-29 23:17 [PR PATCH] orphan some packages steinex
                   ` (6 preceding siblings ...)
  2022-01-30 13:08 ` tibequadorian
@ 2022-01-30 13:09 ` steinex
  2022-02-01 21:16 ` [PR PATCH] [Merged]: " leahneukirchen
  8 siblings, 0 replies; 12+ messages in thread
From: steinex @ 2022-01-30 13:09 UTC (permalink / raw)
  To: ml

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

New comment by steinex on void-packages repository

https://github.com/void-linux/void-packages/pull/35303#issuecomment-1025140443

Comment:
> don't revbump :p

I revbumped those that had build issues and needed a change other than the maintainer switch.

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

* Re: [PR PATCH] [Merged]: orphan some packages
  2022-01-29 23:17 [PR PATCH] orphan some packages steinex
                   ` (7 preceding siblings ...)
  2022-01-30 13:09 ` steinex
@ 2022-02-01 21:16 ` leahneukirchen
  8 siblings, 0 replies; 12+ messages in thread
From: leahneukirchen @ 2022-02-01 21:16 UTC (permalink / raw)
  To: ml

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

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

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

Description:
<!-- 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
-->


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

* Re: [PR PATCH] [Merged]: orphan some packages
  2023-07-20 17:36 [PR PATCH] " paper42
@ 2023-07-21 22:10 ` paper42
  0 siblings, 0 replies; 12+ messages in thread
From: paper42 @ 2023-07-21 22:10 UTC (permalink / raw)
  To: ml

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

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

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

Description:
None

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

* Re: [PR PATCH] [Merged]: orphan some packages
  2022-02-05  6:29 [PR PATCH] " skmpz
@ 2022-02-05 14:36 ` paper42
  0 siblings, 0 replies; 12+ 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] 12+ messages in thread

end of thread, other threads:[~2023-07-21 22:10 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-29 23:17 [PR PATCH] orphan some packages 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
2022-01-30 12:53 ` steinex
2022-01-30 13:07 ` tibequadorian
2022-01-30 13:08 ` tibequadorian
2022-01-30 13:09 ` steinex
2022-02-01 21:16 ` [PR PATCH] [Merged]: " leahneukirchen
2022-02-05  6:29 [PR PATCH] " skmpz
2022-02-05 14:36 ` [PR PATCH] [Merged]: " paper42
2023-07-20 17:36 [PR PATCH] " paper42
2023-07-21 22:10 ` [PR PATCH] [Merged]: " paper42

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