diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-06-28 23:16:52 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-06-28 23:16:52 +0000 |
commit | af863bddfb6591e51105b94af8a490215cdbc6ca (patch) | |
tree | f02a6a6e9be76e079b464d202db1224d56c94b50 /app-misc/hal-info | |
parent | +dell (diff) | |
download | gentoo-2-af863bddfb6591e51105b94af8a490215cdbc6ca.tar.gz gentoo-2-af863bddfb6591e51105b94af8a490215cdbc6ca.tar.bz2 gentoo-2-af863bddfb6591e51105b94af8a490215cdbc6ca.zip |
arm/sh love
(Portage version: 2.1.3_rc5)
Diffstat (limited to 'app-misc/hal-info')
-rw-r--r-- | app-misc/hal-info/hal-info-20070425.ebuild | 11 | ||||
-rw-r--r-- | app-misc/hal-info/hal-info-20070516.ebuild | 11 | ||||
-rw-r--r-- | app-misc/hal-info/hal-info-20070618.ebuild | 11 |
3 files changed, 18 insertions, 15 deletions
diff --git a/app-misc/hal-info/hal-info-20070425.ebuild b/app-misc/hal-info/hal-info-20070425.ebuild index 31638b379077..73f46d106331 100644 --- a/app-misc/hal-info/hal-info-20070425.ebuild +++ b/app-misc/hal-info/hal-info-20070425.ebuild @@ -1,23 +1,24 @@ # 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-20070425.ebuild,v 1.5 2007/06/26 18:07:13 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/hal-info-20070425.ebuild,v 1.6 2007/06/28 23:16:52 vapier Exp $ inherit eutils -DESCRIPTION="The fdi scripts that HAL uses." -HOMEPAGE="http://hal.freedesktop.org" +DESCRIPTION="The fdi scripts that HAL uses" +HOMEPAGE="http://hal.freedesktop.org/" SRC_URI="http://people.freedesktop.org/~david/dist/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~hppa ~ia64 ppc -ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="amd64 ~arm ~hppa ~ia64 ppc -ppc64 ~sh ~sparc x86 ~x86-fbsd" +IUSE="" RDEPEND=">=sys-apps/hal-0.5.9_rc2" DEPEND="${RDEPEND}" src_compile() { econf --enable-recall --enable-video || die "econf failed." - emake + emake || die } src_install() { diff --git a/app-misc/hal-info/hal-info-20070516.ebuild b/app-misc/hal-info/hal-info-20070516.ebuild index 232cb2fb3572..410f1edc49da 100644 --- a/app-misc/hal-info/hal-info-20070516.ebuild +++ b/app-misc/hal-info/hal-info-20070516.ebuild @@ -1,23 +1,24 @@ # 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-20070516.ebuild,v 1.2 2007/06/26 18:07:13 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/hal-info-20070516.ebuild,v 1.3 2007/06/28 23:16:52 vapier Exp $ inherit eutils -DESCRIPTION="The fdi scripts that HAL uses." -HOMEPAGE="http://hal.freedesktop.org" +DESCRIPTION="The fdi scripts that HAL uses" +HOMEPAGE="http://hal.freedesktop.org/" SRC_URI="http://people.freedesktop.org/~david/dist/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc -ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc -ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" RDEPEND=">=sys-apps/hal-0.5.9_rc2" DEPEND="${RDEPEND}" src_compile() { econf --enable-recall --enable-video || die "econf failed." - emake + emake || die } src_install() { diff --git a/app-misc/hal-info/hal-info-20070618.ebuild b/app-misc/hal-info/hal-info-20070618.ebuild index 5f75ae835ca6..1fc9c740ab20 100644 --- a/app-misc/hal-info/hal-info-20070618.ebuild +++ b/app-misc/hal-info/hal-info-20070618.ebuild @@ -1,23 +1,24 @@ # 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.2 2007/06/26 18:07:13 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/hal-info-20070618.ebuild,v 1.3 2007/06/28 23:16:52 vapier Exp $ inherit eutils -DESCRIPTION="The fdi scripts that HAL uses." -HOMEPAGE="http://hal.freedesktop.org" +DESCRIPTION="The fdi scripts that HAL uses" +HOMEPAGE="http://hal.freedesktop.org/" SRC_URI="http://people.freedesktop.org/~david/dist/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc -ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc -ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" RDEPEND=">=sys-apps/hal-0.5.9_rc2" DEPEND="${RDEPEND}" src_compile() { econf --enable-recall --enable-video || die "econf failed." - emake + emake || die } src_install() { |