From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/compiz: ChangeLog compiz-0.8.6-r3.ebuild
Date: Fri, 11 Nov 2011 22:54:51 +0000 (UTC) [thread overview]
Message-ID: <20111111225451.3ECFF2004B@flycatcher.gentoo.org> (raw)
ssuominen 11/11/11 22:54:51
Modified: ChangeLog compiz-0.8.6-r3.ebuild
Log:
Remove support for DBUS wrt #365121
(Portage version: 2.2.0_alpha73/cvs/Linux x86_64)
Revision Changes Path
1.62 x11-wm/compiz/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/compiz/ChangeLog?rev=1.62&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/compiz/ChangeLog?rev=1.62&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/compiz/ChangeLog?r1=1.61&r2=1.62
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/compiz/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog 20 Mar 2011 21:27:05 -0000 1.61
+++ ChangeLog 11 Nov 2011 22:54:51 -0000 1.62
@@ -1,6 +1,9 @@
# ChangeLog for x11-wm/compiz
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/compiz/ChangeLog,v 1.61 2011/03/20 21:27:05 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/compiz/ChangeLog,v 1.62 2011/11/11 22:54:51 ssuominen Exp $
+
+ 11 Nov 2011; Samuli Suominen <ssuominen@gentoo.org> compiz-0.8.6-r3.ebuild:
+ Remove support for DBUS wrt #365121
20 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> -compiz-0.8.4.ebuild,
-compiz-0.8.4-r1.ebuild, -compiz-0.8.4-r2.ebuild, -compiz-0.8.4-r3.ebuild,
1.3 x11-wm/compiz/compiz-0.8.6-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/compiz/compiz-0.8.6-r3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/compiz/compiz-0.8.6-r3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/compiz/compiz-0.8.6-r3.ebuild?r1=1.2&r2=1.3
Index: compiz-0.8.6-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/compiz/compiz-0.8.6-r3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- compiz-0.8.6-r3.ebuild 20 Mar 2011 21:27:05 -0000 1.2
+++ compiz-0.8.6-r3.ebuild 11 Nov 2011 22:54:51 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/compiz/compiz-0.8.6-r3.ebuild,v 1.2 2011/03/20 21:27:05 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/compiz/compiz-0.8.6-r3.ebuild,v 1.3 2011/11/11 22:54:51 ssuominen Exp $
EAPI="2"
@@ -13,7 +13,8 @@
LICENSE="GPL-2 LGPL-2.1 MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="+cairo dbus fuse gnome gconf gtk kde +svg"
+# dbus has been disabled because of bug 365121
+IUSE="+cairo fuse gnome gconf gtk kde +svg" # dbus
COMMONDEPEND="
dev-libs/glib:2
@@ -22,7 +23,7 @@
media-libs/libpng
>=media-libs/mesa-6.5.1-r1
>=x11-base/xorg-server-1.1.1-r1
- || ( <x11-libs/libX11-1.3.99.901[xcb] >=x11-libs/libX11-1.3.99.901 )
+ >=x11-libs/libX11-1.4
x11-libs/libxcb
x11-libs/libXcomposite
x11-libs/libXdamage
@@ -35,7 +36,6 @@
cairo? (
x11-libs/cairo[X]
)
- dbus? ( >=sys-apps/dbus-1.0 )
fuse? ( sys-fs/fuse )
gnome? (
>=gnome-base/gnome-control-center-2.16.1:2
@@ -58,6 +58,7 @@
>=x11-libs/cairo-1.0
)
"
+# dbus? ( >=sys-apps/dbus-1.0 )
DEPEND="${COMMONDEPEND}
dev-util/pkgconfig
@@ -96,15 +97,16 @@
myconf="${myconf} --disable-gconf"
fi
- econf --disable-dependency-tracking \
+ econf \
+ --disable-dependency-tracking \
--enable-fast-install \
--disable-static \
--disable-gnome-keybindings \
--with-default-plugins \
$(use_enable svg librsvg) \
$(use_enable cairo annotate) \
- $(use_enable dbus) \
- $(use_enable dbus dbus-glib) \
+ --disable-dbus \
+ --disable-dbus-glib \
$(use_enable fuse) \
$(use_enable gnome) \
$(use_enable gnome metacity) \
@@ -112,6 +114,9 @@
$(use_enable kde kde4) \
--disable-kde \
${myconf}
+
+ # $(use_enable dbus)
+ # $(use_enable dbus dbus-glib)
}
src_install() {
next reply other threads:[~2011-11-11 22:55 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-11 22:54 Samuli Suominen (ssuominen) [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-09-25 14:45 [gentoo-commits] gentoo-x86 commit in x11-wm/compiz: ChangeLog compiz-0.8.6-r3.ebuild Sergey Popov (pinkbyte)
2010-12-04 19:09 Mike Auty (ikelos)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20111111225451.3ECFF2004B@flycatcher.gentoo.org \
--to=ssuominen@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox