* [gentoo-commits] gentoo-x86 commit in dev-python/pysqlite: ChangeLog pysqlite-2.6.0.ebuild
@ 2010-03-05 18:28 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 8+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-03-05 18:28 UTC (permalink / raw
To: gentoo-commits
arfrever 10/03/05 18:28:46
Modified: ChangeLog
Added: pysqlite-2.6.0.ebuild
Log:
Version bump.
(Portage version: 15751-svn/cvs/Linux x86_64)
Revision Changes Path
1.116 dev-python/pysqlite/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/ChangeLog?rev=1.116&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/ChangeLog?rev=1.116&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/ChangeLog?r1=1.115&r2=1.116
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- ChangeLog 16 Jan 2010 15:03:54 -0000 1.115
+++ ChangeLog 5 Mar 2010 18:28:46 -0000 1.116
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/pysqlite
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.115 2010/01/16 15:03:54 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.116 2010/03/05 18:28:46 arfrever Exp $
+
+*pysqlite-2.6.0 (05 Mar 2010)
+
+ 05 Mar 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ -pysqlite-2.5.5-r1.ebuild, +pysqlite-2.6.0.ebuild:
+ Version bump.
16 Jan 2010; Raúl Porcel <armin76@gentoo.org> pysqlite-2.5.6.ebuild:
ia64/sparc stable wrt #296674
1.1 dev-python/pysqlite/pysqlite-2.6.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/pysqlite-2.6.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/pysqlite-2.6.0.ebuild?rev=1.1&content-type=text/plain
Index: pysqlite-2.6.0.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.6.0.ebuild,v 1.1 2010/03/05 18:28:46 arfrever Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
inherit distutils
DESCRIPTION="Python wrapper for the local database Sqlite"
HOMEPAGE="http://code.google.com/p/pysqlite/ http://pypi.python.org/pypi/pysqlite"
SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="pysqlite"
SLOT="2"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
IUSE="examples"
DEPEND=">=dev-db/sqlite-3.1"
RDEPEND=${DEPEND}
RESTRICT_PYTHON_ABIS="3.*"
PYTHON_MODNAME="pysqlite2"
src_prepare() {
distutils_src_prepare
# Don't install pysqlite2.test.
sed -i -e 's/, "pysqlite2.test"//' setup.py || die "sed setup.py failed"
# Fix encoding.
sed -i -e "s/\(coding: \)ISO-8859-1/\1utf-8/" lib/{__init__.py,dbapi2.py} || die "sed lib/{__init__.py,dbapi2.py} failed"
# Workaround to make tests work without installing them.
sed -i -e "s/pysqlite2.test/test/" lib/test/__init__.py || die "sed lib/test/__init__.py failed"
}
src_test() {
cd lib
testing() {
PYTHONPATH="$(ls -d ../build-${PYTHON_ABI}/lib.*)" "$(PYTHON)" -c "from test import test;import sys;sys.exit(test())"
}
python_execute_function testing
}
src_install() {
distutils_src_install
rm -rf "${ED}usr/pysqlite2-doc"
if use examples; then
insinto /usr/share/doc/${PF}
doins -r doc/includes/sqlite3
fi
}
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pysqlite: ChangeLog pysqlite-2.6.0.ebuild
@ 2010-04-07 16:34 Markos Chandras (hwoarang)
0 siblings, 0 replies; 8+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-04-07 16:34 UTC (permalink / raw
To: gentoo-commits
hwoarang 10/04/07 16:34:04
Modified: ChangeLog pysqlite-2.6.0.ebuild
Log:
Stable on amd64 wrt bug #313159
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.117 dev-python/pysqlite/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/ChangeLog?rev=1.117&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/ChangeLog?rev=1.117&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/ChangeLog?r1=1.116&r2=1.117
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- ChangeLog 5 Mar 2010 18:28:46 -0000 1.116
+++ ChangeLog 7 Apr 2010 16:34:04 -0000 1.117
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pysqlite
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.116 2010/03/05 18:28:46 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.117 2010/04/07 16:34:04 hwoarang Exp $
+
+ 07 Apr 2010; Markos Chandras <hwoarang@gentoo.org> pysqlite-2.6.0.ebuild:
+ Stable on amd64 wrt bug #313159
*pysqlite-2.6.0 (05 Mar 2010)
1.2 dev-python/pysqlite/pysqlite-2.6.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/pysqlite-2.6.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/pysqlite-2.6.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/pysqlite-2.6.0.ebuild?r1=1.1&r2=1.2
Index: pysqlite-2.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.6.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pysqlite-2.6.0.ebuild 5 Mar 2010 18:28:46 -0000 1.1
+++ pysqlite-2.6.0.ebuild 7 Apr 2010 16:34:04 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.6.0.ebuild,v 1.1 2010/03/05 18:28:46 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.6.0.ebuild,v 1.2 2010/04/07 16:34:04 hwoarang Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@
LICENSE="pysqlite"
SLOT="2"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
IUSE="examples"
DEPEND=">=dev-db/sqlite-3.1"
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pysqlite: ChangeLog pysqlite-2.6.0.ebuild
@ 2010-04-08 22:40 Jeroen Roovers (jer)
0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2010-04-08 22:40 UTC (permalink / raw
To: gentoo-commits
jer 10/04/08 22:40:31
Modified: ChangeLog pysqlite-2.6.0.ebuild
Log:
Stable for HPPA (bug #313159).
(Portage version: 2.2_rc67/cvs/Linux i686)
Revision Changes Path
1.118 dev-python/pysqlite/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/ChangeLog?rev=1.118&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/ChangeLog?rev=1.118&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/ChangeLog?r1=1.117&r2=1.118
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- ChangeLog 7 Apr 2010 16:34:04 -0000 1.117
+++ ChangeLog 8 Apr 2010 22:40:31 -0000 1.118
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pysqlite
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.117 2010/04/07 16:34:04 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.118 2010/04/08 22:40:31 jer Exp $
+
+ 08 Apr 2010; Jeroen Roovers <jer@gentoo.org> pysqlite-2.6.0.ebuild:
+ Stable for HPPA (bug #313159).
07 Apr 2010; Markos Chandras <hwoarang@gentoo.org> pysqlite-2.6.0.ebuild:
Stable on amd64 wrt bug #313159
1.3 dev-python/pysqlite/pysqlite-2.6.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/pysqlite-2.6.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/pysqlite-2.6.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/pysqlite-2.6.0.ebuild?r1=1.2&r2=1.3
Index: pysqlite-2.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.6.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pysqlite-2.6.0.ebuild 7 Apr 2010 16:34:04 -0000 1.2
+++ pysqlite-2.6.0.ebuild 8 Apr 2010 22:40:31 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.6.0.ebuild,v 1.2 2010/04/07 16:34:04 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.6.0.ebuild,v 1.3 2010/04/08 22:40:31 jer Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@
LICENSE="pysqlite"
SLOT="2"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
IUSE="examples"
DEPEND=">=dev-db/sqlite-3.1"
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pysqlite: ChangeLog pysqlite-2.6.0.ebuild
@ 2010-04-13 12:11 Christian Faulhammer (fauli)
0 siblings, 0 replies; 8+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-04-13 12:11 UTC (permalink / raw
To: gentoo-commits
fauli 10/04/13 12:11:46
Modified: ChangeLog pysqlite-2.6.0.ebuild
Log:
stable x86, bug 313159
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.119 dev-python/pysqlite/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/ChangeLog?rev=1.119&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/ChangeLog?rev=1.119&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/ChangeLog?r1=1.118&r2=1.119
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- ChangeLog 8 Apr 2010 22:40:31 -0000 1.118
+++ ChangeLog 13 Apr 2010 12:11:46 -0000 1.119
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pysqlite
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.118 2010/04/08 22:40:31 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.119 2010/04/13 12:11:46 fauli Exp $
+
+ 13 Apr 2010; Christian Faulhammer <fauli@gentoo.org>
+ pysqlite-2.6.0.ebuild:
+ stable x86, bug 313159
08 Apr 2010; Jeroen Roovers <jer@gentoo.org> pysqlite-2.6.0.ebuild:
Stable for HPPA (bug #313159).
1.4 dev-python/pysqlite/pysqlite-2.6.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/pysqlite-2.6.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/pysqlite-2.6.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/pysqlite-2.6.0.ebuild?r1=1.3&r2=1.4
Index: pysqlite-2.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.6.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pysqlite-2.6.0.ebuild 8 Apr 2010 22:40:31 -0000 1.3
+++ pysqlite-2.6.0.ebuild 13 Apr 2010 12:11:46 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.6.0.ebuild,v 1.3 2010/04/08 22:40:31 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.6.0.ebuild,v 1.4 2010/04/13 12:11:46 fauli Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@
LICENSE="pysqlite"
SLOT="2"
-KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
IUSE="examples"
DEPEND=">=dev-db/sqlite-3.1"
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pysqlite: ChangeLog pysqlite-2.6.0.ebuild
@ 2010-04-18 17:44 Gysbert Wassenaar (nixnut)
0 siblings, 0 replies; 8+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2010-04-18 17:44 UTC (permalink / raw
To: gentoo-commits
nixnut 10/04/18 17:44:24
Modified: ChangeLog pysqlite-2.6.0.ebuild
Log:
ppc stable #313159
(Portage version: 2.1.8.3/cvs/Linux ppc)
Revision Changes Path
1.120 dev-python/pysqlite/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/ChangeLog?rev=1.120&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/ChangeLog?rev=1.120&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/ChangeLog?r1=1.119&r2=1.120
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- ChangeLog 13 Apr 2010 12:11:46 -0000 1.119
+++ ChangeLog 18 Apr 2010 17:44:24 -0000 1.120
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pysqlite
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.119 2010/04/13 12:11:46 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.120 2010/04/18 17:44:24 nixnut Exp $
+
+ 18 Apr 2010; <nixnut@gentoo.org> pysqlite-2.6.0.ebuild:
+ ppc stable #313159
13 Apr 2010; Christian Faulhammer <fauli@gentoo.org>
pysqlite-2.6.0.ebuild:
1.5 dev-python/pysqlite/pysqlite-2.6.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/pysqlite-2.6.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/pysqlite-2.6.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/pysqlite-2.6.0.ebuild?r1=1.4&r2=1.5
Index: pysqlite-2.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.6.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pysqlite-2.6.0.ebuild 13 Apr 2010 12:11:46 -0000 1.4
+++ pysqlite-2.6.0.ebuild 18 Apr 2010 17:44:24 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.6.0.ebuild,v 1.4 2010/04/13 12:11:46 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.6.0.ebuild,v 1.5 2010/04/18 17:44:24 nixnut Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@
LICENSE="pysqlite"
SLOT="2"
-KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
IUSE="examples"
DEPEND=">=dev-db/sqlite-3.1"
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pysqlite: ChangeLog pysqlite-2.6.0.ebuild
@ 2010-05-08 17:52 Raul Porcel (armin76)
0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2010-05-08 17:52 UTC (permalink / raw
To: gentoo-commits
armin76 10/05/08 17:52:28
Modified: ChangeLog pysqlite-2.6.0.ebuild
Log:
alpha/ia64/sparc stable wrt #313159
(Portage version: 2.1.7.17/cvs/Linux ia64)
Revision Changes Path
1.121 dev-python/pysqlite/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/ChangeLog?rev=1.121&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/ChangeLog?rev=1.121&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/ChangeLog?r1=1.120&r2=1.121
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- ChangeLog 18 Apr 2010 17:44:24 -0000 1.120
+++ ChangeLog 8 May 2010 17:52:28 -0000 1.121
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pysqlite
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.120 2010/04/18 17:44:24 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.121 2010/05/08 17:52:28 armin76 Exp $
+
+ 08 May 2010; Raúl Porcel <armin76@gentoo.org> pysqlite-2.6.0.ebuild:
+ alpha/ia64/sparc stable wrt #313159
18 Apr 2010; <nixnut@gentoo.org> pysqlite-2.6.0.ebuild:
ppc stable #313159
1.6 dev-python/pysqlite/pysqlite-2.6.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/pysqlite-2.6.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/pysqlite-2.6.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/pysqlite-2.6.0.ebuild?r1=1.5&r2=1.6
Index: pysqlite-2.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.6.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pysqlite-2.6.0.ebuild 18 Apr 2010 17:44:24 -0000 1.5
+++ pysqlite-2.6.0.ebuild 8 May 2010 17:52:28 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.6.0.ebuild,v 1.5 2010/04/18 17:44:24 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.6.0.ebuild,v 1.6 2010/05/08 17:52:28 armin76 Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@
LICENSE="pysqlite"
SLOT="2"
-KEYWORDS="~alpha amd64 hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
IUSE="examples"
DEPEND=">=dev-db/sqlite-3.1"
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pysqlite: ChangeLog pysqlite-2.6.0.ebuild
@ 2010-05-11 21:16 Brent Baude (ranger)
0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2010-05-11 21:16 UTC (permalink / raw
To: gentoo-commits
ranger 10/05/11 21:16:58
Modified: ChangeLog pysqlite-2.6.0.ebuild
Log:
stable ppc64, bug 313159
(Portage version: 2.1.8.3/cvs/Linux ppc64)
Revision Changes Path
1.122 dev-python/pysqlite/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysqlite/ChangeLog?rev=1.122&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysqlite/ChangeLog?rev=1.122&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysqlite/ChangeLog?r1=1.121&r2=1.122
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- ChangeLog 8 May 2010 17:52:28 -0000 1.121
+++ ChangeLog 11 May 2010 21:16:58 -0000 1.122
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pysqlite
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.121 2010/05/08 17:52:28 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.122 2010/05/11 21:16:58 ranger Exp $
+
+ 11 May 2010; Brent Baude <ranger@gentoo.org> pysqlite-2.6.0.ebuild:
+ stable ppc64, bug 313159
08 May 2010; Raúl Porcel <armin76@gentoo.org> pysqlite-2.6.0.ebuild:
alpha/ia64/sparc stable wrt #313159
1.7 dev-python/pysqlite/pysqlite-2.6.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysqlite/pysqlite-2.6.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysqlite/pysqlite-2.6.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysqlite/pysqlite-2.6.0.ebuild?r1=1.6&r2=1.7
Index: pysqlite-2.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.6.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pysqlite-2.6.0.ebuild 8 May 2010 17:52:28 -0000 1.6
+++ pysqlite-2.6.0.ebuild 11 May 2010 21:16:58 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.6.0.ebuild,v 1.6 2010/05/08 17:52:28 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.6.0.ebuild,v 1.7 2010/05/11 21:16:58 ranger Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@
LICENSE="pysqlite"
SLOT="2"
-KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
IUSE="examples"
DEPEND=">=dev-db/sqlite-3.1"
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pysqlite: ChangeLog pysqlite-2.6.0.ebuild
@ 2011-01-07 16:56 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 8+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-01-07 16:56 UTC (permalink / raw
To: gentoo-commits
arfrever 11/01/07 16:56:54
Modified: ChangeLog
Removed: pysqlite-2.6.0.ebuild
Log:
Delete older ebuild.
(Portage version: 2.2.0_alpha14/cvs/Linux x86_64)
Revision Changes Path
1.131 dev-python/pysqlite/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysqlite/ChangeLog?rev=1.131&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysqlite/ChangeLog?rev=1.131&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysqlite/ChangeLog?r1=1.130&r2=1.131
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -r1.130 -r1.131
--- ChangeLog 7 Jan 2011 16:33:16 -0000 1.130
+++ ChangeLog 7 Jan 2011 16:56:54 -0000 1.131
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pysqlite
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.130 2011/01/07 16:33:16 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.131 2011/01/07 16:56:54 arfrever Exp $
+
+ 07 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ -pysqlite-2.6.0.ebuild:
+ Delete.
07 Jan 2011; Brent Baude <ranger@gentoo.org> pysqlite-2.6.0-r1.ebuild:
Marking pysqlite-2.6.0-r1 ppc for bug 348080
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2011-01-07 16:57 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-11 21:16 [gentoo-commits] gentoo-x86 commit in dev-python/pysqlite: ChangeLog pysqlite-2.6.0.ebuild Brent Baude (ranger)
-- strict thread matches above, loose matches on Subject: below --
2011-01-07 16:56 Arfrever Frehtes Taifersar Arahesis (arfrever)
2010-05-08 17:52 Raul Porcel (armin76)
2010-04-18 17:44 Gysbert Wassenaar (nixnut)
2010-04-13 12:11 Christian Faulhammer (fauli)
2010-04-08 22:40 Jeroen Roovers (jer)
2010-04-07 16:34 Markos Chandras (hwoarang)
2010-03-05 18:28 Arfrever Frehtes Taifersar Arahesis (arfrever)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox