From e6636bd5d6280d92996bd70b744e8a29e54c7e18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 19 Nov 2019 17:45:28 +0100 Subject: Gentoo: Initial import of an ebuilds tree from Fat-Zer's (Alexander Golubev) repository. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- gentoo/app-misc/hal-info/Manifest | 1 + gentoo/app-misc/hal-info/hal-info-20091130.ebuild | 22 ++++++++++++++++++++++ gentoo/app-misc/hal-info/metadata.xml | 8 ++++++++ 3 files changed, 31 insertions(+) create mode 100644 gentoo/app-misc/hal-info/Manifest create mode 100644 gentoo/app-misc/hal-info/hal-info-20091130.ebuild create mode 100644 gentoo/app-misc/hal-info/metadata.xml (limited to 'gentoo/app-misc') diff --git a/gentoo/app-misc/hal-info/Manifest b/gentoo/app-misc/hal-info/Manifest new file mode 100644 index 000000000..e835d3577 --- /dev/null +++ b/gentoo/app-misc/hal-info/Manifest @@ -0,0 +1 @@ +DIST hal-info-20091130.tar.gz 144859 SHA256 3b5a90eaea4359977d36c808a19b3f08835345a258c68b9c6c080ad5ef875224 SHA512 c435e60eaa8170cdf12112e4fbefe34180e499de53c5b30d26c6f8999626708a41600d8ce41a2e999f791e0855676d1ef4362d7b3cd52297195294b8b8b3c52e WHIRLPOOL f6e0807376bdaa90332f532429939550a0f3144a818f51cb21f656790a64afdeefab234a16674eb46a02d272a019c7bf698bfce024067b1b680e1b11e13e2284 diff --git a/gentoo/app-misc/hal-info/hal-info-20091130.ebuild b/gentoo/app-misc/hal-info/hal-info-20091130.ebuild new file mode 100644 index 000000000..2222dd6fc --- /dev/null +++ b/gentoo/app-misc/hal-info/hal-info-20091130.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +DESCRIPTION="The fdi scripts that HAL uses" +HOMEPAGE="http://hal.freedesktop.org/" +SRC_URI="http://hal.freedesktop.org/releases/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ia64 x86" +IUSE="" + +RDEPEND=">=sys-apps/hal-0.5.10" +DEPEND="${RDEPEND}" + +# This ebuild does not install any binaries +RESTRICT="binchecks strip" + +src_install() { + emake DESTDIR="${D}" install || die +} diff --git a/gentoo/app-misc/hal-info/metadata.xml b/gentoo/app-misc/hal-info/metadata.xml new file mode 100644 index 000000000..6e9f5e4a1 --- /dev/null +++ b/gentoo/app-misc/hal-info/metadata.xml @@ -0,0 +1,8 @@ + + + + + fatzer2@gmail.com + Alexander Golubev + + -- cgit v1.2.1