Gentoo Archives: gentoo-commits

From: Austin English <wizardedit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/compiz-fusion/
Date: Thu, 07 Jul 2016 19:48:53
Message-Id: 1467920820.1f272249c6cbc05cf21e2e42cd8d4c7216643c98.wizardedit@gentoo
1 commit: 1f272249c6cbc05cf21e2e42cd8d4c7216643c98
2 Author: Austin English <wizardedit <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 7 19:46:35 2016 +0000
4 Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 7 19:47:00 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f272249
7
8 x11-wm/compiz-fusion: bump to EAPI 6
9
10 Package-Manager: portage-2.2.28
11
12 x11-wm/compiz-fusion/compiz-fusion-0.8.8-r1.ebuild | 29 ++++++++++++++++++++++
13 1 file changed, 29 insertions(+)
14
15 diff --git a/x11-wm/compiz-fusion/compiz-fusion-0.8.8-r1.ebuild b/x11-wm/compiz-fusion/compiz-fusion-0.8.8-r1.ebuild
16 new file mode 100644
17 index 0000000..509be7b
18 --- /dev/null
19 +++ b/x11-wm/compiz-fusion/compiz-fusion-0.8.8-r1.ebuild
20 @@ -0,0 +1,29 @@
21 +# Copyright 1999-2016 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Id$
24 +
25 +EAPI=6
26 +
27 +DESCRIPTION="Compiz Fusion (meta)"
28 +HOMEPAGE="http://www.compiz.org/"
29 +SRC_URI=""
30 +
31 +LICENSE="GPL-2"
32 +SLOT="0"
33 +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
34 +IUSE="emerald gnome kde unsupported"
35 +
36 +RDEPEND="
37 + >=x11-wm/compiz-${PV}
38 + >=x11-plugins/compiz-plugins-main-${PV}
39 + >=x11-plugins/compiz-plugins-extra-${PV}
40 + >=x11-misc/ccsm-0.8.4
41 + emerald? ( >=x11-wm/emerald-${PV} )
42 + gnome? ( >=x11-libs/compizconfig-backend-gconf-${PV} )
43 + kde? ( >=x11-libs/compizconfig-backend-kconfig4-${PV} )
44 + unsupported? ( >=x11-plugins/compiz-plugins-unsupported-${PV} )"
45 +
46 +pkg_postinst() {
47 + ewarn "If you want to try out simple-ccsm, you'll need to emerge it"
48 + ewarn "If you want to use emerald, set the emerald use flag"
49 +}