* [gentoo-commits] gentoo-x86 commit in dev-python/virtualenv: virtualenv-1.4.5.ebuild ChangeLog
@ 2010-01-23 20:41 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 5+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-01-23 20:41 UTC (permalink / raw
To: gentoo-commits
arfrever 10/01/23 20:41:29
Modified: ChangeLog
Added: virtualenv-1.4.5.ebuild
Log:
Version bump.
(Portage version: 15206-svn/cvs/Linux x86_64)
Revision Changes Path
1.27 dev-python/virtualenv/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/virtualenv/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/virtualenv/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/virtualenv/ChangeLog?r1=1.26&r2=1.27
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog 7 Jan 2010 04:53:40 -0000 1.26
+++ ChangeLog 23 Jan 2010 20:41:29 -0000 1.27
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/virtualenv
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.26 2010/01/07 04:53:40 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.27 2010/01/23 20:41:29 arfrever Exp $
+
+*virtualenv-1.4.5 (23 Jan 2010)
+
+ 23 Jan 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ +virtualenv-1.4.5.ebuild:
+ Version bump.
07 Jan 2010; Joseph Jezak <josejx@gentoo.org> virtualenv-1.4.3.ebuild:
Marked ppc stable for bug #296679.
1.1 dev-python/virtualenv/virtualenv-1.4.5.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/virtualenv/virtualenv-1.4.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/virtualenv/virtualenv-1.4.5.ebuild?rev=1.1&content-type=text/plain
Index: virtualenv-1.4.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/virtualenv/virtualenv-1.4.5.ebuild,v 1.1 2010/01/23 20:41:29 arfrever Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
inherit distutils
DESCRIPTION="Virtual Python Environment builder"
HOMEPAGE="http://pypi.python.org/pypi/virtualenv"
SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
SLOT="0"
IUSE=""
RDEPEND=">=dev-python/setuptools-0.6_rc8"
DEPEND="${RDEPEND}"
# 2.7: Bug #292409
RESTRICT_PYTHON_ABIS="2.7 3.*"
PYTHON_MODNAME="virtualenv.py virtualenv_support"
DOCS="docs/index.txt docs/news.txt"
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/virtualenv: virtualenv-1.4.5.ebuild ChangeLog
@ 2010-03-04 9:33 Christian Faulhammer (fauli)
0 siblings, 0 replies; 5+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-03-04 9:33 UTC (permalink / raw
To: gentoo-commits
fauli 10/03/04 09:33:09
Modified: virtualenv-1.4.5.ebuild ChangeLog
Log:
stable x86, bug 306337
(Portage version: 2.1.7.17/cvs/Linux i686)
Revision Changes Path
1.2 dev-python/virtualenv/virtualenv-1.4.5.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/virtualenv/virtualenv-1.4.5.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/virtualenv/virtualenv-1.4.5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/virtualenv/virtualenv-1.4.5.ebuild?r1=1.1&r2=1.2
Index: virtualenv-1.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.4.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- virtualenv-1.4.5.ebuild 23 Jan 2010 20:41:29 -0000 1.1
+++ virtualenv-1.4.5.ebuild 4 Mar 2010 09:33:08 -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/virtualenv/virtualenv-1.4.5.ebuild,v 1.1 2010/01/23 20:41:29 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.4.5.ebuild,v 1.2 2010/03/04 09:33:08 fauli Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -12,7 +12,7 @@
SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x86-solaris"
SLOT="0"
IUSE=""
1.28 dev-python/virtualenv/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/virtualenv/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/virtualenv/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/virtualenv/ChangeLog?r1=1.27&r2=1.28
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog 23 Jan 2010 20:41:29 -0000 1.27
+++ ChangeLog 4 Mar 2010 09:33:08 -0000 1.28
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/virtualenv
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.27 2010/01/23 20:41:29 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.28 2010/03/04 09:33:08 fauli Exp $
+
+ 04 Mar 2010; Christian Faulhammer <fauli@gentoo.org>
+ virtualenv-1.4.5.ebuild:
+ stable x86, bug 306337
*virtualenv-1.4.5 (23 Jan 2010)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/virtualenv: virtualenv-1.4.5.ebuild ChangeLog
@ 2010-04-18 14:49 Gysbert Wassenaar (nixnut)
0 siblings, 0 replies; 5+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2010-04-18 14:49 UTC (permalink / raw
To: gentoo-commits
nixnut 10/04/18 14:49:53
Modified: virtualenv-1.4.5.ebuild ChangeLog
Log:
ppc stable #306337
(Portage version: 2.1.8.3/cvs/Linux ppc)
Revision Changes Path
1.3 dev-python/virtualenv/virtualenv-1.4.5.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/virtualenv/virtualenv-1.4.5.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/virtualenv/virtualenv-1.4.5.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/virtualenv/virtualenv-1.4.5.ebuild?r1=1.2&r2=1.3
Index: virtualenv-1.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.4.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- virtualenv-1.4.5.ebuild 4 Mar 2010 09:33:08 -0000 1.2
+++ virtualenv-1.4.5.ebuild 18 Apr 2010 14:49:53 -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/virtualenv/virtualenv-1.4.5.ebuild,v 1.2 2010/03/04 09:33:08 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.4.5.ebuild,v 1.3 2010/04/18 14:49:53 nixnut Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -12,7 +12,7 @@
SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
-KEYWORDS="~amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x86-solaris"
SLOT="0"
IUSE=""
1.31 dev-python/virtualenv/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/virtualenv/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/virtualenv/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/virtualenv/ChangeLog?r1=1.30&r2=1.31
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog 17 Apr 2010 21:08:34 -0000 1.30
+++ ChangeLog 18 Apr 2010 14:49:53 -0000 1.31
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/virtualenv
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.30 2010/04/17 21:08:34 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.31 2010/04/18 14:49:53 nixnut Exp $
+
+ 18 Apr 2010; <nixnut@gentoo.org> virtualenv-1.4.5.ebuild:
+ ppc stable #306337
*virtualenv-1.4.7 (17 Apr 2010)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/virtualenv: virtualenv-1.4.5.ebuild ChangeLog
@ 2010-05-11 21:04 Brent Baude (ranger)
0 siblings, 0 replies; 5+ messages in thread
From: Brent Baude (ranger) @ 2010-05-11 21:04 UTC (permalink / raw
To: gentoo-commits
ranger 10/05/11 21:04:56
Modified: virtualenv-1.4.5.ebuild ChangeLog
Log:
stable ppc64, bug 306337
(Portage version: 2.1.8.3/cvs/Linux ppc64)
Revision Changes Path
1.4 dev-python/virtualenv/virtualenv-1.4.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-1.4.5.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-1.4.5.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-1.4.5.ebuild?r1=1.3&r2=1.4
Index: virtualenv-1.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.4.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- virtualenv-1.4.5.ebuild 18 Apr 2010 14:49:53 -0000 1.3
+++ virtualenv-1.4.5.ebuild 11 May 2010 21:04:56 -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/virtualenv/virtualenv-1.4.5.ebuild,v 1.3 2010/04/18 14:49:53 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.4.5.ebuild,v 1.4 2010/05/11 21:04:56 ranger Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -12,7 +12,7 @@
SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
-KEYWORDS="~amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~x86-solaris"
SLOT="0"
IUSE=""
1.33 dev-python/virtualenv/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/ChangeLog?r1=1.32&r2=1.33
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog 23 Apr 2010 00:07:45 -0000 1.32
+++ ChangeLog 11 May 2010 21:04:56 -0000 1.33
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/virtualenv
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.32 2010/04/23 00:07:45 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.33 2010/05/11 21:04:56 ranger Exp $
+
+ 11 May 2010; Brent Baude <ranger@gentoo.org> virtualenv-1.4.5.ebuild:
+ stable ppc64, bug 306337
*virtualenv-1.4.8 (23 Apr 2010)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/virtualenv: virtualenv-1.4.5.ebuild ChangeLog
@ 2010-05-23 17:44 Pacho Ramos (pacho)
0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos (pacho) @ 2010-05-23 17:44 UTC (permalink / raw
To: gentoo-commits
pacho 10/05/23 17:44:18
Modified: virtualenv-1.4.5.ebuild ChangeLog
Log:
stable amd64, bug 306337
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.5 dev-python/virtualenv/virtualenv-1.4.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-1.4.5.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-1.4.5.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-1.4.5.ebuild?r1=1.4&r2=1.5
Index: virtualenv-1.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.4.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- virtualenv-1.4.5.ebuild 11 May 2010 21:04:56 -0000 1.4
+++ virtualenv-1.4.5.ebuild 23 May 2010 17:44:18 -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/virtualenv/virtualenv-1.4.5.ebuild,v 1.4 2010/05/11 21:04:56 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.4.5.ebuild,v 1.5 2010/05/23 17:44:18 pacho Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -12,7 +12,7 @@
SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
-KEYWORDS="~amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~x86-solaris"
SLOT="0"
IUSE=""
1.34 dev-python/virtualenv/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/ChangeLog?r1=1.33&r2=1.34
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog 11 May 2010 21:04:56 -0000 1.33
+++ ChangeLog 23 May 2010 17:44:18 -0000 1.34
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/virtualenv
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.33 2010/05/11 21:04:56 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.34 2010/05/23 17:44:18 pacho Exp $
+
+ 23 May 2010; Pacho Ramos <pacho@gentoo.org> virtualenv-1.4.5.ebuild:
+ stable amd64, bug 306337
11 May 2010; Brent Baude <ranger@gentoo.org> virtualenv-1.4.5.ebuild:
stable ppc64, bug 306337
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-05-23 17:44 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-11 21:04 [gentoo-commits] gentoo-x86 commit in dev-python/virtualenv: virtualenv-1.4.5.ebuild ChangeLog Brent Baude (ranger)
-- strict thread matches above, loose matches on Subject: below --
2010-05-23 17:44 Pacho Ramos (pacho)
2010-04-18 14:49 Gysbert Wassenaar (nixnut)
2010-03-04 9:33 Christian Faulhammer (fauli)
2010-01-23 20:41 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