mattst88    15/02/23 01:55:21

  Modified:             libxcb-1.11-r1.ebuild ChangeLog
  Log:
  Add docs USE flag and add proper dependency, bug 534122.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
974CA72A)

Revision  Changes    Path
1.8                  x11-libs/libxcb/libxcb-1.11-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/libxcb-1.11-r1.ebuild?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/libxcb-1.11-r1.ebuild?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/libxcb-1.11-r1.ebuild?r1=1.7&r2=1.8

Index: libxcb-1.11-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.11-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libxcb-1.11-r1.ebuild       23 Feb 2015 01:36:47 -0000      1.7
+++ libxcb-1.11-r1.ebuild       23 Feb 2015 01:55:21 -0000      1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.11-r1.ebuild,v 1.7 
2015/02/23 01:36:47 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.11-r1.ebuild,v 1.8 
2015/02/23 01:55:21 mattst88 Exp $
 
 EAPI=5
 
@@ -19,7 +19,7 @@
        SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2";
 
 KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-IUSE="selinux test xkb"
+IUSE="doc selinux test xkb"
 SLOT="0/${PV}"
 
 RDEPEND=">=dev-libs/libpthread-stubs-0.3-r1[${MULTILIB_USEDEP}]
@@ -28,6 +28,7 @@
 # Note: ${PYTHON_USEDEP} needs to go verbatim
 DEPEND="${RDEPEND}
        test? ( dev-libs/check[${MULTILIB_USEDEP}] )
+       doc? ( app-doc/doxygen[dot] )
        dev-libs/libxslt
        ${PYTHON_DEPS}
        $(python_gen_any_dep \
@@ -48,7 +49,7 @@
 
 src_configure() {
        XORG_CONFIGURE_OPTIONS=(
-               $(use_enable doc build-docs)
+               $(use_enable doc devel-docs)
                $(use_enable selinux)
                $(use_enable xkb)
                --enable-xinput



1.155                x11-libs/libxcb/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/ChangeLog?rev=1.155&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/ChangeLog?rev=1.155&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/ChangeLog?r1=1.154&r2=1.155

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -r1.154 -r1.155
--- ChangeLog   23 Feb 2015 01:36:47 -0000      1.154
+++ ChangeLog   23 Feb 2015 01:55:21 -0000      1.155
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libxcb
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.154 
2015/02/23 01:36:47 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.155 
2015/02/23 01:55:21 mattst88 Exp $
+
+  23 Feb 2015; Matt Turner <[email protected]> libxcb-1.11-r1.ebuild:
+  Add docs USE flag and add proper dependency, bug 534122.
 
   23 Feb 2015; Matt Turner <[email protected]> libxcb-1.11-r1.ebuild:
   Depend on dev-libs/check for tests, bug 484054.




Reply via email to