diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2005-05-18 03:00:58 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2005-05-18 03:00:58 +0000 |
commit | 0becb5fc4ccf89f74b9df4f2b42fafbab25b45e1 (patch) | |
tree | 514ccbaa64789aebc8e34582aa4b5aa311673aa4 /xfce-base/xfce-utils | |
parent | Version bump, also added patch to work with multislot wxpython (diff) | |
download | historical-0becb5fc4ccf89f74b9df4f2b42fafbab25b45e1.tar.gz historical-0becb5fc4ccf89f74b9df4f2b42fafbab25b45e1.tar.bz2 historical-0becb5fc4ccf89f74b9df4f2b42fafbab25b45e1.zip |
4.2.2 bugfix release of Xfce 4.
Diffstat (limited to 'xfce-base/xfce-utils')
-rw-r--r-- | xfce-base/xfce-utils/ChangeLog | 7 | ||||
-rw-r--r-- | xfce-base/xfce-utils/Manifest | 2 | ||||
-rw-r--r-- | xfce-base/xfce-utils/files/digest-xfce-utils-4.2.2 | 1 | ||||
-rw-r--r-- | xfce-base/xfce-utils/xfce-utils-4.2.2.ebuild | 13 |
4 files changed, 22 insertions, 1 deletions
diff --git a/xfce-base/xfce-utils/ChangeLog b/xfce-base/xfce-utils/ChangeLog index af0e718b21d5..11c4de79791c 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.47 2005/03/17 02:55:19 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v 1.48 2005/05/18 02:51:17 bcowan Exp $ + +*xfce-utils-4.2.2 (18 May 2005) + + 18 May 2005; Brad Cowan <bcowan@gentoo.org> +xfce-utils-4.2.2.ebuild: + 4.2.2 bugfix release of Xfce 4. *xfce-utils-4.2.1 (17 Mar 2005) diff --git a/xfce-base/xfce-utils/Manifest b/xfce-base/xfce-utils/Manifest index 65b9bf4be080..809198c8dea4 100644 --- a/xfce-base/xfce-utils/Manifest +++ b/xfce-base/xfce-utils/Manifest @@ -1,8 +1,10 @@ MD5 b0b31e0e562323e175be9e35b8055165 xfce-utils-4.2.1.ebuild 491 MD5 2d4ccb4da3cb887af96e72305e09787c xfce-utils-4.2.0.ebuild 493 MD5 f8b0d28fca91cd41dcfd71d9569003b8 xfce-utils-4.0.6.ebuild 1092 +MD5 b0b31e0e562323e175be9e35b8055165 xfce-utils-4.2.2.ebuild 491 MD5 934146feab3920876f267a815fa6c13e ChangeLog 5700 MD5 c390804e060ffd11a5bbb143434b2b2d metadata.xml 157 MD5 36cfb57721de1080726f288c17acd532 files/digest-xfce-utils-4.0.6 68 MD5 55d9e3f0f93fe625260dc740c557f6a3 files/digest-xfce-utils-4.2.0 69 MD5 1769451c4836775c50d544c89d652a2f files/digest-xfce-utils-4.2.1 68 +MD5 aa9d857dda85eef063aa95799c7d4e3e files/digest-xfce-utils-4.2.2 69 diff --git a/xfce-base/xfce-utils/files/digest-xfce-utils-4.2.2 b/xfce-base/xfce-utils/files/digest-xfce-utils-4.2.2 new file mode 100644 index 000000000000..064a2d7f1292 --- /dev/null +++ b/xfce-base/xfce-utils/files/digest-xfce-utils-4.2.2 @@ -0,0 +1 @@ +MD5 585e1fd48dee70c50271ac478e8adcd0 xfce-utils-4.2.2.tar.gz 1031911 diff --git a/xfce-base/xfce-utils/xfce-utils-4.2.2.ebuild b/xfce-base/xfce-utils/xfce-utils-4.2.2.ebuild new file mode 100644 index 000000000000..db797fc6be55 --- /dev/null +++ b/xfce-base/xfce-utils/xfce-utils-4.2.2.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.2.ebuild,v 1.1 2005/05/18 02:51:17 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 |