public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/python-openid: ChangeLog python-openid-2.2.5.ebuild
@ 2010-06-28 20:04 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 6+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-06-28 20:04 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/06/28 20:04:00

  Modified:             ChangeLog
  Added:                python-openid-2.2.5.ebuild
  Log:
  Version bump.
  (Portage version: HEAD/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 dev-python/python-openid/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-openid/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	8 Feb 2010 08:49:17 -0000	1.13
+++ ChangeLog	28 Jun 2010 20:04:00 -0000	1.14
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/python-openid
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/ChangeLog,v 1.13 2010/02/08 08:49:17 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/ChangeLog,v 1.14 2010/06/28 20:04:00 arfrever Exp $
+
+*python-openid-2.2.5 (28 Jun 2010)
+
+  28 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  -python-openid-2.2.4.ebuild, +python-openid-2.2.5.ebuild:
+  Version bump.
 
   08 Feb 2010; Peter Volkov <pva@gentoo.org> python-openid-2.2.4.ebuild:
   Add inherit eutils for epatch.



1.1                  dev-python/python-openid/python-openid-2.2.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-openid/python-openid-2.2.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-openid/python-openid-2.2.5.ebuild?rev=1.1&content-type=text/plain

Index: python-openid-2.2.5.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/python-openid-2.2.5.ebuild,v 1.1 2010/06/28 20:04:00 arfrever Exp $

EAPI="3"
PYTHON_DEPEND="2:2.5"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.4 3.*"

inherit distutils eutils

DESCRIPTION="OpenID support for servers and consumers."
HOMEPAGE="http://www.openidenabled.com/openid/libraries/python/ http://pypi.python.org/pypi/python-openid"
# Downloaded from http://github.com/openid/python-openid/downloads
SRC_URI="mirror://gentoo/${P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="examples mysql postgres sqlite"

RDEPEND="mysql? ( >=dev-python/mysql-python-1.2.2 )
	postgres? ( dev-python/psycopg )
	sqlite? ( || ( dev-lang/python[sqlite] >=dev-python/pysqlite-2 ) )"
DEPEND="${RDEPEND}"

S="${WORKDIR}/openid-python-openid-b666238"

PYTHON_MODNAME="openid"

src_prepare() {
	distutils_src_prepare

	# Patch to fix confusion with localhost/127.0.0.1
	epatch "${FILESDIR}/${PN}-2.0.0-gentoo-test_fetchers.diff"

	# Disable broken tests from from examples/djopenid.
	sed -e "s/django_failures =.*/django_failures = 0/" -i admin/runtests || die "sed admin/runtests failed"
}

src_test() {
	# Remove test that requires running db server.
	sed -e '/storetest/d' -i admin/runtests

	testing() {
		"$(PYTHON)" admin/runtests
	}
	python_execute_function testing
}

src_install() {
	distutils_src_install

	if use examples; then
		insinto /usr/share/doc/${PF}
		doins -r examples
	fi
}






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

* [gentoo-commits] gentoo-x86 commit in dev-python/python-openid: ChangeLog python-openid-2.2.5.ebuild
@ 2010-10-30 23:29 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 6+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-10-30 23:29 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/10/30 23:29:24

  Modified:             ChangeLog python-openid-2.2.5.ebuild
  Log:
  Fix dependencies.
  
  (Portage version: 2.2.0_alpha2_p2/cvs/Linux x86_64)

Revision  Changes    Path
1.15                 dev-python/python-openid/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-openid/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	28 Jun 2010 20:04:00 -0000	1.14
+++ ChangeLog	30 Oct 2010 23:29:24 -0000	1.15
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/python-openid
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/ChangeLog,v 1.14 2010/06/28 20:04:00 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/ChangeLog,v 1.15 2010/10/30 23:29:24 arfrever Exp $
+
+  30 Oct 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  python-openid-2.2.5.ebuild:
+  Fix dependencies.
 
 *python-openid-2.2.5 (28 Jun 2010)
 



1.2                  dev-python/python-openid/python-openid-2.2.5.ebuild

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

Index: python-openid-2.2.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-openid/python-openid-2.2.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-openid-2.2.5.ebuild	28 Jun 2010 20:04:00 -0000	1.1
+++ python-openid-2.2.5.ebuild	30 Oct 2010 23:29:24 -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/python-openid/python-openid-2.2.5.ebuild,v 1.1 2010/06/28 20:04:00 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/python-openid-2.2.5.ebuild,v 1.2 2010/10/30 23:29:24 arfrever Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2:2.5"
@@ -21,7 +21,7 @@
 
 RDEPEND="mysql? ( >=dev-python/mysql-python-1.2.2 )
 	postgres? ( dev-python/psycopg )
-	sqlite? ( || ( dev-lang/python[sqlite] >=dev-python/pysqlite-2 ) )"
+	sqlite? ( || ( dev-lang/python:2.7[sqlite] dev-lang/python:2.6[sqlite] dev-lang/python:2.5[sqlite] dev-python/pysqlite:2 ) )"
 DEPEND="${RDEPEND}"
 
 S="${WORKDIR}/openid-python-openid-b666238"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/python-openid: ChangeLog python-openid-2.2.5.ebuild
@ 2010-11-21 12:18 Raul Porcel (armin76)
  0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2010-11-21 12:18 UTC (permalink / raw
  To: gentoo-commits

armin76     10/11/21 12:18:28

  Modified:             ChangeLog python-openid-2.2.5.ebuild
  Log:
  Add ~arm wrt #345299
  (Portage version: 2.1.8.3/cvs/Linux ia64)

Revision  Changes    Path
1.16                 dev-python/python-openid/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-openid/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	30 Oct 2010 23:29:24 -0000	1.15
+++ ChangeLog	21 Nov 2010 12:18:28 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/python-openid
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/ChangeLog,v 1.15 2010/10/30 23:29:24 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/ChangeLog,v 1.16 2010/11/21 12:18:28 armin76 Exp $
+
+  21 Nov 2010; Raúl Porcel <armin76@gentoo.org> python-openid-2.2.5.ebuild:
+  Add ~arm wrt #345299
 
   30 Oct 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   python-openid-2.2.5.ebuild:



1.3                  dev-python/python-openid/python-openid-2.2.5.ebuild

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

Index: python-openid-2.2.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-openid/python-openid-2.2.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-openid-2.2.5.ebuild	30 Oct 2010 23:29:24 -0000	1.2
+++ python-openid-2.2.5.ebuild	21 Nov 2010 12:18:28 -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/python-openid/python-openid-2.2.5.ebuild,v 1.2 2010/10/30 23:29:24 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/python-openid-2.2.5.ebuild,v 1.3 2010/11/21 12:18:28 armin76 Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2:2.5"
@@ -16,7 +16,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE="examples mysql postgres sqlite"
 
 RDEPEND="mysql? ( >=dev-python/mysql-python-1.2.2 )






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

* [gentoo-commits] gentoo-x86 commit in dev-python/python-openid: ChangeLog python-openid-2.2.5.ebuild
@ 2011-05-05  9:00 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 6+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-05-05  9:00 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/05/05 09:00:05

  Modified:             ChangeLog python-openid-2.2.5.ebuild
  Log:
  Stable on amd64 wrt bug #365537
  
  (Portage version: 2.1.9.46/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 dev-python/python-openid/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-openid/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	21 Nov 2010 12:18:28 -0000	1.16
+++ ChangeLog	5 May 2011 09:00:05 -0000	1.17
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/python-openid
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/ChangeLog,v 1.16 2010/11/21 12:18:28 armin76 Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/ChangeLog,v 1.17 2011/05/05 09:00:05 hwoarang Exp $
+
+  05 May 2011; Markos Chandras <hwoarang@gentoo.org>
+  python-openid-2.2.5.ebuild:
+  Stable on amd64 wrt bug #365537
 
   21 Nov 2010; Raúl Porcel <armin76@gentoo.org> python-openid-2.2.5.ebuild:
   Add ~arm wrt #345299



1.4                  dev-python/python-openid/python-openid-2.2.5.ebuild

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

Index: python-openid-2.2.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-openid/python-openid-2.2.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- python-openid-2.2.5.ebuild	21 Nov 2010 12:18:28 -0000	1.3
+++ python-openid-2.2.5.ebuild	5 May 2011 09:00:05 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/python-openid-2.2.5.ebuild,v 1.3 2010/11/21 12:18:28 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/python-openid-2.2.5.ebuild,v 1.4 2011/05/05 09:00:05 hwoarang Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2:2.5"
@@ -16,7 +16,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="examples mysql postgres sqlite"
 
 RDEPEND="mysql? ( >=dev-python/mysql-python-1.2.2 )






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

* [gentoo-commits] gentoo-x86 commit in dev-python/python-openid: ChangeLog python-openid-2.2.5.ebuild
@ 2011-05-24 21:02 Markus Meier (maekke)
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2011-05-24 21:02 UTC (permalink / raw
  To: gentoo-commits

maekke      11/05/24 21:02:40

  Modified:             ChangeLog python-openid-2.2.5.ebuild
  Log:
  x86 stable, bug #365537
  
  (Portage version: 2.1.9.49/cvs/Linux x86_64)

Revision  Changes    Path
1.18                 dev-python/python-openid/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-openid/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	5 May 2011 09:00:05 -0000	1.17
+++ ChangeLog	24 May 2011 21:02:40 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/python-openid
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/ChangeLog,v 1.17 2011/05/05 09:00:05 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/ChangeLog,v 1.18 2011/05/24 21:02:40 maekke Exp $
+
+  24 May 2011; Markus Meier <maekke@gentoo.org> python-openid-2.2.5.ebuild:
+  x86 stable, bug #365537
 
   05 May 2011; Markos Chandras <hwoarang@gentoo.org>
   python-openid-2.2.5.ebuild:



1.5                  dev-python/python-openid/python-openid-2.2.5.ebuild

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

Index: python-openid-2.2.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-openid/python-openid-2.2.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- python-openid-2.2.5.ebuild	5 May 2011 09:00:05 -0000	1.4
+++ python-openid-2.2.5.ebuild	24 May 2011 21:02:40 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/python-openid-2.2.5.ebuild,v 1.4 2011/05/05 09:00:05 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/python-openid-2.2.5.ebuild,v 1.5 2011/05/24 21:02:40 maekke Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2:2.5"
@@ -16,7 +16,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="examples mysql postgres sqlite"
 
 RDEPEND="mysql? ( >=dev-python/mysql-python-1.2.2 )






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

* [gentoo-commits] gentoo-x86 commit in dev-python/python-openid: ChangeLog python-openid-2.2.5.ebuild
@ 2015-03-27 22:07 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 6+ messages in thread
From: Manuel Rueger (mrueg) @ 2015-03-27 22:07 UTC (permalink / raw
  To: gentoo-commits

mrueg       15/03/27 22:07:00

  Modified:             ChangeLog
  Removed:              python-openid-2.2.5.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.28                 dev-python/python-openid/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-openid/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	8 Mar 2015 23:57:27 -0000	1.27
+++ ChangeLog	27 Mar 2015 22:07:00 -0000	1.28
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/python-openid
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/ChangeLog,v 1.27 2015/03/08 23:57:27 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/ChangeLog,v 1.28 2015/03/27 22:07:00 mrueg Exp $
+
+  27 Mar 2015; Manuel Rüger <mrueg@gentoo.org> -python-openid-2.2.5.ebuild:
+  Remove old.
 
   08 Mar 2015; Pacho Ramos <pacho@gentoo.org> python-openid-2.2.5-r1.ebuild:
   x86 stable, bug 540290





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

end of thread, other threads:[~2015-03-27 22:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-24 21:02 [gentoo-commits] gentoo-x86 commit in dev-python/python-openid: ChangeLog python-openid-2.2.5.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2015-03-27 22:07 Manuel Rueger (mrueg)
2011-05-05  9:00 Markos Chandras (hwoarang)
2010-11-21 12:18 Raul Porcel (armin76)
2010-10-30 23:29 Arfrever Frehtes Taifersar Arahesis (arfrever)
2010-06-28 20:04 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