From 2dc48c29dc57664b78ee1543b9bda4ec27d473ff Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Sat, 19 May 2012 17:29:45 +0400 Subject: [PATCH] hardinform-9999.ebuild added --- sys-apps/hardinform/Manifest | 1 + sys-apps/hardinform/hardinform-9999.ebuild | 29 ++++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 sys-apps/hardinform/Manifest create mode 100644 sys-apps/hardinform/hardinform-9999.ebuild diff --git a/sys-apps/hardinform/Manifest b/sys-apps/hardinform/Manifest new file mode 100644 index 00000000..56e05f68 --- /dev/null +++ b/sys-apps/hardinform/Manifest @@ -0,0 +1 @@ +EBUILD hardinform-9999.ebuild 573 RMD160 94a25b02a5b77ce644c5b68ae3be3c4b049ff454 SHA1 25fef0966cc32d6710330fc47ea18973fb1f6dc8 SHA256 39697bd190df8bef788eca1305b8baf8350b1b09074605846876b812366cbf12 diff --git a/sys-apps/hardinform/hardinform-9999.ebuild b/sys-apps/hardinform/hardinform-9999.ebuild new file mode 100644 index 00000000..96c26b20 --- /dev/null +++ b/sys-apps/hardinform/hardinform-9999.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 + +EGIT_REPO_URI="git://github.com/inish777/hardinform.git" + +[[ 9999 == ${PV} ]] && vcs=git-2 + +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="" + +RDEPEND="${DEPEND}" + +CMAKE_IN_SOURCE_BUILD=1