public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Luca Barbato" <lu_zero@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/uutils-coreutils/
Date: Sat, 27 Sep 2025 17:27:16 +0000 (UTC)	[thread overview]
Message-ID: <1758993943.d70095cb6a11d7943d02463dd3f476e69f8ee81b.lu_zero@gentoo> (raw)

commit:     d70095cb6a11d7943d02463dd3f476e69f8ee81b
Author:     Luca Barbato <lu_zero <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 27 17:25:09 2025 +0000
Commit:     Luca Barbato <lu_zero <AT> gentoo <DOT> org>
CommitDate: Sat Sep 27 17:25:43 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d70095cb

sys-apps/uutils-coreutils: drop 0.1.0

Signed-off-by: Luca Barbato <lu_zero <AT> gentoo.org>

 sys-apps/uutils-coreutils/Manifest                 |   2 -
 .../uutils-coreutils/uutils-coreutils-0.1.0.ebuild | 114 ---------------------
 2 files changed, 116 deletions(-)

diff --git a/sys-apps/uutils-coreutils/Manifest b/sys-apps/uutils-coreutils/Manifest
index ddfb4c8aab4e..de8c205d4daf 100644
--- a/sys-apps/uutils-coreutils/Manifest
+++ b/sys-apps/uutils-coreutils/Manifest
@@ -1,4 +1,2 @@
-DIST coreutils-0.1.0-crates.tar.xz 19825496 BLAKE2B 9f746cbe086f92f60ef11477030ce84a0da38deb2d1ceab9a6cb5dfbf5433713463ae7e6d7cb81599dea9da3eff0d6dabdbd49c20a941ff93174d71e43ad935c SHA512 fad27d419a32706026e536cd0db85bb492ffd4cc8f924c450c4498657e5680598d39a95268af5f3ec2fb6ca5d76c9e79d01bd5872df8333fd0165cf89e5929a6
 DIST coreutils-0.2.2-crates.tar.xz 21799080 BLAKE2B b50758e5eff69d5a98e80c3ce888e85b081ce208a14706340843bfd4bd14f386af8275cca82d4f5168bb7634a16eb39c9cc08200d6831b119831e17ea4e997e0 SHA512 1f76735ed983496d489654798e86d85c52d1b0d67b2314e6c58453da8a267dceaf82e943f2a22b16c8775f72fe8cf05bea4be719bee9d47ee7cf29879d35619a
-DIST uutils-coreutils-0.1.0.tar.gz 2511132 BLAKE2B 7e467037588a0b13a76a64bb185793305c1a993bd761a463b7d2041f27ccef50482c18017512b51cf58ca22c17076c79a3535486bde2015e56d170a5c64fe820 SHA512 e9b3941573b2267e6a4b17c49a64d71234e4cbf067f1180fe14bfe48012c9d400741067f6231855a6132f93138eb4bbcb1e970e98c5f937f8d3a5e5bc019f03c
 DIST uutils-coreutils-0.2.2.tar.gz 2827753 BLAKE2B ca57fff4952c112459bc62ea56f3fa45f18b4dcdc2c0220c5609eeb8d0523a2f137f6aaf3ed918dbe9eb8efe1dce0de5056b37eedaf1756ff48b157bbde83765 SHA512 58def9fe8f01640c6eb7c16cd182061bf62fab22124bdedcb931cdb39b25c2bd3f31523561e321a4822d9e09107dc0c5cc2ddf8e20333138ddaa19d284db609f

diff --git a/sys-apps/uutils-coreutils/uutils-coreutils-0.1.0.ebuild b/sys-apps/uutils-coreutils/uutils-coreutils-0.1.0.ebuild
deleted file mode 100644
index 979a0cd568c6..000000000000
--- a/sys-apps/uutils-coreutils/uutils-coreutils-0.1.0.ebuild
+++ /dev/null
@@ -1,114 +0,0 @@
-# Copyright 2022-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# Autogenerated by pycargoebuild 0.6.2
-
-EAPI=8
-
-CRATES="
-"
-
-RUST_MIN_VER="1.85.0"
-LLVM_COMPAT=( {17..20} )
-inherit cargo flag-o-matic llvm-r1 multiprocessing
-
-DESCRIPTION="GNU coreutils rewritten in Rust"
-HOMEPAGE="https://uutils.github.io/coreutils/ https://github.com/uutils/coreutils"
-
-if [[ ${PV} == 9999 ]] ; then
-	EGIT_REPO_URI="https://github.com/uutils/coreutils"
-	inherit git-r3
-elif [[ ${PV} == *_p* ]] ; then
-	COREUTILS_COMMIT=""
-	SRC_URI="https://github.com/uutils/coreutils/archive/${COREUTILS_COMMIT}.tar.gz -> ${P}.tar.gz"
-	S="${WORKDIR}"/coreutils-${COREUTILS_COMMIT}
-else
-	SRC_URI="https://github.com/uutils/coreutils/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-	S="${WORKDIR}"/coreutils-${PV}
-
-	KEYWORDS="~amd64 ~arm64 ~ppc64"
-fi
-
-SRC_URI+="
-	https://github.com/gentoo-crate-dist/coreutils/releases/download/${PV}/coreutils-${PV}-crates.tar.xz
-"
-
-LICENSE="MIT"
-# Dependent crate licenses
-LICENSE+="
-	Apache-2.0 BSD-2 BSD Boost-1.0 CC0-1.0 ISC MIT Unicode-3.0 ZLIB
-"
-SLOT="0"
-IUSE="debug selinux test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-	dev-libs/oniguruma:=
-	selinux? ( sys-libs/libselinux )
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-	test? ( dev-util/cargo-nextest )
-	selinux? (
-		$(llvm_gen_dep '
-			llvm-core/clang:${LLVM_SLOT}
-		')
-	)
-"
-QA_FLAGS_IGNORED=".*"
-
-src_unpack() {
-	if [[ ${PV} == 9999 ]] ; then
-		git-r3_src_unpack
-		cargo_live_src_unpack
-	else
-		cargo_src_unpack
-	fi
-}
-
-src_compile() {
-	# normally cargo_src_compile sets this for us, but we don't use it
-	filter-lto
-
-	# By default, the crate uses a system version if it can. This just guarantees
-	# that it will error out instead of building a vendored copy.
-	export RUSTONIG_SYSTEM_LIBONIG=1
-
-	makeargs=(
-		# Disable output synchronisation as make calls cargo
-		-Onone
-
-		V=1
-
-		PROFILE=$(usex debug debug release)
-
-		PREFIX="${EPREFIX}/usr"
-		PROG_PREFIX="uu-"
-		MULTICALL=y
-		MANDIR="/share/man/man1"
-
-		SELINUX_ENABLED=$(usex selinux 1 0)
-
-		# pinky, uptime, users, and who require utmpx (not available on musl)
-		# bug #832868
-		# runcon chcon require selinux, but upstream broke the SELINUX_ENABLED logic
-		SKIP_UTILS="$(usev elibc_musl "pinky uptime users who") $(usev !selinux "runcon chcon")"
-	)
-
-	emake "${makeargs[@]}"
-}
-
-src_test() {
-	local -x RUST_BACKTRACE=full
-	local -x NEXTEST_TEST_THREADS="$(makeopts_jobs)"
-
-	# Nicer output for nextest vs test
-	emake "${makeargs[@]}" \
-		CARGOFLAGS="${CARGOFLAGS} $(usev !debug --release)" \
-		TEST_NO_FAIL_FAST="--no-fail-fast" \
-		nextest
-}
-
-src_install() {
-	emake "${makeargs[@]}" DESTDIR="${D}" install
-}


             reply	other threads:[~2025-09-27 17:27 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-27 17:27 Luca Barbato [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-27 19:01 [gentoo-commits] repo/gentoo:master commit in: sys-apps/uutils-coreutils/ Luca Barbato
2025-10-02 14:33 Florian Schmaus
2025-10-01 11:22 Luca Barbato
2025-10-01 11:22 Luca Barbato
2025-09-27 17:27 Luca Barbato
2025-07-13 11:47 Luca Barbato
2025-07-13 11:47 Luca Barbato
2025-07-05 18:42 Luca Barbato
2025-07-03 11:25 Luca Barbato
2025-07-03  6:02 Luca Barbato
2025-07-03  6:02 Luca Barbato
2025-04-25 20:18 Luca Barbato
2025-04-10  0:12 Sam James
2025-03-14  5:26 Sam James
2025-01-28 12:21 Sam James
2025-01-19  0:17 Sam James
2024-03-05  4:48 Sam James
2024-03-05  4:48 Sam James
2024-03-02  5:05 Sam James
2024-02-02  1:18 Sam James
2023-12-28  3:43 Sam James
2023-11-25  4:49 Sam James
2023-11-25  4:49 Sam James
2023-10-16  4:06 Sam James
2023-10-16  4:06 Sam James
2023-10-06 18:17 Sam James
2023-10-06 18:08 Sam James
2023-09-04 13:20 Sam James
2023-09-04 13:20 Sam James
2023-07-15 15:55 Sam James
2023-06-24 12:35 Arthur Zamarin
2023-06-05  3:50 Sam James
2023-06-03  5:42 Sam James
2023-04-02 20:44 Sam James
2023-02-22 17:51 Sam James
2023-02-22 17:51 Sam James
2023-02-22  9:10 Sam James

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=1758993943.d70095cb6a11d7943d02463dd3f476e69f8ee81b.lu_zero@gentoo \
    --to=lu_zero@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