Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] portage: update to 2.3.103
@ 2020-07-19  7:35 teldra
  2020-07-20  8:56 ` [PR PATCH] [Updated] " teldra
  2020-07-21 23:40 ` [PR PATCH] [Merged]: portage: update to 3.0.0 ahesford
  0 siblings, 2 replies; 3+ messages in thread
From: teldra @ 2020-07-19  7:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages portage-update
https://github.com/void-linux/void-packages/pull/23648

portage: update to 2.3.103


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

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

From 6cc680dd3d0917cc229d5859f11b5e697312a90f Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sun, 19 Jul 2020 09:33:03 +0200
Subject: [PATCH] portage: update to 2.3.103

---
 srcpkgs/portage/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/portage/template b/srcpkgs/portage/template
index 4370bc4f5df..f2cb1f336ef 100644
--- a/srcpkgs/portage/template
+++ b/srcpkgs/portage/template
@@ -1,6 +1,6 @@
 # Template file for 'portage'
 pkgname=portage
-version=2.3.101
+version=2.3.103
 revision=1
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=python3-module
@@ -13,7 +13,7 @@ maintainer="teldra <teldra@rotce.de>"
 license="GPL-2.0-only"
 homepage="https://wiki.gentoo.org/wiki/Portage"
 distfiles="https://github.com/gentoo/${pkgname}/archive/${pkgname}-${version}.tar.gz"
-checksum=dd3f5e6bf122fea87b5eabd106f2eafbbd2e2aff03ca2106d215c34a84dff539
+checksum=13c9804127942c4bf9b02b94e0989cfd3f8fb67aebe0eac7fe98c0606e4212e4
 
 conf_files="
 	/etc/dispatch-conf.conf

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

* Re: [PR PATCH] [Updated] portage: update to 2.3.103
  2020-07-19  7:35 [PR PATCH] portage: update to 2.3.103 teldra
@ 2020-07-20  8:56 ` teldra
  2020-07-21 23:40 ` [PR PATCH] [Merged]: portage: update to 3.0.0 ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: teldra @ 2020-07-20  8:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages portage-update
https://github.com/void-linux/void-packages/pull/23648

portage: update to 2.3.103


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

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

From a41c36ee32c6689f049af2c604d7312364136cd9 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sun, 19 Jul 2020 09:33:03 +0200
Subject: [PATCH] portage: update to 3.0.0

---
 srcpkgs/portage/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/portage/template b/srcpkgs/portage/template
index 4370bc4f5df..44a22ebb780 100644
--- a/srcpkgs/portage/template
+++ b/srcpkgs/portage/template
@@ -1,6 +1,6 @@
 # Template file for 'portage'
 pkgname=portage
-version=2.3.101
+version=3.0.0
 revision=1
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=python3-module
@@ -13,7 +13,7 @@ maintainer="teldra <teldra@rotce.de>"
 license="GPL-2.0-only"
 homepage="https://wiki.gentoo.org/wiki/Portage"
 distfiles="https://github.com/gentoo/${pkgname}/archive/${pkgname}-${version}.tar.gz"
-checksum=dd3f5e6bf122fea87b5eabd106f2eafbbd2e2aff03ca2106d215c34a84dff539
+checksum=d61ef49e6bd00407a082bcbddd76b640f6b49a44448281e3a847f4a7ec841e70
 
 conf_files="
 	/etc/dispatch-conf.conf

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

* Re: [PR PATCH] [Merged]: portage: update to 3.0.0
  2020-07-19  7:35 [PR PATCH] portage: update to 2.3.103 teldra
  2020-07-20  8:56 ` [PR PATCH] [Updated] " teldra
@ 2020-07-21 23:40 ` ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: ahesford @ 2020-07-21 23:40 UTC (permalink / raw)
  To: ml

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

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

portage: update to 3.0.0
https://github.com/void-linux/void-packages/pull/23648

Description:


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

end of thread, other threads:[~2020-07-21 23:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-19  7:35 [PR PATCH] portage: update to 2.3.103 teldra
2020-07-20  8:56 ` [PR PATCH] [Updated] " teldra
2020-07-21 23:40 ` [PR PATCH] [Merged]: portage: update to 3.0.0 ahesford

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