From 008cdb163df28f834d380975b9ea955a5e5520a0 Mon Sep 17 00:00:00 2001 From: backbone Date: Fri, 5 Aug 2022 09:02:32 +0300 Subject: [PATCH] Obsolete hardinform removed. --- sys-apps/hardinform/hardinform-9999.ebuild | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 sys-apps/hardinform/hardinform-9999.ebuild diff --git a/sys-apps/hardinform/hardinform-9999.ebuild b/sys-apps/hardinform/hardinform-9999.ebuild deleted file mode 100644 index 727b8307..00000000 --- a/sys-apps/hardinform/hardinform-9999.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="6" - -EGIT_REPO_URI="git://github.com/inish777/hardinform.git" - -[[ 9999 == ${PV} ]] && vcs=git-r3 - -inherit eutils cmake-utils $vcs - -if [[ 9999 != ${PV} ]]; then - SRC_URI="Here must be http/ftp uri to the hardinform-X.Y.Z.tar.bz2" - KEYWORDS="-* ~x86 ~amd64" -fi - -DESCRIPTION="Gathers system information" -HOMEPAGE="http://inish777.blogspot.com/p/hardinform.html" - -LICENSE="GPL-3" -SLOT="0" -IUSE="" - -DEPEND="dev-python/pygobject:3" - -RDEPEND="${DEPEND}" - -CMAKE_IN_SOURCE_BUILD=1