mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
x11-wm/compiz-fusion: bump to EAPI 6
Package-Manager: portage-2.2.28
This commit is contained in:
29
x11-wm/compiz-fusion/compiz-fusion-0.8.8-r1.ebuild
Normal file
29
x11-wm/compiz-fusion/compiz-fusion-0.8.8-r1.ebuild
Normal file
@@ -0,0 +1,29 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
DESCRIPTION="Compiz Fusion (meta)"
|
||||
HOMEPAGE="http://www.compiz.org/"
|
||||
SRC_URI=""
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
|
||||
IUSE="emerald gnome kde unsupported"
|
||||
|
||||
RDEPEND="
|
||||
>=x11-wm/compiz-${PV}
|
||||
>=x11-plugins/compiz-plugins-main-${PV}
|
||||
>=x11-plugins/compiz-plugins-extra-${PV}
|
||||
>=x11-misc/ccsm-0.8.4
|
||||
emerald? ( >=x11-wm/emerald-${PV} )
|
||||
gnome? ( >=x11-libs/compizconfig-backend-gconf-${PV} )
|
||||
kde? ( >=x11-libs/compizconfig-backend-kconfig4-${PV} )
|
||||
unsupported? ( >=x11-plugins/compiz-plugins-unsupported-${PV} )"
|
||||
|
||||
pkg_postinst() {
|
||||
ewarn "If you want to try out simple-ccsm, you'll need to emerge it"
|
||||
ewarn "If you want to use emerald, set the emerald use flag"
|
||||
}
|
||||
Reference in New Issue
Block a user