ssuominen    14/04/08 09:05:24

  Modified:             kmod-9999.ebuild ChangeLog
  Log:
  Temporarily pass --disable-python until the ebuild has been ported over to 
python-r1.eclass. Also, nothing in gentoo-x86 is requiring python-kmod yet.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  Changes    Path
1.71                 sys-apps/kmod/kmod-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild?rev=1.71&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild?rev=1.71&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild?r1=1.70&r2=1.71

Index: kmod-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- kmod-9999.ebuild    8 Apr 2014 08:37:34 -0000       1.70
+++ kmod-9999.ebuild    8 Apr 2014 09:05:24 -0000       1.71
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild,v 1.70 
2014/04/08 08:37:34 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild,v 1.71 
2014/04/08 09:05:24 ssuominen Exp $
 
 EAPI=5
 inherit bash-completion-r1 eutils multilib
@@ -33,13 +33,10 @@
        openrc? ( !<sys-apps/openrc-0.12 )
        zlib? ( >=sys-libs/zlib-1.2.6 )" #427130
 DEPEND="${RDEPEND}
+       dev-libs/libxslt
        doc? ( dev-util/gtk-doc )
        lzma? ( virtual/pkgconfig )
        zlib? ( virtual/pkgconfig )"
-if [[ ${PV} == 9999* ]]; then
-       DEPEND="${DEPEND}
-               dev-libs/libxslt"
-fi
 
 src_prepare() {
        if [ ! -e configure ]; then
@@ -61,6 +58,8 @@
 }
 
 src_configure() {
+       # TODO: --disable-python is only because the ebuild hasn't been ported 
over to
+       # python-r1.eclass yet
        econf \
                --bindir=/bin \
                --with-rootlibdir="/$(get_libdir)" \
@@ -68,6 +67,7 @@
                $(use_enable static-libs static) \
                $(use_enable tools) \
                $(use_enable debug) \
+               --disable-python \
                $(use_enable doc gtk-doc) \
                $(use_with lzma xz) \
                $(use_with zlib) \



1.142                sys-apps/kmod/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/ChangeLog?rev=1.142&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/ChangeLog?rev=1.142&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/ChangeLog?r1=1.141&r2=1.142

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -r1.141 -r1.142
--- ChangeLog   8 Apr 2014 08:37:34 -0000       1.141
+++ ChangeLog   8 Apr 2014 09:05:24 -0000       1.142
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/kmod
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.141 2014/04/08 
08:37:34 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.142 2014/04/08 
09:05:24 ssuominen Exp $
+
+  08 Apr 2014; Samuli Suominen <[email protected]> kmod-9999.ebuild:
+  Temporarily pass --disable-python until the ebuild has been ported over to
+  python-r1.eclass. Also, nothing in gentoo-x86 is requiring python-kmod yet.
 
   08 Apr 2014; Samuli Suominen <[email protected]> kmod-9999.ebuild:
   Move dev-libs/libxslt behind ifdef based on 9999 because it's no longer




Reply via email to