summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Nichols <nichoj@gentoo.org>2006-12-05 17:01:42 +0000
committerJoshua Nichols <nichoj@gentoo.org>2006-12-05 17:01:42 +0000
commit5d1b1c7fa6a927cd77d0351888459a787d3827d8 (patch)
tree02b020ceb4621e47183f78ca443c93843c6c74fa /xfce-base/xfce-utils
parentVersion bump for RC2. See bug #146563. (diff)
downloadgentoo-2-5d1b1c7fa6a927cd77d0351888459a787d3827d8.tar.gz
gentoo-2-5d1b1c7fa6a927cd77d0351888459a787d3827d8.tar.bz2
gentoo-2-5d1b1c7fa6a927cd77d0351888459a787d3827d8.zip
Version bump for RC2. See bug #146563.
(Portage version: 2.1.2_rc2-r5)
Diffstat (limited to 'xfce-base/xfce-utils')
-rw-r--r--xfce-base/xfce-utils/ChangeLog8
-rw-r--r--xfce-base/xfce-utils/files/digest-xfce-utils-4.3.99.23
-rw-r--r--xfce-base/xfce-utils/xfce-utils-4.3.99.2.ebuild43
3 files changed, 53 insertions, 1 deletions
diff --git a/xfce-base/xfce-utils/ChangeLog b/xfce-base/xfce-utils/ChangeLog
index ad683ebd1e6a..9b804a0075f2 100644
--- a/xfce-base/xfce-utils/ChangeLog
+++ b/xfce-base/xfce-utils/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for xfce-base/xfce-utils
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v 1.74 2006/12/02 09:36:17 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v 1.75 2006/12/05 17:01:42 nichoj Exp $
+
+*xfce-utils-4.3.99.2 (07 Dec 2006)
+
+ 07 Dec 2006; Joshua Nichols <nichoj@gentoo.org>
+ +xfce-utils-4.3.99.2.ebuild:
+ Version bump for RC2. See bug #146563.
02 Dec 2006; Tiziano Müller <dev-zero@gentoo.org>
xfce-utils-4.2.2-r1.ebuild, xfce-utils-4.2.3.ebuild:
diff --git a/xfce-base/xfce-utils/files/digest-xfce-utils-4.3.99.2 b/xfce-base/xfce-utils/files/digest-xfce-utils-4.3.99.2
new file mode 100644
index 000000000000..4bc3e706b2cc
--- /dev/null
+++ b/xfce-base/xfce-utils/files/digest-xfce-utils-4.3.99.2
@@ -0,0 +1,3 @@
+MD5 de6502dd93176b2a60e2e66bf052024f xfce-utils-4.3.99.2.tar.bz2 871702
+RMD160 f2f07138bc9d0f77f4916f11af8a179a4c90136a xfce-utils-4.3.99.2.tar.bz2 871702
+SHA256 a40832c874dda5a06c0208cd178a8d02cd61cb2379aa46cdffbe3fb592fd551c xfce-utils-4.3.99.2.tar.bz2 871702
diff --git a/xfce-base/xfce-utils/xfce-utils-4.3.99.2.ebuild b/xfce-base/xfce-utils/xfce-utils-4.3.99.2.ebuild
new file mode 100644
index 000000000000..d8dfc89f522d
--- /dev/null
+++ b/xfce-base/xfce-utils/xfce-utils-4.3.99.2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2006 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.3.99.2.ebuild,v 1.1 2006/12/05 17:01:42 nichoj Exp $
+
+inherit eutils xfce44
+
+xfce44_beta
+
+DESCRIPTION="Xfce 4 utilities"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="doc"
+
+RDEPEND="|| ( x11-apps/xrdb
+ virtual/x11 )
+ dev-libs/dbh
+ >=dev-libs/glib-2.2
+ >=x11-libs/gtk+-2.2
+ ~xfce-base/libxfce4util-${PV}
+ ~xfce-base/libxfcegui4-${PV}
+ media-libs/libpng
+ ~xfce-base/libxfce4mcs-${PV}"
+
+XFCE_CONFIG="--enable-gdm --with-vendor-info=Gentoo"
+
+xfce44_core_package
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ epatch "${FILESDIR}"/nolisten-tcp.patch
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+
+ insinto /usr/share/xfce4/
+ newins ${FILESDIR}/Gentoo Gentoo
+
+ if use doc; then
+ dodoc AUTHORS INSTALL README COPYING ChangeLog HACKING
+ dodoc NEWS THANKS TODO
+ fi
+}