Obsolete hardinform removed.

master
Kolan Sh 2022-08-05 09:02:32 +03:00
parent ef8acd0194
commit 008cdb163d
1 changed files with 0 additions and 29 deletions

View File

@ -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