diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2005-03-17 03:05:47 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2005-03-17 03:05:47 +0000 |
commit | a32c28cb4ac24d0603a0ffd5c3f5a9a817c94f49 (patch) | |
tree | 6fd01000b4e1aab7b73f66c0a9b6a28e5d463d71 /xfce-base/xfce-utils | |
parent | Marked stable on amd64. (diff) | |
download | historical-a32c28cb4ac24d0603a0ffd5c3f5a9a817c94f49.tar.gz historical-a32c28cb4ac24d0603a0ffd5c3f5a9a817c94f49.tar.bz2 historical-a32c28cb4ac24d0603a0ffd5c3f5a9a817c94f49.zip |
Bugfix release of Xfce4.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'xfce-base/xfce-utils')
-rw-r--r-- | xfce-base/xfce-utils/ChangeLog | 7 | ||||
-rw-r--r-- | xfce-base/xfce-utils/files/digest-xfce-utils-4.2.1 | 1 | ||||
-rw-r--r-- | xfce-base/xfce-utils/xfce-utils-4.2.1.ebuild | 13 |
3 files changed, 20 insertions, 1 deletions
diff --git a/xfce-base/xfce-utils/ChangeLog b/xfce-base/xfce-utils/ChangeLog index 1ddbbc2d1d28..af0e718b21d5 100644 --- a/xfce-base/xfce-utils/ChangeLog +++ b/xfce-base/xfce-utils/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for xfce-base/xfce-utils # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v 1.46 2005/02/09 00:01:36 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v 1.47 2005/03/17 02:55:19 bcowan Exp $ + +*xfce-utils-4.2.1 (17 Mar 2005) + + 17 Mar 2005; Brad Cowan <bcowan@gentoo.org> +xfce-utils-4.2.1.ebuild: + Bugfix release of Xfce4. 09 Feb 2005; Bryan Ăstergaard <kloeri@gentoo.org> xfce-utils-4.2.0.ebuild: diff --git a/xfce-base/xfce-utils/files/digest-xfce-utils-4.2.1 b/xfce-base/xfce-utils/files/digest-xfce-utils-4.2.1 new file mode 100644 index 000000000000..d93ad6051bda --- /dev/null +++ b/xfce-base/xfce-utils/files/digest-xfce-utils-4.2.1 @@ -0,0 +1 @@ +MD5 73b75582ab05f443e3106d4d661207e9 xfce-utils-4.2.1.tar.gz 748056 diff --git a/xfce-base/xfce-utils/xfce-utils-4.2.1.ebuild b/xfce-base/xfce-utils/xfce-utils-4.2.1.ebuild new file mode 100644 index 000000000000..87c1fa6528d7 --- /dev/null +++ b/xfce-base/xfce-utils/xfce-utils-4.2.1.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.2.1.ebuild,v 1.1 2005/03/17 02:55:19 bcowan Exp $ + +DESCRIPTION="Xfce 4 utilities" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="gtkhtml" + +RDEPEND="~xfce-base/xfce-mcs-manager-${PV} + gtkhtml? ( gnome-extra/libgtkhtml )" +XFCE_CONFIG="$(use_enable gtkhtml) --enable-gdm" + +inherit xfce4 |