Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] portage: update to 3.0.13.
@ 2021-01-17 11:45 teldra
  2021-01-19 23:46 ` ericonr
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: teldra @ 2021-01-17 11:45 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/27978

portage: update to 3.0.13.


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

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

From a774867bd0506bbe80765868c2e1e72e57763d99 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sun, 17 Jan 2021 11:45:47 +0100
Subject: [PATCH] portage: update to 3.0.13.

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

diff --git a/srcpkgs/portage/template b/srcpkgs/portage/template
index 3f44cd3d6c3..58cca23fa09 100644
--- a/srcpkgs/portage/template
+++ b/srcpkgs/portage/template
@@ -1,6 +1,6 @@
 # Template file for 'portage'
 pkgname=portage
-version=3.0.12
+version=3.0.13
 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=4f8f4e1547d903f020eedceab6119a640ff2b331da33dc5e07b1634a63859d59
+checksum=5163b83786eba24e0de72da67604e4dad7146ffb31df2f7b90fa59695653dc26
 
 conf_files="
 	/etc/dispatch-conf.conf

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

* Re: portage: update to 3.0.13.
  2021-01-17 11:45 [PR PATCH] portage: update to 3.0.13 teldra
@ 2021-01-19 23:46 ` ericonr
  2021-01-20  0:03 ` [PR PATCH] [Updated] " teldra
  2021-01-20  1:36 ` [PR PATCH] [Merged]: portage: update to 3.0.14 ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-01-19 23:46 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27978#issuecomment-763216360

Comment:
.14 is out :P 

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

* Re: [PR PATCH] [Updated] portage: update to 3.0.13.
  2021-01-17 11:45 [PR PATCH] portage: update to 3.0.13 teldra
  2021-01-19 23:46 ` ericonr
@ 2021-01-20  0:03 ` teldra
  2021-01-20  1:36 ` [PR PATCH] [Merged]: portage: update to 3.0.14 ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: teldra @ 2021-01-20  0:03 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/27978

portage: update to 3.0.13.


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

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

From 6b4178be9b0a9a36846984ab1fa39820d72d324e Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Wed, 20 Jan 2021 01:03:05 +0100
Subject: [PATCH] portage: update to 3.0.14.

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

diff --git a/srcpkgs/portage/template b/srcpkgs/portage/template
index 3f44cd3d6c3..4fa784964fe 100644
--- a/srcpkgs/portage/template
+++ b/srcpkgs/portage/template
@@ -1,6 +1,6 @@
 # Template file for 'portage'
 pkgname=portage
-version=3.0.12
+version=3.0.14
 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=4f8f4e1547d903f020eedceab6119a640ff2b331da33dc5e07b1634a63859d59
+checksum=59bebfa0aa1ff2ae3f27383f0b6c7f5d271050c080f6bfd3da86c2dcf7395aaf
 
 conf_files="
 	/etc/dispatch-conf.conf

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

* Re: [PR PATCH] [Merged]: portage: update to 3.0.14.
  2021-01-17 11:45 [PR PATCH] portage: update to 3.0.13 teldra
  2021-01-19 23:46 ` ericonr
  2021-01-20  0:03 ` [PR PATCH] [Updated] " teldra
@ 2021-01-20  1:36 ` ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-01-20  1:36 UTC (permalink / raw)
  To: ml

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

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

portage: update to 3.0.14.
https://github.com/void-linux/void-packages/pull/27978

Description:


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

end of thread, other threads:[~2021-01-20  1:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-17 11:45 [PR PATCH] portage: update to 3.0.13 teldra
2021-01-19 23:46 ` ericonr
2021-01-20  0:03 ` [PR PATCH] [Updated] " teldra
2021-01-20  1:36 ` [PR PATCH] [Merged]: portage: update to 3.0.14 ericonr

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