public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/i3/
Date: Mon, 16 Nov 2020 23:26:17 +0000 (UTC)	[thread overview]
Message-ID: <1605569170.5493d458d8a44802b86ef5e6d3d045693ef66ac2.polynomial-c@gentoo> (raw)

commit:     5493d458d8a44802b86ef5e6d3d045693ef66ac2
Author:     Nelo-T. Wallus <nelo <AT> wallus <DOT> de>
AuthorDate: Mon Nov 16 22:04:22 2020 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Nov 16 23:26:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5493d458

x11-wm/i3: Bump to v4.19

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Nelo-T. Wallus <nelo <AT> wallus.de>
Closes: https://github.com/gentoo/gentoo/pull/18289
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 x11-wm/i3/Manifest                           | 1 +
 x11-wm/i3/{i3-9999.ebuild => i3-4.19.ebuild} | 2 +-
 x11-wm/i3/i3-9999.ebuild                     | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/x11-wm/i3/Manifest b/x11-wm/i3/Manifest
index f4ce02652a2..231429f4aa1 100644
--- a/x11-wm/i3/Manifest
+++ b/x11-wm/i3/Manifest
@@ -4,3 +4,4 @@ DIST i3-4.18.1.tar.bz2 1217703 BLAKE2B 469a6ac09004f95861655858c47d9e6b2f378152b
 DIST i3-4.18.2.tar.bz2 1218440 BLAKE2B 55fba66b2399730cb3bc63d76efff18a439aad755c943f06d7622bd7c4d91502b3750cff638b98ef86d6f99746bc1858ffbd9396e2d89a7220f513575879e08a SHA512 997c7cdf32f95ba25cfcd483a09f7e37e5219e4501baefa5c1865ddffd206bc9725211e4082663fab4174dc947b663ff454d343a7e30340ac3ea451f999417fc
 DIST i3-4.18.3.tar.bz2 1218766 BLAKE2B c394bbe9882dc893107f0c948632a3a79c52db75b75b2890f6f43fa60d80ce82d1c8a8c32a8793f59d9a6f929ab038765dbe3813c3c6bc1b79bebbbbde772451 SHA512 61599b79247ec546819bab22666a78fc8dc77eecbcf6055efb6b52720290fa7f72719ac6670396a6dfb54858781e438b5207c15fdf2cf9e2424a1b84ffeb749c
 DIST i3-4.18.tar.bz2 1218591 BLAKE2B 582b7ba3a54edf8dd2657add05eb54a64b7c004761a1a248d91dfcb061cb9df215ff35301c125b11aa69b571daeacd5732b498934c1fb17f69404a101fd16ec8 SHA512 0bbfda7f4b20a92a50ffb6abbfc3f6bfe6bb4c987ad4b5b1791192eb23b8c3389cc9949a699901797370c14de1ff8e12447a3b8ce330ab7d300fafdb60a432ec
+DIST i3-4.19.tar.xz 1278600 BLAKE2B 3af5eac9cb618bc3b3da0bca430e1882701802f49e092d1e6fa7a35ceb3f2c0287b66eceeb0123a7dfda9976df06227bec34d7d98873aedc2292a2ba94584d84 SHA512 e9e85dfa099751e95f05e8ed5048535bc669d73c51d3bd7e83740ee79d613f981a1130c35f54fb4725b31d18bed63d6bd5efacce8e086483e28d7c778407653a

diff --git a/x11-wm/i3/i3-9999.ebuild b/x11-wm/i3/i3-4.19.ebuild
similarity index 97%
copy from x11-wm/i3/i3-9999.ebuild
copy to x11-wm/i3/i3-4.19.ebuild
index 01355605396..1f996455176 100644
--- a/x11-wm/i3/i3-9999.ebuild
+++ b/x11-wm/i3/i3-4.19.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" = *9999 ]]; then
 	EGIT_REPO_URI="https://github.com/i3/i3"
 	EGIT_BRANCH="next"
 else
-	SRC_URI="https://i3wm.org/downloads/${P}.tar.bz2"
+	SRC_URI="https://i3wm.org/downloads/${P}.tar.xz"
 	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 fi
 

diff --git a/x11-wm/i3/i3-9999.ebuild b/x11-wm/i3/i3-9999.ebuild
index 01355605396..1f996455176 100644
--- a/x11-wm/i3/i3-9999.ebuild
+++ b/x11-wm/i3/i3-9999.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" = *9999 ]]; then
 	EGIT_REPO_URI="https://github.com/i3/i3"
 	EGIT_BRANCH="next"
 else
-	SRC_URI="https://i3wm.org/downloads/${P}.tar.bz2"
+	SRC_URI="https://i3wm.org/downloads/${P}.tar.xz"
 	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 fi
 


             reply	other threads:[~2020-11-16 23:26 UTC|newest]

Thread overview: 85+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-16 23:26 Lars Wendler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-06  7:32 [gentoo-commits] repo/gentoo:master commit in: x11-wm/i3/ Arthur Zamarin
2025-01-05 19:08 Sam James
2024-11-18 16:10 Jakov Smolić
2024-09-11 18:12 Arthur Zamarin
2024-08-30 15:31 Jakov Smolić
2024-08-30 15:31 Jakov Smolić
2024-02-03 22:13 Jakov Smolić
2023-11-22 17:10 Jakov Smolić
2023-05-07 14:07 Jakov Smolić
2023-04-03 19:13 Arthur Zamarin
2023-03-29 14:58 Sam James
2023-01-25  6:31 Jakov Smolić
2023-01-24 17:28 Alexys Jacob
2023-01-21  8:41 Arthur Zamarin
2023-01-21  8:41 Arthur Zamarin
2022-12-01  8:48 Jakov Smolić
2022-10-29 11:03 Jakov Smolić
2022-09-27  5:23 Jakov Smolić
2022-09-27  5:23 Jakov Smolić
2021-12-15  8:20 Jakov Smolić
2021-12-15  7:34 Arthur Zamarin
2021-12-10 12:16 Jakov Smolić
2021-11-09  8:46 Jakov Smolić
2021-10-20  9:59 Jakov Smolić
2021-10-19 11:29 Jakov Smolić
2021-10-10 22:20 Sam James
2021-10-04 10:09 Jakov Smolić
2021-10-04  1:27 Sam James
2021-09-21 13:41 Yixun Lan
2021-09-04 21:29 Sam James
2021-09-04 12:09 Jakov Smolić
2021-09-03 15:36 Alexys Jacob
2021-08-30 17:39 Jakov Smolić
2021-08-30  8:40 Lars Wendler
2021-08-26 22:27 Sam James
2021-04-04 18:55 Andreas Sturmlechner
2021-02-02  8:13 Lars Wendler
2021-01-29  8:07 Lars Wendler
2020-11-24  9:37 Lars Wendler
2020-11-17 10:00 Lars Wendler
2020-11-09 22:18 Lars Wendler
2020-10-25 19:26 Lars Wendler
2020-07-26  9:13 Lars Wendler
2020-06-29  6:33 Michał Górny
2020-06-17 21:57 Thomas Deutschmann
2020-06-17 21:57 Thomas Deutschmann
2020-05-25 12:15 Mikle Kolyada
2020-02-18 21:17 Lars Wendler
2020-01-14 22:48 Matt Turner
2019-09-08  8:03 Lars Wendler
2019-03-26  8:58 Lars Wendler
2018-11-29  8:34 Lars Wendler
2018-10-24 13:27 Lars Wendler
2018-10-02 14:27 Mikle Kolyada
2018-09-11  8:04 Lars Wendler
2018-03-17 21:01 Lars Wendler
2018-02-14 19:38 Michał Górny
2018-02-11 11:36 Michał Górny
2018-01-16 11:29 Lars Wendler
2018-01-16  0:03 Lars Wendler
2018-01-16  0:03 Lars Wendler
2017-12-24 12:01 Markus Meier
2017-11-29 19:27 Lars Wendler
2017-10-18  6:02 Lars Wendler
2017-10-13  9:38 Lars Wendler
2017-09-13 19:22 Lars Wendler
2017-07-30  9:23 Michał Górny
2017-07-13  6:43 Lars Wendler
2017-06-20 12:53 Pacho Ramos
2017-02-25 14:23 Markus Meier
2017-01-11 16:17 Agostino Sarubbo
2016-11-10 14:25 Kacper Kowalik
2016-11-09 23:26 Kacper Kowalik
2016-11-09 23:20 Kacper Kowalik
2016-11-09 23:20 Kacper Kowalik
2016-11-09 22:49 Kacper Kowalik
2016-06-17 13:28 Kacper Kowalik
2016-05-22 19:35 Pacho Ramos
2016-03-06 21:29 Kacper Kowalik
2015-10-04 10:14 Agostino Sarubbo
2015-10-01 12:37 Agostino Sarubbo
2015-09-30 14:43 Kacper Kowalik
2015-09-08 14:47 Kacper Kowalik
2015-08-26 14:39 Kacper Kowalik

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=1605569170.5493d458d8a44802b86ef5e6d3d045693ef66ac2.polynomial-c@gentoo \
    --to=polynomial-c@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