summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-04-23 17:23:45 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-04-23 17:23:45 +0000
commit6b08d9e4e2c1172205a7af56f39ffd0773d60094 (patch)
tree5ecefd87213ca177d8f5c9dd7c5595adbab1bc76 /xfce-base
parentold (diff)
downloadhistorical-6b08d9e4e2c1172205a7af56f39ffd0773d60094.tar.gz
historical-6b08d9e4e2c1172205a7af56f39ffd0773d60094.tar.bz2
historical-6b08d9e4e2c1172205a7af56f39ffd0773d60094.zip
alpha/ia64/sparc stable wrt #358407
Package-Manager: portage-2.2.0_alpha30/cvs/Linux x86_64
Diffstat (limited to 'xfce-base')
-rw-r--r--xfce-base/thunar/ChangeLog5
-rw-r--r--xfce-base/thunar/thunar-1.2.0.ebuild72
-rw-r--r--xfce-base/thunar/thunar-1.2.1.ebuild4
-rw-r--r--xfce-base/xfce-utils/ChangeLog5
-rw-r--r--xfce-base/xfce-utils/xfce-utils-4.8.1.ebuild4
-rw-r--r--xfce-base/xfce4-panel/ChangeLog5
-rw-r--r--xfce-base/xfce4-panel/xfce4-panel-4.8.3.ebuild4
-rw-r--r--xfce-base/xfce4-session/ChangeLog6
-rw-r--r--xfce-base/xfce4-session/xfce4-session-4.8.1.ebuild4
-rw-r--r--xfce-base/xfce4-settings/ChangeLog6
-rw-r--r--xfce-base/xfce4-settings/xfce4-settings-4.8.0.ebuild50
-rw-r--r--xfce-base/xfce4-settings/xfce4-settings-4.8.1.ebuild4
-rw-r--r--xfce-base/xfdesktop/ChangeLog5
-rw-r--r--xfce-base/xfdesktop/xfdesktop-4.8.1.ebuild4
-rw-r--r--xfce-base/xfwm4/ChangeLog5
-rw-r--r--xfce-base/xfwm4/xfwm4-4.8.0.ebuild53
-rw-r--r--xfce-base/xfwm4/xfwm4-4.8.1.ebuild4
17 files changed, 44 insertions, 196 deletions
diff --git a/xfce-base/thunar/ChangeLog b/xfce-base/thunar/ChangeLog
index b4fce4982791..223c85b6214e 100644
--- a/xfce-base/thunar/ChangeLog
+++ b/xfce-base/thunar/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for xfce-base/thunar
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.120 2011/03/22 20:44:59 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.121 2011/04/23 17:22:49 ssuominen Exp $
+
+ 23 Apr 2011; Samuli Suominen <ssuominen@gentoo.org> thunar-1.2.1.ebuild:
+ alpha/ia64/sparc stable wrt #358407
22 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> thunar-1.2.1.ebuild:
ppc/ppc64 stable wrt #358407
diff --git a/xfce-base/thunar/thunar-1.2.0.ebuild b/xfce-base/thunar/thunar-1.2.0.ebuild
deleted file mode 100644
index ee5b0daa7d0c..000000000000
--- a/xfce-base/thunar/thunar-1.2.0.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.2.0.ebuild,v 1.5 2011/02/14 19:41:48 ssuominen Exp $
-
-EAPI=3
-inherit virtualx xfconf
-
-MY_P=${P/t/T}
-
-DESCRIPTION="A file manager for the Xfce desktop environment"
-HOMEPAGE="http://www.xfce.org/projects/thunar/ http://thunar.xfce.org/"
-SRC_URI="mirror://xfce/src/xfce/${PN}/1.2/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="dbus debug exif libnotify pcre startup-notification test +xfce_plugins_trash udev"
-
-GVFS_DEPEND=">=gnome-base/gvfs-1.6.4-r2"
-COMMON_DEPEND=">=xfce-base/exo-0.6
- >=dev-libs/glib-2.18:2
- >=x11-libs/gtk+-2.14:2
- >=xfce-base/libxfce4util-4.8
- >=xfce-base/libxfce4ui-4.8
- >=dev-lang/perl-5.6
- dbus? ( >=dev-libs/dbus-glib-0.88 )
- exif? ( >=media-libs/libexif-0.6.19 )
- libnotify? ( x11-libs/libnotify )
- pcre? ( >=dev-libs/libpcre-6 )
- startup-notification? ( x11-libs/startup-notification )
- udev? ( >=sys-fs/udev-145[extras] )
- xfce_plugins_trash? ( >=dev-libs/dbus-glib-0.88
- >=xfce-base/xfce4-panel-4.8 )"
-RDEPEND="${COMMON_DEPEND}
- x11-misc/shared-mime-info
- dev-util/desktop-file-utils
- dbus? ( ${GVFS_DEPEND} )
- udev? ( ${GVFS_DEPEND}[gdu,udev] )
- xfce_plugins_trash? ( ${GVFS_DEPEND} )"
-DEPEND="${COMMON_DEPEND}
- dev-util/intltool
- dev-util/pkgconfig
- sys-devel/gettext"
-
-S=${WORKDIR}/${MY_P}
-
-pkg_setup() {
- XFCONF=(
- --docdir="${EPREFIX}"/usr/share/doc/${PF}
- --disable-dependency-tracking
- $(use_enable dbus)
- $(use_enable startup-notification)
- $(use_enable udev gudev)
- $(use_enable libnotify notifications)
- $(xfconf_use_debug)
- $(use_enable exif)
- $(use_enable pcre)
- --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
- )
-
- if use xfce_plugins_trash; then
- XFCONF+=( --enable-dbus )
- else
- XFCONF+=( --disable-tpa-plugin )
- fi
-
- DOCS="AUTHORS ChangeLog FAQ HACKING NEWS README THANKS TODO"
-}
-
-src_test() {
- Xemake check || die
-}
diff --git a/xfce-base/thunar/thunar-1.2.1.ebuild b/xfce-base/thunar/thunar-1.2.1.ebuild
index 35b9eca292f2..3d9f3e5ce49e 100644
--- a/xfce-base/thunar/thunar-1.2.1.ebuild
+++ b/xfce-base/thunar/thunar-1.2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.2.1.ebuild,v 1.7 2011/03/22 20:44:59 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.2.1.ebuild,v 1.8 2011/04/23 17:22:49 ssuominen Exp $
EAPI=4
inherit virtualx xfconf
@@ -13,7 +13,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/1.2/${MY_P}.tar.bz2"
LICENSE="GPL-2 LGPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="dbus debug exif libnotify pcre startup-notification test +xfce_plugins_trash udev"
GVFS_DEPEND=">=gnome-base/gvfs-1.6.6-r1"
diff --git a/xfce-base/xfce-utils/ChangeLog b/xfce-base/xfce-utils/ChangeLog
index 6c6d6ff9d7a4..0b330b2a09e0 100644
--- a/xfce-base/xfce-utils/ChangeLog
+++ b/xfce-base/xfce-utils/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for xfce-base/xfce-utils
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v 1.181 2011/03/29 13:10:39 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v 1.182 2011/04/23 17:18:15 ssuominen Exp $
+
+ 23 Apr 2011; Samuli Suominen <ssuominen@gentoo.org> xfce-utils-4.8.1.ebuild:
+ alpha/ia64/sparc stable wrt #358407
29 Mar 2011; Jeroen Roovers <jer@gentoo.org> xfce-utils-4.8.1.ebuild:
Stable for HPPA (bug #358407).
diff --git a/xfce-base/xfce-utils/xfce-utils-4.8.1.ebuild b/xfce-base/xfce-utils/xfce-utils-4.8.1.ebuild
index fa669535f03b..937274a57399 100644
--- a/xfce-base/xfce-utils/xfce-utils-4.8.1.ebuild
+++ b/xfce-base/xfce-utils/xfce-utils-4.8.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 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.8.1.ebuild,v 1.6 2011/03/29 13:10:39 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.8.1.ebuild,v 1.7 2011/04/23 17:18:15 ssuominen Exp $
EAPI=3
inherit xfconf
@@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/4.8/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="dbus debug +lock"
COMMON_DEPEND="x11-libs/libX11
diff --git a/xfce-base/xfce4-panel/ChangeLog b/xfce-base/xfce4-panel/ChangeLog
index 5dd9b72cecad..49c2fb746802 100644
--- a/xfce-base/xfce4-panel/ChangeLog
+++ b/xfce-base/xfce4-panel/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for xfce-base/xfce4-panel
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/ChangeLog,v 1.194 2011/04/16 19:13:11 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/ChangeLog,v 1.195 2011/04/23 17:17:10 ssuominen Exp $
+
+ 23 Apr 2011; Samuli Suominen <ssuominen@gentoo.org> xfce4-panel-4.8.3.ebuild:
+ alpha/ia64/sparc stable wrt #358407
16 Apr 2011; Christoph Mende <angelos@gentoo.org> xfce4-panel-4.8.3.ebuild:
Stable on amd64 wrt bug #363767
diff --git a/xfce-base/xfce4-panel/xfce4-panel-4.8.3.ebuild b/xfce-base/xfce4-panel/xfce4-panel-4.8.3.ebuild
index fb6d5bf89722..dd7ff37a2d64 100644
--- a/xfce-base/xfce4-panel/xfce4-panel-4.8.3.ebuild
+++ b/xfce-base/xfce4-panel/xfce4-panel-4.8.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/xfce4-panel-4.8.3.ebuild,v 1.2 2011/04/16 19:13:11 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/xfce4-panel-4.8.3.ebuild,v 1.3 2011/04/23 17:17:10 ssuominen Exp $
EAPI=4
inherit xfconf
@@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/4.8/${P}.tar.bz2"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="debug"
RDEPEND="x11-libs/libX11
diff --git a/xfce-base/xfce4-session/ChangeLog b/xfce-base/xfce4-session/ChangeLog
index dee7a33d575c..cbe8fd889f9b 100644
--- a/xfce-base/xfce4-session/ChangeLog
+++ b/xfce-base/xfce4-session/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for xfce-base/xfce4-session
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-session/ChangeLog,v 1.140 2011/03/29 13:09:27 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-session/ChangeLog,v 1.141 2011/04/23 17:23:45 ssuominen Exp $
+
+ 23 Apr 2011; Samuli Suominen <ssuominen@gentoo.org>
+ xfce4-session-4.8.1.ebuild:
+ alpha/ia64/sparc stable wrt #358407
29 Mar 2011; Jeroen Roovers <jer@gentoo.org> xfce4-session-4.8.1.ebuild:
Stable for HPPA (bug #358407).
diff --git a/xfce-base/xfce4-session/xfce4-session-4.8.1.ebuild b/xfce-base/xfce4-session/xfce4-session-4.8.1.ebuild
index 1187436b7244..9705a434379b 100644
--- a/xfce-base/xfce4-session/xfce4-session-4.8.1.ebuild
+++ b/xfce-base/xfce4-session/xfce4-session-4.8.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-session/xfce4-session-4.8.1.ebuild,v 1.7 2011/03/29 13:09:27 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-session/xfce4-session-4.8.1.ebuild,v 1.8 2011/04/23 17:23:45 ssuominen Exp $
EAPI=3
inherit xfconf
@@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/4.8/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="consolekit debug gnome gnome-keyring policykit udev +xfce_plugins_logout"
COMMON_DEPEND=">=dev-libs/dbus-glib-0.88
diff --git a/xfce-base/xfce4-settings/ChangeLog b/xfce-base/xfce4-settings/ChangeLog
index 9fff89014607..95bbad474fca 100644
--- a/xfce-base/xfce4-settings/ChangeLog
+++ b/xfce-base/xfce4-settings/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for xfce-base/xfce4-settings
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/ChangeLog,v 1.76 2011/03/29 13:10:04 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/ChangeLog,v 1.77 2011/04/23 17:14:04 ssuominen Exp $
+
+ 23 Apr 2011; Samuli Suominen <ssuominen@gentoo.org>
+ xfce4-settings-4.8.1.ebuild:
+ alpha/ia64/sparc stable wrt #358407
29 Mar 2011; Jeroen Roovers <jer@gentoo.org> xfce4-settings-4.8.1.ebuild:
Stable for HPPA (bug #358407).
diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.8.0.ebuild b/xfce-base/xfce4-settings/xfce4-settings-4.8.0.ebuild
deleted file mode 100644
index 20c48d0cae25..000000000000
--- a/xfce-base/xfce4-settings/xfce4-settings-4.8.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/xfce4-settings-4.8.0.ebuild,v 1.8 2011/02/14 19:29:55 ssuominen Exp $
-
-EAPI=3
-inherit xfconf
-
-DESCRIPTION="Xfce's configuration system"
-HOMEPAGE="http://www.xfce.org/projects/xfce4-settings/"
-SRC_URI="mirror://xfce/src/xfce/${PN}/4.8/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
-IUSE="debug +xklavier libcanberra libnotify"
-
-RDEPEND=">=dev-libs/glib-2.16:2
- >=dev-libs/dbus-glib-0.88
- >=gnome-base/libglade-2
- >=x11-libs/gtk+-2.14:2
- >=x11-libs/libX11-1
- >=x11-libs/libXcursor-1.1
- >=x11-libs/libXi-1.3
- >=x11-libs/libXrandr-1.2
- >=xfce-base/libxfce4util-4.8
- >=xfce-base/libxfce4ui-4.8
- >=xfce-base/xfconf-4.8
- >=xfce-base/exo-0.6
- libcanberra? ( >=media-libs/libcanberra-0.25[sound] )
- libnotify? ( >=x11-libs/libnotify-0.1.3 )
- xklavier? ( >=x11-libs/libxklavier-0.3 )"
-DEPEND="${RDEPEND}
- dev-util/intltool
- sys-devel/gettext
- dev-util/pkgconfig
- >=x11-proto/inputproto-1.4
- x11-proto/xproto"
-
-pkg_setup() {
- XFCONF=(
- --disable-dependency-tracking
- --disable-static
- $(use_enable libnotify)
- $(use_enable xklavier libxklavier)
- $(use_enable libcanberra sound-settings)
- $(xfconf_use_debug)
- )
-
- DOCS="AUTHORS ChangeLog NEWS TODO"
-}
diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.8.1.ebuild b/xfce-base/xfce4-settings/xfce4-settings-4.8.1.ebuild
index 6644efae3ec3..c60fd297a26c 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.8.1.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.8.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/xfce4-settings-4.8.1.ebuild,v 1.9 2011/03/29 13:10:04 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/xfce4-settings-4.8.1.ebuild,v 1.10 2011/04/23 17:14:04 ssuominen Exp $
EAPI=3
inherit xfconf
@@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/4.8/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
IUSE="debug libcanberra libnotify +xklavier"
RDEPEND=">=dev-libs/glib-2.16:2
diff --git a/xfce-base/xfdesktop/ChangeLog b/xfce-base/xfdesktop/ChangeLog
index 55f38c9a9e87..c47b29a556d1 100644
--- a/xfce-base/xfdesktop/ChangeLog
+++ b/xfce-base/xfdesktop/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for xfce-base/xfdesktop
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/ChangeLog,v 1.192 2011/04/22 18:38:12 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/ChangeLog,v 1.193 2011/04/23 17:19:59 ssuominen Exp $
+
+ 23 Apr 2011; Samuli Suominen <ssuominen@gentoo.org> xfdesktop-4.8.1.ebuild:
+ alpha/ia64/sparc stable wrt #358407
*xfdesktop-4.8.2 (22 Apr 2011)
diff --git a/xfce-base/xfdesktop/xfdesktop-4.8.1.ebuild b/xfce-base/xfdesktop/xfdesktop-4.8.1.ebuild
index 3e47006ae7b0..c031d0aae936 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.8.1.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.8.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.8.1.ebuild,v 1.6 2011/03/22 20:46:35 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.8.1.ebuild,v 1.7 2011/04/23 17:19:59 ssuominen Exp $
EAPI=3
inherit xfconf
@@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/4.8/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="debug libnotify thunar"
RDEPEND="x11-libs/libX11
diff --git a/xfce-base/xfwm4/ChangeLog b/xfce-base/xfwm4/ChangeLog
index 1521cfd9c69a..4beadd92b719 100644
--- a/xfce-base/xfwm4/ChangeLog
+++ b/xfce-base/xfwm4/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for xfce-base/xfwm4
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/ChangeLog,v 1.170 2011/03/29 13:11:12 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/ChangeLog,v 1.171 2011/04/23 17:21:10 ssuominen Exp $
+
+ 23 Apr 2011; Samuli Suominen <ssuominen@gentoo.org> xfwm4-4.8.1.ebuild:
+ alpha/ia64/sparc stable wrt #358407
29 Mar 2011; Jeroen Roovers <jer@gentoo.org> xfwm4-4.8.1.ebuild:
Stable for HPPA (bug #358407).
diff --git a/xfce-base/xfwm4/xfwm4-4.8.0.ebuild b/xfce-base/xfwm4/xfwm4-4.8.0.ebuild
deleted file mode 100644
index b3134066077a..000000000000
--- a/xfce-base/xfwm4/xfwm4-4.8.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/xfwm4-4.8.0.ebuild,v 1.7 2011/03/21 22:40:35 nirbheek Exp $
-
-EAPI=3
-inherit xfconf
-
-DESCRIPTION="Xfce's window manager"
-HOMEPAGE="http://www.xfce.org/projects/xfwm4/"
-SRC_URI="mirror://xfce/src/xfce/${PN}/4.8/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="debug startup-notification +xcomposite"
-
-RDEPEND=">=dev-libs/glib-2.10:2
- >=x11-libs/gtk+-2.14:2
- x11-libs/libICE
- x11-libs/libSM
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXrandr
- x11-libs/libXrender
- x11-libs/libXpm
- x11-libs/pango
- >=x11-libs/libwnck-2.22:1
- >=xfce-base/libxfce4util-4.8
- >=xfce-base/libxfce4ui-4.8
- >=xfce-base/xfconf-4.8
- startup-notification? ( x11-libs/startup-notification )
- xcomposite? ( x11-libs/libXcomposite
- x11-libs/libXdamage
- x11-libs/libXfixes )"
-DEPEND="${RDEPEND}
- dev-util/intltool
- dev-util/pkgconfig
- sys-devel/gettext"
-
-pkg_setup() {
- XFCONF=(
- --docdir="${EPREFIX}"/usr/share/doc/${PF}
- --disable-dependency-tracking
- $(use_enable startup-notification)
- --enable-xsync
- --enable-render
- --enable-randr
- $(use_enable xcomposite compositor)
- $(xfconf_use_debug)
- )
-
- DOCS="AUTHORS ChangeLog COMPOSITOR NEWS README TODO"
-}
diff --git a/xfce-base/xfwm4/xfwm4-4.8.1.ebuild b/xfce-base/xfwm4/xfwm4-4.8.1.ebuild
index 7c413c2175ee..06220edaf7b4 100644
--- a/xfce-base/xfwm4/xfwm4-4.8.1.ebuild
+++ b/xfce-base/xfwm4/xfwm4-4.8.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/xfwm4-4.8.1.ebuild,v 1.7 2011/03/29 13:11:12 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/xfwm4-4.8.1.ebuild,v 1.8 2011/04/23 17:21:10 ssuominen Exp $
EAPI=3
inherit xfconf
@@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/4.8/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="debug startup-notification +xcomposite"
RDEPEND=">=dev-libs/glib-2.10:2