summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2017-07-22 13:08:13 +1000
committerMichael Palimaka <kensington@gentoo.org>2017-07-22 13:09:27 +1000
commit504923d9c13ced67073ea4c3d830328093dd7e67 (patch)
tree2ed5a1b20a2f779c90a1813c4435eb56ec953391 /x11-wm
parentdev-db/mysql: Add subslot to 5.5.57 (diff)
downloadgentoo-504923d9c13ced67073ea4c3d830328093dd7e67.tar.gz
gentoo-504923d9c13ced67073ea4c3d830328093dd7e67.tar.bz2
gentoo-504923d9c13ced67073ea4c3d830328093dd7e67.zip
x11-wm/compiz-fusion: remove 0.8.8-r0
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/compiz-fusion/compiz-fusion-0.8.8.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/x11-wm/compiz-fusion/compiz-fusion-0.8.8.ebuild b/x11-wm/compiz-fusion/compiz-fusion-0.8.8.ebuild
deleted file mode 100644
index 3d948a5faa89..000000000000
--- a/x11-wm/compiz-fusion/compiz-fusion-0.8.8.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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}
- unsupported? ( >=x11-plugins/compiz-plugins-unsupported-${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} )"
-
-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"
-}