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.3.3.ebuild
@ 2009-05-03 16:18 Rob Cakebread (pythonhead)
  0 siblings, 0 replies; 6+ messages in thread
From: Rob Cakebread (pythonhead) @ 2009-05-03 16:18 UTC (permalink / raw
  To: gentoo-commits

pythonhead    09/05/03 16:18:01

  Modified:             ChangeLog
  Added:                virtualenv-1.3.3.ebuild
  Log:
  Version bump.
  (Portage version: 2.2_rc32/cvs/Linux i686)

Revision  Changes    Path
1.10                 dev-python/virtualenv/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	12 Apr 2009 18:06:30 -0000	1.9
+++ ChangeLog	3 May 2009 16:18:01 -0000	1.10
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/virtualenv
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.9 2009/04/12 18:06:30 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.10 2009/05/03 16:18:01 pythonhead Exp $
+
+*virtualenv-1.3.3 (03 May 2009)
+
+  03 May 2009; Rob Cakebread <pythonhead@gentoo.org>
+  +virtualenv-1.3.3.ebuild:
+  Version bump.
 
   12 Apr 2009; Brent Baude <ranger@gentoo.org> virtualenv-1.3.2.ebuild:
   stable ppc64, bug 263853



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

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

Index: virtualenv-1.3.3.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.3.3.ebuild,v 1.1 2009/05/03 16:18:01 pythonhead Exp $

NEED_PYTHON="2.3"

inherit distutils

DESCRIPTION="Virtual Python Environment builder"
HOMEPAGE="http://pypi.python.org/pypi/virtualenv"
SRC_URI="http://pypi.python.org/packages/source/v/${PN}/${P}.tar.gz"
LICENSE="MIT"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
SLOT="0"
IUSE=""
RDEPEND=">=dev-python/setuptools-0.6_rc8"
DEPEND="${RDEPEND}"
DOCS="docs/index.txt"

src_unpack() {
	unpack ${A}
	cd "${S}"
	rm support-files/ez_setup.py
}






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

* [gentoo-commits] gentoo-x86 commit in dev-python/virtualenv: ChangeLog virtualenv-1.3.3.ebuild
@ 2009-08-29  3:31 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 6+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2009-08-29  3:31 UTC (permalink / raw
  To: gentoo-commits

arfrever    09/08/29 03:31:21

  Modified:             ChangeLog virtualenv-1.3.3.ebuild
  Log:
  Set SUPPORT_PYTHON_ABIS.
  (Portage version: 14166-svn/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 dev-python/virtualenv/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	3 May 2009 16:18:01 -0000	1.10
+++ ChangeLog	29 Aug 2009 03:31:21 -0000	1.11
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/virtualenv
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.10 2009/05/03 16:18:01 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.11 2009/08/29 03:31:21 arfrever Exp $
+
+  29 Aug 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  virtualenv-1.3.3.ebuild:
+  Set SUPPORT_PYTHON_ABIS.
 
 *virtualenv-1.3.3 (03 May 2009)
 



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

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

Index: virtualenv-1.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.3.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- virtualenv-1.3.3.ebuild	3 May 2009 16:18:01 -0000	1.1
+++ virtualenv-1.3.3.ebuild	29 Aug 2009 03:31:21 -0000	1.2
@@ -1,8 +1,11 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.3.3.ebuild,v 1.1 2009/05/03 16:18:01 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.3.3.ebuild,v 1.2 2009/08/29 03:31:21 arfrever Exp $
+
+EAPI="2"
 
 NEED_PYTHON="2.3"
+SUPPORT_PYTHON_ABIS="1"
 
 inherit distutils
 
@@ -13,12 +16,22 @@
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 SLOT="0"
 IUSE=""
+
 RDEPEND=">=dev-python/setuptools-0.6_rc8"
 DEPEND="${RDEPEND}"
+
+RESTRICT_PYTHON_ABIS="3*"
+
 DOCS="docs/index.txt"
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-	rm support-files/ez_setup.py
+src_prepare() {
+	rm -f support-files/ez_setup.py
+}
+
+pkg_postinst() {
+	python_mod_optimize rebuild-script.py refresh-support-files.py virtualenv.py
+}
+
+pkg_postrm() {
+	python_mod_cleanup
 }






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

* [gentoo-commits] gentoo-x86 commit in dev-python/virtualenv: ChangeLog virtualenv-1.3.3.ebuild
@ 2009-09-16 17:37 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 6+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-09-16 17:37 UTC (permalink / raw
  To: gentoo-commits

fauli       09/09/16 17:37:50

  Modified:             ChangeLog virtualenv-1.3.3.ebuild
  Log:
  stable x86, bug 284994
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.12                 dev-python/virtualenv/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	29 Aug 2009 03:31:21 -0000	1.11
+++ ChangeLog	16 Sep 2009 17:37:50 -0000	1.12
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/virtualenv
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.11 2009/08/29 03:31:21 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.12 2009/09/16 17:37:50 fauli Exp $
+
+  16 Sep 2009; Christian Faulhammer <fauli@gentoo.org>
+  virtualenv-1.3.3.ebuild:
+  stable x86, bug 284994
 
   29 Aug 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   virtualenv-1.3.3.ebuild:



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

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

Index: virtualenv-1.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.3.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- virtualenv-1.3.3.ebuild	29 Aug 2009 03:31:21 -0000	1.2
+++ virtualenv-1.3.3.ebuild	16 Sep 2009 17:37:50 -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/virtualenv/virtualenv-1.3.3.ebuild,v 1.2 2009/08/29 03:31:21 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.3.3.ebuild,v 1.3 2009/09/16 17:37:50 fauli Exp $
 
 EAPI="2"
 
@@ -13,7 +13,7 @@
 HOMEPAGE="http://pypi.python.org/pypi/virtualenv"
 SRC_URI="http://pypi.python.org/packages/source/v/${PN}/${P}.tar.gz"
 LICENSE="MIT"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 x86"
 SLOT="0"
 IUSE=""
 






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

* [gentoo-commits] gentoo-x86 commit in dev-python/virtualenv: ChangeLog virtualenv-1.3.3.ebuild
@ 2009-09-18 23:12 Markus Meier (maekke)
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2009-09-18 23:12 UTC (permalink / raw
  To: gentoo-commits

maekke      09/09/18 23:12:15

  Modified:             ChangeLog virtualenv-1.3.3.ebuild
  Log:
  amd64 stable, bug #284994
  (Portage version: 2.2_rc40/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 dev-python/virtualenv/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	16 Sep 2009 17:37:50 -0000	1.12
+++ ChangeLog	18 Sep 2009 23:12:15 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/virtualenv
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.12 2009/09/16 17:37:50 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.13 2009/09/18 23:12:15 maekke Exp $
+
+  18 Sep 2009; Markus Meier <maekke@gentoo.org> virtualenv-1.3.3.ebuild:
+  amd64 stable, bug #284994
 
   16 Sep 2009; Christian Faulhammer <fauli@gentoo.org>
   virtualenv-1.3.3.ebuild:



1.4                  dev-python/virtualenv/virtualenv-1.3.3.ebuild

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

Index: virtualenv-1.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.3.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- virtualenv-1.3.3.ebuild	16 Sep 2009 17:37:50 -0000	1.3
+++ virtualenv-1.3.3.ebuild	18 Sep 2009 23:12:15 -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/virtualenv/virtualenv-1.3.3.ebuild,v 1.3 2009/09/16 17:37:50 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.3.3.ebuild,v 1.4 2009/09/18 23:12:15 maekke Exp $
 
 EAPI="2"
 
@@ -13,7 +13,7 @@
 HOMEPAGE="http://pypi.python.org/pypi/virtualenv"
 SRC_URI="http://pypi.python.org/packages/source/v/${PN}/${P}.tar.gz"
 LICENSE="MIT"
-KEYWORDS="~amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 SLOT="0"
 IUSE=""
 






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

* [gentoo-commits] gentoo-x86 commit in dev-python/virtualenv: ChangeLog virtualenv-1.3.3.ebuild
@ 2009-09-26 13:42 Brent Baude (ranger)
  0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2009-09-26 13:42 UTC (permalink / raw
  To: gentoo-commits

ranger      09/09/26 13:42:14

  Modified:             ChangeLog virtualenv-1.3.3.ebuild
  Log:
  Marking virtualenv-1.3.3 ppc64 for bug 284994
  (Portage version: 2.1.6.13/cvs/Linux ppc64)

Revision  Changes    Path
1.14                 dev-python/virtualenv/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	18 Sep 2009 23:12:15 -0000	1.13
+++ ChangeLog	26 Sep 2009 13:42:14 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/virtualenv
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.13 2009/09/18 23:12:15 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.14 2009/09/26 13:42:14 ranger Exp $
+
+  26 Sep 2009; Brent Baude <ranger@gentoo.org> virtualenv-1.3.3.ebuild:
+  Marking virtualenv-1.3.3 ppc64 for bug 284994
 
   18 Sep 2009; Markus Meier <maekke@gentoo.org> virtualenv-1.3.3.ebuild:
   amd64 stable, bug #284994



1.5                  dev-python/virtualenv/virtualenv-1.3.3.ebuild

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

Index: virtualenv-1.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.3.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- virtualenv-1.3.3.ebuild	18 Sep 2009 23:12:15 -0000	1.4
+++ virtualenv-1.3.3.ebuild	26 Sep 2009 13:42:14 -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/virtualenv/virtualenv-1.3.3.ebuild,v 1.4 2009/09/18 23:12:15 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.3.3.ebuild,v 1.5 2009/09/26 13:42:14 ranger Exp $
 
 EAPI="2"
 
@@ -13,7 +13,7 @@
 HOMEPAGE="http://pypi.python.org/pypi/virtualenv"
 SRC_URI="http://pypi.python.org/packages/source/v/${PN}/${P}.tar.gz"
 LICENSE="MIT"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~ppc ppc64 x86"
 SLOT="0"
 IUSE=""
 






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

* [gentoo-commits] gentoo-x86 commit in dev-python/virtualenv: ChangeLog virtualenv-1.3.3.ebuild
@ 2009-09-27 19:02 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 6+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-09-27 19:02 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/09/27 19:02:06

  Modified:             ChangeLog virtualenv-1.3.3.ebuild
  Log:
  ppc stable #284994
  (Portage version: 2.1.6.13/cvs/Linux ppc)

Revision  Changes    Path
1.15                 dev-python/virtualenv/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	26 Sep 2009 13:42:14 -0000	1.14
+++ ChangeLog	27 Sep 2009 19:02:05 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/virtualenv
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.14 2009/09/26 13:42:14 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.15 2009/09/27 19:02:05 nixnut Exp $
+
+  27 Sep 2009; nixnut <nixnut@gentoo.org> virtualenv-1.3.3.ebuild:
+  ppc stable #284994
 
   26 Sep 2009; Brent Baude <ranger@gentoo.org> virtualenv-1.3.3.ebuild:
   Marking virtualenv-1.3.3 ppc64 for bug 284994



1.6                  dev-python/virtualenv/virtualenv-1.3.3.ebuild

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

Index: virtualenv-1.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.3.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- virtualenv-1.3.3.ebuild	26 Sep 2009 13:42:14 -0000	1.5
+++ virtualenv-1.3.3.ebuild	27 Sep 2009 19:02:05 -0000	1.6
@@ -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/virtualenv/virtualenv-1.3.3.ebuild,v 1.5 2009/09/26 13:42:14 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.3.3.ebuild,v 1.6 2009/09/27 19:02:05 nixnut Exp $
 
 EAPI="2"
 
@@ -13,7 +13,7 @@
 HOMEPAGE="http://pypi.python.org/pypi/virtualenv"
 SRC_URI="http://pypi.python.org/packages/source/v/${PN}/${P}.tar.gz"
 LICENSE="MIT"
-KEYWORDS="amd64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 SLOT="0"
 IUSE=""
 






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

end of thread, other threads:[~2009-09-27 19:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-29  3:31 [gentoo-commits] gentoo-x86 commit in dev-python/virtualenv: ChangeLog virtualenv-1.3.3.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)
  -- strict thread matches above, loose matches on Subject: below --
2009-09-27 19:02 Gysbert Wassenaar (nixnut)
2009-09-26 13:42 Brent Baude (ranger)
2009-09-18 23:12 Markus Meier (maekke)
2009-09-16 17:37 Christian Faulhammer (fauli)
2009-05-03 16:18 Rob Cakebread (pythonhead)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox