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/xfwm4
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/xfwm4')
-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
4 files changed, 5 insertions, 166 deletions
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 )
-}