public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/pysqlite: pysqlite-2.5.6.ebuild ChangeLog
@ 2009-11-12 23:43 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 7+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2009-11-12 23:43 UTC (permalink / raw
  To: gentoo-commits

arfrever    09/11/12 23:43:48

  Modified:             ChangeLog
  Added:                pysqlite-2.5.6.ebuild
  Log:
  Version bump.
  (Portage version: 14816-svn/cvs/Linux x86_64)

Revision  Changes    Path
1.108                dev-python/pysqlite/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/ChangeLog?rev=1.108&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/ChangeLog?rev=1.108&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/ChangeLog?r1=1.107&r2=1.108

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- ChangeLog	11 Nov 2009 15:38:40 -0000	1.107
+++ ChangeLog	12 Nov 2009 23:43:47 -0000	1.108
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/pysqlite
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.107 2009/11/11 15:38:40 tcunha Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.108 2009/11/12 23:43:47 arfrever Exp $
+
+*pysqlite-2.5.6 (13 Nov 2009)
+
+  13 Nov 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  +pysqlite-2.5.6.ebuild:
+  Version bump.
 
   11 Nov 2009; Tiago Cunha <tcunha@gentoo.org> pysqlite-2.5.5-r1.ebuild:
   stable sparc, bug 287572



1.1                  dev-python/pysqlite/pysqlite-2.5.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/pysqlite-2.5.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/pysqlite-2.5.6.ebuild?rev=1.1&content-type=text/plain

Index: pysqlite-2.5.6.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.5.6.ebuild,v 1.1 2009/11/12 23:43:47 arfrever Exp $

EAPI="2"
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() {
	[[ -z "${ED}" ]] && local ED="${D}"
	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] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pysqlite: pysqlite-2.5.6.ebuild ChangeLog
@ 2009-12-20 17:30 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2009-12-20 17:30 UTC (permalink / raw
  To: gentoo-commits

jer         09/12/20 17:30:40

  Modified:             pysqlite-2.5.6.ebuild ChangeLog
  Log:
  Stable for HPPA PPC (bug #296674).
  (Portage version: 2.2_rc60/cvs/Linux i686)

Revision  Changes    Path
1.2                  dev-python/pysqlite/pysqlite-2.5.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/pysqlite-2.5.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/pysqlite-2.5.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/pysqlite-2.5.6.ebuild?r1=1.1&r2=1.2

Index: pysqlite-2.5.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.5.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pysqlite-2.5.6.ebuild	12 Nov 2009 23:43:47 -0000	1.1
+++ pysqlite-2.5.6.ebuild	20 Dec 2009 17:30:40 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.5.6.ebuild,v 1.1 2009/11/12 23:43:47 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.5.6.ebuild,v 1.2 2009/12/20 17:30:40 jer Exp $
 
 EAPI="2"
 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"



1.110                dev-python/pysqlite/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/ChangeLog?rev=1.110&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/ChangeLog?rev=1.110&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/ChangeLog?r1=1.109&r2=1.110

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- ChangeLog	18 Nov 2009 18:26:57 -0000	1.109
+++ ChangeLog	20 Dec 2009 17:30:40 -0000	1.110
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pysqlite
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.109 2009/11/18 18:26:57 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.110 2009/12/20 17:30:40 jer Exp $
+
+  20 Dec 2009; Jeroen Roovers <jer@gentoo.org> pysqlite-2.5.6.ebuild:
+  Stable for HPPA PPC (bug #296674).
 
   18 Nov 2009; Raúl Porcel <armin76@gentoo.org> pysqlite-2.5.5-r1.ebuild:
   ia64 stable wrt #287572






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pysqlite: pysqlite-2.5.6.ebuild ChangeLog
@ 2009-12-22 18:39 Brent Baude (ranger)
  0 siblings, 0 replies; 7+ messages in thread
From: Brent Baude (ranger) @ 2009-12-22 18:39 UTC (permalink / raw
  To: gentoo-commits

ranger      09/12/22 18:39:31

  Modified:             pysqlite-2.5.6.ebuild ChangeLog
  Log:
  Marking pysqlite-2.5.6 ppc64 for bug 296674
  (Portage version: 2.1.7.15/cvs/Linux ppc64)

Revision  Changes    Path
1.3                  dev-python/pysqlite/pysqlite-2.5.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/pysqlite-2.5.6.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/pysqlite-2.5.6.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/pysqlite-2.5.6.ebuild?r1=1.2&r2=1.3

Index: pysqlite-2.5.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.5.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pysqlite-2.5.6.ebuild	20 Dec 2009 17:30:40 -0000	1.2
+++ pysqlite-2.5.6.ebuild	22 Dec 2009 18:39:31 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.5.6.ebuild,v 1.2 2009/12/20 17:30:40 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.5.6.ebuild,v 1.3 2009/12/22 18:39:31 ranger Exp $
 
 EAPI="2"
 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"



1.111                dev-python/pysqlite/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/ChangeLog?rev=1.111&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/ChangeLog?rev=1.111&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/ChangeLog?r1=1.110&r2=1.111

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- ChangeLog	20 Dec 2009 17:30:40 -0000	1.110
+++ ChangeLog	22 Dec 2009 18:39:31 -0000	1.111
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pysqlite
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.110 2009/12/20 17:30:40 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.111 2009/12/22 18:39:31 ranger Exp $
+
+  22 Dec 2009; Brent Baude <ranger@gentoo.org> pysqlite-2.5.6.ebuild:
+  Marking pysqlite-2.5.6 ppc64 for bug 296674
 
   20 Dec 2009; Jeroen Roovers <jer@gentoo.org> pysqlite-2.5.6.ebuild:
   Stable for HPPA PPC (bug #296674).






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pysqlite: pysqlite-2.5.6.ebuild ChangeLog
@ 2009-12-24 17:07 Pacho Ramos (pacho)
  0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos (pacho) @ 2009-12-24 17:07 UTC (permalink / raw
  To: gentoo-commits

pacho       09/12/24 17:07:59

  Modified:             pysqlite-2.5.6.ebuild ChangeLog
  Log:
  amd64 stable, bug 296674
  (Portage version: 2.1.7.15/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-python/pysqlite/pysqlite-2.5.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/pysqlite-2.5.6.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/pysqlite-2.5.6.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/pysqlite-2.5.6.ebuild?r1=1.3&r2=1.4

Index: pysqlite-2.5.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.5.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pysqlite-2.5.6.ebuild	22 Dec 2009 18:39:31 -0000	1.3
+++ pysqlite-2.5.6.ebuild	24 Dec 2009 17:07:58 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.5.6.ebuild,v 1.3 2009/12/22 18:39:31 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.5.6.ebuild,v 1.4 2009/12/24 17:07:58 pacho Exp $
 
 EAPI="2"
 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"



1.112                dev-python/pysqlite/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/ChangeLog?rev=1.112&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/ChangeLog?rev=1.112&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/ChangeLog?r1=1.111&r2=1.112

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog	22 Dec 2009 18:39:31 -0000	1.111
+++ ChangeLog	24 Dec 2009 17:07:58 -0000	1.112
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pysqlite
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.111 2009/12/22 18:39:31 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.112 2009/12/24 17:07:58 pacho Exp $
+
+  24 Dec 2009; Pacho Ramos <pacho@gentoo.org> pysqlite-2.5.6.ebuild:
+  amd64 stable, bug 296674
 
   22 Dec 2009; Brent Baude <ranger@gentoo.org> pysqlite-2.5.6.ebuild:
   Marking pysqlite-2.5.6 ppc64 for bug 296674






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pysqlite: pysqlite-2.5.6.ebuild ChangeLog
@ 2009-12-29 13:48 Markus Meier (maekke)
  0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2009-12-29 13:48 UTC (permalink / raw
  To: gentoo-commits

maekke      09/12/29 13:48:57

  Modified:             pysqlite-2.5.6.ebuild ChangeLog
  Log:
  x86 stable, bug #296674
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-python/pysqlite/pysqlite-2.5.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/pysqlite-2.5.6.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/pysqlite-2.5.6.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/pysqlite-2.5.6.ebuild?r1=1.4&r2=1.5

Index: pysqlite-2.5.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.5.6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pysqlite-2.5.6.ebuild	24 Dec 2009 17:07:58 -0000	1.4
+++ pysqlite-2.5.6.ebuild	29 Dec 2009 13:48:56 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.5.6.ebuild,v 1.4 2009/12/24 17:07:58 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.5.6.ebuild,v 1.5 2009/12/29 13:48:56 maekke Exp $
 
 EAPI="2"
 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"



1.113                dev-python/pysqlite/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/ChangeLog?rev=1.113&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/ChangeLog?rev=1.113&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/ChangeLog?r1=1.112&r2=1.113

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- ChangeLog	24 Dec 2009 17:07:58 -0000	1.112
+++ ChangeLog	29 Dec 2009 13:48:56 -0000	1.113
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pysqlite
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.112 2009/12/24 17:07:58 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.113 2009/12/29 13:48:56 maekke Exp $
+
+  29 Dec 2009; Markus Meier <maekke@gentoo.org> pysqlite-2.5.6.ebuild:
+  x86 stable, bug #296674
 
   24 Dec 2009; Pacho Ramos <pacho@gentoo.org> pysqlite-2.5.6.ebuild:
   amd64 stable, bug 296674






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pysqlite: pysqlite-2.5.6.ebuild ChangeLog
@ 2010-01-16 14:56 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 7+ messages in thread
From: Tobias Klausmann (klausman) @ 2010-01-16 14:56 UTC (permalink / raw
  To: gentoo-commits

klausman    10/01/16 14:56:45

  Modified:             pysqlite-2.5.6.ebuild ChangeLog
  Log:
  Stable on alpha, bug #296674
  (Portage version: 2.1.7.16/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  dev-python/pysqlite/pysqlite-2.5.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/pysqlite-2.5.6.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/pysqlite-2.5.6.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/pysqlite-2.5.6.ebuild?r1=1.5&r2=1.6

Index: pysqlite-2.5.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.5.6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pysqlite-2.5.6.ebuild	29 Dec 2009 13:48:56 -0000	1.5
+++ pysqlite-2.5.6.ebuild	16 Jan 2010 14:56:45 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# 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.5.6.ebuild,v 1.5 2009/12/29 13:48:56 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.5.6.ebuild,v 1.6 2010/01/16 14:56:45 klausman Exp $
 
 EAPI="2"
 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"



1.114                dev-python/pysqlite/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/ChangeLog?rev=1.114&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/ChangeLog?rev=1.114&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/ChangeLog?r1=1.113&r2=1.114

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- ChangeLog	29 Dec 2009 13:48:56 -0000	1.113
+++ ChangeLog	16 Jan 2010 14:56:45 -0000	1.114
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pysqlite
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.113 2009/12/29 13:48:56 maekke Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.114 2010/01/16 14:56:45 klausman Exp $
+
+  16 Jan 2010; Tobias Klausmann <klausman@gentoo.org> pysqlite-2.5.6.ebuild:
+  Stable on alpha, bug #296674
 
   29 Dec 2009; Markus Meier <maekke@gentoo.org> pysqlite-2.5.6.ebuild:
   x86 stable, bug #296674






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pysqlite: pysqlite-2.5.6.ebuild ChangeLog
@ 2010-01-16 15:03 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2010-01-16 15:03 UTC (permalink / raw
  To: gentoo-commits

armin76     10/01/16 15:03:54

  Modified:             pysqlite-2.5.6.ebuild ChangeLog
  Log:
  ia64/sparc stable wrt #296674
  (Portage version: 2.1.6.13/cvs/Linux ia64)

Revision  Changes    Path
1.7                  dev-python/pysqlite/pysqlite-2.5.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/pysqlite-2.5.6.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/pysqlite-2.5.6.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/pysqlite-2.5.6.ebuild?r1=1.6&r2=1.7

Index: pysqlite-2.5.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.5.6.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pysqlite-2.5.6.ebuild	16 Jan 2010 14:56:45 -0000	1.6
+++ pysqlite-2.5.6.ebuild	16 Jan 2010 15:03:54 -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.5.6.ebuild,v 1.6 2010/01/16 14:56:45 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.5.6.ebuild,v 1.7 2010/01/16 15:03:54 armin76 Exp $
 
 EAPI="2"
 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"



1.115                dev-python/pysqlite/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/ChangeLog?rev=1.115&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/ChangeLog?rev=1.115&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/ChangeLog?r1=1.114&r2=1.115

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- ChangeLog	16 Jan 2010 14:56:45 -0000	1.114
+++ ChangeLog	16 Jan 2010 15:03:54 -0000	1.115
@@ -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.114 2010/01/16 14:56:45 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.115 2010/01/16 15:03:54 armin76 Exp $
+
+  16 Jan 2010; Raúl Porcel <armin76@gentoo.org> pysqlite-2.5.6.ebuild:
+  ia64/sparc stable wrt #296674
 
   16 Jan 2010; Tobias Klausmann <klausman@gentoo.org> pysqlite-2.5.6.ebuild:
   Stable on alpha, bug #296674






^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-01-16 15:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-20 17:30 [gentoo-commits] gentoo-x86 commit in dev-python/pysqlite: pysqlite-2.5.6.ebuild ChangeLog Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2010-01-16 15:03 Raul Porcel (armin76)
2010-01-16 14:56 Tobias Klausmann (klausman)
2009-12-29 13:48 Markus Meier (maekke)
2009-12-24 17:07 Pacho Ramos (pacho)
2009-12-22 18:39 Brent Baude (ranger)
2009-11-12 23:43 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