From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 014FF1581C1 for ; Sun, 7 Jul 2024 05:15:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D63E62BC024; Sun, 7 Jul 2024 05:15:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B9AB72BC024 for ; Sun, 7 Jul 2024 05:15:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AF070335D64 for ; Sun, 7 Jul 2024 05:15:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C2C11DD2 for ; Sun, 7 Jul 2024 05:15:54 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1720329312.0f7ec1da8d1b0ad184aedf0173b20f54f875e4aa.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/rinutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/rinutils/Manifest dev-libs/rinutils/rinutils-0.10.0.ebuild X-VCS-Directories: dev-libs/rinutils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0f7ec1da8d1b0ad184aedf0173b20f54f875e4aa X-VCS-Branch: master Date: Sun, 7 Jul 2024 05:15:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8a5b9607-1739-4367-8404-4ee19b20523f X-Archives-Hash: d6d50f5e7468048acaa5e699726165a3 commit: 0f7ec1da8d1b0ad184aedf0173b20f54f875e4aa Author: Sam James gentoo org> AuthorDate: Sun Jul 7 05:15:12 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jul 7 05:15:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f7ec1da dev-libs/rinutils: drop 0.10.0 Signed-off-by: Sam James gentoo.org> dev-libs/rinutils/Manifest | 1 - dev-libs/rinutils/rinutils-0.10.0.ebuild | 23 ----------------------- 2 files changed, 24 deletions(-) diff --git a/dev-libs/rinutils/Manifest b/dev-libs/rinutils/Manifest index 2dd7c8337c8c..892e90ffdfd6 100644 --- a/dev-libs/rinutils/Manifest +++ b/dev-libs/rinutils/Manifest @@ -1,2 +1 @@ -DIST rinutils-0.10.0.tar.xz 17268 BLAKE2B 2c651b70295d10690ca76bf1349ce83728cd5398fe4babf821ee6a0d61d4c7d107c6c68595e19a841fb5baaa0057237357b3917acd61c02599781bf0252fd512 SHA512 d3780b34b4eda4658f65cf7555553430441fcd45fb2d4fdba22a8f48c0df09c6c0a4e9543262c797c0602e2f9bace2d3f41514ae202ee13183286c9fb1f38677 DIST rinutils-0.10.2.tar.xz 19452 BLAKE2B 45345ab9cdefaa789856d312a1fb3e595e2be9701d0dc33ddc8f49b5b45caf4b1e1de6463a20245a841902b82bdeb6f0c7dcd8c89071159f1e85938537f41d0b SHA512 e2bc6304e84235947aa9aeb09fae0a27c10892ce547d59ab82569e2f03219a783a20c3bf7bd8a471464c2c07fe465eb8f2985e31d1f0e060da7d7bd832a67b67 diff --git a/dev-libs/rinutils/rinutils-0.10.0.ebuild b/dev-libs/rinutils/rinutils-0.10.0.ebuild deleted file mode 100644 index 090feb7a7fd7..000000000000 --- a/dev-libs/rinutils/rinutils-0.10.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="Set of C headers containing macros and static functions" -HOMEPAGE="https://www.shlomifish.org/open-source/projects/ https://github.com/shlomif/rinutils" -SRC_URI="https://github.com/shlomif/${PN}/releases/download/${PV}/${P}.tar.xz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm64 ~riscv x86" - -src_configure() { - local mycmakeargs=( - -DDISABLE_APPLYING_RPATH=OFF - -DWITH_TEST_SUITE=OFF # tests require perl - ) - - cmake_src_configure -}