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 00E1615802E for ; Sun, 23 Jun 2024 19:49:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 059D7E2B84; Sun, 23 Jun 2024 19:49:38 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DA9B2E2B84 for ; Sun, 23 Jun 2024 19:49:37 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B068F342FA3 for ; Sun, 23 Jun 2024 19:49:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 005B01D52 for ; Sun, 23 Jun 2024 19:49:34 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1719172128.f7b88537dd7155af39ec67794518d2d169d70a39.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/i2bits/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/i2bits/Manifest app-misc/i2bits/i2bits-0.1.0-r1.ebuild app-misc/i2bits/i2bits-0.1.0-r2.ebuild X-VCS-Directories: app-misc/i2bits/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: f7b88537dd7155af39ec67794518d2d169d70a39 X-VCS-Branch: master Date: Sun, 23 Jun 2024 19:49:34 +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: 2839af30-22bb-48e7-a485-02a4c1b07000 X-Archives-Hash: e11c7ef1f3ac2682f7fd681d91aaeac9 commit: f7b88537dd7155af39ec67794518d2d169d70a39 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Fri May 31 14:25:15 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Jun 23 19:48:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7b88537 app-misc/i2bits: fix UnusedInherits, SRC_URI Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/36921 Signed-off-by: Conrad Kostecki gentoo.org> app-misc/i2bits/Manifest | 2 +- .../i2bits/{i2bits-0.1.0-r1.ebuild => i2bits-0.1.0-r2.ebuild} | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/app-misc/i2bits/Manifest b/app-misc/i2bits/Manifest index 4dbd61bbd846..f690e95c7e42 100644 --- a/app-misc/i2bits/Manifest +++ b/app-misc/i2bits/Manifest @@ -1 +1 @@ -DIST i2bits-0.1.0.tar.gz 2649 BLAKE2B 050e7eddadc4e8b4e1da50128b735adbe6fbace35a06709fd2f31db3e8ffb672b3d51eced0ecb9c87c3566d32c9aac7a431c641e53597ee55ae431328dfbee48 SHA512 9f7b2fe8ca66740cae081c3f74f0c5d67d956c8cd2b5f39cb7306e58a8f75d6d5848dd640e7e514638dda6f3d1efe5f292605dc4fddffe5e530bbd5f173a1db9 +DIST i2bits-0.1.0-bb.tar.gz 3007 BLAKE2B 51f866c7d91a1aedf88f0e30bb4847fe659b6abbaea1972a11d4d91cdb053a2b2add2fbe81a9eb9e1246e2373a332ed012ea80cd247548dc34106075d0a53d25 SHA512 ccd5518e05c13727a1698177d485d26ac2f7adc8e49350a9395df28cb5431b74ddf4603ef242ad5f7703e8184346871b70fc03afc506a8d65df9db010c1cb7b4 diff --git a/app-misc/i2bits/i2bits-0.1.0-r1.ebuild b/app-misc/i2bits/i2bits-0.1.0-r2.ebuild similarity index 68% rename from app-misc/i2bits/i2bits-0.1.0-r1.ebuild rename to app-misc/i2bits/i2bits-0.1.0-r2.ebuild index 2e699e116f58..174e9897fc84 100644 --- a/app-misc/i2bits/i2bits-0.1.0-r1.ebuild +++ b/app-misc/i2bits/i2bits-0.1.0-r2.ebuild @@ -1,13 +1,15 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit cmake toolchain-funcs +inherit cmake +COMMIT="4c613505b2cb" DESCRIPTION="Utility to convert hex or dec to binary format" HOMEPAGE="https://bitbucket.org/PascalRD/i2bits/" -SRC_URI="http://unixdev.ru/src/${P}.tar.gz" +SRC_URI="https://bitbucket.org/PascalRD/i2bits/get/${COMMIT}.tar.gz -> ${P}-bb.tar.gz" +S="${WORKDIR}/PascalRD-${PN}-${COMMIT}" LICENSE="WTFPL-2" SLOT="0"