From 37288ded7cde7ff56e100da628fd3b8b9f36106b Mon Sep 17 00:00:00 2001 From: Christoph Mende Date: Tue, 10 Mar 2009 13:48:20 +0000 Subject: Xfce-4.6 bump (Portage version: 2.2_rc23/cvs/Linux x86_64) --- xfce-base/libxfce4util/ChangeLog | 10 ++++++++-- xfce-base/libxfce4util/libxfce4util-4.6.0.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 xfce-base/libxfce4util/libxfce4util-4.6.0.ebuild (limited to 'xfce-base') diff --git a/xfce-base/libxfce4util/ChangeLog b/xfce-base/libxfce4util/ChangeLog index 2b071d95da13..05f480cd5f93 100644 --- a/xfce-base/libxfce4util/ChangeLog +++ b/xfce-base/libxfce4util/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for xfce-base/libxfce4util -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.116 2008/12/22 17:02:01 angelos Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.117 2009/03/10 13:48:20 angelos Exp $ + +*libxfce4util-4.6.0 (10 Mar 2009) + + 10 Mar 2009; Christoph Mende + +libxfce4util-4.6.0.ebuild: + Xfce-4.6 bump 22 Dec 2008; Christoph Mende -libxfce4util-4.4.2.ebuild: diff --git a/xfce-base/libxfce4util/libxfce4util-4.6.0.ebuild b/xfce-base/libxfce4util/libxfce4util-4.6.0.ebuild new file mode 100644 index 000000000000..3d21bdbfaf8e --- /dev/null +++ b/xfce-base/libxfce4util/libxfce4util-4.6.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.6.0.ebuild,v 1.1 2009/03/10 13:48:20 angelos Exp $ + +EAPI=1 + +inherit xfce4 + +xfce4_core + +DESCRIPTION="Basic utilities library" +HOMEPAGE="http://www.xfce.org/projects/libraries" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="debug doc" + +RDEPEND=">=dev-libs/glib-2.6:2" +DEPEND="${RDEPEND} + doc? ( dev-util/gtk-doc )" + +pkg_setup() { + XFCE_CONFIG+=" $(use_enable doc gtk_doc)" +} + +DOCS="AUTHORS ChangeLog NEWS README README.Kiosk THANKS TODO" -- cgit v1.2.3-65-gdbad