summaryrefslogtreecommitdiffstats
path: root/gentoo/app-misc/hal-info
diff options
context:
space:
mode:
Diffstat (limited to 'gentoo/app-misc/hal-info')
-rw-r--r--gentoo/app-misc/hal-info/Manifest1
-rw-r--r--gentoo/app-misc/hal-info/hal-info-20091130.ebuild22
-rw-r--r--gentoo/app-misc/hal-info/metadata.xml8
3 files changed, 31 insertions, 0 deletions
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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>fatzer2@gmail.com</email>
+ <name>Alexander Golubev</name>
+ </maintainer>
+</pkgmetadata>