diff options
author | Christoph Mende <angelos@gentoo.org> | 2008-10-30 22:00:21 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2008-10-30 22:00:21 +0000 |
commit | f0130b1944a613cc22c8b8f9c36db2ae38ee8de9 (patch) | |
tree | d59b4ea9b2c1cf54e104ff9c567bc301a7566fb1 /xfce-base/libxfce4mcs | |
parent | Update to Linux 2.6.27.4. Restore ordering of TCP options to work around brok... (diff) | |
download | gentoo-2-f0130b1944a613cc22c8b8f9c36db2ae38ee8de9.tar.gz gentoo-2-f0130b1944a613cc22c8b8f9c36db2ae38ee8de9.tar.bz2 gentoo-2-f0130b1944a613cc22c8b8f9c36db2ae38ee8de9.zip |
Xfce-4.4.3 bump
(Portage version: 2.2_rc12/cvs/Linux 2.6.28-rc2 x86_64)
Diffstat (limited to 'xfce-base/libxfce4mcs')
-rw-r--r-- | xfce-base/libxfce4mcs/ChangeLog | 10 | ||||
-rw-r--r-- | xfce-base/libxfce4mcs/libxfce4mcs-4.4.3.ebuild | 28 |
2 files changed, 36 insertions, 2 deletions
diff --git a/xfce-base/libxfce4mcs/ChangeLog b/xfce-base/libxfce4mcs/ChangeLog index ba0784d67e48..7159e3b1ade7 100644 --- a/xfce-base/libxfce4mcs/ChangeLog +++ b/xfce-base/libxfce4mcs/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for xfce-base/libxfce4mcs -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4mcs/ChangeLog,v 1.103 2007/12/17 18:34:14 jer Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4mcs/ChangeLog,v 1.104 2008/10/30 22:00:21 angelos Exp $ + +*libxfce4mcs-4.4.3 (30 Oct 2008) + + 30 Oct 2008; Christoph Mende <angelos@gentoo.org> + +libxfce4mcs-4.4.3.ebuild: + Xfce-4.4.3 bump 17 Dec 2007; Jeroen Roovers <jer@gentoo.org> libxfce4mcs-4.4.2.ebuild: Stable for HPPA (bug #201747). diff --git a/xfce-base/libxfce4mcs/libxfce4mcs-4.4.3.ebuild b/xfce-base/libxfce4mcs/libxfce4mcs-4.4.3.ebuild new file mode 100644 index 000000000000..9c4faef7d01e --- /dev/null +++ b/xfce-base/libxfce4mcs/libxfce4mcs-4.4.3.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4mcs/libxfce4mcs-4.4.3.ebuild,v 1.1 2008/10/30 22:00:21 angelos Exp $ + +EAPI=1 + +inherit xfce44 + +XFCE_VERSION=4.4.3 + +xfce44 +xfce44_core_package + +DESCRIPTION="Components library" +HOMEPAGE="http://www.xfce.org/projects/libraries" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="debug doc startup-notification" + +RDEPEND="x11-libs/libX11 + x11-libs/libSM + >=dev-libs/glib-2.6:2 + >=x11-libs/gtk+-2.6:2 + >=xfce-base/libxfce4util-${XFCE_MASTER_VERSION} + startup-notification? ( x11-libs/startup-notification )" +DEPEND="${RDEPEND} + doc? ( dev-util/gtk-doc )" + +DOCS="AUTHORS ChangeLog NEWS README TODO" |