diff options
author | Christoph Mende <angelos@gentoo.org> | 2009-03-10 13:48:20 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2009-03-10 13:48:20 +0000 |
commit | 37288ded7cde7ff56e100da628fd3b8b9f36106b (patch) | |
tree | f600403dd6d5842f14e768b91e837e4b82db2309 /xfce-base | |
parent | Xfce-4.6 bump (diff) | |
download | gentoo-2-37288ded7cde7ff56e100da628fd3b8b9f36106b.tar.gz gentoo-2-37288ded7cde7ff56e100da628fd3b8b9f36106b.tar.bz2 gentoo-2-37288ded7cde7ff56e100da628fd3b8b9f36106b.zip |
Xfce-4.6 bump
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/libxfce4util/ChangeLog | 10 | ||||
-rw-r--r-- | xfce-base/libxfce4util/libxfce4util-4.6.0.ebuild | 24 |
2 files changed, 32 insertions, 2 deletions
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 <angelos@gentoo.org> + +libxfce4util-4.6.0.ebuild: + Xfce-4.6 bump 22 Dec 2008; Christoph Mende <angelos@gentoo.org> -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" |