summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>2010-04-03 03:17:38 +0000
committerJorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>2010-04-03 03:17:38 +0000
commit3ec168df1755dca68d99da7ca2cd8346fdfae063 (patch)
tree986cdd9748fafb371907fb67ac711169277d885a /x11-apps/ccsm
parentFixed to work with >=uim-1.5. the patch is from http://gist.github.com/333944. (diff)
downloadgentoo-2-3ec168df1755dca68d99da7ca2cd8346fdfae063.tar.gz
gentoo-2-3ec168df1755dca68d99da7ca2cd8346fdfae063.tar.bz2
gentoo-2-3ec168df1755dca68d99da7ca2cd8346fdfae063.zip
Replaced compiz ~ deps with >= deps to support the new compiz-0.8.6 release and to avoid future dep issues.
Did a revbump to avoid issues with installed packages. Added a hard dep on sexy-python. Fixes bug 298464 - thanks to Faustus <orlovm@cs.bgu.ac.il>. (Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/ccsm')
-rw-r--r--x11-apps/ccsm/ChangeLog14
-rw-r--r--x11-apps/ccsm/ccsm-0.8.4-r1.ebuild32
2 files changed, 44 insertions, 2 deletions
diff --git a/x11-apps/ccsm/ChangeLog b/x11-apps/ccsm/ChangeLog
index 2f79e07f9f1a..a9db2952136d 100644
--- a/x11-apps/ccsm/ChangeLog
+++ b/x11-apps/ccsm/ChangeLog
@@ -1,6 +1,16 @@
# ChangeLog for x11-apps/ccsm
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/ccsm/ChangeLog,v 1.18 2009/12/20 15:57:41 mrpouet Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/ccsm/ChangeLog,v 1.19 2010/04/03 03:17:38 jmbsvicetto Exp $
+
+*ccsm-0.8.4-r1 (03 Apr 2010)
+
+ 03 Apr 2010; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
+ +ccsm-0.8.4-r1.ebuild:
+ Replaced compiz ~ deps with >= deps to support the new compiz-0.8.6
+ release and to avoid future dep issues.
+ Did a revbump to avoid issues with installed packages.
+ Added a hard dep on sexy-python. Fixes bug 298464 - thanks to Faustus
+ <orlovm@cs.bgu.ac.il>.
20 Dec 2009; Romain Perier <mrpouet@gentoo.org> -ccsm-0.6.0.ebuild:
Clean up old version
diff --git a/x11-apps/ccsm/ccsm-0.8.4-r1.ebuild b/x11-apps/ccsm/ccsm-0.8.4-r1.ebuild
new file mode 100644
index 000000000000..ff79aa1d42fd
--- /dev/null
+++ b/x11-apps/ccsm/ccsm-0.8.4-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/ccsm/ccsm-0.8.4-r1.ebuild,v 1.1 2010/04/03 03:17:38 jmbsvicetto Exp $
+
+inherit distutils
+
+DESCRIPTION="Compizconfig Settings Manager"
+HOMEPAGE="http://www.compiz.org/"
+SRC_URI="http://releases.compiz.org/${PV}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-python/compizconfig-python-${PV}
+ >=dev-python/pygtk-2.12
+ dev-python/sexy-python
+ gnome-base/librsvg
+"
+RDEPEND="${DEPEND}"
+
+DOCS="AUTHORS PKG-INFO"
+
+src_compile() {
+ distutils_src_compile --prefix=/usr
+}
+
+src_install() {
+ distutils_src_install --prefix=/usr
+}