Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/xfwm4/
Date: Tue, 02 Aug 2016 16:10:57
Message-Id: 1470154187.8ffd29b583e9ae5db189f887aec3bfae43c6f8e7.mgorny@gentoo
1 commit: 8ffd29b583e9ae5db189f887aec3bfae43c6f8e7
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 2 15:16:02 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 2 16:09:47 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ffd29b5
7
8 xfce-base/xfwm4: Prune old
9
10 xfce-base/xfwm4/Manifest | 1 -
11 xfce-base/xfwm4/xfwm4-4.10.1.ebuild | 53 -------------------------------------
12 2 files changed, 54 deletions(-)
13
14 diff --git a/xfce-base/xfwm4/Manifest b/xfce-base/xfwm4/Manifest
15 index 2db0ef9..527f8c3 100644
16 --- a/xfce-base/xfwm4/Manifest
17 +++ b/xfce-base/xfwm4/Manifest
18 @@ -1,2 +1 @@
19 -DIST xfwm4-4.10.1.tar.bz2 1093825 SHA256 380c44fba6eb779e34be0fe94f3726cfa131803014d6073c45aec8a1257fa740 SHA512 dad7cdb929b60cdee539dd96e0cc5fb5c71ab13163469b075164b4e54f1b7d72b8e84423aa533d6619902e269bd3d8070dac835729cf22ecbdbecffa36ce4004 WHIRLPOOL 582526f987df98ff3fa5c49e5acbb1e097e4b94fdd0494e6726542879feb3ede8bad34de10c86e343f4daf8b1fd3c8f5b966deb87e6091c3c047ee4994e8828f
20 DIST xfwm4-4.12.3.tar.bz2 1191929 SHA256 f4a988fbc4e0df7e8583c781d271559e56fd28696092f94ae052e9e6edb09eac SHA512 96fcc76fc640027883a7a3373836565987b1d3d4e61fb40aa7e2f990a8140d92cf66171fb4517368faba45c9083a3ad19f589d59b07a55c3417aaaca87e408d7 WHIRLPOOL 0fd8e058694cb2f6486bc59443e00d8ed42ebd9dabe39775451d94c14c7e2ea87a520edea26e3bc7033fa1d95aa0ca1a6b2045eca9a1c9d8ecfb67f1ef88b0a8
21
22 diff --git a/xfce-base/xfwm4/xfwm4-4.10.1.ebuild b/xfce-base/xfwm4/xfwm4-4.10.1.ebuild
23 deleted file mode 100644
24 index ded9c94..0000000
25 --- a/xfce-base/xfwm4/xfwm4-4.10.1.ebuild
26 +++ /dev/null
27 @@ -1,53 +0,0 @@
28 -# Copyright 1999-2014 Gentoo Foundation
29 -# Distributed under the terms of the GNU General Public License v2
30 -# $Id$
31 -
32 -EAPI=5
33 -inherit xfconf
34 -
35 -DESCRIPTION="Window manager for the Xfce desktop environment"
36 -HOMEPAGE="http://www.xfce.org/projects/"
37 -SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
38 -
39 -LICENSE="GPL-2"
40 -SLOT="0"
41 -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"
42 -IUSE="debug startup-notification +xcomposite"
43 -
44 -RDEPEND=">=dev-libs/glib-2.20
45 - >=x11-libs/gtk+-2.24:2
46 - x11-libs/libICE
47 - x11-libs/libSM
48 - x11-libs/libX11
49 - x11-libs/libXext
50 - x11-libs/libXrandr
51 - x11-libs/libXrender
52 - x11-libs/pango
53 - >=x11-libs/libwnck-2.30:1
54 - >=xfce-base/libxfce4util-4.10
55 - >=xfce-base/libxfce4ui-4.10
56 - >=xfce-base/xfconf-4.10
57 - startup-notification? ( x11-libs/startup-notification )
58 - xcomposite? (
59 - x11-libs/libXcomposite
60 - x11-libs/libXdamage
61 - x11-libs/libXfixes
62 - )"
63 -DEPEND="${RDEPEND}
64 - dev-util/intltool
65 - sys-devel/gettext
66 - virtual/pkgconfig"
67 -
68 -pkg_setup() {
69 - XFCONF=(
70 - --docdir="${EPREFIX}"/usr/share/doc/${PF}
71 - $(use_enable startup-notification)
72 - --enable-xsync
73 - --enable-render
74 - --enable-randr
75 - $(use_enable xcomposite compositor)
76 - $(xfconf_use_debug)
77 - )
78 -
79 - DOCS=( AUTHORS ChangeLog COMPOSITOR NEWS README TODO )
80 -}