diff options
author | Christoph Mende <angelos@gentoo.org> | 2008-10-30 22:00:54 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2008-10-30 22:00:54 +0000 |
commit | aa160d0e82b16ef7d485bc46e84e58b2b49a2715 (patch) | |
tree | c38720e2cc2cab57d73d2f206f096d10f6d3b07a /xfce-base | |
parent | Xfce-4.4.3 bump (diff) | |
download | gentoo-2-aa160d0e82b16ef7d485bc46e84e58b2b49a2715.tar.gz gentoo-2-aa160d0e82b16ef7d485bc46e84e58b2b49a2715.tar.bz2 gentoo-2-aa160d0e82b16ef7d485bc46e84e58b2b49a2715.zip |
Xfce-4.4.3 bump
(Portage version: 2.2_rc12/cvs/Linux 2.6.28-rc2 x86_64)
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/libxfce4util/ChangeLog | 10 | ||||
-rw-r--r-- | xfce-base/libxfce4util/libxfce4util-4.4.3.ebuild | 23 |
2 files changed, 31 insertions, 2 deletions
diff --git a/xfce-base/libxfce4util/ChangeLog b/xfce-base/libxfce4util/ChangeLog index 9d3a08b428db..be178baaa562 100644 --- a/xfce-base/libxfce4util/ChangeLog +++ b/xfce-base/libxfce4util/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for xfce-base/libxfce4util -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.109 2007/12/17 18:33:33 jer Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.110 2008/10/30 22:00:54 angelos Exp $ + +*libxfce4util-4.4.3 (30 Oct 2008) + + 30 Oct 2008; Christoph Mende <angelos@gentoo.org> + +libxfce4util-4.4.3.ebuild: + Xfce-4.4.3 bump 17 Dec 2007; Jeroen Roovers <jer@gentoo.org> libxfce4util-4.4.2.ebuild: Stable for HPPA (bug #201747). diff --git a/xfce-base/libxfce4util/libxfce4util-4.4.3.ebuild b/xfce-base/libxfce4util/libxfce4util-4.4.3.ebuild new file mode 100644 index 000000000000..7b0ec7b74d19 --- /dev/null +++ b/xfce-base/libxfce4util/libxfce4util-4.4.3.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.4.3.ebuild,v 1.1 2008/10/30 22:00:54 angelos Exp $ + +EAPI=1 + +inherit xfce44 + +XFCE_VERSION=4.4.3 + +xfce44 +xfce44_core_package + +DESCRIPTION="Basic utilities library" +HOMEPAGE="http://www.xfce.org/projects/libraries" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="debug doc" + +RDEPEND=">=dev-libs/glib-2.6:2" +DEPEND="${RDEPEND} + doc? ( dev-util/gtk-doc )" + +DOCS="AUTHORS ChangeLog NEWS README THANKS TODO" |