From cfed40dd2dfeb7de00c06cbee7cd9c4ee76256f8 Mon Sep 17 00:00:00 2001 From: Daniel Gryniewicz Date: Mon, 1 Jun 2009 22:51:46 +0000 Subject: Fix bug#271837 (Portage version: 2.2_rc33/cvs/Linux x86_64) --- sys-apps/hal/ChangeLog | 12 +- sys-apps/hal/hal-0.5.12_rc1-r5.ebuild | 313 ---------------------------------- sys-apps/hal/hal-0.5.12_rc1-r6.ebuild | 313 ++++++++++++++++++++++++++++++++++ 3 files changed, 324 insertions(+), 314 deletions(-) delete mode 100644 sys-apps/hal/hal-0.5.12_rc1-r5.ebuild create mode 100644 sys-apps/hal/hal-0.5.12_rc1-r6.ebuild (limited to 'sys-apps/hal') diff --git a/sys-apps/hal/ChangeLog b/sys-apps/hal/ChangeLog index 39a09cbc4140..b992cf5b7099 100644 --- a/sys-apps/hal/ChangeLog +++ b/sys-apps/hal/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for sys-apps/hal # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.286 2009/05/29 17:42:22 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.287 2009/06/01 22:51:46 dang Exp $ + +*hal-0.5.12_rc1-r6 (01 Jun 2009) + + 01 Jun 2009; Daniel Gryniewicz + -hal-0.5.12_rc1-r5.ebuild, +hal-0.5.12_rc1-r6.ebuild: + Bump to hal-0.5.12_rc1-r6 + + - Add root access to org.freedesktop.Hal.(Device Manager) to allow X and + NM to work. Bug #271837 + *hal-0.5.12_rc1-r5 (29 May 2009) diff --git a/sys-apps/hal/hal-0.5.12_rc1-r5.ebuild b/sys-apps/hal/hal-0.5.12_rc1-r5.ebuild deleted file mode 100644 index 48cfd5e227c1..000000000000 --- a/sys-apps/hal/hal-0.5.12_rc1-r5.ebuild +++ /dev/null @@ -1,313 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.12_rc1-r5.ebuild,v 1.1 2009/05/29 17:42:22 dang Exp $ - -EAPI="2" - -inherit eutils linux-info autotools flag-o-matic multilib - -PATCH_VERSION="6" - -MY_P=${P/_/} -S=${WORKDIR}/${MY_P} -PATCHNAME="${MY_P}-gentoo-patches-${PATCH_VERSION}" -DESCRIPTION="Hardware Abstraction Layer" -HOMEPAGE="http://www.freedesktop.org/wiki/Software/hal" -SRC_URI="http://hal.freedesktop.org/releases/${MY_P}.tar.bz2 - http://dev.gentoo.org/~dang/files/${PATCHNAME}.tar.bz2" - -LICENSE="|| ( GPL-2 AFL-2.0 )" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" - -KERNEL_IUSE="kernel_linux kernel_FreeBSD" -IUSE="X acpi apm crypt consolekit debug dell disk-partition doc laptop policykit selinux ${KERNEL_IUSE}" - -RDEPEND=">=dev-libs/dbus-glib-0.61 - >=dev-libs/glib-2.14 - >=dev-libs/expat-1.95.8 - =virtual/libusb-0* - >=sys-apps/pciutils-2.2.7-r1 - >=dev-util/gperf-3.0.3 - sys-apps/usbutils - virtual/eject - amd64? ( >=sys-apps/dmidecode-2.7 ) - dell? ( >=sys-libs/libsmbios-0.13.4 ) - disk-partition? ( >=sys-apps/parted-1.8.0 ) - ia64? ( >=sys-apps/dmidecode-2.7 ) - kernel_linux? ( - >=sys-fs/udev-117 - >=sys-apps/util-linux-2.13 - >=sys-kernel/linux-headers-2.6.19 - crypt? ( >=sys-fs/cryptsetup-1.0.5 ) - ) - kernel_FreeBSD? ( >=dev-libs/libvolume_id-0.77 ) - x86? ( >=sys-apps/dmidecode-2.7 ) - selinux? ( sys-libs/libselinux sec-policy/selinux-hal ) - consolekit? ( - sys-auth/consolekit[policykit=] - ) - policykit? ( - sys-auth/consolekit[policykit] - sys-auth/policykit[pam] - )" -DEPEND="${RDEPEND} - dev-util/pkgconfig - >=dev-util/intltool-0.35 - doc? ( - app-text/xmlto - dev-libs/libxml2 - dev-util/gtk-doc - app-text/docbook-sgml-utils - ) - ! or by utilizing your Desktop Environment's" - elog "Keyboard Layout Settings mechanism." - elog "Under GNOME, this is gnome-keyboard-properties, and under KDE" - elog "it is kxkb." - fi - echo - elog "In order have suspend/hibernate function with HAL or apps that use HAL" - elog "(such as gnome-power-manager), you should build HAL with the laptop" - elog "useflag which will install pm-utils." - if use X ; then - echo - elog "X Input Hotplugging (if you build xorg-server with the HAL useflag)" - elog "reads user specific configuration from /etc/hal/fdi/policy/." - echo - elog "You should remove the Input sections from your xorg.conf once you have" - elog "migrated the rules to a HAL fdi file." - fi - - ebeep 5 - epause 5 -} diff --git a/sys-apps/hal/hal-0.5.12_rc1-r6.ebuild b/sys-apps/hal/hal-0.5.12_rc1-r6.ebuild new file mode 100644 index 000000000000..1e850b962929 --- /dev/null +++ b/sys-apps/hal/hal-0.5.12_rc1-r6.ebuild @@ -0,0 +1,313 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.12_rc1-r6.ebuild,v 1.1 2009/06/01 22:51:46 dang Exp $ + +EAPI="2" + +inherit eutils linux-info autotools flag-o-matic multilib + +PATCH_VERSION="7" + +MY_P=${P/_/} +S=${WORKDIR}/${MY_P} +PATCHNAME="${MY_P}-gentoo-patches-${PATCH_VERSION}" +DESCRIPTION="Hardware Abstraction Layer" +HOMEPAGE="http://www.freedesktop.org/wiki/Software/hal" +SRC_URI="http://hal.freedesktop.org/releases/${MY_P}.tar.bz2 + http://dev.gentoo.org/~dang/files/${PATCHNAME}.tar.bz2" + +LICENSE="|| ( GPL-2 AFL-2.0 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" + +KERNEL_IUSE="kernel_linux kernel_FreeBSD" +IUSE="X acpi apm crypt consolekit debug dell disk-partition doc laptop policykit selinux ${KERNEL_IUSE}" + +RDEPEND=">=dev-libs/dbus-glib-0.61 + >=dev-libs/glib-2.14 + >=dev-libs/expat-1.95.8 + =virtual/libusb-0* + >=sys-apps/pciutils-2.2.7-r1 + >=dev-util/gperf-3.0.3 + sys-apps/usbutils + virtual/eject + amd64? ( >=sys-apps/dmidecode-2.7 ) + dell? ( >=sys-libs/libsmbios-0.13.4 ) + disk-partition? ( >=sys-apps/parted-1.8.0 ) + ia64? ( >=sys-apps/dmidecode-2.7 ) + kernel_linux? ( + >=sys-fs/udev-117 + >=sys-apps/util-linux-2.13 + >=sys-kernel/linux-headers-2.6.19 + crypt? ( >=sys-fs/cryptsetup-1.0.5 ) + ) + kernel_FreeBSD? ( >=dev-libs/libvolume_id-0.77 ) + x86? ( >=sys-apps/dmidecode-2.7 ) + selinux? ( sys-libs/libselinux sec-policy/selinux-hal ) + consolekit? ( + sys-auth/consolekit[policykit=] + ) + policykit? ( + sys-auth/consolekit[policykit] + sys-auth/policykit[pam] + )" +DEPEND="${RDEPEND} + dev-util/pkgconfig + >=dev-util/intltool-0.35 + doc? ( + app-text/xmlto + dev-libs/libxml2 + dev-util/gtk-doc + app-text/docbook-sgml-utils + ) + ! or by utilizing your Desktop Environment's" + elog "Keyboard Layout Settings mechanism." + elog "Under GNOME, this is gnome-keyboard-properties, and under KDE" + elog "it is kxkb." + fi + echo + elog "In order have suspend/hibernate function with HAL or apps that use HAL" + elog "(such as gnome-power-manager), you should build HAL with the laptop" + elog "useflag which will install pm-utils." + if use X ; then + echo + elog "X Input Hotplugging (if you build xorg-server with the HAL useflag)" + elog "reads user specific configuration from /etc/hal/fdi/policy/." + echo + elog "You should remove the Input sections from your xorg.conf once you have" + elog "migrated the rules to a HAL fdi file." + fi + + ebeep 5 + epause 5 +} -- cgit v1.2.3-65-gdbad