From 584e60fccaef833dabf0dbb7c47cf0cbb57ae767 Mon Sep 17 00:00:00 2001 From: Jeremy Olexa Date: Tue, 21 Apr 2009 04:24:34 +0000 Subject: Version bump for xfce-4.6.1 release, remove old (Portage version: 2.1.6.11/cvs/Linux x86_64) --- xfce-base/libxfce4util/ChangeLog | 8 +++++++- xfce-base/libxfce4util/libxfce4util-4.6.0.ebuild | 24 ------------------------ xfce-base/libxfce4util/libxfce4util-4.6.1.ebuild | 24 ++++++++++++++++++++++++ 3 files changed, 31 insertions(+), 25 deletions(-) delete mode 100644 xfce-base/libxfce4util/libxfce4util-4.6.0.ebuild create mode 100644 xfce-base/libxfce4util/libxfce4util-4.6.1.ebuild (limited to 'xfce-base') diff --git a/xfce-base/libxfce4util/ChangeLog b/xfce-base/libxfce4util/ChangeLog index 15f46b4add1b..6f5534e5d3d0 100644 --- a/xfce-base/libxfce4util/ChangeLog +++ b/xfce-base/libxfce4util/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for xfce-base/libxfce4util # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.119 2009/03/22 12:34:27 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.120 2009/04/21 04:24:34 darkside Exp $ + +*libxfce4util-4.6.1 (21 Apr 2009) + + 21 Apr 2009; Jeremy Olexa + -libxfce4util-4.6.0.ebuild, +libxfce4util-4.6.1.ebuild: + Version bump for xfce-4.6.1 release, remove old 22 Mar 2009; Christoph Mende libxfce4util-4.6.0.ebuild: diff --git a/xfce-base/libxfce4util/libxfce4util-4.6.0.ebuild b/xfce-base/libxfce4util/libxfce4util-4.6.0.ebuild deleted file mode 100644 index 2e978cc856ad..000000000000 --- a/xfce-base/libxfce4util/libxfce4util-4.6.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# 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.3 2009/03/22 12:34:27 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 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="debug doc" - -RDEPEND=">=dev-libs/glib-2.12" -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" diff --git a/xfce-base/libxfce4util/libxfce4util-4.6.1.ebuild b/xfce-base/libxfce4util/libxfce4util-4.6.1.ebuild new file mode 100644 index 000000000000..7437ebdf3e7c --- /dev/null +++ b/xfce-base/libxfce4util/libxfce4util-4.6.1.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.1.ebuild,v 1.1 2009/04/21 04:24:34 darkside 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 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="debug doc" + +RDEPEND=">=dev-libs/glib-2.12" +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