Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] *: orphan packages maintained by Kharlamov Alexey.
@ 2023-10-23  0:38 mhmdanas
  2023-10-23  0:42 ` [PR PATCH] [Updated] " mhmdanas
  2023-10-24 12:50 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: mhmdanas @ 2023-10-23  0:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages orphan-kharlamov-alexey-packages
https://github.com/void-linux/void-packages/pull/46840

*: orphan packages maintained by Kharlamov Alexey.
Assuming they're the same as Alexey Derlaft (which they seem to be), then their last commit was 0f50bb7be30 in 2015.

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

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

From bd8b075291785c159e4b04679278292fa358da13 Mon Sep 17 00:00:00 2001
From: Mohammed Anas <triallax@tutanota.com>
Date: Mon, 23 Oct 2023 01:31:40 +0100
Subject: [PATCH] *: orphan packages maintained by Kharlamov Alexey.

Assuming they're the same as Alexey Derlaft (which they seem to be),
then their last commit was 0f50bb7be30 in 2015.
---
 srcpkgs/nomacs/template           | 2 +-
 srcpkgs/pidgin-libnotify/template | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/nomacs/template b/srcpkgs/nomacs/template
index 57d3a1e98e846..c52cd54e294db 100644
--- a/srcpkgs/nomacs/template
+++ b/srcpkgs/nomacs/template
@@ -10,7 +10,7 @@ hostmakedepends="pkg-config qt5-qmake qt5-host-tools quazip-devel"
 makedepends="qt5-tools-devel qt5-svg-devel exiv2-devel libopencv-devel
  libraw-devel quazip-devel"
 short_desc="Simple yet powerful Qt imageviewer"
-maintainer="Kharlamov Alexey <der@2-47.ru>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/nomacs/nomacs"
 distfiles="https://github.com/nomacs/nomacs/archive/${version}.tar.gz"
diff --git a/srcpkgs/pidgin-libnotify/template b/srcpkgs/pidgin-libnotify/template
index 5a627f323836d..78fafc1421947 100644
--- a/srcpkgs/pidgin-libnotify/template
+++ b/srcpkgs/pidgin-libnotify/template
@@ -7,7 +7,7 @@ configure_args="--disable-deprecated --disable-static"
 hostmakedepends="intltool pkg-config"
 makedepends="pidgin-devel libnotify-devel"
 short_desc="Pidgin plugin that enables popups when someone logs in or messages you"
-maintainer="Kharlamov Alexey <der@2-47.ru>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 # See its only source file pidgin-libnotify.c
 license="GPL-2.0-or-later"
 homepage="http://gaim-libnotify.sourceforge.net/"

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

* Re: [PR PATCH] [Updated] *: orphan packages maintained by Kharlamov Alexey.
  2023-10-23  0:38 [PR PATCH] *: orphan packages maintained by Kharlamov Alexey mhmdanas
@ 2023-10-23  0:42 ` mhmdanas
  2023-10-24 12:50 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: mhmdanas @ 2023-10-23  0:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages orphan-kharlamov-alexey-packages
https://github.com/void-linux/void-packages/pull/46840

*: orphan packages maintained by Kharlamov Alexey.
Assuming they're the same as Alexey Derlaft (which they seem to be), then their last commit was 0f50bb7be30 in 2015.

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

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

[ci skip]
<!--
#### 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/46840.patch is attached

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

From 3d821716dd6ba3166bf1d2b3a97c9acf63930877 Mon Sep 17 00:00:00 2001
From: Mohammed Anas <triallax@tutanota.com>
Date: Mon, 23 Oct 2023 01:31:40 +0100
Subject: [PATCH] *: orphan packages maintained by Kharlamov Alexey.

Assuming they're the same as Alexey Derlaft (which they do seem to be),
then their last commit was 0f50bb7be30 in 2015.
---
 srcpkgs/nomacs/template           | 2 +-
 srcpkgs/pidgin-libnotify/template | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/nomacs/template b/srcpkgs/nomacs/template
index 57d3a1e98e846..c52cd54e294db 100644
--- a/srcpkgs/nomacs/template
+++ b/srcpkgs/nomacs/template
@@ -10,7 +10,7 @@ hostmakedepends="pkg-config qt5-qmake qt5-host-tools quazip-devel"
 makedepends="qt5-tools-devel qt5-svg-devel exiv2-devel libopencv-devel
  libraw-devel quazip-devel"
 short_desc="Simple yet powerful Qt imageviewer"
-maintainer="Kharlamov Alexey <der@2-47.ru>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/nomacs/nomacs"
 distfiles="https://github.com/nomacs/nomacs/archive/${version}.tar.gz"
diff --git a/srcpkgs/pidgin-libnotify/template b/srcpkgs/pidgin-libnotify/template
index 5a627f323836d..78fafc1421947 100644
--- a/srcpkgs/pidgin-libnotify/template
+++ b/srcpkgs/pidgin-libnotify/template
@@ -7,7 +7,7 @@ configure_args="--disable-deprecated --disable-static"
 hostmakedepends="intltool pkg-config"
 makedepends="pidgin-devel libnotify-devel"
 short_desc="Pidgin plugin that enables popups when someone logs in or messages you"
-maintainer="Kharlamov Alexey <der@2-47.ru>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 # See its only source file pidgin-libnotify.c
 license="GPL-2.0-or-later"
 homepage="http://gaim-libnotify.sourceforge.net/"

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

* Re: [PR PATCH] [Merged]: *: orphan packages maintained by Kharlamov Alexey.
  2023-10-23  0:38 [PR PATCH] *: orphan packages maintained by Kharlamov Alexey mhmdanas
  2023-10-23  0:42 ` [PR PATCH] [Updated] " mhmdanas
@ 2023-10-24 12:50 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2023-10-24 12:50 UTC (permalink / raw)
  To: ml

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

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

*: orphan packages maintained by Kharlamov Alexey.
https://github.com/void-linux/void-packages/pull/46840

Description:
Assuming they're the same as Alexey Derlaft (which they seem to be), then their last commit was 0f50bb7be30 in 2015.

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

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

[ci skip]
<!--
#### 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] 3+ messages in thread

end of thread, other threads:[~2023-10-24 12:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-23  0:38 [PR PATCH] *: orphan packages maintained by Kharlamov Alexey mhmdanas
2023-10-23  0:42 ` [PR PATCH] [Updated] " mhmdanas
2023-10-24 12:50 ` [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).