Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] econnman: fix distfile location.
@ 2020-10-30 23:44 fosslinux
  2020-10-30 23:44 ` [PR PATCH] [Updated] " fosslinux
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: fosslinux @ 2020-10-30 23:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fosslinux/void-packages econnman-distfile
https://github.com/void-linux/void-packages/pull/25994

econnman: fix distfile location.
The upstream distfile location has moved, and has dropped the .0 from
the end, strip it off, the strip probably will need to be removed for
1.1.1 if that happens.

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

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

From 4aff2417da9d16d7d1fe76d1e48e7ed982b4a8a4 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Sat, 31 Oct 2020 10:42:52 +1100
Subject: [PATCH] econnman: fix distfile location.

The upstream distfile location has moved, and has dropped the .0 from
the end, strip it off, the strip probably will need to be removed for
1.1.1 if that happens.
---
 srcpkgs/econnman/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/econnman/template b/srcpkgs/econnman/template
index 9568c2e2adf..cc903bd082e 100644
--- a/srcpkgs/econnman/template
+++ b/srcpkgs/econnman/template
@@ -3,8 +3,7 @@ pkgname=econnman
 version=1.1.0
 revision=5
 archs=noarch
-_gitrev=18e7be6bf80df6b86965ba93391b205339fc7267
-wrksrc=${pkgname}-${_gitrev}
+wrksrc="${pkgname}-${version%.*}"
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config python3 efl-devel"
 makedepends="efl-devel python3-efl"
@@ -14,7 +13,8 @@ maintainer="q66 <daniel@octaforge.org>"
 license="LGPL-3.0-only"
 homepage="http://enlightenment.org"
 distfiles="https://git.enlightenment.org/apps/econnman.git/snapshot/econnman-${_gitrev}.tar.gz"
-checksum=6188accebac2bb52466794c685f042f9f2bcc7d5d77b2417b30458e2e7265282
+distfiles="http://download.enlightenment.org/rel/apps/econnman/econnman-${version%.*}.tar.xz"
+checksum=0cce87681fae7ca70f1e63cfe0ae65fdf17bc334727054317e25e3897619ed85
 python_version=3
 
 pre_configure() {

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

* Re: [PR PATCH] [Updated] econnman: fix distfile location.
  2020-10-30 23:44 [PR PATCH] econnman: fix distfile location fosslinux
@ 2020-10-30 23:44 ` fosslinux
  2020-10-31  1:17 ` [PR REVIEW] " sgn
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: fosslinux @ 2020-10-30 23:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fosslinux/void-packages econnman-distfile
https://github.com/void-linux/void-packages/pull/25994

econnman: fix distfile location.
The upstream distfile location has moved, and has dropped the .0 from
the end, strip it off, the strip probably will need to be removed for
1.1.1 if that happens.

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

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

From 8b94df59a3a14cb136e01fb790662c8d5629c8cd Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Sat, 31 Oct 2020 10:42:52 +1100
Subject: [PATCH] econnman: fix distfile location.

The upstream distfile location has moved, and has dropped the .0 from
the end, strip it off, the strip probably will need to be removed for
1.1.1 if that happens.
---
 srcpkgs/econnman/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/econnman/template b/srcpkgs/econnman/template
index 9568c2e2adf..00dd220a5a9 100644
--- a/srcpkgs/econnman/template
+++ b/srcpkgs/econnman/template
@@ -3,8 +3,7 @@ pkgname=econnman
 version=1.1.0
 revision=5
 archs=noarch
-_gitrev=18e7be6bf80df6b86965ba93391b205339fc7267
-wrksrc=${pkgname}-${_gitrev}
+wrksrc="${pkgname}-${version%.*}"
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config python3 efl-devel"
 makedepends="efl-devel python3-efl"
@@ -13,8 +12,8 @@ short_desc="Enlightenment ConnMan user interface"
 maintainer="q66 <daniel@octaforge.org>"
 license="LGPL-3.0-only"
 homepage="http://enlightenment.org"
-distfiles="https://git.enlightenment.org/apps/econnman.git/snapshot/econnman-${_gitrev}.tar.gz"
-checksum=6188accebac2bb52466794c685f042f9f2bcc7d5d77b2417b30458e2e7265282
+distfiles="http://download.enlightenment.org/rel/apps/econnman/econnman-${version%.*}.tar.xz"
+checksum=0cce87681fae7ca70f1e63cfe0ae65fdf17bc334727054317e25e3897619ed85
 python_version=3
 
 pre_configure() {

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

* Re: [PR REVIEW] econnman: fix distfile location.
  2020-10-30 23:44 [PR PATCH] econnman: fix distfile location fosslinux
  2020-10-30 23:44 ` [PR PATCH] [Updated] " fosslinux
@ 2020-10-31  1:17 ` sgn
  2020-10-31 23:28 ` fosslinux
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: sgn @ 2020-10-31  1:17 UTC (permalink / raw)
  To: ml

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

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/25994#discussion_r515438496

Comment:
`noarch`, too.
(I'm not going to merge this, but defer to q66)

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

* Re: econnman: fix distfile location.
  2020-10-30 23:44 [PR PATCH] econnman: fix distfile location fosslinux
  2020-10-30 23:44 ` [PR PATCH] [Updated] " fosslinux
  2020-10-31  1:17 ` [PR REVIEW] " sgn
@ 2020-10-31 23:28 ` fosslinux
  2020-10-31 23:28 ` [PR PATCH] [Updated] " fosslinux
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: fosslinux @ 2020-10-31 23:28 UTC (permalink / raw)
  To: ml

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

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/25994#issuecomment-720001480

Comment:
Removed noarch too

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

* Re: [PR PATCH] [Updated] econnman: fix distfile location.
  2020-10-30 23:44 [PR PATCH] econnman: fix distfile location fosslinux
                   ` (2 preceding siblings ...)
  2020-10-31 23:28 ` fosslinux
@ 2020-10-31 23:28 ` fosslinux
  2020-11-01  0:26 ` q66
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: fosslinux @ 2020-10-31 23:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fosslinux/void-packages econnman-distfile
https://github.com/void-linux/void-packages/pull/25994

econnman: fix distfile location.
The upstream distfile location has moved, and has dropped the .0 from
the end, strip it off, the strip probably will need to be removed for
1.1.1 if that happens.

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

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

From e88af15d695c7480b7970a7618db1bdd79063296 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Sat, 31 Oct 2020 10:42:52 +1100
Subject: [PATCH] econnman: fix distfile location, remove noarch.

The upstream distfile location has moved, and has dropped the .0 from
the end, strip it off, the strip probably will need to be removed for
1.1.1 if that happens.
---
 srcpkgs/econnman/template | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/econnman/template b/srcpkgs/econnman/template
index 9568c2e2adf..cade46aab64 100644
--- a/srcpkgs/econnman/template
+++ b/srcpkgs/econnman/template
@@ -1,10 +1,8 @@
 # Template file for 'econnman'
 pkgname=econnman
 version=1.1.0
-revision=5
-archs=noarch
-_gitrev=18e7be6bf80df6b86965ba93391b205339fc7267
-wrksrc=${pkgname}-${_gitrev}
+revision=6
+wrksrc="${pkgname}-${version%.*}"
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config python3 efl-devel"
 makedepends="efl-devel python3-efl"
@@ -13,8 +11,8 @@ short_desc="Enlightenment ConnMan user interface"
 maintainer="q66 <daniel@octaforge.org>"
 license="LGPL-3.0-only"
 homepage="http://enlightenment.org"
-distfiles="https://git.enlightenment.org/apps/econnman.git/snapshot/econnman-${_gitrev}.tar.gz"
-checksum=6188accebac2bb52466794c685f042f9f2bcc7d5d77b2417b30458e2e7265282
+distfiles="http://download.enlightenment.org/rel/apps/econnman/econnman-${version%.*}.tar.xz"
+checksum=0cce87681fae7ca70f1e63cfe0ae65fdf17bc334727054317e25e3897619ed85
 python_version=3
 
 pre_configure() {

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

* Re: econnman: fix distfile location.
  2020-10-30 23:44 [PR PATCH] econnman: fix distfile location fosslinux
                   ` (3 preceding siblings ...)
  2020-10-31 23:28 ` [PR PATCH] [Updated] " fosslinux
@ 2020-11-01  0:26 ` q66
  2020-11-01  0:29 ` [PR PATCH] [Closed]: " q66
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: q66 @ 2020-11-01  0:26 UTC (permalink / raw)
  To: ml

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

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/pull/25994#issuecomment-720006764

Comment:
no, this is just wrong

the 1.1.0 tag is 7 years old, the revision we point to is the last that was in the git

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

* Re: [PR PATCH] [Closed]: econnman: fix distfile location.
  2020-10-30 23:44 [PR PATCH] econnman: fix distfile location fosslinux
                   ` (4 preceding siblings ...)
  2020-11-01  0:26 ` q66
@ 2020-11-01  0:29 ` q66
  2020-11-01  0:29 ` q66
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: q66 @ 2020-11-01  0:29 UTC (permalink / raw)
  To: ml

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

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

econnman: fix distfile location.
https://github.com/void-linux/void-packages/pull/25994

Description:
The upstream distfile location has moved, and has dropped the .0 from
the end, strip it off, the strip probably will need to be removed for
1.1.1 if that happens.

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

* Re: econnman: fix distfile location.
  2020-10-30 23:44 [PR PATCH] econnman: fix distfile location fosslinux
                   ` (5 preceding siblings ...)
  2020-11-01  0:29 ` [PR PATCH] [Closed]: " q66
@ 2020-11-01  0:29 ` q66
  2020-11-01  1:12 ` fosslinux
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: q66 @ 2020-11-01  0:29 UTC (permalink / raw)
  To: ml

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

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/pull/25994#issuecomment-720007042

Comment:
the location hasn't "moved", the cgit on E servers currently seems to have snapshots disabled, that needs to be fixed

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

* Re: econnman: fix distfile location.
  2020-10-30 23:44 [PR PATCH] econnman: fix distfile location fosslinux
                   ` (6 preceding siblings ...)
  2020-11-01  0:29 ` q66
@ 2020-11-01  1:12 ` fosslinux
  2020-11-01  1:20 ` q66
  2020-11-01  1:25 ` fosslinux
  9 siblings, 0 replies; 11+ messages in thread
From: fosslinux @ 2020-11-01  1:12 UTC (permalink / raw)
  To: ml

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

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/25994#issuecomment-720011020

Comment:
Well that was wholly unclear from the template it seemed that the commit was probably the release. It certainly seemed like the location had moved also

But removing it seems like a fine path to me

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

* Re: econnman: fix distfile location.
  2020-10-30 23:44 [PR PATCH] econnman: fix distfile location fosslinux
                   ` (7 preceding siblings ...)
  2020-11-01  1:12 ` fosslinux
@ 2020-11-01  1:20 ` q66
  2020-11-01  1:25 ` fosslinux
  9 siblings, 0 replies; 11+ messages in thread
From: q66 @ 2020-11-01  1:20 UTC (permalink / raw)
  To: ml

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

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/pull/25994#issuecomment-720011683

Comment:
when something is unclear, you should at least bother to 1) read the git history 2) ping the maintainer of the template (in this case, me) if available

i've seen this PR by chance only

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

* Re: econnman: fix distfile location.
  2020-10-30 23:44 [PR PATCH] econnman: fix distfile location fosslinux
                   ` (8 preceding siblings ...)
  2020-11-01  1:20 ` q66
@ 2020-11-01  1:25 ` fosslinux
  9 siblings, 0 replies; 11+ messages in thread
From: fosslinux @ 2020-11-01  1:25 UTC (permalink / raw)
  To: ml

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

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/25994#issuecomment-720012211

Comment:
Fair enough 

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

end of thread, other threads:[~2020-11-01  1:25 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-30 23:44 [PR PATCH] econnman: fix distfile location fosslinux
2020-10-30 23:44 ` [PR PATCH] [Updated] " fosslinux
2020-10-31  1:17 ` [PR REVIEW] " sgn
2020-10-31 23:28 ` fosslinux
2020-10-31 23:28 ` [PR PATCH] [Updated] " fosslinux
2020-11-01  0:26 ` q66
2020-11-01  0:29 ` [PR PATCH] [Closed]: " q66
2020-11-01  0:29 ` q66
2020-11-01  1:12 ` fosslinux
2020-11-01  1:20 ` q66
2020-11-01  1:25 ` fosslinux

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