summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteev Klimaszewski <steev@gentoo.org>2008-01-10 09:23:42 -0600
committerSteev Klimaszewski <steev@gentoo.org>2008-01-10 09:23:42 -0600
commita3f141424da4953af0ce211e699d30d87569bc00 (patch)
treeefdfb833e543268ed22fbb9076291b75838fa14d /app-misc
downloadgentopia-a3f141424da4953af0ce211e699d30d87569bc00.tar.gz
gentopia-a3f141424da4953af0ce211e699d30d87569bc00.tar.bz2
gentopia-a3f141424da4953af0ce211e699d30d87569bc00.zip
Initial import from gentopia svn overlay
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/hal-info/Manifest2
-rw-r--r--app-misc/hal-info/hal-info-20071212.ebuild35
2 files changed, 37 insertions, 0 deletions
diff --git a/app-misc/hal-info/Manifest b/app-misc/hal-info/Manifest
new file mode 100644
index 0000000..e9b0510
--- /dev/null
+++ b/app-misc/hal-info/Manifest
@@ -0,0 +1,2 @@
+DIST hal-info-20071212.tar.gz 167758 RMD160 ddfd95dc0b025773fa2543bd1399e02224587136 SHA1 b5318ba7814e9b80a84375e616e1d06f6eeaeaa6 SHA256 950489ca8a00304efd7a9ebcc9d87eeaf89c96c3f34b898d5eda7843fad3f718
+EBUILD hal-info-20071212.ebuild 845 RMD160 bb43466a4f115b5901b91184532249504feef012 SHA1 ea5ff07d13ffc1b30ac669e170265df84ac21e67 SHA256 1bd260a053607a63c782b86f4366d4b527ba00b700b3b79d0e3ca50038279051
diff --git a/app-misc/hal-info/hal-info-20071212.ebuild b/app-misc/hal-info/hal-info-20071212.ebuild
new file mode 100644
index 0000000..2d97fa1
--- /dev/null
+++ b/app-misc/hal-info/hal-info-20071212.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/hal-info-20070618.ebuild,v 1.11 2007/08/28 19:38:43 jer Exp $
+
+inherit eutils
+
+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 ~x86"
+IUSE=""
+
+RDEPEND=">=sys-apps/hal-0.5.10"
+DEPEND="${RDEPEND}"
+
+src_unpack() {
+ unpack "${A}"
+ cd "${S}"
+
+ epatch "${FILESDIR}/01_dell_cdrom_nopoll.patch"
+ #epatch "${FILESDIR}/02_hardware_brightness_fixups.patch"
+ #epatch "${FILESDIR}/03_feiya_memory_bar.patch"
+}
+
+src_compile() {
+ econf || die "configure failed"
+ emake || die "make failed"
+}
+
+src_install() {
+ make DESTDIR="${D}" install || die "install failed."
+}