public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] gentoo-x86 commit in dev-python/apsw: apsw-3.7.16.2_p1.ebuild apsw-3.7.15.1_p1.ebuild apsw-3.7.14.1_p1.ebuild apsw-3.7.13.1.ebuild apsw-3.7.14_p1.ebuild apsw-3.7.17_p1.ebuild apsw-3.7.15.2_p1.ebuild ChangeLog
@ 2013-08-28 16:01 99% Mike Gilbert (floppym)
  0 siblings, 0 replies; 1+ results
From: Mike Gilbert (floppym) @ 2013-08-28 16:01 UTC (permalink / raw
  To: gentoo-commits

floppym     13/08/28 16:01:09

  Modified:             apsw-3.7.16.2_p1.ebuild apsw-3.7.15.1_p1.ebuild
                        apsw-3.7.14.1_p1.ebuild apsw-3.7.13.1.ebuild
                        apsw-3.7.14_p1.ebuild apsw-3.7.17_p1.ebuild
                        apsw-3.7.15.2_p1.ebuild ChangeLog
  Log:
  Drop extensions usedep from sqlite dep; sqlite is dropping the use flag.
  
  (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)

Revision  Changes    Path
1.2                  dev-python/apsw/apsw-3.7.16.2_p1.ebuild

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

Index: apsw-3.7.16.2_p1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.16.2_p1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- apsw-3.7.16.2_p1.ebuild	2 May 2013 07:27:50 -0000	1.1
+++ apsw-3.7.16.2_p1.ebuild	28 Aug 2013 16:01:09 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.16.2_p1.ebuild,v 1.1 2013/05/02 07:27:50 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.16.2_p1.ebuild,v 1.2 2013/08/28 16:01:09 floppym Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} )
@@ -18,7 +18,7 @@
 KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE="doc"
 
-RDEPEND=">=dev-db/sqlite-${PV%_p*}[extensions]"
+RDEPEND=">=dev-db/sqlite-${PV%_p*}"
 DEPEND="${RDEPEND}
 	app-arch/unzip"
 



1.2                  dev-python/apsw/apsw-3.7.15.1_p1.ebuild

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

Index: apsw-3.7.15.1_p1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.15.1_p1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- apsw-3.7.15.1_p1.ebuild	5 Jan 2013 21:23:06 -0000	1.1
+++ apsw-3.7.15.1_p1.ebuild	28 Aug 2013 16:01:09 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.15.1_p1.ebuild,v 1.1 2013/01/05 21:23:06 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.15.1_p1.ebuild,v 1.2 2013/08/28 16:01:09 floppym Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} )
@@ -18,7 +18,7 @@
 KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE="doc"
 
-RDEPEND=">=dev-db/sqlite-${PV%_p*}[extensions]"
+RDEPEND=">=dev-db/sqlite-${PV%_p*}"
 DEPEND="${RDEPEND}
 	app-arch/unzip"
 



1.3                  dev-python/apsw/apsw-3.7.14.1_p1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/apsw-3.7.14.1_p1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/apsw-3.7.14.1_p1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/apsw-3.7.14.1_p1.ebuild?r1=1.2&r2=1.3

Index: apsw-3.7.14.1_p1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.14.1_p1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- apsw-3.7.14.1_p1.ebuild	8 Dec 2012 21:39:55 -0000	1.2
+++ apsw-3.7.14.1_p1.ebuild	28 Aug 2013 16:01:09 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.14.1_p1.ebuild,v 1.2 2012/12/08 21:39:55 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.14.1_p1.ebuild,v 1.3 2013/08/28 16:01:09 floppym Exp $
 
 EAPI="4"
 SUPPORT_PYTHON_ABIS="1"
@@ -19,7 +19,7 @@
 KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE="doc"
 
-RDEPEND=">=dev-db/sqlite-${PV%_p*}[extensions]"
+RDEPEND=">=dev-db/sqlite-${PV%_p*}"
 DEPEND="${RDEPEND}
 	app-arch/unzip"
 



1.5                  dev-python/apsw/apsw-3.7.13.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/apsw-3.7.13.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/apsw-3.7.13.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/apsw-3.7.13.1.ebuild?r1=1.4&r2=1.5

Index: apsw-3.7.13.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.13.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- apsw-3.7.13.1.ebuild	1 Dec 2012 01:53:52 -0000	1.4
+++ apsw-3.7.13.1.ebuild	28 Aug 2013 16:01:09 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.13.1.ebuild,v 1.4 2012/12/01 01:53:52 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.13.1.ebuild,v 1.5 2013/08/28 16:01:09 floppym Exp $
 
 EAPI="4"
 SUPPORT_PYTHON_ABIS="1"
@@ -19,7 +19,7 @@
 KEYWORDS="amd64 ~ppc64 x86"
 IUSE="doc"
 
-RDEPEND=">=dev-db/sqlite-$(get_version_component_range 1-3)[extensions]"
+RDEPEND=">=dev-db/sqlite-$(get_version_component_range 1-3)"
 DEPEND="${RDEPEND}
 	app-arch/unzip"
 



1.3                  dev-python/apsw/apsw-3.7.14_p1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/apsw-3.7.14_p1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/apsw-3.7.14_p1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/apsw-3.7.14_p1.ebuild?r1=1.2&r2=1.3

Index: apsw-3.7.14_p1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.14_p1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- apsw-3.7.14_p1.ebuild	8 Dec 2012 21:39:55 -0000	1.2
+++ apsw-3.7.14_p1.ebuild	28 Aug 2013 16:01:09 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.14_p1.ebuild,v 1.2 2012/12/08 21:39:55 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.14_p1.ebuild,v 1.3 2013/08/28 16:01:09 floppym Exp $
 
 EAPI="4"
 SUPPORT_PYTHON_ABIS="1"
@@ -19,7 +19,7 @@
 KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE="doc"
 
-RDEPEND=">=dev-db/sqlite-${PV%_p*}[extensions]"
+RDEPEND=">=dev-db/sqlite-${PV%_p*}"
 DEPEND="${RDEPEND}
 	app-arch/unzip"
 



1.2                  dev-python/apsw/apsw-3.7.17_p1.ebuild

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

Index: apsw-3.7.17_p1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.17_p1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- apsw-3.7.17_p1.ebuild	30 May 2013 01:07:04 -0000	1.1
+++ apsw-3.7.17_p1.ebuild	28 Aug 2013 16:01:09 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.17_p1.ebuild,v 1.1 2013/05/30 01:07:04 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.17_p1.ebuild,v 1.2 2013/08/28 16:01:09 floppym Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} )
@@ -18,7 +18,7 @@
 KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE="doc"
 
-RDEPEND=">=dev-db/sqlite-${PV%_p*}[extensions]"
+RDEPEND=">=dev-db/sqlite-${PV%_p*}"
 DEPEND="${RDEPEND}
 	app-arch/unzip"
 



1.2                  dev-python/apsw/apsw-3.7.15.2_p1.ebuild

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

Index: apsw-3.7.15.2_p1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.15.2_p1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- apsw-3.7.15.2_p1.ebuild	6 Feb 2013 01:24:43 -0000	1.1
+++ apsw-3.7.15.2_p1.ebuild	28 Aug 2013 16:01:09 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.15.2_p1.ebuild,v 1.1 2013/02/06 01:24:43 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.15.2_p1.ebuild,v 1.2 2013/08/28 16:01:09 floppym Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} )
@@ -18,7 +18,7 @@
 KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE="doc"
 
-RDEPEND=">=dev-db/sqlite-${PV%_p*}[extensions]"
+RDEPEND=">=dev-db/sqlite-${PV%_p*}"
 DEPEND="${RDEPEND}
 	app-arch/unzip"
 



1.59                 dev-python/apsw/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/ChangeLog?rev=1.59&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/ChangeLog?rev=1.59&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/ChangeLog?r1=1.58&r2=1.59

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/apsw/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog	30 May 2013 01:07:04 -0000	1.58
+++ ChangeLog	28 Aug 2013 16:01:09 -0000	1.59
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/apsw
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/ChangeLog,v 1.58 2013/05/30 01:07:04 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/ChangeLog,v 1.59 2013/08/28 16:01:09 floppym Exp $
+
+  28 Aug 2013; Mike Gilbert <floppym@gentoo.org> apsw-3.7.13.1.ebuild,
+  apsw-3.7.14.1_p1.ebuild, apsw-3.7.14_p1.ebuild, apsw-3.7.15.1_p1.ebuild,
+  apsw-3.7.15.2_p1.ebuild, apsw-3.7.16.2_p1.ebuild, apsw-3.7.17_p1.ebuild:
+  Drop extensions usedep from sqlite dep; sqlite is dropping the use flag.
 
 *apsw-3.7.17_p1 (30 May 2013)
 





^ permalink raw reply	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2013-08-28 16:01 99% [gentoo-commits] gentoo-x86 commit in dev-python/apsw: apsw-3.7.16.2_p1.ebuild apsw-3.7.15.1_p1.ebuild apsw-3.7.14.1_p1.ebuild apsw-3.7.13.1.ebuild apsw-3.7.14_p1.ebuild apsw-3.7.17_p1.ebuild apsw-3.7.15.2_p1.ebuild ChangeLog Mike Gilbert (floppym)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox