Github messages for voidlinux
 help / color / mirror / Atom feed
From: paper42 <paper42@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] srcpkgs: orphan my stuff
Date: Sun, 25 Dec 2022 17:12:50 +0100	[thread overview]
Message-ID: <20221225161250.vXriN1Xs0QicGAUo7x8pvqOTiaPkubqd2hgNxcxDe1k@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-39424@inbox.vuxu.org>

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

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

https://github.com/ftrvxmtrx/void-packages master
https://github.com/void-linux/void-packages/pull/39424

srcpkgs: orphan my stuff
#### Testing the changes
- I tested the changes in this PR: **n/a**


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

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

From 5310687b8b6e12819c4ac5ce7ba209b5a774d5df Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 25 Dec 2022 17:07:11 +0100
Subject: [PATCH 1/8] SDL2: orphan

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

diff --git a/srcpkgs/SDL2/template b/srcpkgs/SDL2/template
index 0ab04c84c7c2..82a6c16eb791 100644
--- a/srcpkgs/SDL2/template
+++ b/srcpkgs/SDL2/template
@@ -10,7 +10,7 @@ hostmakedepends="pkg-config nasm"
 makedepends="alsa-lib-devel dbus-devel eudev-libudev-devel libusb-compat-devel
  libsamplerate-devel"
 short_desc="Simple DirectMedia Layer (version 2)"
-maintainer="Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="Zlib"
 homepage="https://www.libsdl.org/"
 changelog="https://raw.githubusercontent.com/libsdl-org/SDL/SDL2/WhatsNew.txt"

From a96a0562c14bc39b129f305ec1c869619f2156a1 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 25 Dec 2022 17:07:51 +0100
Subject: [PATCH 2/8] SDL2_ttf: orphan

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

diff --git a/srcpkgs/SDL2_ttf/template b/srcpkgs/SDL2_ttf/template
index 2e63fcc0d7fd..441e1f7beb59 100644
--- a/srcpkgs/SDL2_ttf/template
+++ b/srcpkgs/SDL2_ttf/template
@@ -7,7 +7,7 @@ configure_args="--disable-static"
 hostmakedepends="pkg-config"
 makedepends="freetype-devel MesaLib-devel SDL2-devel libSM-devel"
 short_desc="Use TrueType fonts in your SDL 2.x applications"
-maintainer="Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/libsdl-org/SDL_ttf"
 distfiles="${homepage}/releases/download/release-${version}/${pkgname}-${version}.tar.gz"

From 3df20ac08677f6ffce4de83c9316a69400052bb9 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 25 Dec 2022 17:07:33 +0100
Subject: [PATCH 3/8] pc: orphan

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

diff --git a/srcpkgs/pc/template b/srcpkgs/pc/template
index 87ae1871a783..bcde3a988877 100644
--- a/srcpkgs/pc/template
+++ b/srcpkgs/pc/template
@@ -6,7 +6,7 @@ build_style=gnu-makefile
 make_use_env=yes
 hostmakedepends="byacc"
 short_desc="Programmer's calculator"
-maintainer="Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://git.sr.ht/~ft/pc"
 distfiles="https://git.sr.ht/~ft/pc/archive/${version}.tar.gz"

From c1c3a2cb6abc971666566f227c6927839966d46e Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 25 Dec 2022 17:07:37 +0100
Subject: [PATCH 4/8] pinentry-dmenu: orphan

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

diff --git a/srcpkgs/pinentry-dmenu/template b/srcpkgs/pinentry-dmenu/template
index 7d760f7ecdcd..825a4da7d274 100644
--- a/srcpkgs/pinentry-dmenu/template
+++ b/srcpkgs/pinentry-dmenu/template
@@ -7,7 +7,7 @@ makedepends="libXft-devel freetype-devel libconfig-devel
  libXinerama-devel libgpg-error-devel libassuan-devel
  gpgme-devel"
 short_desc="Pinentry program based on dmenu"
-maintainer="Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/ftrvxmtrx/pinentry-dmenu"
 distfiles="https://github.com/ftrvxmtrx/pinentry-dmenu/archive/${version}.tar.gz"

From b9820518ee07702e18a50a5799807bfd9d860a50 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 25 Dec 2022 17:07:39 +0100
Subject: [PATCH 5/8] libopenal: orphan

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

diff --git a/srcpkgs/libopenal/template b/srcpkgs/libopenal/template
index 2d7c6c7e0d8c..77218f9e539d 100644
--- a/srcpkgs/libopenal/template
+++ b/srcpkgs/libopenal/template
@@ -8,7 +8,7 @@ hostmakedepends="pkg-config"
 makedepends="zlib-devel alsa-lib-devel pulseaudio-devel SDL2-devel ffmpeg-devel
  jack-devel $(vopt_if sndio sndio-devel)"
 short_desc="Cross-platform 3D audio library"
-maintainer="Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="http://openal-soft.org/"
 changelog="https://raw.githubusercontent.com/kcat/openal-soft/master/ChangeLog"

From e500e5ed58d8a80fac2e9a1c28c488e716d0dd7e Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 25 Dec 2022 17:07:43 +0100
Subject: [PATCH 6/8] fuse-9pfs: orphan

---
 srcpkgs/fuse-9pfs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fuse-9pfs/template b/srcpkgs/fuse-9pfs/template
index adc6c60b3dc4..f21b153a68a4 100644
--- a/srcpkgs/fuse-9pfs/template
+++ b/srcpkgs/fuse-9pfs/template
@@ -7,7 +7,7 @@ make_use_env=yes
 hostmakedepends="pkg-config"
 makedepends="fuse-devel"
 short_desc="FUSE client for 9p protocol"
-maintainer="Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="ISC, MIT"
 homepage="https://github.com/ftrvxmtrx/9pfs"
 distfiles="https://github.com/ftrvxmtrx/9pfs/archive/${version}.tar.gz"

From 92e7c8cb0e6845e1d34b2cd6b03f017b84d79d5f Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 25 Dec 2022 17:07:44 +0100
Subject: [PATCH 7/8] chuck: orphan

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

diff --git a/srcpkgs/chuck/template b/srcpkgs/chuck/template
index 17b7c58d3722..59a4f787545b 100644
--- a/srcpkgs/chuck/template
+++ b/srcpkgs/chuck/template
@@ -10,7 +10,7 @@ make_build_target="linux-jack"
 hostmakedepends="bison flex"
 makedepends="jack-devel libsndfile-devel liblo-devel"
 short_desc="Concurrent, on-the-fly audio programming language"
-maintainer="Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="http://chuck.cs.princeton.edu"
 changelog="https://chuck.cs.princeton.edu/release/VERSIONS"

From 3680007d91c5659f139d3dcc802e37e6f80aee1a Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 25 Dec 2022 17:07:47 +0100
Subject: [PATCH 8/8] bindfs: orphan

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

diff --git a/srcpkgs/bindfs/template b/srcpkgs/bindfs/template
index a57c1b3663a3..ff7cc4616e63 100644
--- a/srcpkgs/bindfs/template
+++ b/srcpkgs/bindfs/template
@@ -6,7 +6,7 @@ build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="fuse3-devel"
 short_desc="FUSE filesystem for mounting a directory to another location"
-maintainer="Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://bindfs.org"
 changelog="https://bindfs.org/docs/ChangeLog.utf8.txt"

  parent reply	other threads:[~2022-12-25 16:12 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-22 19:59 [PR PATCH] " ftrvxmtrx
2022-09-24 16:11 ` motorto
2022-12-24  1:52 ` github-actions
2022-12-25 15:53 ` motorto
2022-12-25 16:10 ` [PR PATCH] [Updated] " paper42
2022-12-25 16:12 ` paper42 [this message]
2022-12-25 16:13 ` [PR PATCH] [Merged]: " paper42
2022-12-25 16:14 ` paper42

Reply instructions:

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

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

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

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

  git send-email \
    --in-reply-to=20221225161250.vXriN1Xs0QicGAUo7x8pvqOTiaPkubqd2hgNxcxDe1k@z \
    --to=paper42@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

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

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).