* [gentoo-commits] gentoo-x86 commit in dev-python/wsgilog: wsgilog-0.3-r1.ebuild ChangeLog
@ 2013-03-16 9:07 Ian Delaney (idella4)
0 siblings, 0 replies; 4+ messages in thread
From: Ian Delaney (idella4) @ 2013-03-16 9:07 UTC (permalink / raw
To: gentoo-commits
idella4 13/03/16 09:07:37
Modified: ChangeLog
Added: wsgilog-0.3-r1.ebuild
Log:
migration revbump
(Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path
1.2 dev-python/wsgilog/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgilog/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgilog/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgilog/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wsgilog/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 22 Dec 2012 11:56:52 -0000 1.1
+++ ChangeLog 16 Mar 2013 09:07:37 -0000 1.2
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/wsgilog
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgilog/ChangeLog,v 1.1 2012/12/22 11:56:52 hwoarang Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgilog/ChangeLog,v 1.2 2013/03/16 09:07:37 idella4 Exp $
+
+*wsgilog-0.3-r1 (16 Mar 2013)
+
+ 16 Mar 2013; Ian Delaney <idella4@gentoo.org> +wsgilog-0.3-r1.ebuild:
+ migration revbump
*wsgilog-0.3 (22 Dec 2012)
1.1 dev-python/wsgilog/wsgilog-0.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgilog/wsgilog-0.3-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgilog/wsgilog-0.3-r1.ebuild?rev=1.1&content-type=text/plain
Index: wsgilog-0.3-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/wsgilog/wsgilog-0.3-r1.ebuild,v 1.1 2013/03/16 09:07:37 idella4 Exp $
EAPI="5"
PYTHON_COMPAT=( python2_7 pypy{1_9,2_0} )
inherit distutils-r1
DESCRIPTION="Class for logging in WSGI-applications"
HOMEPAGE="http://pypi.python.org/pypi/wsgilog/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
DEPEND=""
RDEPEND=""
DOCS="PKG-INFO"
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/wsgilog: wsgilog-0.3-r1.ebuild ChangeLog
@ 2013-09-05 18:46 Michal Gorny (mgorny)
0 siblings, 0 replies; 4+ messages in thread
From: Michal Gorny (mgorny) @ 2013-09-05 18:46 UTC (permalink / raw
To: gentoo-commits
mgorny 13/09/05 18:46:16
Modified: wsgilog-0.3-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/wsgilog/wsgilog-0.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgilog/wsgilog-0.3-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgilog/wsgilog-0.3-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgilog/wsgilog-0.3-r1.ebuild?r1=1.1&r2=1.2
Index: wsgilog-0.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wsgilog/wsgilog-0.3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wsgilog-0.3-r1.ebuild 16 Mar 2013 09:07:37 -0000 1.1
+++ wsgilog-0.3-r1.ebuild 5 Sep 2013 18:46:16 -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/wsgilog/wsgilog-0.3-r1.ebuild,v 1.1 2013/03/16 09:07:37 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgilog/wsgilog-0.3-r1.ebuild,v 1.2 2013/09/05 18:46:16 mgorny Exp $
EAPI="5"
-PYTHON_COMPAT=( python2_7 pypy{1_9,2_0} )
+PYTHON_COMPAT=( python2_7 pypy2_0 )
inherit distutils-r1
1.3 dev-python/wsgilog/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgilog/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgilog/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgilog/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wsgilog/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 16 Mar 2013 09:07:37 -0000 1.2
+++ ChangeLog 5 Sep 2013 18:46:16 -0000 1.3
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/wsgilog
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgilog/ChangeLog,v 1.2 2013/03/16 09:07:37 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgilog/ChangeLog,v 1.3 2013/09/05 18:46:16 mgorny Exp $
+
+ 05 Sep 2013; Michał Górny <mgorny@gentoo.org> wsgilog-0.3-r1.ebuild:
+ Clean up PYTHON_COMPAT from old implementations.
*wsgilog-0.3-r1 (16 Mar 2013)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/wsgilog: wsgilog-0.3-r1.ebuild ChangeLog
@ 2014-03-31 20:50 Michal Gorny (mgorny)
0 siblings, 0 replies; 4+ messages in thread
From: Michal Gorny (mgorny) @ 2014-03-31 20:50 UTC (permalink / raw
To: gentoo-commits
mgorny 14/03/31 20:50:58
Modified: wsgilog-0.3-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/wsgilog/wsgilog-0.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgilog/wsgilog-0.3-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgilog/wsgilog-0.3-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgilog/wsgilog-0.3-r1.ebuild?r1=1.2&r2=1.3
Index: wsgilog-0.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wsgilog/wsgilog-0.3-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wsgilog-0.3-r1.ebuild 5 Sep 2013 18:46:16 -0000 1.2
+++ wsgilog-0.3-r1.ebuild 31 Mar 2014 20:50:58 -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/wsgilog/wsgilog-0.3-r1.ebuild,v 1.2 2013/09/05 18:46:16 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgilog/wsgilog-0.3-r1.ebuild,v 1.3 2014/03/31 20:50:58 mgorny Exp $
EAPI="5"
-PYTHON_COMPAT=( python2_7 pypy2_0 )
+PYTHON_COMPAT=( python2_7 pypy pypy2_0 )
inherit distutils-r1
1.4 dev-python/wsgilog/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgilog/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgilog/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgilog/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wsgilog/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 5 Sep 2013 18:46:16 -0000 1.3
+++ ChangeLog 31 Mar 2014 20:50:58 -0000 1.4
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/wsgilog
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgilog/ChangeLog,v 1.3 2013/09/05 18:46:16 mgorny Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgilog/ChangeLog,v 1.4 2014/03/31 20:50:58 mgorny Exp $
+
+ 31 Mar 2014; Michał Górny <mgorny@gentoo.org> wsgilog-0.3-r1.ebuild:
+ Add support for the new PyPy slotting.
05 Sep 2013; Michał Górny <mgorny@gentoo.org> wsgilog-0.3-r1.ebuild:
Clean up PYTHON_COMPAT from old implementations.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/wsgilog: wsgilog-0.3-r1.ebuild ChangeLog
@ 2015-04-08 8:05 Michal Gorny (mgorny)
0 siblings, 0 replies; 4+ messages in thread
From: Michal Gorny (mgorny) @ 2015-04-08 8:05 UTC (permalink / raw
To: gentoo-commits
mgorny 15/04/08 08:05:11
Modified: wsgilog-0.3-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.4 dev-python/wsgilog/wsgilog-0.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgilog/wsgilog-0.3-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgilog/wsgilog-0.3-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgilog/wsgilog-0.3-r1.ebuild?r1=1.3&r2=1.4
Index: wsgilog-0.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wsgilog/wsgilog-0.3-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- wsgilog-0.3-r1.ebuild 31 Mar 2014 20:50:58 -0000 1.3
+++ wsgilog-0.3-r1.ebuild 8 Apr 2015 08:05:11 -0000 1.4
@@ -1,9 +1,9 @@
-# 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/wsgilog/wsgilog-0.3-r1.ebuild,v 1.3 2014/03/31 20:50:58 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgilog/wsgilog-0.3-r1.ebuild,v 1.4 2015/04/08 08:05:11 mgorny Exp $
EAPI="5"
-PYTHON_COMPAT=( python2_7 pypy pypy2_0 )
+PYTHON_COMPAT=( python2_7 pypy )
inherit distutils-r1
1.6 dev-python/wsgilog/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgilog/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgilog/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgilog/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wsgilog/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 8 Mar 2015 13:43:16 -0000 1.5
+++ ChangeLog 8 Apr 2015 08:05:11 -0000 1.6
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/wsgilog
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgilog/ChangeLog,v 1.5 2015/03/08 13:43:16 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgilog/ChangeLog,v 1.6 2015/04/08 08:05:11 mgorny Exp $
+
+ 08 Apr 2015; Michał Górny <mgorny@gentoo.org> wsgilog-0.3-r1.ebuild:
+ Drop old Python implementations
08 Mar 2015; Manuel Rüger <mrueg@gentoo.org> -wsgilog-0.3.ebuild:
Remove old.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-04-08 8:08 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-16 9:07 [gentoo-commits] gentoo-x86 commit in dev-python/wsgilog: wsgilog-0.3-r1.ebuild ChangeLog Ian Delaney (idella4)
-- strict thread matches above, loose matches on Subject: below --
2013-09-05 18:46 Michal Gorny (mgorny)
2014-03-31 20:50 Michal Gorny (mgorny)
2015-04-08 8:05 Michal Gorny (mgorny)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox