commit:     2f11546b759c6f33a9849e847181247710d39c58
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 23 20:47:05 2020 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Sep 23 21:53:52 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f11546b

sys-apps/hw-probe: drop old version

Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/hw-probe/hw-probe-1.5.ebuild       | 62 --------------------------
 sys-apps/hw-probe/hw-probe-1.6_beta2.ebuild | 68 -----------------------------
 2 files changed, 130 deletions(-)

diff --git a/sys-apps/hw-probe/hw-probe-1.5.ebuild 
b/sys-apps/hw-probe/hw-probe-1.5.ebuild
deleted file mode 100644
index 88364d9d246..00000000000
--- a/sys-apps/hw-probe/hw-probe-1.5.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit optfeature readme.gentoo-r1
-
-DESCRIPTION="A tool to probe for hardware, check it's operability and find 
drivers"
-HOMEPAGE="https://github.com/linuxhw/hw-probe/";
-SRC_URI="https://github.com/linuxhw/hw-probe/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-       dev-lang/perl
-       dev-perl/Digest-SHA1
-       net-misc/curl
-       sys-apps/dmidecode
-       sys-apps/edid-decode
-       sys-apps/hwinfo
-       sys-apps/pciutils
-       sys-apps/smartmontools
-       sys-apps/usbutils
-       virtual/perl-Data-Dumper
-"
-
-src_compile() {
-       :;
-}
-
-src_install() {
-       default
-
-       readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-       readme.gentoo_print_elog
-
-       optfeature "showing Machine Check Exceptions." app-admin/mcelog
-       optfeature "showing additional I/O statistics." app-admin/sysstat
-       optfeature "showing smart card (reader) information." dev-libs/opensc
-       optfeature "showing Vulkan GPU hardware information." 
dev-util/vulkan-tools
-       optfeature "showing information of attached scanners." 
media-gfx/sane-backends
-       optfeature "showing GPU information provided by MESA." media-libs/mesa
-       optfeature "showing zeroconf statistics." net-dns/avahi
-       optfeature "showing HP printer statistics." net-print/hplip
-       optfeature "showing status about rfkill switches on communication 
devices." net-wireless/rfkill
-       optfeature "showing additional CPU capabilities." sys-apps/cpuid
-       optfeature "showing hard disk (HDD, SSD, ..) capabilities." 
sys-apps/hdparm
-       optfeature "showing available I2C sensors." sys-apps/i2c-tools
-       optfeature "showing additional hardware and system information detected 
by inxi." sys-apps/inxi
-       optfeature "showing information about tested memory for faults." 
sys-apps/memtester
-       optfeature "showing 'Plug & Play' devices." sys-apps/pnputils
-       optfeature "showing systemd boot process information." sys-apps/systemd
-       optfeature "showing ACPI statistics and tables." sys-power/iasl
-       optfeature "showing information about NUMA." sys-process/numactl
-       optfeature "showing additional GPU information provided by MESA progs." 
x11-apps/mesa-progs
-       optfeature "showing available Xinput devices." x11-apps/xinput
-}

diff --git a/sys-apps/hw-probe/hw-probe-1.6_beta2.ebuild 
b/sys-apps/hw-probe/hw-probe-1.6_beta2.ebuild
deleted file mode 100644
index 146c6c196ec..00000000000
--- a/sys-apps/hw-probe/hw-probe-1.6_beta2.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PV="${PV/_/-}"
-MY_PV_BETA="${MY_PV/2/}"
-
-inherit optfeature readme.gentoo-r1
-
-DESCRIPTION="A tool to probe for hardware, check it's operability and find 
drivers"
-HOMEPAGE="https://github.com/linuxhw/hw-probe/";
-SRC_URI="https://github.com/linuxhw/hw-probe/archive/${MY_PV_BETA}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-       dev-lang/perl
-       dev-perl/Digest-SHA1
-       net-misc/curl
-       sys-apps/dmidecode
-       sys-apps/edid-decode
-       sys-apps/hwinfo
-       sys-apps/pciutils
-       sys-apps/smartmontools
-       sys-apps/usbutils
-       virtual/perl-Data-Dumper
-"
-
-S="${WORKDIR}/${PN}-${MY_PV_BETA}"
-
-src_compile() {
-       :;
-}
-
-src_install() {
-       default
-
-       readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-       readme.gentoo_print_elog
-
-       optfeature "showing Machine Check Exceptions." app-admin/mcelog
-       optfeature "showing additional I/O statistics." app-admin/sysstat
-       optfeature "showing display data channel (ddc) information." 
app-misc/ddcutil
-       optfeature "showing smart card (reader) information." dev-libs/opensc
-       optfeature "showing Vulkan GPU hardware information." 
dev-util/vulkan-tools
-       optfeature "showing information of attached scanners." 
media-gfx/sane-backends
-       optfeature "showing GPU information provided by MESA." media-libs/mesa
-       optfeature "showing zeroconf statistics." net-dns/avahi
-       optfeature "showing HP printer statistics." net-print/hplip
-       optfeature "showing status about rfkill switches on communication 
devices." net-wireless/rfkill
-       optfeature "showing additional CPU capabilities." sys-apps/cpuid
-       optfeature "showing hard disk (HDD, SSD, ..) capabilities." 
sys-apps/hdparm
-       optfeature "showing available I2C sensors." sys-apps/i2c-tools
-       optfeature "showing additional hardware and system information detected 
by inxi." sys-apps/inxi
-       optfeature "showing information about tested memory for faults." 
sys-apps/memtester
-       optfeature "showing 'Plug & Play' devices." sys-apps/pnputils
-       optfeature "showing systemd boot process information." sys-apps/systemd
-       optfeature "showing ACPI statistics and tables." sys-power/iasl
-       optfeature "showing information about NUMA." sys-process/numactl
-       optfeature "showing additional GPU information provided by MESA progs." 
x11-apps/mesa-progs
-       optfeature "showing available Xinput devices." x11-apps/xinput
-}

Reply via email to