summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-07-26 15:47:03 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-07-26 15:47:03 +0000
commit1452ee68fb03cecd8e28846a134d134118eaba10 (patch)
tree5a1303730b0e2df58bf37101ca8dd7045a1bf585 /xfce-base
parentupstream fix for no sound on ppc (diff)
downloadgentoo-2-1452ee68fb03cecd8e28846a134d134118eaba10.tar.gz
gentoo-2-1452ee68fb03cecd8e28846a134d134118eaba10.tar.bz2
gentoo-2-1452ee68fb03cecd8e28846a134d134118eaba10.zip
Version bump.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base')
-rw-r--r--xfce-base/exo/ChangeLog7
-rw-r--r--xfce-base/exo/exo-0.5.3.ebuild (renamed from xfce-base/exo/exo-0.5.2.ebuild)10
2 files changed, 9 insertions, 8 deletions
diff --git a/xfce-base/exo/ChangeLog b/xfce-base/exo/ChangeLog
index b4b4328dfea6..c40696ae7be5 100644
--- a/xfce-base/exo/ChangeLog
+++ b/xfce-base/exo/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for xfce-base/exo
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.35 2010/07/23 07:50:10 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.36 2010/07/26 15:47:03 ssuominen Exp $
+
+*exo-0.5.3 (26 Jul 2010)
+
+ 26 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> +exo-0.5.3.ebuild:
+ Version bump.
23 Jul 2010; Markus Meier <maekke@gentoo.org> exo-0.3.107.ebuild:
arm stable, bug #323729
diff --git a/xfce-base/exo/exo-0.5.2.ebuild b/xfce-base/exo/exo-0.5.3.ebuild
index 38d1d7918ece..8ea6d0515876 100644
--- a/xfce-base/exo/exo-0.5.2.ebuild
+++ b/xfce-base/exo/exo-0.5.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.5.2.ebuild,v 1.1 2010/03/21 18:50:20 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.5.3.ebuild,v 1.1 2010/07/26 15:47:03 ssuominen Exp $
EAPI=3
inherit xfconf python
@@ -12,15 +12,13 @@ SRC_URI="mirror://xfce/src/xfce/exo/0.5/${P}.tar.bz2"
LICENSE="GPL-2 LGPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
-IUSE="debug hal libnotify python"
+IUSE="debug python"
RDEPEND=">=dev-lang/perl-5.6
dev-perl/URI
>=dev-libs/glib-2.18:2
>=x11-libs/gtk+-2.14:2
>=xfce-base/libxfce4util-4.2.2
- libnotify? ( >=x11-libs/libnotify-0.4 )
- hal? ( >=sys-apps/hal-0.5.7 )
python? ( >=dev-python/pygtk-2.4 )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
@@ -30,10 +28,8 @@ DEPEND="${RDEPEND}
pkg_setup() {
XFCONF="--disable-dependency-tracking
--disable-static
- $(use_enable libnotify notifications)
- $(use_enable hal)
$(use_enable python)
- $(use_enable debug)
+ $(xfconf_use_debug)
--with-html-dir=${EPREFIX}/usr/share/doc/${PF}/html"
DOCS="AUTHORS ChangeLog HACKING NEWS README THANKS TODO"
}