* [gentoo-commits] gentoo-x86 commit in dev-python/sqlitecachec: sqlitecachec-1.1.4-r1.ebuild ChangeLog
@ 2013-05-04 20:18 Mike Gilbert (floppym)
0 siblings, 0 replies; 8+ messages in thread
From: Mike Gilbert (floppym) @ 2013-05-04 20:18 UTC (permalink / raw
To: gentoo-commits
floppym 13/05/04 20:18:21
Modified: ChangeLog
Added: sqlitecachec-1.1.4-r1.ebuild
Log:
Convert to distutils-r1.
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path
1.6 dev-python/sqlitecachec/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlitecachec/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlitecachec/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlitecachec/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sqlitecachec/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 4 May 2012 15:12:17 -0000 1.5
+++ ChangeLog 4 May 2013 20:18:21 -0000 1.6
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/sqlitecachec
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlitecachec/ChangeLog,v 1.5 2012/05/04 15:12:17 patrick Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlitecachec/ChangeLog,v 1.6 2013/05/04 20:18:21 floppym Exp $
+
+*sqlitecachec-1.1.4-r1 (04 May 2013)
+
+ 04 May 2013; Mike Gilbert <floppym@gentoo.org> +sqlitecachec-1.1.4-r1.ebuild:
+ Convert to distutils-r1.
04 May 2012; Patrick Lauer <patrick@gentoo.org> sqlitecachec-1.1.4.ebuild:
Migrating dev-util/pkgconfig -> virtual/pkgconfig
1.1 dev-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild?rev=1.1&content-type=text/plain
Index: sqlitecachec-1.1.4-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild,v 1.1 2013/05/04 20:18:21 floppym Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_9,2_0} )
PYTHON_REQ_USE="sqlite"
inherit distutils-r1
MY_P="yum-metadata-parser-${PV}"
DESCRIPTION="sqlite cacher for python applications"
HOMEPAGE="http://yum.baseurl.org/"
SRC_URI="http://yum.baseurl.org/download/yum-metadata-parser/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""
# glib and libxml2 are used via an extension module written in C.
# No need to add PYTHON_USEDEP here.
RDEPEND="dev-db/sqlite:3
dev-libs/glib:2
dev-libs/libxml2"
DEPEND="${RDEPEND}
virtual/pkgconfig"
S="${WORKDIR}/${MY_P}"
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/sqlitecachec: sqlitecachec-1.1.4-r1.ebuild ChangeLog
@ 2013-09-05 18:46 Michal Gorny (mgorny)
0 siblings, 0 replies; 8+ messages in thread
From: Michal Gorny (mgorny) @ 2013-09-05 18:46 UTC (permalink / raw
To: gentoo-commits
mgorny 13/09/05 18:46:39
Modified: sqlitecachec-1.1.4-r1.ebuild ChangeLog
Log:
Clean up PYTHON_COMPAT from old implementations.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.2 dev-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild?r1=1.1&r2=1.2
Index: sqlitecachec-1.1.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sqlitecachec-1.1.4-r1.ebuild 4 May 2013 20:18:21 -0000 1.1
+++ sqlitecachec-1.1.4-r1.ebuild 5 Sep 2013 18:46:39 -0000 1.2
@@ -1,9 +1,9 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild,v 1.1 2013/05/04 20:18:21 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild,v 1.2 2013/09/05 18:46:39 mgorny Exp $
EAPI="5"
-PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_9,2_0} )
+PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
PYTHON_REQ_USE="sqlite"
inherit distutils-r1
1.7 dev-python/sqlitecachec/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlitecachec/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlitecachec/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlitecachec/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sqlitecachec/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 4 May 2013 20:18:21 -0000 1.6
+++ ChangeLog 5 Sep 2013 18:46:39 -0000 1.7
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/sqlitecachec
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlitecachec/ChangeLog,v 1.6 2013/05/04 20:18:21 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlitecachec/ChangeLog,v 1.7 2013/09/05 18:46:39 mgorny Exp $
+
+ 05 Sep 2013; Michał Górny <mgorny@gentoo.org> sqlitecachec-1.1.4-r1.ebuild:
+ Clean up PYTHON_COMPAT from old implementations.
*sqlitecachec-1.1.4-r1 (04 May 2013)
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/sqlitecachec: sqlitecachec-1.1.4-r1.ebuild ChangeLog
@ 2014-03-31 20:59 Michal Gorny (mgorny)
0 siblings, 0 replies; 8+ messages in thread
From: Michal Gorny (mgorny) @ 2014-03-31 20:59 UTC (permalink / raw
To: gentoo-commits
mgorny 14/03/31 20:59:45
Modified: sqlitecachec-1.1.4-r1.ebuild ChangeLog
Log:
Add support for the new PyPy slotting.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.3 dev-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild?r1=1.2&r2=1.3
Index: sqlitecachec-1.1.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sqlitecachec-1.1.4-r1.ebuild 5 Sep 2013 18:46:39 -0000 1.2
+++ sqlitecachec-1.1.4-r1.ebuild 31 Mar 2014 20:59:45 -0000 1.3
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild,v 1.2 2013/09/05 18:46:39 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild,v 1.3 2014/03/31 20:59:45 mgorny Exp $
EAPI="5"
-PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
PYTHON_REQ_USE="sqlite"
inherit distutils-r1
1.8 dev-python/sqlitecachec/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlitecachec/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlitecachec/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlitecachec/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sqlitecachec/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 5 Sep 2013 18:46:39 -0000 1.7
+++ ChangeLog 31 Mar 2014 20:59:45 -0000 1.8
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/sqlitecachec
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlitecachec/ChangeLog,v 1.7 2013/09/05 18:46:39 mgorny Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlitecachec/ChangeLog,v 1.8 2014/03/31 20:59:45 mgorny Exp $
+
+ 31 Mar 2014; Michał Górny <mgorny@gentoo.org> sqlitecachec-1.1.4-r1.ebuild:
+ Add support for the new PyPy slotting.
05 Sep 2013; Michał Górny <mgorny@gentoo.org> sqlitecachec-1.1.4-r1.ebuild:
Clean up PYTHON_COMPAT from old implementations.
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/sqlitecachec: sqlitecachec-1.1.4-r1.ebuild ChangeLog
@ 2015-03-06 22:38 Pacho Ramos (pacho)
0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos (pacho) @ 2015-03-06 22:38 UTC (permalink / raw
To: gentoo-commits
pacho 15/03/06 22:38:56
Modified: sqlitecachec-1.1.4-r1.ebuild ChangeLog
Log:
amd64 stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Revision Changes Path
1.4 dev-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild?r1=1.3&r2=1.4
Index: sqlitecachec-1.1.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sqlitecachec-1.1.4-r1.ebuild 31 Mar 2014 20:59:45 -0000 1.3
+++ sqlitecachec-1.1.4-r1.ebuild 6 Mar 2015 22:38:56 -0000 1.4
@@ -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-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild,v 1.3 2014/03/31 20:59:45 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild,v 1.4 2015/03/06 22:38:56 pacho Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
@@ -16,7 +16,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
IUSE=""
# glib and libxml2 are used via an extension module written in C.
1.10 dev-python/sqlitecachec/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlitecachec/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlitecachec/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlitecachec/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sqlitecachec/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 1 Feb 2015 23:34:38 -0000 1.9
+++ ChangeLog 6 Mar 2015 22:38:56 -0000 1.10
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/sqlitecachec
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlitecachec/ChangeLog,v 1.9 2015/02/01 23:34:38 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlitecachec/ChangeLog,v 1.10 2015/03/06 22:38:56 pacho Exp $
+
+ 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> sqlitecachec-1.1.4-r1.ebuild:
+ amd64 stable, bug 540290
01 Feb 2015; Manuel Rüger <mrueg@gentoo.org> -sqlitecachec-1.1.4.ebuild:
Remove old.
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/sqlitecachec: sqlitecachec-1.1.4-r1.ebuild ChangeLog
@ 2015-03-07 0:19 Pacho Ramos (pacho)
0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos (pacho) @ 2015-03-07 0:19 UTC (permalink / raw
To: gentoo-commits
pacho 15/03/07 00:19:39
Modified: sqlitecachec-1.1.4-r1.ebuild ChangeLog
Log:
ppc64 stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key A188FBD4)
Revision Changes Path
1.5 dev-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild?r1=1.4&r2=1.5
Index: sqlitecachec-1.1.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sqlitecachec-1.1.4-r1.ebuild 6 Mar 2015 22:38:56 -0000 1.4
+++ sqlitecachec-1.1.4-r1.ebuild 7 Mar 2015 00:19:39 -0000 1.5
@@ -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-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild,v 1.4 2015/03/06 22:38:56 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild,v 1.5 2015/03/07 00:19:39 pacho Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
@@ -16,7 +16,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ppc64 ~x86"
IUSE=""
# glib and libxml2 are used via an extension module written in C.
1.11 dev-python/sqlitecachec/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlitecachec/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlitecachec/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlitecachec/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sqlitecachec/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 6 Mar 2015 22:38:56 -0000 1.10
+++ ChangeLog 7 Mar 2015 00:19:39 -0000 1.11
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/sqlitecachec
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlitecachec/ChangeLog,v 1.10 2015/03/06 22:38:56 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlitecachec/ChangeLog,v 1.11 2015/03/07 00:19:39 pacho Exp $
+
+ 07 Mar 2015; Pacho Ramos <pacho@gentoo.org> sqlitecachec-1.1.4-r1.ebuild:
+ ppc64 stable, bug 540290
06 Mar 2015; Pacho Ramos <pacho@gentoo.org> sqlitecachec-1.1.4-r1.ebuild:
amd64 stable, bug 540290
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/sqlitecachec: sqlitecachec-1.1.4-r1.ebuild ChangeLog
@ 2015-03-07 8:24 Pacho Ramos (pacho)
0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos (pacho) @ 2015-03-07 8:24 UTC (permalink / raw
To: gentoo-commits
pacho 15/03/07 08:24:00
Modified: sqlitecachec-1.1.4-r1.ebuild ChangeLog
Log:
ppc stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key A188FBD4)
Revision Changes Path
1.6 dev-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild?r1=1.5&r2=1.6
Index: sqlitecachec-1.1.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sqlitecachec-1.1.4-r1.ebuild 7 Mar 2015 00:19:39 -0000 1.5
+++ sqlitecachec-1.1.4-r1.ebuild 7 Mar 2015 08:24:00 -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-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild,v 1.5 2015/03/07 00:19:39 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild,v 1.6 2015/03/07 08:24:00 pacho Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
@@ -16,7 +16,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 ppc ppc64 ~x86"
IUSE=""
# glib and libxml2 are used via an extension module written in C.
1.12 dev-python/sqlitecachec/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlitecachec/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlitecachec/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlitecachec/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sqlitecachec/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 7 Mar 2015 00:19:39 -0000 1.11
+++ ChangeLog 7 Mar 2015 08:24:00 -0000 1.12
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/sqlitecachec
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlitecachec/ChangeLog,v 1.11 2015/03/07 00:19:39 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlitecachec/ChangeLog,v 1.12 2015/03/07 08:24:00 pacho Exp $
+
+ 07 Mar 2015; Pacho Ramos <pacho@gentoo.org> sqlitecachec-1.1.4-r1.ebuild:
+ ppc stable, bug 540290
07 Mar 2015; Pacho Ramos <pacho@gentoo.org> sqlitecachec-1.1.4-r1.ebuild:
ppc64 stable, bug 540290
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/sqlitecachec: sqlitecachec-1.1.4-r1.ebuild ChangeLog
@ 2015-03-08 23:59 Pacho Ramos (pacho)
0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos (pacho) @ 2015-03-08 23:59 UTC (permalink / raw
To: gentoo-commits
pacho 15/03/08 23:59:51
Modified: sqlitecachec-1.1.4-r1.ebuild ChangeLog
Log:
x86 stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)
Revision Changes Path
1.7 dev-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild?r1=1.6&r2=1.7
Index: sqlitecachec-1.1.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sqlitecachec-1.1.4-r1.ebuild 7 Mar 2015 08:24:00 -0000 1.6
+++ sqlitecachec-1.1.4-r1.ebuild 8 Mar 2015 23:59:51 -0000 1.7
@@ -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-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild,v 1.6 2015/03/07 08:24:00 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild,v 1.7 2015/03/08 23:59:51 pacho Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
@@ -16,7 +16,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ppc ppc64 ~x86"
+KEYWORDS="amd64 ppc ppc64 x86"
IUSE=""
# glib and libxml2 are used via an extension module written in C.
1.13 dev-python/sqlitecachec/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlitecachec/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlitecachec/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlitecachec/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sqlitecachec/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 7 Mar 2015 08:24:00 -0000 1.12
+++ ChangeLog 8 Mar 2015 23:59:51 -0000 1.13
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/sqlitecachec
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlitecachec/ChangeLog,v 1.12 2015/03/07 08:24:00 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlitecachec/ChangeLog,v 1.13 2015/03/08 23:59:51 pacho Exp $
+
+ 08 Mar 2015; Pacho Ramos <pacho@gentoo.org> sqlitecachec-1.1.4-r1.ebuild:
+ x86 stable, bug 540290
07 Mar 2015; Pacho Ramos <pacho@gentoo.org> sqlitecachec-1.1.4-r1.ebuild:
ppc stable, bug 540290
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/sqlitecachec: sqlitecachec-1.1.4-r1.ebuild ChangeLog
@ 2015-04-08 8:05 Michal Gorny (mgorny)
0 siblings, 0 replies; 8+ messages in thread
From: Michal Gorny (mgorny) @ 2015-04-08 8:05 UTC (permalink / raw
To: gentoo-commits
mgorny 15/04/08 08:05:21
Modified: sqlitecachec-1.1.4-r1.ebuild ChangeLog
Log:
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.8 dev-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild?r1=1.7&r2=1.8
Index: sqlitecachec-1.1.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sqlitecachec-1.1.4-r1.ebuild 8 Mar 2015 23:59:51 -0000 1.7
+++ sqlitecachec-1.1.4-r1.ebuild 8 Apr 2015 08:05:21 -0000 1.8
@@ -1,9 +1,9 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild,v 1.7 2015/03/08 23:59:51 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlitecachec/sqlitecachec-1.1.4-r1.ebuild,v 1.8 2015/04/08 08:05:21 mgorny Exp $
EAPI="5"
-PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
+PYTHON_COMPAT=( python2_7 pypy )
PYTHON_REQ_USE="sqlite"
inherit distutils-r1
1.14 dev-python/sqlitecachec/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlitecachec/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlitecachec/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlitecachec/ChangeLog?r1=1.13&r2=1.14
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sqlitecachec/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog 8 Mar 2015 23:59:51 -0000 1.13
+++ ChangeLog 8 Apr 2015 08:05:21 -0000 1.14
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/sqlitecachec
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlitecachec/ChangeLog,v 1.13 2015/03/08 23:59:51 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlitecachec/ChangeLog,v 1.14 2015/04/08 08:05:21 mgorny Exp $
+
+ 08 Apr 2015; Michał Górny <mgorny@gentoo.org> sqlitecachec-1.1.4-r1.ebuild:
+ Drop old Python implementations
08 Mar 2015; Pacho Ramos <pacho@gentoo.org> sqlitecachec-1.1.4-r1.ebuild:
x86 stable, bug 540290
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2015-04-08 8:10 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-07 8:24 [gentoo-commits] gentoo-x86 commit in dev-python/sqlitecachec: sqlitecachec-1.1.4-r1.ebuild ChangeLog Pacho Ramos (pacho)
-- strict thread matches above, loose matches on Subject: below --
2015-04-08 8:05 Michal Gorny (mgorny)
2015-03-08 23:59 Pacho Ramos (pacho)
2015-03-07 0:19 Pacho Ramos (pacho)
2015-03-06 22:38 Pacho Ramos (pacho)
2014-03-31 20:59 Michal Gorny (mgorny)
2013-09-05 18:46 Michal Gorny (mgorny)
2013-05-04 20:18 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