jlec        15/03/20 09:58:33

  Modified:             sqlite-3.8.7.1.ebuild sqlite-3.8.7.3.ebuild
                        sqlite-3.8.7.ebuild sqlite-3.8.8.1.ebuild
                        sqlite-3.8.7.4.ebuild sqlite-3.8.8.2.ebuild
                        sqlite-3.8.6.ebuild sqlite-3.8.8.3.ebuild
                        sqlite-3.8.7.2.ebuild ChangeLog
  Log:
  Fix tcl/tk slotting; fix SLOT operators
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.2                  dev-db/sqlite/sqlite-3.8.7.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.8.7.1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.8.7.1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.8.7.1.ebuild?r1=1.1&r2=1.2

Index: sqlite-3.8.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.8.7.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sqlite-3.8.7.1.ebuild       5 Nov 2014 04:04:05 -0000       1.1
+++ sqlite-3.8.7.1.ebuild       20 Mar 2015 09:58:33 -0000      1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.8.7.1.ebuild,v 1.1 
2014/11/05 04:04:05 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.8.7.1.ebuild,v 1.2 
2015/03/20 09:58:33 jlec Exp $
 
 EAPI="5"
 
@@ -36,7 +36,7 @@
        tcl? ( app-arch/unzip )
        test? (
                app-arch/unzip
-               dev-lang/tcl[${MULTILIB_USEDEP}]
+               dev-lang/tcl:0=[${MULTILIB_USEDEP}]
        )"
 
 amalgamation() {



1.2                  dev-db/sqlite/sqlite-3.8.7.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.8.7.3.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.8.7.3.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.8.7.3.ebuild?r1=1.1&r2=1.2

Index: sqlite-3.8.7.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.8.7.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sqlite-3.8.7.3.ebuild       8 Dec 2014 17:29:56 -0000       1.1
+++ sqlite-3.8.7.3.ebuild       20 Mar 2015 09:58:33 -0000      1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.8.7.3.ebuild,v 1.1 
2014/12/08 17:29:56 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.8.7.3.ebuild,v 1.2 
2015/03/20 09:58:33 jlec Exp $
 
 EAPI="5"
 
@@ -36,7 +36,7 @@
        tcl? ( app-arch/unzip )
        test? (
                app-arch/unzip
-               dev-lang/tcl[${MULTILIB_USEDEP}]
+               dev-lang/tcl:0=[${MULTILIB_USEDEP}]
        )"
 
 amalgamation() {



1.2                  dev-db/sqlite/sqlite-3.8.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.8.7.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.8.7.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.8.7.ebuild?r1=1.1&r2=1.2

Index: sqlite-3.8.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.8.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sqlite-3.8.7.ebuild 18 Oct 2014 15:09:26 -0000      1.1
+++ sqlite-3.8.7.ebuild 20 Mar 2015 09:58:33 -0000      1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.8.7.ebuild,v 1.1 
2014/10/18 15:09:26 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.8.7.ebuild,v 1.2 
2015/03/20 09:58:33 jlec Exp $
 
 EAPI="5"
 
@@ -36,7 +36,7 @@
        tcl? ( app-arch/unzip )
        test? (
                app-arch/unzip
-               dev-lang/tcl[${MULTILIB_USEDEP}]
+               dev-lang/tcl:0=[${MULTILIB_USEDEP}]
        )"
 
 amalgamation() {



1.2                  dev-db/sqlite/sqlite-3.8.8.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.8.8.1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.8.8.1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.8.8.1.ebuild?r1=1.1&r2=1.2

Index: sqlite-3.8.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.8.8.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sqlite-3.8.8.1.ebuild       20 Jan 2015 22:04:25 -0000      1.1
+++ sqlite-3.8.8.1.ebuild       20 Mar 2015 09:58:33 -0000      1.2
@@ -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/dev-db/sqlite/sqlite-3.8.8.1.ebuild,v 1.1 
2015/01/20 22:04:25 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.8.8.1.ebuild,v 1.2 
2015/03/20 09:58:33 jlec Exp $
 
 EAPI="5"
 
@@ -36,7 +36,7 @@
        tcl? ( app-arch/unzip )
        test? (
                app-arch/unzip
-               dev-lang/tcl[${MULTILIB_USEDEP}]
+               dev-lang/tcl:0=[${MULTILIB_USEDEP}]
        )"
 
 amalgamation() {



1.6                  dev-db/sqlite/sqlite-3.8.7.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.8.7.4.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.8.7.4.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.8.7.4.ebuild?r1=1.5&r2=1.6

Index: sqlite-3.8.7.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.8.7.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sqlite-3.8.7.4.ebuild       2 Mar 2015 09:22:06 -0000       1.5
+++ sqlite-3.8.7.4.ebuild       20 Mar 2015 09:58:33 -0000      1.6
@@ -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/dev-db/sqlite/sqlite-3.8.7.4.ebuild,v 1.5 
2015/03/02 09:22:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.8.7.4.ebuild,v 1.6 
2015/03/20 09:58:33 jlec Exp $
 
 EAPI="5"
 
@@ -36,7 +36,7 @@
        tcl? ( app-arch/unzip )
        test? (
                app-arch/unzip
-               dev-lang/tcl[${MULTILIB_USEDEP}]
+               dev-lang/tcl:0=[${MULTILIB_USEDEP}]
        )"
 
 amalgamation() {



1.2                  dev-db/sqlite/sqlite-3.8.8.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.8.8.2.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.8.8.2.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.8.8.2.ebuild?r1=1.1&r2=1.2

Index: sqlite-3.8.8.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.8.8.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sqlite-3.8.8.2.ebuild       14 Feb 2015 02:55:52 -0000      1.1
+++ sqlite-3.8.8.2.ebuild       20 Mar 2015 09:58:33 -0000      1.2
@@ -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/dev-db/sqlite/sqlite-3.8.8.2.ebuild,v 1.1 
2015/02/14 02:55:52 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.8.8.2.ebuild,v 1.2 
2015/03/20 09:58:33 jlec Exp $
 
 EAPI="5"
 
@@ -36,7 +36,7 @@
        tcl? ( app-arch/unzip )
        test? (
                app-arch/unzip
-               dev-lang/tcl[${MULTILIB_USEDEP}]
+               dev-lang/tcl:0=[${MULTILIB_USEDEP}]
        )"
 
 amalgamation() {



1.10                 dev-db/sqlite/sqlite-3.8.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.8.6.ebuild?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.8.6.ebuild?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.8.6.ebuild?r1=1.9&r2=1.10

Index: sqlite-3.8.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.8.6.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sqlite-3.8.6.ebuild 2 Nov 2014 08:51:55 -0000       1.9
+++ sqlite-3.8.6.ebuild 20 Mar 2015 09:58:33 -0000      1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.8.6.ebuild,v 1.9 
2014/11/02 08:51:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.8.6.ebuild,v 1.10 
2015/03/20 09:58:33 jlec Exp $
 
 EAPI="5"
 
@@ -25,7 +25,7 @@
 IUSE="debug doc icu +readline secure-delete static-libs tcl test"
 
 RDEPEND="icu? ( dev-libs/icu:=[${MULTILIB_USEDEP}] )
-       readline? ( sys-libs/readline[${MULTILIB_USEDEP}] )
+       readline? ( sys-libs/readline:0=[${MULTILIB_USEDEP}] )
        tcl? ( dev-lang/tcl:=[${MULTILIB_USEDEP}] )
        abi_x86_32? (
                !<=app-emulation/emul-linux-x86-baselibs-20131008-r14
@@ -36,7 +36,7 @@
        tcl? ( app-arch/unzip )
        test? (
                app-arch/unzip
-               dev-lang/tcl[${MULTILIB_USEDEP}]
+               dev-lang/tcl:0=[${MULTILIB_USEDEP}]
        )"
 
 amalgamation() {



1.2                  dev-db/sqlite/sqlite-3.8.8.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.8.8.3.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.8.8.3.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.8.8.3.ebuild?r1=1.1&r2=1.2

Index: sqlite-3.8.8.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.8.8.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sqlite-3.8.8.3.ebuild       11 Mar 2015 23:09:14 -0000      1.1
+++ sqlite-3.8.8.3.ebuild       20 Mar 2015 09:58:33 -0000      1.2
@@ -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/dev-db/sqlite/sqlite-3.8.8.3.ebuild,v 1.1 
2015/03/11 23:09:14 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.8.8.3.ebuild,v 1.2 
2015/03/20 09:58:33 jlec Exp $
 
 EAPI="5"
 
@@ -36,7 +36,7 @@
        tcl? ( app-arch/unzip )
        test? (
                app-arch/unzip
-               dev-lang/tcl[${MULTILIB_USEDEP}]
+               dev-lang/tcl:0=[${MULTILIB_USEDEP}]
        )"
 
 amalgamation() {



1.2                  dev-db/sqlite/sqlite-3.8.7.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.8.7.2.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.8.7.2.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.8.7.2.ebuild?r1=1.1&r2=1.2

Index: sqlite-3.8.7.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.8.7.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sqlite-3.8.7.2.ebuild       19 Nov 2014 22:06:01 -0000      1.1
+++ sqlite-3.8.7.2.ebuild       20 Mar 2015 09:58:33 -0000      1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.8.7.2.ebuild,v 1.1 
2014/11/19 22:06:01 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.8.7.2.ebuild,v 1.2 
2015/03/20 09:58:33 jlec Exp $
 
 EAPI="5"
 
@@ -36,7 +36,7 @@
        tcl? ( app-arch/unzip )
        test? (
                app-arch/unzip
-               dev-lang/tcl[${MULTILIB_USEDEP}]
+               dev-lang/tcl:0=[${MULTILIB_USEDEP}]
        )"
 
 amalgamation() {



1.550                dev-db/sqlite/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/ChangeLog?rev=1.550&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/ChangeLog?rev=1.550&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/ChangeLog?r1=1.549&r2=1.550

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v
retrieving revision 1.549
retrieving revision 1.550
diff -u -r1.549 -r1.550
--- ChangeLog   11 Mar 2015 23:09:14 -0000      1.549
+++ ChangeLog   20 Mar 2015 09:58:33 -0000      1.550
@@ -1,6 +1,12 @@
 # ChangeLog for dev-db/sqlite
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.549 2015/03/11 
23:09:14 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.550 2015/03/20 
09:58:33 jlec Exp $
+
+  20 Mar 2015; Justin Lecher <[email protected]> sqlite-3.8.6.ebuild,
+  sqlite-3.8.7.1.ebuild, sqlite-3.8.7.2.ebuild, sqlite-3.8.7.3.ebuild,
+  sqlite-3.8.7.4.ebuild, sqlite-3.8.7.ebuild, sqlite-3.8.8.1.ebuild,
+  sqlite-3.8.8.2.ebuild, sqlite-3.8.8.3.ebuild:
+  Fix tcl/tk slotting; fix SLOT operators
 
 *sqlite-3.8.8.3 (11 Mar 2015)
 




Reply via email to