diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-03-29 14:55:04 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-03-29 14:55:04 +0000 |
commit | b413a39a3490b794cf8ca5dd2ac768b92d864c9a (patch) | |
tree | 941648e51eb4a04d1d69f842df8063b28916404b /xfce-base | |
parent | Version bump. http://releases.xfce.org/feeds/project/xfce4-sensors-plugin (diff) | |
download | gentoo-2-b413a39a3490b794cf8ca5dd2ac768b92d864c9a.tar.gz gentoo-2-b413a39a3490b794cf8ca5dd2ac768b92d864c9a.tar.bz2 gentoo-2-b413a39a3490b794cf8ca5dd2ac768b92d864c9a.zip |
Version bump.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/xfce4-panel/ChangeLog | 8 | ||||
-rw-r--r-- | xfce-base/xfce4-panel/xfce4-panel-4.6.1.ebuild | 6 | ||||
-rw-r--r-- | xfce-base/xfce4-panel/xfce4-panel-4.7.1.ebuild (renamed from xfce-base/xfce4-panel/xfce4-panel-4.7.0.ebuild) | 4 |
3 files changed, 12 insertions, 6 deletions
diff --git a/xfce-base/xfce4-panel/ChangeLog b/xfce-base/xfce4-panel/ChangeLog index 02a685e44ee4..872f348696bb 100644 --- a/xfce-base/xfce4-panel/ChangeLog +++ b/xfce-base/xfce4-panel/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for xfce-base/xfce4-panel # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/ChangeLog,v 1.155 2010/03/21 19:32:27 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/ChangeLog,v 1.156 2010/03/29 14:55:04 ssuominen Exp $ + +*xfce4-panel-4.7.1 (29 Mar 2010) + + 29 Mar 2010; Samuli Suominen <ssuominen@gentoo.org> + +xfce4-panel-4.7.1.ebuild: + Version bump. *xfce4-panel-4.7.0 (21 Mar 2010) diff --git a/xfce-base/xfce4-panel/xfce4-panel-4.6.1.ebuild b/xfce-base/xfce4-panel/xfce4-panel-4.6.1.ebuild index f88cf93d6ee6..55dc22e40005 100644 --- a/xfce-base/xfce4-panel/xfce4-panel-4.6.1.ebuild +++ b/xfce-base/xfce4-panel/xfce4-panel-4.6.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/xfce4-panel-4.6.1.ebuild,v 1.13 2009/10/05 21:14:51 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/xfce4-panel-4.6.1.ebuild,v 1.14 2010/03/29 14:55:04 ssuominen Exp $ EAPI=2 inherit xfconf @@ -10,7 +10,7 @@ HOMEPAGE="http://www.xfce.org/projects/xfce4-panel/" 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 ~x86-solaris" +KEYWORDS="hppa" IUSE="debug startup-notification" RDEPEND=">=dev-libs/glib-2.8:2 diff --git a/xfce-base/xfce4-panel/xfce4-panel-4.7.0.ebuild b/xfce-base/xfce4-panel/xfce4-panel-4.7.1.ebuild index e235dd9712ae..105674169393 100644 --- a/xfce-base/xfce4-panel/xfce4-panel-4.7.0.ebuild +++ b/xfce-base/xfce4-panel/xfce4-panel-4.7.1.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/xfce4-panel/xfce4-panel-4.7.0.ebuild,v 1.2 2010/03/21 19:50:52 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/xfce4-panel-4.7.1.ebuild,v 1.1 2010/03/29 14:55:04 ssuominen Exp $ EAPI=3 inherit xfconf @@ -35,7 +35,7 @@ pkg_setup() { XFCONF="--docdir=${EPREFIX}/usr/share/doc/${PF} --disable-dependency-tracking --disable-static - $(use_enable debug) + $(xfconf_use_debug) --with-html-dir=${EPREFIX}/usr/share/doc/${PF}/html" DOCS="AUTHORS ChangeLog NEWS THANKS" } |