public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/syslog-summary/
Date: Mon,  1 May 2023 12:37:03 +0000 (UTC)	[thread overview]
Message-ID: <1682944596.a93a8dba46206c3b578386a076554354980ef3b4.sam@gentoo> (raw)

commit:     a93a8dba46206c3b578386a076554354980ef3b4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May  1 12:23:22 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May  1 12:36:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a93a8dba

app-admin/syslog-summary: update SRC_URI to drop github.com/downloads

github.com/downloads is gone. Tarball contents are the same.

Fixes: a15736879afa028de3d75758e9a51def29d23376
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-admin/syslog-summary/Manifest                      |  2 +-
 app-admin/syslog-summary/syslog-summary-1.14-r5.ebuild | 12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/app-admin/syslog-summary/Manifest b/app-admin/syslog-summary/Manifest
index a0533e13a097..5c30b4b2b191 100644
--- a/app-admin/syslog-summary/Manifest
+++ b/app-admin/syslog-summary/Manifest
@@ -1 +1 @@
-DIST syslog-summary-1.14.tar.gz 7278 BLAKE2B 609e506c099b734be87ba6d6e21f70283d4654ab5c6d3794da71099f3e590d178348c13ab271ddb84682220091adfd702c107bf2dee792419de3ce14d2a9c9db SHA512 db1f0660ad435eea26fc3ec4cd475f5f1b98bb629495707741077e52aef88fe8bff4a318bb5b0821e57ccfa0646454c6825a5a4fc1fb4b73ea67cbd4defef277
+DIST syslog-summary-1.14.gh.tar.gz 7380 BLAKE2B eae488de0490416864eb20c8d36d06707214163bed2bb510e53653a169df75a181732ea439530f174c7d74e08b515c45e630b96983e78e975024b420a738faf1 SHA512 dab82f9d5e0e452d880e7e503c1de148d902c461abaf6fc1a0768516bd010c6a4e5cdbb61fd1d6e0283d55c8de9a11d02bd5828fab31cae98b59ca336a7f1a73

diff --git a/app-admin/syslog-summary/syslog-summary-1.14-r5.ebuild b/app-admin/syslog-summary/syslog-summary-1.14-r5.ebuild
index 25e5456e09c0..b90a328f094b 100644
--- a/app-admin/syslog-summary/syslog-summary-1.14-r5.ebuild
+++ b/app-admin/syslog-summary/syslog-summary-1.14-r5.ebuild
@@ -9,7 +9,7 @@ inherit python-single-r1
 
 DESCRIPTION="Summarizes the contents of a syslog log file"
 HOMEPAGE="https://github.com/dpaleino/syslog-summary"
-SRC_URI="https://github.com/downloads/dpaleino/${PN}/${P}.tar.gz"
+SRC_URI="https://github.com/dpaleino/syslog-summary/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
@@ -21,11 +21,11 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 DEPEND=""
 RDEPEND="${PYTHON_DEPS}"
 
-PATCHES=( \
-	"${FILESDIR}/${P}-fix-ignore-code.patch" \
-	"${FILESDIR}/${P}-remove-file-magic.patch" \
-	"${FILESDIR}/${P}-py3.patch" \
-	)
+PATCHES=(
+	"${FILESDIR}/${P}-fix-ignore-code.patch"
+	"${FILESDIR}/${P}-remove-file-magic.patch"
+	"${FILESDIR}/${P}-py3.patch"
+)
 
 src_prepare() {
 	python_fix_shebang -f syslog-summary


             reply	other threads:[~2023-05-01 12:37 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-01 12:37 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-28  5:02 [gentoo-commits] repo/gentoo:master commit in: app-admin/syslog-summary/ Sam James
2024-06-13 14:54 Arthur Zamarin
2023-02-27 12:20 Andrew Ammerlaan
2022-05-31  2:55 Sam James
2020-09-23 11:07 Michał Górny
2020-09-23 10:20 Agostino Sarubbo
2020-09-20 21:52 Thomas Deutschmann
2020-09-19  7:25 Michał Górny
2020-08-31 17:16 Aaron Bauman
2019-09-15 17:17 Michał Górny
2018-10-13 20:02 Michał Górny
2018-10-13 20:02 Michał Górny
2018-10-13 20:02 Michał Górny
2018-10-13 20:02 Michał Górny
2017-05-02 10:29 Paweł Hajdan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1682944596.a93a8dba46206c3b578386a076554354980ef3b4.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox