Portage is a package management system used by Gentoo Linux
# ChangeLog for gnome-extra/hal-device-manager
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/hal-device-manager/ChangeLog,v 1.16 2008/01/22 22:03:10 compnerd Exp $
22 Jan 2008; Saleem Abdulrasool
hal-device-manager-0.5-r1.ebuild:
Limit HAL to 0.5.7 and 0.5.9 as this will not work with 0.5.10
02 Aug 2007; Michael Sterrett
hal-device-manager-0.5-r1.ebuild:
correct dbus deps (bug #187369)
08 Jul 2007; Michael Sterrett
hal-device-manager-0.5-r1.ebuild:
remove reference to old, removed dbus (bug #183696)
03 May 2007; Jeroen Roovers
hal-device-manager-0.5-r1.ebuild:
Marked ~hppa too (bug #174810).
18 Nov 2006; Doug Goldstein
-hal-device-manager-0.4.5.ebuild, -hal-device-manager-0.5.ebuild,
hal-device-manager-0.5-r1.ebuild:
Removing old versions. Fixing D-Bus depend
05 Sep 2006; Steev Klimaszewski
hal-device-manager-0.5-r1.ebuild:
Fix the quoting issue with 0.5-r1. No revbump because if you have it installed
already... then its working.
*hal-device-manager-0.5-r1 (30 Apr 2006)
30 Apr 2006; Saleem Abdulrasool
+hal-device-manager-0.5-r1.ebuild:
Revbump with new check for dbus python bindings (bug #127322)
03 Feb 2006; Aron Griffis
hal-device-manager-0.5.ebuild:
Mark 0.5 stable on ia64
20 Jan 2006; Gustavo Zacarias
hal-device-manager-0.5.ebuild:
Stable on sparc wrt #119634
20 Sep 2005; Gustavo Zacarias
hal-device-manager-0.5.ebuild:
Keyworded ~sparc
18 Aug 2005; Doug Goldstein
Added 0.5 ebuild for consistency & deleted 0.2.x ebuild
08 May 2005; Aron Griffis
hal-device-manager-0.2.98.ebuild:
stable on ia64
20 Feb 2005; Mike Gardiner
hal-device-manager-0.2.98.ebuild:
Stable on x86
20 Feb 2005; David Holm
hal-device-manager-0.2.98.ebuild:
Stable on ppc
*hal-device-manager-0.4.5 (03 Feb 2005)
03 Feb 2005; Joe McCann
+hal-device-manager-0.4.5.ebuild:
New version that matches our latest hal release. Added a desktop file
creation thanks to the suggestion in bug 80539 by Yaakov S
*hal-device-manager-0.2.98 (02 Oct 2004)
02 Oct 2004; Peter Johanson
+hal-device-manager-0.2.98.ebuild:
New package. Seperates out hal-device-manager from hal package to prevent
circular dep hal -> gnome -> hal.
EBUILD hal-device-manager-0.5-r1.ebuild 1214 RMD160 5676b2b686aa2d026c190345700a86c2ac50d77f SHA1 b7ee678c02e5cc19b5863e34e766828cb8b50846 SHA256 83d07d36c90b43847e3b833033baa7e0344136e8aa74c6a2698c7456785f2074
MISC ChangeLog 2656 RMD160 1bf64109377b6b749d7d872a95fc4937a55e0897 SHA1 9b40efed5ce8cac4293f8b75fe7dbfb6c452dafd SHA256 0a27b798784e11363f64f09d19ce56da1ed0955b0001a9a3ce4ea2a4db71d581
MISC metadata.xml 242 RMD160 c2d3bf20c64c5f877970970b032596f03342d08c SHA1 af61680ac8a8a7f277be656cdaf4bc7db918bfdd SHA256 f2bb940d80a2cec5b41a0d87ac150a52e217c2e6821de48c46978f7e3ccb797a
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/hal-device-manager/hal-device-manager-0.5-r1.ebuild,v 1.8 2008/01/22 22:03:10 compnerd Exp $
inherit eutils
DESCRIPTION="HAL device viewer"
HOMEPAGE="http://www.freedesktop.org/Software/hal"
SRC_URI=""
LICENSE="|| ( GPL-2 AFL-2.0 )"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
IUSE=""
RDEPEND="|| (
=sys-apps/hal-0.5.7*
=sys-apps/hal-0.5.9*
)
>=dev-python/dbus-python-0.71
>=dev-python/gnome-python-2.0.0-r1"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
S=${WORKDIR}
pkg_setup() {
if [ ! -z $(best_version =sys-apps/dbus-0.62*) ]; then
if ! built_with_use "=sys-apps/dbus-0.62*" python; then
eerror 'Please rebuild dbus with the python useflag before installing'
eerror 'this package.'
eerror
eerror "echo 'sys-apps/dbus python' >> /etc/portage/package.use"
eerror 'emerge dbus'
die "dbus python bindings unavailable"
fi
fi
}
src_install() {
dodir /usr/bin
dosym /usr/share/hal/device-manager/hal-device-manager /usr/bin
make_desktop_entry hal-device-manager "Device Manager" "hwbrowser" "System"
}