diff options
author | Romain Perier <mrpouet@gentoo.org> | 2009-10-15 21:25:17 +0000 |
---|---|---|
committer | Romain Perier <mrpouet@gentoo.org> | 2009-10-15 21:25:17 +0000 |
commit | 20c4be08fec1c9bd3312bcdea1f65a1b43fe9a31 (patch) | |
tree | c5a00bf24667c3f03b4033b0d530e37db1e2c390 /x11-wm/compiz-fusion | |
parent | Version bump. (diff) | |
download | gentoo-2-20c4be08fec1c9bd3312bcdea1f65a1b43fe9a31.tar.gz gentoo-2-20c4be08fec1c9bd3312bcdea1f65a1b43fe9a31.tar.bz2 gentoo-2-20c4be08fec1c9bd3312bcdea1f65a1b43fe9a31.zip |
Version bump.
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'x11-wm/compiz-fusion')
-rw-r--r-- | x11-wm/compiz-fusion/ChangeLog | 8 | ||||
-rw-r--r-- | x11-wm/compiz-fusion/compiz-fusion-0.8.4.ebuild | 26 |
2 files changed, 33 insertions, 1 deletions
diff --git a/x11-wm/compiz-fusion/ChangeLog b/x11-wm/compiz-fusion/ChangeLog index 9b2dd80bc4c1..97eb60866727 100644 --- a/x11-wm/compiz-fusion/ChangeLog +++ b/x11-wm/compiz-fusion/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-wm/compiz-fusion # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/compiz-fusion/ChangeLog,v 1.8 2009/04/11 16:38:59 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/compiz-fusion/ChangeLog,v 1.9 2009/10/15 21:25:17 mrpouet Exp $ + +*compiz-fusion-0.8.4 (15 Oct 2009) + + 15 Oct 2009; Romain Perier <mrpouet@gentoo.org> + +compiz-fusion-0.8.4.ebuild: + Version bump. 11 Apr 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> -compiz-fusion-0.7.8.ebuild: diff --git a/x11-wm/compiz-fusion/compiz-fusion-0.8.4.ebuild b/x11-wm/compiz-fusion/compiz-fusion-0.8.4.ebuild new file mode 100644 index 000000000000..6eeffc140fb2 --- /dev/null +++ b/x11-wm/compiz-fusion/compiz-fusion-0.8.4.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/compiz-fusion/compiz-fusion-0.8.4.ebuild,v 1.1 2009/10/15 21:25:17 mrpouet Exp $ + +DESCRIPTION="Compiz Fusion (meta)" +HOMEPAGE="http://www.compiz.org/" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~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-apps/ccsm-${PV} + emerald? ( ~x11-wm/emerald-${PV} ) + gnome? ( ~x11-libs/compizconfig-backend-gconf-${PV} ) + kde? ( ~x11-libs/compizconfig-backend-kconfig-${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" +} |