Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] *: orphan b-l-a-i-n-e's packages.
@ 2023-08-09 21:00 mhmdanas
  2023-08-10  2:03 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: mhmdanas @ 2023-08-09 21:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages orphan-blaine-pkgs
https://github.com/void-linux/void-packages/pull/45514

*: orphan b-l-a-i-n-e's packages.
Last commit was a3b6b003348b0ce8637d90af03df60dca1e5234a in January 2022.

@b-l-a-i-n-e is this fine with you?

[ci skip]

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

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From aaeaf88cf53cf3052740eb9e8e50093b1271e107 Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Wed, 9 Aug 2023 21:59:03 +0100
Subject: [PATCH] *: orphan b-l-a-i-n-e's packages.

Last commit was a3b6b003348b0ce8637d90af03df60dca1e5234a in January 2022.
---
 srcpkgs/1password/template  | 2 +-
 srcpkgs/rbenv/template      | 2 +-
 srcpkgs/ruby-build/template | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/1password/template b/srcpkgs/1password/template
index 92c7fde502292..4c64cf6321c44 100644
--- a/srcpkgs/1password/template
+++ b/srcpkgs/1password/template
@@ -5,7 +5,7 @@ revision=1
 archs="x86_64 aarch64"
 hostmakedepends="gnupg"
 short_desc="Password manager"
-maintainer="b-l-a-i-n-e <blaine.gilbreth@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="custom:Proprietary"
 homepage="https://www.1password.com"
 
diff --git a/srcpkgs/rbenv/template b/srcpkgs/rbenv/template
index 8cdca07a52284..47bf980368a29 100644
--- a/srcpkgs/rbenv/template
+++ b/srcpkgs/rbenv/template
@@ -8,7 +8,7 @@ make_build_args="-C"
 make_build_target="src"
 depends="ruby-build"
 short_desc="Manage your app's Ruby environment"
-maintainer="b-l-a-i-n-e <blaine.gilbreth@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/rbenv/rbenv"
 distfiles="https://github.com/rbenv/rbenv/archive/refs/tags/v${version}.tar.gz"
diff --git a/srcpkgs/ruby-build/template b/srcpkgs/ruby-build/template
index eff8674472c63..b7ef3ff7f7d9d 100644
--- a/srcpkgs/ruby-build/template
+++ b/srcpkgs/ruby-build/template
@@ -4,7 +4,7 @@ version=20221124
 revision=1
 depends="bash"
 short_desc="Compile and install Ruby"
-maintainer="b-l-a-i-n-e <blaine.gilbreth@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/rbenv/ruby-build"
 distfiles="https://github.com/rbenv/ruby-build/archive/refs/tags/v${version}.tar.gz"

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

* Re: [PR PATCH] [Merged]: *: orphan b-l-a-i-n-e's packages.
  2023-08-09 21:00 [PR PATCH] *: orphan b-l-a-i-n-e's packages mhmdanas
@ 2023-08-10  2:03 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2023-08-10  2:03 UTC (permalink / raw)
  To: ml

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

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

*: orphan b-l-a-i-n-e's packages.
https://github.com/void-linux/void-packages/pull/45514

Description:
Last commit was a3b6b003348b0ce8637d90af03df60dca1e5234a in January 2022.

@b-l-a-i-n-e is this fine with you?

[ci skip]

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

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-08-10  2:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-09 21:00 [PR PATCH] *: orphan b-l-a-i-n-e's packages mhmdanas
2023-08-10  2:03 ` [PR PATCH] [Merged]: " classabbyamp

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