summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavoz@gentoo.org>2005-10-11 15:20:25 +0000
committerGustavo Zacarias <gustavoz@gentoo.org>2005-10-11 15:20:25 +0000
commit184b9142e42cd34e4b049d3c58311cb3ec7883f7 (patch)
treee4db961cbf371e8f6814b4c3669899251bbfb0a4 /gnome-base
parentInitial port. Ebuild contributed by Matthew Kennedy <mkennedy@gentoo.org>. (diff)
downloadgentoo-2-184b9142e42cd34e4b049d3c58311cb3ec7883f7.tar.gz
gentoo-2-184b9142e42cd34e4b049d3c58311cb3ec7883f7.tar.bz2
gentoo-2-184b9142e42cd34e4b049d3c58311cb3ec7883f7.zip
Added hal to IUSE, made it conditional and back to ~sparc
(Portage version: 2.0.53_rc5)
Diffstat (limited to 'gnome-base')
-rw-r--r--gnome-base/gnome-applets/ChangeLog6
-rw-r--r--gnome-base/gnome-applets/gnome-applets-2.12.1.ebuild8
2 files changed, 9 insertions, 5 deletions
diff --git a/gnome-base/gnome-applets/ChangeLog b/gnome-base/gnome-applets/ChangeLog
index f67a37b62c84..ccbd4fa34aa5 100644
--- a/gnome-base/gnome-applets/ChangeLog
+++ b/gnome-base/gnome-applets/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for gnome-base/gnome-applets
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/ChangeLog,v 1.135 2005/10/11 01:53:29 allanonjl Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/ChangeLog,v 1.136 2005/10/11 15:20:25 gustavoz Exp $
+
+ 11 Oct 2005; Gustavo Zacarias <gustavoz@gentoo.org>
+ gnome-applets-2.12.1.ebuild:
+ Added hal to IUSE, made it conditional and back to ~sparc
11 Oct 2005; John N. Laliberte <allanonjl@gentoo.org>
gnome-applets-2.12.1.ebuild:
diff --git a/gnome-base/gnome-applets/gnome-applets-2.12.1.ebuild b/gnome-base/gnome-applets/gnome-applets-2.12.1.ebuild
index 0b0b74c2f82c..f50c71935d05 100644
--- a/gnome-base/gnome-applets/gnome-applets-2.12.1.ebuild
+++ b/gnome-base/gnome-applets/gnome-applets-2.12.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/gnome-applets-2.12.1.ebuild,v 1.2 2005/10/11 01:53:29 allanonjl Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/gnome-applets-2.12.1.ebuild,v 1.3 2005/10/11 15:20:25 gustavoz Exp $
inherit gnome2
@@ -9,8 +9,8 @@ HOMEPAGE="http://www.gnome.org/"
LICENSE="GPL-2 FDL-1.1 LGPL-2"
SLOT="2"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
-IUSE="acpi apm ipv6"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="acpi apm hal ipv6"
RDEPEND=">=x11-libs/gtk+-2.5
>=dev-libs/glib-2.5
@@ -26,7 +26,7 @@ RDEPEND=">=x11-libs/gtk+-2.5
>=x11-libs/libwnck-2.9.3
>=app-admin/system-tools-backends-1.1.3
>=gnome-base/gnome-desktop-2.11.1
- >=sys-apps/hal-0.5.3
+ hal? ( >=sys-apps/hal-0.5.3 )
>=sys-apps/dbus-0.34
>=media-libs/gstreamer-0.8.2
>=gnome-extra/gucharmap-1.4