summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2009-07-19 21:28:37 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2009-07-19 21:28:37 +0000
commit70d9988662d45161d1868c876921ccb033174dde (patch)
treef35f94cd04ebb5f51bcdfa15cd4432c8f4453161 /app-misc/hal-info
parentFix building with glibc 2.10+ wrt #271782. (diff)
downloadgentoo-2-70d9988662d45161d1868c876921ccb033174dde.tar.gz
gentoo-2-70d9988662d45161d1868c876921ccb033174dde.tar.bz2
gentoo-2-70d9988662d45161d1868c876921ccb033174dde.zip
Version bump. Battery recall information will now be stored in devicekit-power.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/hal-info')
-rw-r--r--app-misc/hal-info/ChangeLog12
-rw-r--r--app-misc/hal-info/hal-info-20070618.ebuild26
-rw-r--r--app-misc/hal-info/hal-info-20080508.ebuild26
-rw-r--r--app-misc/hal-info/hal-info-20081219.ebuild26
-rw-r--r--app-misc/hal-info/hal-info-20090202.ebuild26
-rw-r--r--app-misc/hal-info/hal-info-20090309.ebuild26
-rw-r--r--app-misc/hal-info/hal-info-20090716.ebuild (renamed from app-misc/hal-info/hal-info-20090330.ebuild)2
7 files changed, 12 insertions, 132 deletions
diff --git a/app-misc/hal-info/ChangeLog b/app-misc/hal-info/ChangeLog
index b525bd94e5dc..ffa7a198d3d3 100644
--- a/app-misc/hal-info/ChangeLog
+++ b/app-misc/hal-info/ChangeLog
@@ -1,6 +1,16 @@
# 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.71 2009/07/19 12:57:41 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/ChangeLog,v 1.72 2009/07/19 21:28:37 eva Exp $
+
+*hal-info-20090716 (19 Jul 2009)
+
+ 19 Jul 2009; Gilles Dartiguelongue <eva@gentoo.org>
+ -hal-info-20070618.ebuild, -hal-info-20080508.ebuild,
+ -hal-info-20081219.ebuild, -hal-info-20090202.ebuild,
+ -hal-info-20090309.ebuild, -hal-info-20090330.ebuild,
+ +hal-info-20090716.ebuild:
+ Version bump. Battery recall information will now be stored in
+ devicekit-power.
19 Jul 2009; nixnut <nixnut@gentoo.org> hal-info-20090414.ebuild:
ppc stable #273761
diff --git a/app-misc/hal-info/hal-info-20070618.ebuild b/app-misc/hal-info/hal-info-20070618.ebuild
deleted file mode 100644
index fd76f8c5065a..000000000000
--- a/app-misc/hal-info/hal-info-20070618.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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.12 2007/09/26 18:11:46 armin76 Exp $
-
-inherit eutils
-
-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="alpha 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 || die
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "install failed."
-}
diff --git a/app-misc/hal-info/hal-info-20080508.ebuild b/app-misc/hal-info/hal-info-20080508.ebuild
deleted file mode 100644
index 8051620ac0c5..000000000000
--- a/app-misc/hal-info/hal-info-20080508.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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-20080508.ebuild,v 1.10 2008/10/28 17:04:52 corsair 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 || die "configure failed"
- emake || die "make failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "install failed."
-}
diff --git a/app-misc/hal-info/hal-info-20081219.ebuild b/app-misc/hal-info/hal-info-20081219.ebuild
deleted file mode 100644
index 14ef77668503..000000000000
--- a/app-misc/hal-info/hal-info-20081219.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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.9 2009/03/08 21:45:18 josejx 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 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd"
-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."
-}
diff --git a/app-misc/hal-info/hal-info-20090202.ebuild b/app-misc/hal-info/hal-info-20090202.ebuild
deleted file mode 100644
index 0bffb0e07102..000000000000
--- a/app-misc/hal-info/hal-info-20090202.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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-20090202.ebuild,v 1.1 2009/02/04 14:19:00 chainsaw 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 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
-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."
-}
diff --git a/app-misc/hal-info/hal-info-20090309.ebuild b/app-misc/hal-info/hal-info-20090309.ebuild
deleted file mode 100644
index 0163998a84ed..000000000000
--- a/app-misc/hal-info/hal-info-20090309.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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-20090309.ebuild,v 1.6 2009/04/24 06:39:32 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="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd"
-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."
-}
diff --git a/app-misc/hal-info/hal-info-20090330.ebuild b/app-misc/hal-info/hal-info-20090716.ebuild
index cb72abee9a2d..86c56f7b77c1 100644
--- a/app-misc/hal-info/hal-info-20090330.ebuild
+++ b/app-misc/hal-info/hal-info-20090716.ebuild
@@ -1,6 +1,6 @@
# 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-20090330.ebuild,v 1.1 2009/03/30 20:23:43 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/hal-info-20090716.ebuild,v 1.1 2009/07/19 21:28:37 eva Exp $
inherit eutils