From a75c734a1e5806d7a15966c65076f9a9dd5ad2e0 Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Tue, 20 May 2008 04:06:45 +0000 Subject: version bump from upstream (Portage version: 2.1.5) --- app-misc/hal-info/ChangeLog | 8 +++++++- app-misc/hal-info/hal-info-20080310.ebuild | 26 ++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 app-misc/hal-info/hal-info-20080310.ebuild (limited to 'app-misc/hal-info') 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 + +hal-info-20080310.ebuild: + Version bump from upstream 09 Apr 2008; Raúl Porcel 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." +} -- cgit v1.2.3-65-gdbad