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 3913A158020 for ; Wed, 21 Dec 2022 22:48:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33BCFE0898; Wed, 21 Dec 2022 22:47:57 +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 15E4AE0895 for ; Wed, 21 Dec 2022 22:47:57 +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 34E043411C6 for ; Wed, 21 Dec 2022 22:47:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACDCE7FC for ; Wed, 21 Dec 2022 22:47:52 +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: <1671661548.739061cda4a796df86cebc00d56aa2a8e5df71f2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/hardinfo/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/hardinfo/Manifest app-admin/hardinfo/hardinfo-0.6_alpha_pre20201116-r1.ebuild X-VCS-Directories: app-admin/hardinfo/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 739061cda4a796df86cebc00d56aa2a8e5df71f2 X-VCS-Branch: master Date: Wed, 21 Dec 2022 22:47:52 +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: 1dd75cfc-7903-4680-a83c-4e168190119a X-Archives-Hash: 77029c456df71f31985d1b10718f0e59 commit: 739061cda4a796df86cebc00d56aa2a8e5df71f2 Author: Sam James gentoo org> AuthorDate: Wed Dec 21 22:22:28 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Dec 21 22:25:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=739061cd app-admin/hardinfo: drop 0.6_alpha_pre20201116-r1 Bug: https://bugs.gentoo.org/886651 Signed-off-by: Sam James gentoo.org> app-admin/hardinfo/Manifest | 1 - .../hardinfo-0.6_alpha_pre20201116-r1.ebuild | 36 ---------------------- 2 files changed, 37 deletions(-) diff --git a/app-admin/hardinfo/Manifest b/app-admin/hardinfo/Manifest index 0cfdc861f166..413516588e6e 100644 --- a/app-admin/hardinfo/Manifest +++ b/app-admin/hardinfo/Manifest @@ -1,2 +1 @@ -DIST hardinfo-0.6_alpha_pre20201116.tar.gz 1294614 BLAKE2B d585be00603a5da2873d0e15829039f3f5212e2ab294b71d7f53299d7eecdfbb2d46ee8d56913039bf03807cebe3f100f41ce6560a1a33fcd712eab59c2a92a9 SHA512 34ce849f2d1a9ea129502abfb186b43a0d8ddecc853d2edc3128389944a34efa3580c6d8a35b8fc40b55d64cc8f3c0d33b97f198a449ed0cacdbff2520853c1c DIST hardinfo-0.6_alpha_pre20221113-a798cbaed6f1b083cc3c26dbede74cf40947d0ef.tar.gz 1411038 BLAKE2B 8a6ca1a8e2bd53804cd6f55f0b9ce89d24d61aff9e267636301331d329229cd11778ea087e1906e7313cb1bd077ca69766e6fdf86c21985deba51f942cedf904 SHA512 faa7db1c8a7ac4f432a27cf10d21b453091136dd2d171b63f0b91eeea65c3cec25e7b4c2a845dfb64ff572ee6acaddfec56bd51f7292ed8b3674b44755a7a631 diff --git a/app-admin/hardinfo/hardinfo-0.6_alpha_pre20201116-r1.ebuild b/app-admin/hardinfo/hardinfo-0.6_alpha_pre20201116-r1.ebuild deleted file mode 100644 index 3185f5988b51..000000000000 --- a/app-admin/hardinfo/hardinfo-0.6_alpha_pre20201116-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit xdg cmake - -GIT_COMMIT="54b2e307af763ce87bc8c88e80785d8114bf38dd" - -DESCRIPTION="System information and benchmark tool for Linux systems" -HOMEPAGE="https://github.com/lpereira/hardinfo" -SRC_URI="https://github.com/lpereira/hardinfo/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86" -IUSE="debug" - -RDEPEND="dev-libs/glib:2 - dev-libs/json-glib - net-libs/libsoup:2.4 - sys-libs/zlib - x11-libs/cairo - >=x11-libs/gtk+-3.0:3" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -S="${WORKDIR}/${PN}-${GIT_COMMIT}" - -src_configure() { - local mycmakeargs=( - -DHARDINFO_GTK3=1 - -DHARDINFO_DEBUG=$(usex debug 1 0) - ) - cmake_src_configure -}