summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-08-02 17:16:02 +0200
committerMichał Górny <mgorny@gentoo.org>2016-08-02 18:09:47 +0200
commit8ffd29b583e9ae5db189f887aec3bfae43c6f8e7 (patch)
tree768184df28adacb696ecc65941f341652a00ad74 /xfce-base
parentxfce-base/xfdesktop: Prune old (diff)
downloadgentoo-8ffd29b583e9ae5db189f887aec3bfae43c6f8e7.tar.gz
gentoo-8ffd29b583e9ae5db189f887aec3bfae43c6f8e7.tar.bz2
gentoo-8ffd29b583e9ae5db189f887aec3bfae43c6f8e7.zip
xfce-base/xfwm4: Prune old
Diffstat (limited to 'xfce-base')
-rw-r--r--xfce-base/xfwm4/Manifest1
-rw-r--r--xfce-base/xfwm4/xfwm4-4.10.1.ebuild53
2 files changed, 0 insertions, 54 deletions
diff --git a/xfce-base/xfwm4/Manifest b/xfce-base/xfwm4/Manifest
index 2db0ef9f70f0..527f8c3c3c72 100644
--- a/xfce-base/xfwm4/Manifest
+++ b/xfce-base/xfwm4/Manifest
@@ -1,2 +1 @@
-DIST xfwm4-4.10.1.tar.bz2 1093825 SHA256 380c44fba6eb779e34be0fe94f3726cfa131803014d6073c45aec8a1257fa740 SHA512 dad7cdb929b60cdee539dd96e0cc5fb5c71ab13163469b075164b4e54f1b7d72b8e84423aa533d6619902e269bd3d8070dac835729cf22ecbdbecffa36ce4004 WHIRLPOOL 582526f987df98ff3fa5c49e5acbb1e097e4b94fdd0494e6726542879feb3ede8bad34de10c86e343f4daf8b1fd3c8f5b966deb87e6091c3c047ee4994e8828f
DIST xfwm4-4.12.3.tar.bz2 1191929 SHA256 f4a988fbc4e0df7e8583c781d271559e56fd28696092f94ae052e9e6edb09eac SHA512 96fcc76fc640027883a7a3373836565987b1d3d4e61fb40aa7e2f990a8140d92cf66171fb4517368faba45c9083a3ad19f589d59b07a55c3417aaaca87e408d7 WHIRLPOOL 0fd8e058694cb2f6486bc59443e00d8ed42ebd9dabe39775451d94c14c7e2ea87a520edea26e3bc7033fa1d95aa0ca1a6b2045eca9a1c9d8ecfb67f1ef88b0a8
diff --git a/xfce-base/xfwm4/xfwm4-4.10.1.ebuild b/xfce-base/xfwm4/xfwm4-4.10.1.ebuild
deleted file mode 100644
index ded9c9442ca6..000000000000
--- a/xfce-base/xfwm4/xfwm4-4.10.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="debug 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
- 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 startup-notification)
- --enable-xsync
- --enable-render
- --enable-randr
- $(use_enable xcomposite compositor)
- $(xfconf_use_debug)
- )
-
- DOCS=( AUTHORS ChangeLog COMPOSITOR NEWS README TODO )
-}