Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/compiz-fusion/
Date: Sat, 22 Jul 2017 03:09:39
Message-Id: 1500692967.504923d9c13ced67073ea4c3d830328093dd7e67.kensington@gentoo
1 commit: 504923d9c13ced67073ea4c3d830328093dd7e67
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 22 03:08:13 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 22 03:09:27 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=504923d9
7
8 x11-wm/compiz-fusion: remove 0.8.8-r0
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 x11-wm/compiz-fusion/compiz-fusion-0.8.8.ebuild | 26 -------------------------
13 1 file changed, 26 deletions(-)
14
15 diff --git a/x11-wm/compiz-fusion/compiz-fusion-0.8.8.ebuild b/x11-wm/compiz-fusion/compiz-fusion-0.8.8.ebuild
16 deleted file mode 100644
17 index 3d948a5faa8..00000000000
18 --- a/x11-wm/compiz-fusion/compiz-fusion-0.8.8.ebuild
19 +++ /dev/null
20 @@ -1,26 +0,0 @@
21 -# Copyright 1999-2012 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -DESCRIPTION="Compiz Fusion (meta)"
25 -HOMEPAGE="http://www.compiz.org/"
26 -SRC_URI=""
27 -
28 -LICENSE="GPL-2"
29 -SLOT="0"
30 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
31 -IUSE="emerald gnome kde unsupported"
32 -
33 -RDEPEND="
34 - >=x11-wm/compiz-${PV}
35 - >=x11-plugins/compiz-plugins-main-${PV}
36 - >=x11-plugins/compiz-plugins-extra-${PV}
37 - unsupported? ( >=x11-plugins/compiz-plugins-unsupported-${PV} )
38 - >=x11-misc/ccsm-0.8.4
39 - emerald? ( >=x11-wm/emerald-${PV} )
40 - gnome? ( >=x11-libs/compizconfig-backend-gconf-${PV} )
41 - kde? ( >=x11-libs/compizconfig-backend-kconfig4-${PV} )"
42 -
43 -pkg_postinst() {
44 - ewarn "If you want to try out simple-ccsm, you'll need to emerge it"
45 - ewarn "If you want to use emerald, set the emerald use flag"
46 -}