summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2009-01-18 18:40:55 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2009-01-18 18:40:55 +0000
commite4fa434eb0e9868e522cd1a8462f25c66d2eea97 (patch)
tree4e5674d834f0463041bbd78c89a94c0813b2260c /app-misc/hal-info
parentUse pkg_setup with G2CONF instead of EAPI2 since this ebuild is inheriting gn... (diff)
downloadgentoo-2-e4fa434eb0e9868e522cd1a8462f25c66d2eea97.tar.gz
gentoo-2-e4fa434eb0e9868e522cd1a8462f25c66d2eea97.tar.bz2
gentoo-2-e4fa434eb0e9868e522cd1a8462f25c66d2eea97.zip
Bump to 20081219, bug #241912.
(Portage version: 2.2_rc20/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
Diffstat (limited to 'app-misc/hal-info')
-rw-r--r--app-misc/hal-info/ChangeLog8
-rw-r--r--app-misc/hal-info/hal-info-20081219.ebuild26
2 files changed, 33 insertions, 1 deletions
diff --git a/app-misc/hal-info/ChangeLog b/app-misc/hal-info/ChangeLog
index 7a3d4ff32aaa..2d2ff975ea12 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-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/ChangeLog,v 1.47 2009/01/13 15:49:49 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/ChangeLog,v 1.48 2009/01/18 18:40:55 eva Exp $
+
+*hal-info-20081219 (18 Jan 2009)
+
+ 18 Jan 2009; Gilles Dartiguelongue <eva@gentoo.org>
+ +hal-info-20081219.ebuild:
+ Bump to 20081219, bug #241912.
13 Jan 2009; Doug Goldstein <cardoe@gentoo.org> metadata.xml:
gentopia is becoming freedesktop
diff --git a/app-misc/hal-info/hal-info-20081219.ebuild b/app-misc/hal-info/hal-info-20081219.ebuild
new file mode 100644
index 000000000000..23c812c0d298
--- /dev/null
+++ b/app-misc/hal-info/hal-info-20081219.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/hal-info-20081219.ebuild,v 1.1 2009/01/18 18:40:55 eva 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="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=sys-apps/hal-0.5.10"
+DEPEND="${RDEPEND}"
+
+src_compile() {
+ econf
+ emake || die "emake failed"
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die "install failed."
+}