summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@gentoo.org>2008-05-20 04:06:45 +0000
committerSaleem Abdulrasool <compnerd@gentoo.org>2008-05-20 04:06:45 +0000
commita75c734a1e5806d7a15966c65076f9a9dd5ad2e0 (patch)
tree5eb82ce60bb46f868b21785b43967ac93fec3084 /app-misc/hal-info
parentStable for HPPA (bug #222873). (diff)
downloadgentoo-2-a75c734a1e5806d7a15966c65076f9a9dd5ad2e0.tar.gz
gentoo-2-a75c734a1e5806d7a15966c65076f9a9dd5ad2e0.tar.bz2
gentoo-2-a75c734a1e5806d7a15966c65076f9a9dd5ad2e0.zip
version bump from upstream
(Portage version: 2.1.5)
Diffstat (limited to 'app-misc/hal-info')
-rw-r--r--app-misc/hal-info/ChangeLog8
-rw-r--r--app-misc/hal-info/hal-info-20080310.ebuild26
2 files changed, 33 insertions, 1 deletions
diff --git a/app-misc/hal-info/ChangeLog b/app-misc/hal-info/ChangeLog
index 7dca685b2335..dd65747c13bc 100644
--- a/app-misc/hal-info/ChangeLog
+++ b/app-misc/hal-info/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-misc/hal-info
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/ChangeLog,v 1.29 2008/04/09 17:17:57 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/ChangeLog,v 1.30 2008/05/20 04:06:45 compnerd Exp $
+
+*hal-info-20080310 (20 May 2008)
+
+ 20 May 2008; Saleem Abdulrasool <compnerd@gentoo.org>
+ +hal-info-20080310.ebuild:
+ Version bump from upstream
09 Apr 2008; Raúl Porcel <armin76@gentoo.org> hal-info-20071011.ebuild,
hal-info-20071030.ebuild:
diff --git a/app-misc/hal-info/hal-info-20080310.ebuild b/app-misc/hal-info/hal-info-20080310.ebuild
new file mode 100644
index 000000000000..7a965cbda3b6
--- /dev/null
+++ b/app-misc/hal-info/hal-info-20080310.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/hal-info-20080310.ebuild,v 1.1 2008/05/20 04:06:45 compnerd 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 ~hppa ~ia64 ~mips ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=sys-apps/hal-0.5.10"
+DEPEND="${RDEPEND}"
+
+src_compile() {
+ econf || die "configure failed"
+ emake || die "make failed"
+}
+
+src_install() {
+ make DESTDIR="${D}" install || die "install failed."
+}