commit:     a7f127f6566770062a6c8d373e32c74e233a53ae
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 10 00:37:43 2025 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Thu Jul 10 00:37:43 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7f127f6

sys-apps/inxi: drop 3.3.27.1

Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>

 sys-apps/inxi/Manifest             |  1 -
 sys-apps/inxi/inxi-3.3.27.1.ebuild | 32 --------------------------------
 2 files changed, 33 deletions(-)

diff --git a/sys-apps/inxi/Manifest b/sys-apps/inxi/Manifest
index b97c4fcde2b5..871ee58abeef 100644
--- a/sys-apps/inxi/Manifest
+++ b/sys-apps/inxi/Manifest
@@ -1,4 +1,3 @@
-DIST inxi-3.3.27.1.tar.gz 614167 BLAKE2B 
1a312255340bfe361eb10dd725cc9fb1421d8dfda34ee944347278e4a293cbcb51d1e2b7aa00f26c16286b90f26d3e0f91f68fb4beeb112ecd8f7a3bc86680ff
 SHA512 
f21285d709d8dc7ce393a6c3b43b5ebabb8ef2c55adf43f00935b728a28f502bbcbd8c1482249e872e4623430f01b4e8cf51f0a6790d56fb12147fa125152575
 DIST inxi-3.3.33.1.tar.gz 679978 BLAKE2B 
7445989e64cbb4beb39d6b415230ed70f5b7be90a9b4155104abdb4d57d490ea5ae09cd48871ed3745ba7b719fe4eb49e9706ad168f59245c66f8f576cf022f3
 SHA512 
7537da7175fe1578a09567e169a309c5258cbb1fd1ae7e58d98df800110cd03333775f8a73f672a5a6a8f0a950123f4f5908a15023648da9150f43464d25be10
 DIST inxi-3.3.35.1.tar.gz 689546 BLAKE2B 
5b383998a110291f02807e2d61f5454a49437bb1dea682ec677ea9e76b5d9fcfb1b1d644700670d71f999ca6fdd100e852d6ab7936309998e6992507b2083c02
 SHA512 
f71d18c63d7d4dbe4d9d1d6c1dace2527c5ef1c29f58ea08d0d3f09f86c0a7514ec448b3f1f83392d19bd7c64e3718d1ed5f420589a67893ad9b32cc8d0c810c
 DIST inxi-3.3.37.1.tar.gz 706475 BLAKE2B 
fcbd99541290a9fa0d5aadf8fbce780534482739dac24e443abdb381dabc87518ad169115ebacbb06e3c2556bb218c6b498bc3d20b329977d2220ad8f6faa241
 SHA512 
f2347106cde96910efe6b0c4f7afa5cdb3694010fc9c6901122d3c0d93900c53ef49a0ff8350ea0e1fcda65eebe03cc5807ac96871546435f8e112df6cf51bbd

diff --git a/sys-apps/inxi/inxi-3.3.27.1.ebuild 
b/sys-apps/inxi/inxi-3.3.27.1.ebuild
deleted file mode 100644
index 4dfe785bde0f..000000000000
--- a/sys-apps/inxi/inxi-3.3.27.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PV=$(ver_rs 3 '-')
-# 2.3.56 was the last version with no tagged release.
-# It was also the last Bash based release. Later versions are Perl based
-
-DESCRIPTION="The CLI inxi collects and prints hardware and system information"
-HOMEPAGE="https://codeberg.org/smxi/inxi";
-SRC_URI="https://github.com/smxi/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv sparc x86"
-IUSE="bluetooth hddtemp opengl"
-
-RDEPEND="dev-lang/perl
-       sys-apps/pciutils
-       sys-apps/usbutils
-       bluetooth? ( net-wireless/bluez )
-       hddtemp? ( app-admin/hddtemp )
-       opengl? ( x11-apps/mesa-progs )
-       "
-
-src_install() {
-       dobin ${PN}
-       doman ${PN}.1
-       dodoc README.txt
-}

Reply via email to