From: "Jonas Frei" <freijon@pm.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/xh/
Date: Thu, 25 Sep 2025 03:43:04 +0000 (UTC) [thread overview]
Message-ID: <1758771334.4d06f05e7c10a989893f32282ec01be42d2c4e85.freijon@gentoo> (raw)
commit: 4d06f05e7c10a989893f32282ec01be42d2c4e85
Author: Jonas Frei <freijon <AT> pm <DOT> me>
AuthorDate: Thu Sep 25 03:26:14 2025 +0000
Commit: Jonas Frei <freijon <AT> pm <DOT> me>
CommitDate: Thu Sep 25 03:35:34 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4d06f05e
net-misc/xh: drop 0.24.1
Signed-off-by: Jonas Frei <freijon <AT> pm.me>
net-misc/xh/Manifest | 2 --
net-misc/xh/xh-0.24.1.ebuild | 56 --------------------------------------------
2 files changed, 58 deletions(-)
diff --git a/net-misc/xh/Manifest b/net-misc/xh/Manifest
index 30e277953f..fd4aca9063 100644
--- a/net-misc/xh/Manifest
+++ b/net-misc/xh/Manifest
@@ -1,4 +1,2 @@
-DIST xh-0.24.1-crates.tar.xz 23274872 BLAKE2B d50151439333bc7719f68187867e29e805b2bb64fe169d98ba456e9c1b0942f3a4d1146d82b2fd240591faf296826fa8f04d16341165eeb715ff502eb7d118ce SHA512 d2c88e5f140292e152013ba665c9990aa08209e2039c8b2f46ad0f2aa68d7428226b004c9bf1a1a6a2a353f6a57f680c5624020b8cfcbb901df1ecaa28c5044b
-DIST xh-0.24.1.tar.gz 308352 BLAKE2B bc1018d22826f4dee2d52071ae76940564cf2defdba4effff57f6460a123922df46274daa94adbc7bf8fd59181c13e8244e2217f01c52d2ac1bf26f06eca48b5 SHA512 89df24e63e81e925d6f4806ab2b9819d4f9265828128d83d03b874792befebf238c17109bedcbeb0bc56b0eaf621cd3843cbc9851cd9dd8c48aefe36dce452d2
DIST xh-0.25.0-crates.tar.xz 25724028 BLAKE2B 25d6d942f400c4486c9e399d7e31910ae1b048673d6e2a579ace18ba41b815f759a438d882632bbf0755df7c223232b2c7b153aec3d5fe88ab51dab3d389e1b0 SHA512 b3d087c1c08b05a4d2f6ace4f1e096eb2c94f64e8cc7a95ce2c974d68571f475d5e515faeb9a39f440a1170bcff4462d687b3f1f2e62bae0975a0d572eb11506
DIST xh-0.25.0.tar.gz 311469 BLAKE2B 6e8f2ac2bae89bcbc5f417d82b6dd4d89db0d1181cf97eee9812617f7d180e73cfa5ac12d49319613fec5b24b8ec67e8dde6776c8f4869f6aecd9fdc0296ed48 SHA512 52d7f87019c23bb89a189f3e79a2f29255b52dcc7616ef7a9ed32c262bf05c021c6e6cdb677c3e75e50e7118fad73e27094793ec57e69d92d46793dfea44bdc9
diff --git a/net-misc/xh/xh-0.24.1.ebuild b/net-misc/xh/xh-0.24.1.ebuild
deleted file mode 100644
index 89c8bfc3da..0000000000
--- a/net-misc/xh/xh-0.24.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 2024-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-CRATES=""
-
-inherit cargo shell-completion
-
-DESCRIPTION="Friendly and fast tool for sending HTTP requests"
-HOMEPAGE="https://github.com/ducaale/xh"
-SRC_URI="https://github.com/ducaale/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-SRC_URI+=" https://github.com/freijon/${PN}/releases/download/v${PV}/${P}-crates.tar.xz"
-
-LICENSE="MIT"
-# Dependent crate licenses
-LICENSE+=" Apache-2.0 BSD ISC MIT MPL-2.0 Unicode-DFS-2016"
-SLOT="0"
-KEYWORDS="~amd64"
-RESTRICT="test"
-
-DEPEND="
- dev-libs/oniguruma:=
- dev-libs/openssl:0=
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( {CHANGELOG,README}.md )
-
-QA_FLAGS_IGNORED="usr/bin/${PN}"
-
-src_configure() {
- # high magic to allow system-libs
- export OPENSSL_NO_VENDOR=true
- export RUSTONIG_SYSTEM_LIBONIG=1
-
- myfeatures=(
- native-tls
- )
-
- cargo_src_configure --no-default-features
-}
-
-src_install() {
- cargo_src_install
-
- # See https://github.com/ducaale/xh#making-https-requests-by-default
- dosym "${PN}" "/usr/bin/${PN}s"
-
- einstalldocs
- doman "doc/${PN}.1"
-
- newbashcomp "completions/${PN}.bash" "${PN}"
- dozshcomp "completions/_${PN}"
- dofishcomp "completions/${PN}.fish"
-}
next reply other threads:[~2025-09-25 3:43 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-25 3:43 Jonas Frei [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-09-25 3:43 [gentoo-commits] repo/proj/guru:dev commit in: net-misc/xh/ Jonas Frei
2025-05-06 18:01 Jonas Frei
2025-05-06 18:01 Jonas Frei
2025-02-21 5:26 Jonas Frei
2025-02-21 5:26 Jonas Frei
2025-01-14 19:56 Jonas Frei
2025-01-14 19:56 Jonas Frei
2024-10-14 19:00 Jonas Frei
2024-10-14 19:00 Jonas Frei
2024-07-09 3:50 Jonas Frei
2024-07-09 3:50 Jonas Frei
2024-06-01 12:02 Jonas Frei
2024-04-15 18:09 Jonas Frei
2024-01-29 19:31 Jonas Frei
2024-01-16 19:53 Jonas Frei
2024-01-16 19:34 Jonas Frei
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=1758771334.4d06f05e7c10a989893f32282ec01be42d2c4e85.freijon@gentoo \
--to=freijon@pm.me \
--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