public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/virtualenv: ChangeLog virtualenv-1.6.1.ebuild
@ 2011-05-01  1:45 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 4+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-05-01  1:45 UTC (permalink / raw
  To: gentoo-commits

arfrever    11/05/01 01:45:15

  Modified:             ChangeLog
  Added:                virtualenv-1.6.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha30_p23/cvs/Linux x86_64)

Revision  Changes    Path
1.52                 dev-python/virtualenv/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	4 Apr 2011 19:00:13 -0000	1.51
+++ ChangeLog	1 May 2011 01:45:15 -0000	1.52
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/virtualenv
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.51 2011/04/04 19:00:13 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.52 2011/05/01 01:45:15 arfrever Exp $
+
+*virtualenv-1.6.1 (01 May 2011)
+
+  01 May 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  +virtualenv-1.6.1.ebuild:
+  Version bump.
 
 *virtualenv-1.6 (04 Apr 2011)
 



1.1                  dev-python/virtualenv/virtualenv-1.6.1.ebuild

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

Index: virtualenv-1.6.1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.6.1.ebuild,v 1.1 2011/05/01 01:45:15 arfrever Exp $

EAPI="3"
SUPPORT_PYTHON_ABIS="1"

inherit distutils

DESCRIPTION="Virtual Python Environment builder"
HOMEPAGE="http://pypi.python.org/pypi/virtualenv"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="MIT"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
SLOT="0"
IUSE=""

DEPEND="dev-python/setuptools"
RDEPEND="${DEPEND}"

DOCS="docs/index.txt docs/news.txt"
PYTHON_MODNAME="virtualenv.py virtualenv_support"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/virtualenv: ChangeLog virtualenv-1.6.1.ebuild
@ 2011-06-08 16:26 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-06-08 16:26 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/06/08 16:26:39

  Modified:             ChangeLog virtualenv-1.6.1.ebuild
  Log:
  Stable on amd64 wrt bug #370513
  
  (Portage version: 2.1.9.49/cvs/Linux x86_64)

Revision  Changes    Path
1.57                 dev-python/virtualenv/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog	28 May 2011 13:45:41 -0000	1.56
+++ ChangeLog	8 Jun 2011 16:26:39 -0000	1.57
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/virtualenv
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.56 2011/05/28 13:45:41 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.57 2011/06/08 16:26:39 hwoarang Exp $
+
+  08 Jun 2011; Markos Chandras <hwoarang@gentoo.org> virtualenv-1.6.1.ebuild:
+  Stable on amd64 wrt bug #370513
 
   28 May 2011; Brent Baude <ranger@gentoo.org> virtualenv-1.6.ebuild:
   Marking virtualenv-1.6 ppc for bug 365573



1.2                  dev-python/virtualenv/virtualenv-1.6.1.ebuild

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

Index: virtualenv-1.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.6.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- virtualenv-1.6.1.ebuild	1 May 2011 01:45:15 -0000	1.1
+++ virtualenv-1.6.1.ebuild	8 Jun 2011 16:26:39 -0000	1.2
@@ -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/virtualenv/virtualenv-1.6.1.ebuild,v 1.1 2011/05/01 01:45:15 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.6.1.ebuild,v 1.2 2011/06/08 16:26:39 hwoarang Exp $
 
 EAPI="3"
 SUPPORT_PYTHON_ABIS="1"
@@ -12,7 +12,7 @@
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 SLOT="0"
 IUSE=""
 






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

* [gentoo-commits] gentoo-x86 commit in dev-python/virtualenv: ChangeLog virtualenv-1.6.1.ebuild
@ 2011-06-14 20:17 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2011-06-14 20:17 UTC (permalink / raw
  To: gentoo-commits

maekke      11/06/14 20:17:49

  Modified:             ChangeLog virtualenv-1.6.1.ebuild
  Log:
  x86 stable, bug #370513
  
  (Portage version: 2.1.10.3/cvs/Linux x86_64)

Revision  Changes    Path
1.58                 dev-python/virtualenv/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	8 Jun 2011 16:26:39 -0000	1.57
+++ ChangeLog	14 Jun 2011 20:17:48 -0000	1.58
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/virtualenv
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.57 2011/06/08 16:26:39 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.58 2011/06/14 20:17:48 maekke Exp $
+
+  14 Jun 2011; Markus Meier <maekke@gentoo.org> virtualenv-1.6.1.ebuild:
+  x86 stable, bug #370513
 
   08 Jun 2011; Markos Chandras <hwoarang@gentoo.org> virtualenv-1.6.1.ebuild:
   Stable on amd64 wrt bug #370513



1.3                  dev-python/virtualenv/virtualenv-1.6.1.ebuild

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

Index: virtualenv-1.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.6.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- virtualenv-1.6.1.ebuild	8 Jun 2011 16:26:39 -0000	1.2
+++ virtualenv-1.6.1.ebuild	14 Jun 2011 20:17:48 -0000	1.3
@@ -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/virtualenv/virtualenv-1.6.1.ebuild,v 1.2 2011/06/08 16:26:39 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.6.1.ebuild,v 1.3 2011/06/14 20:17:48 maekke Exp $
 
 EAPI="3"
 SUPPORT_PYTHON_ABIS="1"
@@ -12,7 +12,7 @@
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 SLOT="0"
 IUSE=""
 






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

* [gentoo-commits] gentoo-x86 commit in dev-python/virtualenv: ChangeLog virtualenv-1.6.1.ebuild
@ 2012-02-17  8:41 Dirkjan Ochtman (djc)
  0 siblings, 0 replies; 4+ messages in thread
From: Dirkjan Ochtman (djc) @ 2012-02-17  8:41 UTC (permalink / raw
  To: gentoo-commits

djc         12/02/17 08:41:10

  Modified:             ChangeLog
  Removed:              virtualenv-1.6.1.ebuild
  Log:
  Remove old version.
  
  (Portage version: 2.1.10.46/cvs/Linux x86_64)

Revision  Changes    Path
1.70                 dev-python/virtualenv/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog	17 Feb 2012 08:38:50 -0000	1.69
+++ ChangeLog	17 Feb 2012 08:41:10 -0000	1.70
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/virtualenv
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.69 2012/02/17 08:38:50 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.70 2012/02/17 08:41:10 djc Exp $
+
+  17 Feb 2012; Dirkjan Ochtman <djc@gentoo.org> -virtualenv-1.6.1.ebuild:
+  Remove old version.
 
 *virtualenv-1.7.1.1 (17 Feb 2012)
 






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

end of thread, other threads:[~2012-02-17  8:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-08 16:26 [gentoo-commits] gentoo-x86 commit in dev-python/virtualenv: ChangeLog virtualenv-1.6.1.ebuild Markos Chandras (hwoarang)
  -- strict thread matches above, loose matches on Subject: below --
2012-02-17  8:41 Dirkjan Ochtman (djc)
2011-06-14 20:17 Markus Meier (maekke)
2011-05-01  1:45 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