From: Matt Turner <mattst88@gentoo.org>
To: gentoo-dev@lists.gentoo.org
Cc: Matt Turner <mattst88@gentoo.org>
Subject: [gentoo-dev] [PATCH 2/2] xorg-3.eclass: Change XORG_TARBALL_SUFFIX default from bz2 to xz
Date: Mon, 16 Dec 2024 23:19:43 -0500 [thread overview]
Message-ID: <20241217042044.3956736-2-mattst88@gentoo.org> (raw)
In-Reply-To: <20241217042044.3956736-1-mattst88@gentoo.org>
No ebuilds rely on the default being bz2.
Signed-off-by: Matt Turner <mattst88@gentoo.org>
---
These two patches and a follow on patch to remove setting
XORG_TARBALL_SUFFIX="xz" in ebuilds are available in
https://github.com/gentoo/gentoo/pull/39745
eclass/xorg-3.eclass | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git ./eclass/xorg-3.eclass ./eclass/xorg-3.eclass
index 0d51be294051..2ca5959dd1e7 100644
--- ./eclass/xorg-3.eclass
+++ ./eclass/xorg-3.eclass
@@ -111,9 +111,8 @@ HOMEPAGE="https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/${XORG_MOD
# @ECLASS_VARIABLE: XORG_TARBALL_SUFFIX
# @PRE_INHERIT
# @DESCRIPTION:
-# Most X11 projects provide tarballs as tar.bz2 or tar.xz. This eclass defaults
-# to bz2.
-: "${XORG_TARBALL_SUFFIX:="bz2"}"
+# Most X11 projects provide tarballs as tar.xz. This eclass defaults to xz.
+: "${XORG_TARBALL_SUFFIX:="xz"}"
if [[ ${PV} == *9999* ]]; then
: "${EGIT_REPO_URI:="https://gitlab.freedesktop.org/xorg/${XORG_MODULE}${XORG_PACKAGE_NAME}.git"}"
--
2.45.2
prev parent reply other threads:[~2024-12-17 4:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-17 4:19 [gentoo-dev] [PATCH 1/2] xorg-3.eclass: Disallow EAPI=7 Matt Turner
2024-12-17 4:19 ` Matt Turner [this message]
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=20241217042044.3956736-2-mattst88@gentoo.org \
--to=mattst88@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