summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>2010-04-03 05:22:42 +0000
committerJorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>2010-04-03 05:22:42 +0000
commite2641e5aaee8f6fdc31f27eb6dae8b3b58ca2a87 (patch)
treea0d69836b6271d165a74cb647c259a0c12102201 /x11-libs/compizconfig-backend-gconf
parentReplaced compiz ~ deps with >= deps to support the new compiz-0.8.6 release a... (diff)
downloadgentoo-2-e2641e5aaee8f6fdc31f27eb6dae8b3b58ca2a87.tar.gz
gentoo-2-e2641e5aaee8f6fdc31f27eb6dae8b3b58ca2a87.tar.bz2
gentoo-2-e2641e5aaee8f6fdc31f27eb6dae8b3b58ca2a87.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. (Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/compizconfig-backend-gconf')
-rw-r--r--x11-libs/compizconfig-backend-gconf/ChangeLog12
-rw-r--r--x11-libs/compizconfig-backend-gconf/compizconfig-backend-gconf-0.8.4-r1.ebuild23
2 files changed, 33 insertions, 2 deletions
diff --git a/x11-libs/compizconfig-backend-gconf/ChangeLog b/x11-libs/compizconfig-backend-gconf/ChangeLog
index ccbd07078559..ccf2b53de283 100644
--- a/x11-libs/compizconfig-backend-gconf/ChangeLog
+++ b/x11-libs/compizconfig-backend-gconf/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for x11-libs/compizconfig-backend-gconf
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/compizconfig-backend-gconf/ChangeLog,v 1.14 2009/12/20 15:51:17 mrpouet Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/compizconfig-backend-gconf/ChangeLog,v 1.15 2010/04/03 05:22:42 jmbsvicetto Exp $
+
+*compizconfig-backend-gconf-0.8.4-r1 (03 Apr 2010)
+
+ 03 Apr 2010; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
+ +compizconfig-backend-gconf-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.
20 Dec 2009; Romain Perier <mrpouet@gentoo.org>
-compizconfig-backend-gconf-0.6.0.ebuild,
diff --git a/x11-libs/compizconfig-backend-gconf/compizconfig-backend-gconf-0.8.4-r1.ebuild b/x11-libs/compizconfig-backend-gconf/compizconfig-backend-gconf-0.8.4-r1.ebuild
new file mode 100644
index 000000000000..1a56bc42e7f4
--- /dev/null
+++ b/x11-libs/compizconfig-backend-gconf/compizconfig-backend-gconf-0.8.4-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/compizconfig-backend-gconf/compizconfig-backend-gconf-0.8.4-r1.ebuild,v 1.1 2010/04/03 05:22:42 jmbsvicetto Exp $
+
+DESCRIPTION="Compizconfig Gconf Backend"
+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="
+ >=gnome-base/gconf-2.0
+ >=x11-libs/libcompizconfig-${PV}
+ >=x11-wm/compiz-${PV}
+"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+}