summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Teaford Cowan <bcowan@gentoo.org>2005-10-06 06:32:48 +0000
committerBrad Teaford Cowan <bcowan@gentoo.org>2005-10-06 06:32:48 +0000
commitf53add321c60b517d84f9340bbda3b1ab7c2e8ff (patch)
treed91ed0433a801f373c32b282eb62cde01ced0cf6 /xfce-base/xfce-utils
parentXfce builds for new eclass and modular Xorg. (diff)
downloadgentoo-2-f53add321c60b517d84f9340bbda3b1ab7c2e8ff.tar.gz
gentoo-2-f53add321c60b517d84f9340bbda3b1ab7c2e8ff.tar.bz2
gentoo-2-f53add321c60b517d84f9340bbda3b1ab7c2e8ff.zip
Xfce builds for new eclass and modular Xorg.
(Portage version: 1.589-cvs)
Diffstat (limited to 'xfce-base/xfce-utils')
-rw-r--r--xfce-base/xfce-utils/ChangeLog7
-rw-r--r--xfce-base/xfce-utils/Manifest8
-rw-r--r--xfce-base/xfce-utils/files/digest-xfce-utils-4.2.2-r11
-rw-r--r--xfce-base/xfce-utils/xfce-utils-4.2.2-r1.ebuild21
4 files changed, 30 insertions, 7 deletions
diff --git a/xfce-base/xfce-utils/ChangeLog b/xfce-base/xfce-utils/ChangeLog
index af13c4dd4e51..4cf58da11339 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.54 2005/07/12 12:45:19 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v 1.55 2005/10/06 06:28:57 bcowan Exp $
+
+*xfce-utils-4.2.2-r1 (06 Oct 2005)
+
+ 06 Oct 2005; Brad Cowan <bcowan@gentoo.org> +xfce-utils-4.2.2-r1.ebuild:
+ Xfce builds for new eclass and modular Xorg.
12 Jul 2005; Simon Stelling <blubb@gentoo.org> xfce-utils-4.2.2.ebuild:
stable on amd64
diff --git a/xfce-base/xfce-utils/Manifest b/xfce-base/xfce-utils/Manifest
index 5f200baa1aa0..111d1d4429b1 100644
--- a/xfce-base/xfce-utils/Manifest
+++ b/xfce-base/xfce-utils/Manifest
@@ -1,6 +1,2 @@
-MD5 b0b31e0e562323e175be9e35b8055165 xfce-utils-4.2.1.ebuild 491
-MD5 0abd7468c0d89ec3ab063e35f8938ccc xfce-utils-4.2.2.ebuild 481
-MD5 ec21e3e6e05060e212d618da01a4e013 ChangeLog 6435
-MD5 c390804e060ffd11a5bbb143434b2b2d metadata.xml 157
-MD5 1769451c4836775c50d544c89d652a2f files/digest-xfce-utils-4.2.1 68
-MD5 aa9d857dda85eef063aa95799c7d4e3e files/digest-xfce-utils-4.2.2 69
+MD5 935fc459b760735e43d1c9b865cfb178 xfce-utils-4.2.2-r1.ebuild 495
+MD5 aa9d857dda85eef063aa95799c7d4e3e files/digest-xfce-utils-4.2.2-r1 69
diff --git a/xfce-base/xfce-utils/files/digest-xfce-utils-4.2.2-r1 b/xfce-base/xfce-utils/files/digest-xfce-utils-4.2.2-r1
new file mode 100644
index 000000000000..064a2d7f1292
--- /dev/null
+++ b/xfce-base/xfce-utils/files/digest-xfce-utils-4.2.2-r1
@@ -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-r1.ebuild b/xfce-base/xfce-utils/xfce-utils-4.2.2-r1.ebuild
new file mode 100644
index 000000000000..a47ae2f69bbc
--- /dev/null
+++ b/xfce-base/xfce-utils/xfce-utils-4.2.2-r1.ebuild
@@ -0,0 +1,21 @@
+# 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-r1.ebuild,v 1.1 2005/10/06 06:28:57 bcowan Exp $
+
+inherit xfce42
+
+DESCRIPTION="Xfce 4 utilities"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="gtkhtml"
+
+RDEPEND="|| ( ( x11-libs/libX11
+ x11-libs/libICE
+ x11-libs/libSM )
+ virtual/x11 )
+ ~xfce-base/xfce-mcs-manager-${PV}
+ gtkhtml? ( gnome-extra/libgtkhtml )"
+DEPEND="${RDEPEND}
+ || ( x11-libs/libXt virtual/x11 )"
+
+XFCE_CONFIG="$(use_enable gtkhtml) --enable-gdm"
+core_package \ No newline at end of file