summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaman <perfinion@gentoo.org>2015-07-01 12:06:13 +0000
committerJason Zaman <perfinion@gentoo.org>2015-07-01 12:06:13 +0000
commit1786f6f8be1e1b91edb4f068dfe4924299b21446 (patch)
tree77ebbbb25785334b3b106c0e572098580423602a /xfce-base
parentVersion bump (diff)
downloadgentoo-2-1786f6f8be1e1b91edb4f068dfe4924299b21446.tar.gz
gentoo-2-1786f6f8be1e1b91edb4f068dfe4924299b21446.tar.bz2
gentoo-2-1786f6f8be1e1b91edb4f068dfe4924299b21446.zip
drop old
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x7EF137EC935B0EAF)
Diffstat (limited to 'xfce-base')
-rw-r--r--xfce-base/xfce4-session/ChangeLog6
-rw-r--r--xfce-base/xfce4-session/xfce4-session-4.11.0-r2.ebuild70
-rw-r--r--xfce-base/xfce4-session/xfce4-session-4.12.0-r1.ebuild71
-rw-r--r--xfce-base/xfce4-settings/ChangeLog5
-rw-r--r--xfce-base/xfce4-settings/xfce4-settings-4.11.3.ebuild51
-rw-r--r--xfce-base/xfdesktop/ChangeLog6
-rw-r--r--xfce-base/xfdesktop/xfdesktop-4.11.8.ebuild49
-rw-r--r--xfce-base/xfdesktop/xfdesktop-4.12.0.ebuild50
-rw-r--r--xfce-base/xfdesktop/xfdesktop-4.12.1.ebuild54
-rw-r--r--xfce-base/xfwm4/ChangeLog6
-rw-r--r--xfce-base/xfwm4/xfwm4-4.11.2.ebuild55
-rw-r--r--xfce-base/xfwm4/xfwm4-4.12.0.ebuild55
-rw-r--r--xfce-base/xfwm4/xfwm4-4.12.2.ebuild55
13 files changed, 19 insertions, 514 deletions
diff --git a/xfce-base/xfce4-session/ChangeLog b/xfce-base/xfce4-session/ChangeLog
index 447828e3218b..cc2f7fbaa4c7 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-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-session/ChangeLog,v 1.231 2015/07/01 07:59:29 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-session/ChangeLog,v 1.232 2015/07/01 12:06:13 perfinion Exp $
+
+ 01 Jul 2015; Jason Zaman <perfinion@gentoo.org>
+ -xfce4-session-4.11.0-r2.ebuild, -xfce4-session-4.12.0-r1.ebuild:
+ drop old
01 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> xfce4-session-4.12.1.ebuild:
x86 stable wrt bug #553500
diff --git a/xfce-base/xfce4-session/xfce4-session-4.11.0-r2.ebuild b/xfce-base/xfce4-session/xfce4-session-4.11.0-r2.ebuild
deleted file mode 100644
index 3543174b0f28..000000000000
--- a/xfce-base/xfce4-session/xfce4-session-4.11.0-r2.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2015 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.11.0-r2.ebuild,v 1.4 2015/03/03 13:10:17 dlan Exp $
-
-EAPI=5
-EAUTORECONF=1
-inherit xfconf
-
-DESCRIPTION="A session manager for the Xfce desktop environment"
-HOMEPAGE="http://docs.xfce.org/xfce/xfce4-session/start"
-SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="debug nls systemd upower +xscreensaver"
-
-COMMON_DEPEND=">=dev-libs/dbus-glib-0.100
- x11-apps/iceauth
- x11-libs/libSM
- >=x11-libs/libwnck-2.30:1
- x11-libs/libX11
- >=xfce-base/libxfce4util-4.11
- >=xfce-base/libxfce4ui-4.11
- >=xfce-base/xfconf-4.10
- !xfce-base/xfce-utils
- upower? ( || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils ) )
- systemd? ( >=sys-auth/polkit-0.100 )"
-RDEPEND="${COMMON_DEPEND}
- x11-apps/xrdb
- nls? ( x11-misc/xdg-user-dirs )
- !systemd? ( upower? ( sys-power/pm-utils ) )
- xscreensaver? ( || (
- >=x11-misc/xscreensaver-5.26
- gnome-extra/gnome-screensaver
- >=x11-misc/xlockmore-5.43
- x11-misc/slock
- x11-misc/alock[pam]
- ) )"
-DEPEND="${COMMON_DEPEND}
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-pkg_setup() {
- PATCHES=( "${FILESDIR}"/${PN}-4.10.1-alock_support_to_xflock4.patch )
-
- use upower && PATCHES+=( "${FILESDIR}"/${P}-upower-0.99.0.patch )
-
- XFCONF=(
- --docdir="${EPREFIX}"/usr/share/doc/${PF}
- $(use_enable systemd)
- --with-xsession-prefix="${EPREFIX}"/usr
- $(xfconf_use_debug)
- )
-
- use upower && XFCONF+=( --enable-upower )
-
- DOCS=( AUTHORS BUGS ChangeLog NEWS README TODO )
-}
-
-src_install() {
- xfconf_src_install
-
- local sessiondir=/etc/X11/Sessions
- echo startxfce4 > "${T}"/Xfce4
- exeinto ${sessiondir}
- doexe "${T}"/Xfce4
- dosym Xfce4 ${sessiondir}/Xfce
-}
diff --git a/xfce-base/xfce4-session/xfce4-session-4.12.0-r1.ebuild b/xfce-base/xfce4-session/xfce4-session-4.12.0-r1.ebuild
deleted file mode 100644
index ac73be2e61c2..000000000000
--- a/xfce-base/xfce4-session/xfce4-session-4.12.0-r1.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2015 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.12.0-r1.ebuild,v 1.1 2015/03/15 18:53:38 mgorny Exp $
-
-EAPI=5
-EAUTORECONF=1
-inherit xfconf
-
-DESCRIPTION="A session manager for the Xfce desktop environment"
-HOMEPAGE="http://docs.xfce.org/xfce/xfce4-session/start"
-SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="debug nls policykit systemd upower +xscreensaver"
-
-COMMON_DEPEND=">=dev-libs/dbus-glib-0.100:=
- x11-apps/iceauth
- x11-libs/libSM:=
- >=x11-libs/libwnck-2.30:1=
- x11-libs/libX11:=
- >=xfce-base/libxfce4util-4.11:=
- >=xfce-base/libxfce4ui-4.11:=
- >=xfce-base/xfconf-4.10:=
- !xfce-base/xfce-utils
- !=xfce-base/libxfce4ui-4.12.0
- policykit? ( >=sys-auth/polkit-0.102:= )
- upower? ( || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils ) )"
-RDEPEND="${COMMON_DEPEND}
- x11-apps/xrdb
- nls? ( x11-misc/xdg-user-dirs )
- !systemd? ( upower? ( sys-power/pm-utils ) )
- xscreensaver? ( || (
- >=x11-misc/xscreensaver-5.26
- gnome-extra/gnome-screensaver
- >=x11-misc/xlockmore-5.43
- x11-misc/slock
- x11-misc/alock[pam]
- ) )"
-DEPEND="${COMMON_DEPEND}
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-REQUIRED_USE="systemd? ( policykit )"
-
-pkg_setup() {
- PATCHES=( "${FILESDIR}"/${PN}-4.10.1-alock_support_to_xflock4.patch )
-
- XFCONF=(
- --docdir="${EPREFIX}"/usr/share/doc/${PF}
- $(use_enable policykit polkit)
- --with-xsession-prefix="${EPREFIX}"/usr
- $(xfconf_use_debug)
- )
-
- use upower && XFCONF+=( --enable-upower )
-
- DOCS=( AUTHORS BUGS ChangeLog NEWS README TODO )
-}
-
-src_install() {
- xfconf_src_install
-
- local sessiondir=/etc/X11/Sessions
- echo startxfce4 > "${T}"/Xfce4
- exeinto ${sessiondir}
- doexe "${T}"/Xfce4
- dosym Xfce4 ${sessiondir}/Xfce
-}
diff --git a/xfce-base/xfce4-settings/ChangeLog b/xfce-base/xfce4-settings/ChangeLog
index ac2c2b2494c0..9ddb23ff8b67 100644
--- a/xfce-base/xfce4-settings/ChangeLog
+++ b/xfce-base/xfce4-settings/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for xfce-base/xfce4-settings
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/ChangeLog,v 1.130 2015/07/01 08:03:55 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/ChangeLog,v 1.131 2015/07/01 12:06:13 perfinion Exp $
+
+ 01 Jul 2015; Jason Zaman <perfinion@gentoo.org> -xfce4-settings-4.11.3.ebuild:
+ drop old
01 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> xfce4-settings-4.12.0.ebuild:
x86 stable wrt bug #553500
diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.11.3.ebuild b/xfce-base/xfce4-settings/xfce4-settings-4.11.3.ebuild
deleted file mode 100644
index 8d0af5078faf..000000000000
--- a/xfce-base/xfce4-settings/xfce4-settings-4.11.3.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2015 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.11.3.ebuild,v 1.2 2015/03/03 13:11:45 dlan Exp $
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="Configuration system for the Xfce desktop environment"
-HOMEPAGE="http://www.xfce.org/projects/"
-SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
-IUSE="debug libcanberra libnotify upower +xklavier"
-
-RDEPEND=">=dev-libs/dbus-glib-0.100
- >=dev-libs/glib-2.24
- media-libs/fontconfig
- >=x11-libs/gtk+-2.20:2
- x11-libs/libX11
- >=x11-libs/libXcursor-1.1
- >=x11-libs/libXi-1.3
- >=x11-libs/libXrandr-1.2
- >=xfce-base/garcon-0.2
- >=xfce-base/exo-0.8
- >=xfce-base/libxfce4ui-4.11
- >=xfce-base/libxfce4util-4.11
- >=xfce-base/xfconf-4.10
- libcanberra? ( >=media-libs/libcanberra-0.25[sound] )
- libnotify? ( >=x11-libs/libnotify-0.7 )
- upower? ( || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils ) )
- xklavier? ( >=x11-libs/libxklavier-5 )"
-DEPEND="${RDEPEND}
- dev-util/intltool
- virtual/pkgconfig
- sys-devel/gettext
- >=x11-proto/inputproto-1.4
- x11-proto/xproto"
-
-pkg_setup() {
- XFCONF=(
- $(use_enable upower upower-glib)
- $(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/xfdesktop/ChangeLog b/xfce-base/xfdesktop/ChangeLog
index 8668d2db7e38..e370b867dd98 100644
--- a/xfce-base/xfdesktop/ChangeLog
+++ b/xfce-base/xfdesktop/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for xfce-base/xfdesktop
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/ChangeLog,v 1.257 2015/07/01 08:05:18 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/ChangeLog,v 1.258 2015/07/01 12:06:13 perfinion Exp $
+
+ 01 Jul 2015; Jason Zaman <perfinion@gentoo.org> -xfdesktop-4.11.8.ebuild,
+ -xfdesktop-4.12.0.ebuild, -xfdesktop-4.12.1.ebuild:
+ drop old
01 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> xfdesktop-4.12.2.ebuild:
x86 stable wrt bug #553500
diff --git a/xfce-base/xfdesktop/xfdesktop-4.11.8.ebuild b/xfce-base/xfdesktop/xfdesktop-4.11.8.ebuild
deleted file mode 100644
index 534668ab21a3..000000000000
--- a/xfce-base/xfdesktop/xfdesktop-4.11.8.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.11.8.ebuild,v 1.2 2015/03/03 13:14:24 dlan Exp $
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="Desktop manager for the Xfce desktop environment"
-HOMEPAGE="http://www.xfce.org/projects/"
-SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="debug libnotify +thunar"
-
-# src/xfdesktop-file-utils.c:#if GLIB_CHECK_VERSION (2, 38, 0)
-RDEPEND=">=dev-libs/dbus-glib-0.100
- >=dev-libs/glib-2.20
- >=x11-libs/gtk+-2.24:2
- x11-libs/libSM
- >=x11-libs/libwnck-2.30:1
- x11-libs/libX11
- >=xfce-base/exo-0.8
- >=xfce-base/garcon-0.3
- >=xfce-base/libxfce4ui-4.11
- >=xfce-base/libxfce4util-4.11
- >=xfce-base/xfconf-4.10
- libnotify? ( >=x11-libs/libnotify-0.7 )
- thunar? (
- >=dev-libs/glib-2.38
- >=xfce-base/thunar-1.6[dbus]
- )"
-DEPEND="${RDEPEND}
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-pkg_setup() {
- XFCONF=(
- --docdir="${EPREFIX}"/usr/share/doc/${PF}
- $(use_enable thunar file-icons)
- $(use_enable thunar thunarx)
- $(use_enable libnotify notifications)
- $(xfconf_use_debug)
- )
-
- DOCS=( AUTHORS ChangeLog NEWS README TODO )
-}
diff --git a/xfce-base/xfdesktop/xfdesktop-4.12.0.ebuild b/xfce-base/xfdesktop/xfdesktop-4.12.0.ebuild
deleted file mode 100644
index cf15c3d7c1d2..000000000000
--- a/xfce-base/xfdesktop/xfdesktop-4.12.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.12.0.ebuild,v 1.1 2015/03/08 15:06:39 mgorny Exp $
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="Desktop manager for the Xfce desktop environment"
-HOMEPAGE="http://www.xfce.org/projects/"
-SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="debug libnotify +thunar"
-
-# src/xfdesktop-file-utils.c:#if GLIB_CHECK_VERSION (2, 38, 0)
-RDEPEND=">=x11-libs/cairo-1.6
- >=dev-libs/dbus-glib-0.100
- >=dev-libs/glib-2.20
- >=x11-libs/gtk+-2.24:2
- x11-libs/libSM
- >=x11-libs/libwnck-2.30:1
- x11-libs/libX11
- >=xfce-base/exo-0.8
- >=xfce-base/garcon-0.3
- >=xfce-base/libxfce4ui-4.11
- >=xfce-base/libxfce4util-4.11
- >=xfce-base/xfconf-4.10
- libnotify? ( >=x11-libs/libnotify-0.7 )
- thunar? (
- >=dev-libs/glib-2.38
- >=xfce-base/thunar-1.6[dbus]
- )"
-DEPEND="${RDEPEND}
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-pkg_setup() {
- XFCONF=(
- --docdir="${EPREFIX}"/usr/share/doc/${PF}
- $(use_enable thunar file-icons)
- $(use_enable thunar thunarx)
- $(use_enable libnotify notifications)
- $(xfconf_use_debug)
- )
-
- DOCS=( AUTHORS ChangeLog NEWS README TODO )
-}
diff --git a/xfce-base/xfdesktop/xfdesktop-4.12.1.ebuild b/xfce-base/xfdesktop/xfdesktop-4.12.1.ebuild
deleted file mode 100644
index 64610fa70a72..000000000000
--- a/xfce-base/xfdesktop/xfdesktop-4.12.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.12.1.ebuild,v 1.2 2015/04/01 16:22:15 mgorny Exp $
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="Desktop manager for the Xfce desktop environment"
-HOMEPAGE="http://www.xfce.org/projects/"
-SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="debug libnotify +thunar"
-
-# src/xfdesktop-file-utils.c:#if GLIB_CHECK_VERSION (2, 38, 0)
-RDEPEND=">=x11-libs/cairo-1.6:=
- >=dev-libs/dbus-glib-0.100:=
- >=dev-libs/glib-2.20:=
- >=x11-libs/gtk+-2.24:2=
- x11-libs/libSM
- >=x11-libs/libwnck-2.30:1=
- x11-libs/libX11:=
- >=xfce-base/exo-0.8:=
- >=xfce-base/garcon-0.3:=
- >=xfce-base/libxfce4ui-4.11:=
- >=xfce-base/libxfce4util-4.11:=
- >=xfce-base/xfconf-4.10:=
- libnotify? ( >=x11-libs/libnotify-0.7:= )
- thunar? (
- >=dev-libs/glib-2.38:=
- >=xfce-base/thunar-1.6:=[dbus]
- )"
-DEPEND="${RDEPEND}
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-pkg_setup() {
- PATCHES=(
- "${FILESDIR}"/${P}-no-thunar-build.patch
- )
-
- XFCONF=(
- --docdir="${EPREFIX}"/usr/share/doc/${PF}
- $(use_enable thunar file-icons)
- $(use_enable thunar thunarx)
- $(use_enable libnotify notifications)
- $(xfconf_use_debug)
- )
-
- DOCS=( AUTHORS ChangeLog NEWS README TODO )
-}
diff --git a/xfce-base/xfwm4/ChangeLog b/xfce-base/xfwm4/ChangeLog
index ab3114c145bf..c9f248964093 100644
--- a/xfce-base/xfwm4/ChangeLog
+++ b/xfce-base/xfwm4/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for xfce-base/xfwm4
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/ChangeLog,v 1.235 2015/07/01 08:06:34 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/ChangeLog,v 1.236 2015/07/01 12:06:13 perfinion Exp $
+
+ 01 Jul 2015; Jason Zaman <perfinion@gentoo.org> -xfwm4-4.11.2.ebuild,
+ -xfwm4-4.12.0.ebuild, -xfwm4-4.12.2.ebuild:
+ drop old
01 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> xfwm4-4.12.3.ebuild:
x86 stable wrt bug #553500
diff --git a/xfce-base/xfwm4/xfwm4-4.11.2.ebuild b/xfce-base/xfwm4/xfwm4-4.11.2.ebuild
deleted file mode 100644
index 53168ce6645a..000000000000
--- a/xfce-base/xfwm4/xfwm4-4.11.2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/xfwm4-4.11.2.ebuild,v 1.2 2015/03/03 13:15:50 dlan Exp $
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="Window manager for the Xfce desktop environment"
-HOMEPAGE="http://www.xfce.org/projects/"
-SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="debug dri startup-notification +xcomposite"
-
-RDEPEND=">=dev-libs/glib-2.20
- >=x11-libs/gtk+-2.24:2
- x11-libs/libICE
- x11-libs/libSM
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXrandr
- x11-libs/libXrender
- x11-libs/pango
- >=x11-libs/libwnck-2.30:1
- >=xfce-base/libxfce4util-4.10
- >=xfce-base/libxfce4ui-4.10
- >=xfce-base/xfconf-4.10
- dri? ( >=x11-libs/libdrm-2.4 )
- startup-notification? ( x11-libs/startup-notification )
- xcomposite? (
- x11-libs/libXcomposite
- x11-libs/libXdamage
- x11-libs/libXfixes
- )"
-DEPEND="${RDEPEND}
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-pkg_setup() {
- XFCONF=(
- --docdir="${EPREFIX}"/usr/share/doc/${PF}
- $(use_enable dri libdrm)
- $(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.12.0.ebuild b/xfce-base/xfwm4/xfwm4-4.12.0.ebuild
deleted file mode 100644
index 67e7e069a3c7..000000000000
--- a/xfce-base/xfwm4/xfwm4-4.12.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/xfwm4-4.12.0.ebuild,v 1.1 2015/03/08 15:06:39 mgorny Exp $
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="Window manager for the Xfce desktop environment"
-HOMEPAGE="http://www.xfce.org/projects/"
-SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="debug dri startup-notification +xcomposite"
-
-RDEPEND=">=dev-libs/glib-2.20
- >=x11-libs/gtk+-2.24:2
- x11-libs/libICE
- x11-libs/libSM
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXrandr
- x11-libs/libXrender
- x11-libs/pango
- >=x11-libs/libwnck-2.30:1
- >=xfce-base/libxfce4util-4.10
- >=xfce-base/libxfce4ui-4.10
- >=xfce-base/xfconf-4.10
- dri? ( >=x11-libs/libdrm-2.4 )
- startup-notification? ( x11-libs/startup-notification )
- xcomposite? (
- x11-libs/libXcomposite
- x11-libs/libXdamage
- x11-libs/libXfixes
- )"
-DEPEND="${RDEPEND}
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-pkg_setup() {
- XFCONF=(
- --docdir="${EPREFIX}"/usr/share/doc/${PF}
- $(use_enable dri libdrm)
- $(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.12.2.ebuild b/xfce-base/xfwm4/xfwm4-4.12.2.ebuild
deleted file mode 100644
index fec3cd4c8c37..000000000000
--- a/xfce-base/xfwm4/xfwm4-4.12.2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/xfwm4-4.12.2.ebuild,v 1.1 2015/03/15 21:43:33 mgorny Exp $
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="Window manager for the Xfce desktop environment"
-HOMEPAGE="http://www.xfce.org/projects/"
-SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="debug dri startup-notification +xcomposite"
-
-RDEPEND=">=dev-libs/glib-2.20
- >=x11-libs/gtk+-2.24:2
- x11-libs/libICE
- x11-libs/libSM
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXrandr
- x11-libs/libXrender
- x11-libs/pango
- >=x11-libs/libwnck-2.30:1
- >=xfce-base/libxfce4util-4.10
- >=xfce-base/libxfce4ui-4.10
- >=xfce-base/xfconf-4.10
- dri? ( >=x11-libs/libdrm-2.4 )
- startup-notification? ( x11-libs/startup-notification )
- xcomposite? (
- x11-libs/libXcomposite
- x11-libs/libXdamage
- x11-libs/libXfixes
- )"
-DEPEND="${RDEPEND}
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-pkg_setup() {
- XFCONF=(
- --docdir="${EPREFIX}"/usr/share/doc/${PF}
- $(use_enable dri libdrm)
- $(use_enable startup-notification)
- --enable-xsync
- --enable-render
- --enable-randr
- $(use_enable xcomposite compositor)
- $(xfconf_use_debug)
- )
-
- DOCS=( AUTHORS ChangeLog COMPOSITOR NEWS README TODO )
-}