jlec        15/03/25 08:00:31

  Modified:             mit-krb5-1.13-r1.ebuild mit-krb5-1.13.1.ebuild
                        ChangeLog
  Log:
  Fix tcl/tk slotting
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.11                 app-crypt/mit-krb5/mit-krb5-1.13-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.13-r1.ebuild?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.13-r1.ebuild?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.13-r1.ebuild?r1=1.10&r2=1.11

Index: mit-krb5-1.13-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.13-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- mit-krb5-1.13-r1.ebuild     24 Feb 2015 10:57:36 -0000      1.10
+++ mit-krb5-1.13-r1.ebuild     25 Mar 2015 08:00:31 -0000      1.11
@@ -1,9 +1,11 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.13-r1.ebuild,v 1.10 
2015/02/24 10:57:36 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.13-r1.ebuild,v 1.11 
2015/03/25 08:00:31 jlec Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} )
+
+PYTHON_COMPAT=( python2_7 )
+
 inherit autotools eutils flag-o-matic multilib-minimal python-any-r1 
versionator
 
 MY_P="${P/mit-}"
@@ -17,11 +19,14 @@
 KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
 IUSE="doc +keyutils openldap +pkinit selinux +threads test xinetd"
 
-CDEPEND="!!app-crypt/heimdal
+CDEPEND="
+       !!app-crypt/heimdal
        >=sys-libs/e2fsprogs-libs-1.42.9[${MULTILIB_USEDEP}]
-       || ( >=dev-libs/libverto-0.2.5[libev,${MULTILIB_USEDEP}]
+       || (
+               >=dev-libs/libverto-0.2.5[libev,${MULTILIB_USEDEP}]
                >=dev-libs/libverto-0.2.5[libevent,${MULTILIB_USEDEP}]
-               >=dev-libs/libverto-0.2.5[tevent,${MULTILIB_USEDEP}] )
+               >=dev-libs/libverto-0.2.5[tevent,${MULTILIB_USEDEP}]
+       )
        keyutils? ( >=sys-apps/keyutils-1.5.8[${MULTILIB_USEDEP}] )
        openldap? ( >=net-nds/openldap-2.4.38-r1[${MULTILIB_USEDEP}] )
        pkinit? ( >=dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] )
@@ -34,9 +39,11 @@
        ${PYTHON_DEPS}
        virtual/yacc
        doc? ( virtual/latex-base )
-       test? ( ${PYTHON_DEPS}
-                       dev-lang/tcl
-                       dev-util/dejagnu )"
+       test? (
+               ${PYTHON_DEPS}
+               dev-lang/tcl:0
+               dev-util/dejagnu
+       )"
 RDEPEND="${CDEPEND}
        selinux? ( sec-policy/selinux-kerberos )"
 



1.2                  app-crypt/mit-krb5/mit-krb5-1.13.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.13.1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.13.1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.13.1.ebuild?r1=1.1&r2=1.2

Index: mit-krb5-1.13.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.13.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mit-krb5-1.13.1.ebuild      13 Feb 2015 14:51:00 -0000      1.1
+++ mit-krb5-1.13.1.ebuild      25 Mar 2015 08:00:31 -0000      1.2
@@ -1,9 +1,11 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.13.1.ebuild,v 
1.1 2015/02/13 14:51:00 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.13.1.ebuild,v 
1.2 2015/03/25 08:00:31 jlec Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} )
+
+PYTHON_COMPAT=( python2_7 )
+
 inherit autotools eutils flag-o-matic multilib-minimal python-any-r1 
versionator
 
 MY_P="${P/mit-}"
@@ -17,11 +19,14 @@
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
 IUSE="doc +keyutils openldap +pkinit selinux +threads test xinetd"
 
-CDEPEND="!!app-crypt/heimdal
+CDEPEND="
+       !!app-crypt/heimdal
        >=sys-libs/e2fsprogs-libs-1.42.9[${MULTILIB_USEDEP}]
-       || ( >=dev-libs/libverto-0.2.5[libev,${MULTILIB_USEDEP}]
+       || (
+               >=dev-libs/libverto-0.2.5[libev,${MULTILIB_USEDEP}]
                >=dev-libs/libverto-0.2.5[libevent,${MULTILIB_USEDEP}]
-               >=dev-libs/libverto-0.2.5[tevent,${MULTILIB_USEDEP}] )
+               >=dev-libs/libverto-0.2.5[tevent,${MULTILIB_USEDEP}]
+       )
        keyutils? ( >=sys-apps/keyutils-1.5.8[${MULTILIB_USEDEP}] )
        openldap? ( >=net-nds/openldap-2.4.38-r1[${MULTILIB_USEDEP}] )
        pkinit? ( >=dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] )
@@ -34,9 +39,11 @@
        ${PYTHON_DEPS}
        virtual/yacc
        doc? ( virtual/latex-base )
-       test? ( ${PYTHON_DEPS}
-                       dev-lang/tcl
-                       dev-util/dejagnu )"
+       test? (
+               ${PYTHON_DEPS}
+               dev-lang/tcl:0
+               dev-util/dejagnu
+       )"
 RDEPEND="${CDEPEND}
        selinux? ( sec-policy/selinux-kerberos )"
 



1.454                app-crypt/mit-krb5/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/mit-krb5/ChangeLog?rev=1.454&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/mit-krb5/ChangeLog?rev=1.454&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/mit-krb5/ChangeLog?r1=1.453&r2=1.454

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/ChangeLog,v
retrieving revision 1.453
retrieving revision 1.454
diff -u -r1.453 -r1.454
--- ChangeLog   25 Feb 2015 10:14:51 -0000      1.453
+++ ChangeLog   25 Mar 2015 08:00:31 -0000      1.454
@@ -1,6 +1,10 @@
 # ChangeLog for app-crypt/mit-krb5
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/ChangeLog,v 1.453 
2015/02/25 10:14:51 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/ChangeLog,v 1.454 
2015/03/25 08:00:31 jlec Exp $
+
+  25 Mar 2015; Justin Lecher <[email protected]> mit-krb5-1.13-r1.ebuild,
+  mit-krb5-1.13.1.ebuild:
+  Fix tcl/tk slotting
 
   25 Feb 2015; Eray Aslan <[email protected]> -mit-krb5-1.13.ebuild:
   Remove old




Reply via email to