diff options
author | 2008-10-27 01:05:28 +0000 | |
---|---|---|
committer | 2008-10-27 01:05:28 +0000 | |
commit | 487b9388e993abf31dc61f6465a2196de1621de1 (patch) | |
tree | a59ea3b77656d8a9e55a19178eeb37cbdd95d201 /x11-apps | |
parent | Added compiz-0.7.8 to the tree (diff) | |
download | gentoo-2-487b9388e993abf31dc61f6465a2196de1621de1.tar.gz gentoo-2-487b9388e993abf31dc61f6465a2196de1621de1.tar.bz2 gentoo-2-487b9388e993abf31dc61f6465a2196de1621de1.zip |
Added compiz-0.7.8 to the tree
(Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo x86_64)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/ccsm/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/ccsm/ccsm-0.7.8.ebuild | 34 | ||||
-rw-r--r-- | x11-apps/ccsm/metadata.xml | 5 |
3 files changed, 45 insertions, 2 deletions
diff --git a/x11-apps/ccsm/ChangeLog b/x11-apps/ccsm/ChangeLog index e987ca18bd50..1ee90d444a2f 100644 --- a/x11-apps/ccsm/ChangeLog +++ b/x11-apps/ccsm/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/ccsm # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/ccsm/ChangeLog,v 1.4 2008/02/24 21:23:30 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/ccsm/ChangeLog,v 1.5 2008/10/27 01:05:28 jmbsvicetto Exp $ + +*ccsm-0.7.8 (27 Oct 2008) + + 27 Oct 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> + metadata.xml, +ccsm-0.7.8.ebuild: + Added compiz-0.7.8 to the tree 24 Feb 2008; Gilles Dartiguelongue <eva@gentoo.org> ccsm-0.6.0.ebuild: use distutils eclass, fix python eclass use, bug #207667 diff --git a/x11-apps/ccsm/ccsm-0.7.8.ebuild b/x11-apps/ccsm/ccsm-0.7.8.ebuild new file mode 100644 index 000000000000..d1720106de2a --- /dev/null +++ b/x11-apps/ccsm/ccsm-0.7.8.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/ccsm/ccsm-0.7.8.ebuild,v 1.1 2008/10/27 01:05:28 jmbsvicetto Exp $ + +inherit gnome2-utils + +DESCRIPTION="Compizconfig Settings Manager" +HOMEPAGE="http://compiz-fusion.org" +SRC_URI="http://releases.compiz-fusion.org/${PV}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +RESTRICT="mirror" + +DEPEND="~dev-python/compizconfig-python-${PV} + >=dev-python/pygtk-2.10" + +src_compile() { + ./setup.py build --prefix=/usr +} + +src_install() { + ./setup.py install --root="${D}" --prefix=/usr +} + +pkg_postinst() { + if use gtk ; then gnome2_icon_cache_update ; fi + + ewarn "DO NOT report bugs to Gentoo's bugzilla" + einfo "Please report all bugs to #gentoo-desktop-effects" + einfo "Thank you on behalf of the Gentoo Desktop-Effects team" +} diff --git a/x11-apps/ccsm/metadata.xml b/x11-apps/ccsm/metadata.xml index efa54454de71..cf8d75a0e5e9 100644 --- a/x11-apps/ccsm/metadata.xml +++ b/x11-apps/ccsm/metadata.xml @@ -1,6 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>no-herd</herd> +<herd>desktop-effects</herd> <maintainer><email>hanno@gentoo.org</email></maintainer> +<longdescription lang="en">Python bindings for libcompizconfig. +</longdescription> </pkgmetadata> + |