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

arfrever    10/03/01 20:13:52

  Modified:             ChangeLog
  Added:                argparse-1.1.ebuild
  Log:
  Version bump.
  (Portage version: 15511-svn/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-python/argparse/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	2 Dec 2009 10:49:48 -0000	1.3
+++ ChangeLog	1 Mar 2010 20:13:51 -0000	1.4
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/argparse
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.3 2009/12/02 10:49:48 maekke Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.4 2010/03/01 20:13:51 arfrever Exp $
+
+*argparse-1.1 (01 Mar 2010)
+
+  01 Mar 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  +argparse-1.1.ebuild:
+  Version bump.
 
   02 Dec 2009; Markus Meier <maekke@gentoo.org> argparse-1.0.1.ebuild:
   amd64/x86 stable, bug #295222



1.1                  dev-python/argparse/argparse-1.1.ebuild

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

Index: argparse-1.1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.1.ebuild,v 1.1 2010/03/01 20:13:51 arfrever Exp $

EAPI="2"
SUPPORT_PYTHON_ABIS="1"

inherit distutils

DESCRIPTION="Provides an easy, declarative interface for creating command line tools."
HOMEPAGE="http://code.google.com/p/argparse/ http://pypi.python.org/pypi/argparse"
SRC_URI="http://argparse.googlecode.com/files/${P}.zip"
LICENSE="Apache-2.0"

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
RDEPEND=""

PYTHON_MODNAME="argparse.py"

src_test() {
	testing() {
		PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" test/test_argparse.py
	}
	python_execute_function testing
}






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

* [gentoo-commits] gentoo-x86 commit in dev-python/argparse: ChangeLog argparse-1.1.ebuild
@ 2010-04-13 12:15 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 12+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-04-13 12:15 UTC (permalink / raw
  To: gentoo-commits

fauli       10/04/13 12:15:30

  Modified:             ChangeLog argparse-1.1.ebuild
  Log:
  stable x86, bug 313141
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.6                  dev-python/argparse/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	15 Mar 2010 17:16:57 -0000	1.5
+++ ChangeLog	13 Apr 2010 12:15:30 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/argparse
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.5 2010/03/15 17:16:57 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.6 2010/04/13 12:15:30 fauli Exp $
+
+  13 Apr 2010; Christian Faulhammer <fauli@gentoo.org> argparse-1.1.ebuild:
+  stable x86, bug 313141
 
   15 Mar 2010; Sebastian Pipping <sping@gentoo.org> argparse-1.0.1.ebuild,
   argparse-1.1.ebuild:



1.3                  dev-python/argparse/argparse-1.1.ebuild

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

Index: argparse-1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- argparse-1.1.ebuild	15 Mar 2010 17:16:57 -0000	1.2
+++ argparse-1.1.ebuild	13 Apr 2010 12:15:30 -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/argparse/argparse-1.1.ebuild,v 1.2 2010/03/15 17:16:57 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.1.ebuild,v 1.3 2010/04/13 12:15:30 fauli Exp $
 
 EAPI="2"
 SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@
 LICENSE="Apache-2.0"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 DEPEND="app-arch/unzip"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/argparse: ChangeLog argparse-1.1.ebuild
@ 2010-04-22 12:02 Dirkjan Ochtman (djc)
  0 siblings, 0 replies; 12+ messages in thread
From: Dirkjan Ochtman (djc) @ 2010-04-22 12:02 UTC (permalink / raw
  To: gentoo-commits

djc         10/04/22 12:02:43

  Modified:             ChangeLog argparse-1.1.ebuild
  Log:
  amd64 stable, bug 313141
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  dev-python/argparse/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	13 Apr 2010 12:15:30 -0000	1.6
+++ ChangeLog	22 Apr 2010 12:02:43 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/argparse
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.6 2010/04/13 12:15:30 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.7 2010/04/22 12:02:43 djc Exp $
+
+  22 Apr 2010; Dirkjan Ochtman <djc@gentoo.org> argparse-1.1.ebuild:
+  amd64 stable, bug 313141
 
   13 Apr 2010; Christian Faulhammer <fauli@gentoo.org> argparse-1.1.ebuild:
   stable x86, bug 313141



1.4                  dev-python/argparse/argparse-1.1.ebuild

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

Index: argparse-1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- argparse-1.1.ebuild	13 Apr 2010 12:15:30 -0000	1.3
+++ argparse-1.1.ebuild	22 Apr 2010 12:02:43 -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/argparse/argparse-1.1.ebuild,v 1.3 2010/04/13 12:15:30 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.1.ebuild,v 1.4 2010/04/22 12:02:43 djc Exp $
 
 EAPI="2"
 SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@
 LICENSE="Apache-2.0"
 
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="app-arch/unzip"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/argparse: ChangeLog argparse-1.1.ebuild
@ 2010-08-02  7:20 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 12+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-08-02  7:20 UTC (permalink / raw
  To: gentoo-commits

fauli       10/08/02 07:20:35

  Modified:             ChangeLog argparse-1.1.ebuild
  Log:
  add Prefix keywords for bug 330569
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.8                  dev-python/argparse/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	22 Apr 2010 12:02:43 -0000	1.7
+++ ChangeLog	2 Aug 2010 07:20:35 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/argparse
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.7 2010/04/22 12:02:43 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.8 2010/08/02 07:20:35 fauli Exp $
+
+  02 Aug 2010; Christian Faulhammer <fauli@gentoo.org> argparse-1.1.ebuild:
+  add Prefix keywords for bug 330569
 
   22 Apr 2010; Dirkjan Ochtman <djc@gentoo.org> argparse-1.1.ebuild:
   amd64 stable, bug 313141



1.5                  dev-python/argparse/argparse-1.1.ebuild

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

Index: argparse-1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- argparse-1.1.ebuild	22 Apr 2010 12:02:43 -0000	1.4
+++ argparse-1.1.ebuild	2 Aug 2010 07:20:35 -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/argparse/argparse-1.1.ebuild,v 1.4 2010/04/22 12:02:43 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.1.ebuild,v 1.5 2010/08/02 07:20:35 fauli Exp $
 
 EAPI="2"
 SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@
 LICENSE="Apache-2.0"
 
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 x86 ~ppc-aix ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND="app-arch/unzip"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/argparse: ChangeLog argparse-1.1.ebuild
@ 2010-08-10 16:11 Jeroen Roovers (jer)
  0 siblings, 0 replies; 12+ messages in thread
From: Jeroen Roovers (jer) @ 2010-08-10 16:11 UTC (permalink / raw
  To: gentoo-commits

jer         10/08/10 16:11:09

  Modified:             ChangeLog argparse-1.1.ebuild
  Log:
  Marked ~hppa (bug #330569).
  (Portage version: 2.2_rc67/cvs/Linux i686)

Revision  Changes    Path
1.9                  dev-python/argparse/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	2 Aug 2010 07:20:35 -0000	1.8
+++ ChangeLog	10 Aug 2010 16:11:09 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/argparse
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.8 2010/08/02 07:20:35 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.9 2010/08/10 16:11:09 jer Exp $
+
+  10 Aug 2010; Jeroen Roovers <jer@gentoo.org> argparse-1.1.ebuild:
+  Marked ~hppa (bug #330569).
 
   02 Aug 2010; Christian Faulhammer <fauli@gentoo.org> argparse-1.1.ebuild:
   add Prefix keywords for bug 330569



1.6                  dev-python/argparse/argparse-1.1.ebuild

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

Index: argparse-1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- argparse-1.1.ebuild	2 Aug 2010 07:20:35 -0000	1.5
+++ argparse-1.1.ebuild	10 Aug 2010 16:11:09 -0000	1.6
@@ -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/argparse/argparse-1.1.ebuild,v 1.5 2010/08/02 07:20:35 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.1.ebuild,v 1.6 2010/08/10 16:11:09 jer Exp $
 
 EAPI="2"
 SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@
 LICENSE="Apache-2.0"
 
 SLOT="0"
-KEYWORDS="amd64 x86 ~ppc-aix ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="amd64 ~hppa x86 ~ppc-aix ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND="app-arch/unzip"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/argparse: ChangeLog argparse-1.1.ebuild
@ 2010-09-12 17:08 Raul Porcel (armin76)
  0 siblings, 0 replies; 12+ messages in thread
From: Raul Porcel (armin76) @ 2010-09-12 17:08 UTC (permalink / raw
  To: gentoo-commits

armin76     10/09/12 17:08:59

  Modified:             ChangeLog argparse-1.1.ebuild
  Log:
  Add ~alpha/~arm/~ia64/~sparc wrt #330569
  (Portage version: 2.1.8.3/cvs/Linux ia64)

Revision  Changes    Path
1.10                 dev-python/argparse/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	10 Aug 2010 16:11:09 -0000	1.9
+++ ChangeLog	12 Sep 2010 17:08:59 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/argparse
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.9 2010/08/10 16:11:09 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.10 2010/09/12 17:08:59 armin76 Exp $
+
+  12 Sep 2010; Raúl Porcel <armin76@gentoo.org> argparse-1.1.ebuild:
+  Add ~alpha/~arm/~ia64/~sparc wrt #330569
 
   10 Aug 2010; Jeroen Roovers <jer@gentoo.org> argparse-1.1.ebuild:
   Marked ~hppa (bug #330569).



1.7                  dev-python/argparse/argparse-1.1.ebuild

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

Index: argparse-1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- argparse-1.1.ebuild	10 Aug 2010 16:11:09 -0000	1.6
+++ argparse-1.1.ebuild	12 Sep 2010 17:08:59 -0000	1.7
@@ -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/argparse/argparse-1.1.ebuild,v 1.6 2010/08/10 16:11:09 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.1.ebuild,v 1.7 2010/09/12 17:08:59 armin76 Exp $
 
 EAPI="2"
 SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@
 LICENSE="Apache-2.0"
 
 SLOT="0"
-KEYWORDS="amd64 ~hppa x86 ~ppc-aix ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~sparc x86 ~ppc-aix ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND="app-arch/unzip"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/argparse: ChangeLog argparse-1.1.ebuild
@ 2010-09-24 13:37 Mart Raudsepp (leio)
  0 siblings, 0 replies; 12+ messages in thread
From: Mart Raudsepp (leio) @ 2010-09-24 13:37 UTC (permalink / raw
  To: gentoo-commits

leio        10/09/24 13:37:53

  Modified:             ChangeLog argparse-1.1.ebuild
  Log:
  Add ~mips wrt #330569
  
  (Portage version: 2.1.9.10/cvs/Linux mips64)

Revision  Changes    Path
1.11                 dev-python/argparse/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	12 Sep 2010 17:08:59 -0000	1.10
+++ ChangeLog	24 Sep 2010 13:37:53 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/argparse
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.10 2010/09/12 17:08:59 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.11 2010/09/24 13:37:53 leio Exp $
+
+  24 Sep 2010; Mart Raudsepp <leio@gentoo.org> argparse-1.1.ebuild:
+  Add ~mips wrt #330569
 
   12 Sep 2010; Raúl Porcel <armin76@gentoo.org> argparse-1.1.ebuild:
   Add ~alpha/~arm/~ia64/~sparc wrt #330569



1.8                  dev-python/argparse/argparse-1.1.ebuild

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

Index: argparse-1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- argparse-1.1.ebuild	12 Sep 2010 17:08:59 -0000	1.7
+++ argparse-1.1.ebuild	24 Sep 2010 13:37:53 -0000	1.8
@@ -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/argparse/argparse-1.1.ebuild,v 1.7 2010/09/12 17:08:59 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.1.ebuild,v 1.8 2010/09/24 13:37:53 leio Exp $
 
 EAPI="2"
 SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@
 LICENSE="Apache-2.0"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~sparc x86 ~ppc-aix ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~sparc x86 ~ppc-aix ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND="app-arch/unzip"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/argparse: ChangeLog argparse-1.1.ebuild
@ 2010-09-29 20:13 Brent Baude (ranger)
  0 siblings, 0 replies; 12+ messages in thread
From: Brent Baude (ranger) @ 2010-09-29 20:13 UTC (permalink / raw
  To: gentoo-commits

ranger      10/09/29 20:13:44

  Modified:             ChangeLog argparse-1.1.ebuild
  Log:
  Marking argparse-1.1 ~ppc for bug 330569
  (Portage version: 2.1.8.3/cvs/Linux ppc64)

Revision  Changes    Path
1.12                 dev-python/argparse/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	24 Sep 2010 13:37:53 -0000	1.11
+++ ChangeLog	29 Sep 2010 20:13:44 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/argparse
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.11 2010/09/24 13:37:53 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.12 2010/09/29 20:13:44 ranger Exp $
+
+  29 Sep 2010; Brent Baude <ranger@gentoo.org> argparse-1.1.ebuild:
+  Marking argparse-1.1 ~ppc for bug 330569
 
   24 Sep 2010; Mart Raudsepp <leio@gentoo.org> argparse-1.1.ebuild:
   Add ~mips wrt #330569



1.9                  dev-python/argparse/argparse-1.1.ebuild

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

Index: argparse-1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- argparse-1.1.ebuild	24 Sep 2010 13:37:53 -0000	1.8
+++ argparse-1.1.ebuild	29 Sep 2010 20:13:44 -0000	1.9
@@ -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/argparse/argparse-1.1.ebuild,v 1.8 2010/09/24 13:37:53 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.1.ebuild,v 1.9 2010/09/29 20:13:44 ranger Exp $
 
 EAPI="2"
 SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@
 LICENSE="Apache-2.0"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~sparc x86 ~ppc-aix ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~sparc x86 ~ppc-aix ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND="app-arch/unzip"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/argparse: ChangeLog argparse-1.1.ebuild
@ 2010-09-30 20:23 Brent Baude (ranger)
  0 siblings, 0 replies; 12+ messages in thread
From: Brent Baude (ranger) @ 2010-09-30 20:23 UTC (permalink / raw
  To: gentoo-commits

ranger      10/09/30 20:23:03

  Modified:             ChangeLog argparse-1.1.ebuild
  Log:
  keyworded ~arch for ppc64, bug 330569
  (Portage version: 2.1.8.3/cvs/Linux ppc64)

Revision  Changes    Path
1.13                 dev-python/argparse/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	29 Sep 2010 20:13:44 -0000	1.12
+++ ChangeLog	30 Sep 2010 20:23:03 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/argparse
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.12 2010/09/29 20:13:44 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.13 2010/09/30 20:23:03 ranger Exp $
+
+  30 Sep 2010; Brent Baude <ranger@gentoo.org> argparse-1.1.ebuild:
+  keyworded ~arch for ppc64, bug 330569
 
   29 Sep 2010; Brent Baude <ranger@gentoo.org> argparse-1.1.ebuild:
   Marking argparse-1.1 ~ppc for bug 330569



1.10                 dev-python/argparse/argparse-1.1.ebuild

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

Index: argparse-1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- argparse-1.1.ebuild	29 Sep 2010 20:13:44 -0000	1.9
+++ argparse-1.1.ebuild	30 Sep 2010 20:23:03 -0000	1.10
@@ -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/argparse/argparse-1.1.ebuild,v 1.9 2010/09/29 20:13:44 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.1.ebuild,v 1.10 2010/09/30 20:23:03 ranger Exp $
 
 EAPI="2"
 SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@
 LICENSE="Apache-2.0"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~sparc x86 ~ppc-aix ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~ppc-aix ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND="app-arch/unzip"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/argparse: ChangeLog argparse-1.1.ebuild
@ 2010-12-04 14:38 Fabian Groffen (grobian)
  0 siblings, 0 replies; 12+ messages in thread
From: Fabian Groffen (grobian) @ 2010-12-04 14:38 UTC (permalink / raw
  To: gentoo-commits

grobian     10/12/04 14:38:05

  Modified:             ChangeLog argparse-1.1.ebuild
  Log:
  Marked ~m68k-mint, bug #347655
  
  (Portage version: 2.2.01.17304-prefix/cvs/Darwin powerpc)

Revision  Changes    Path
1.14                 dev-python/argparse/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	30 Sep 2010 20:23:03 -0000	1.13
+++ ChangeLog	4 Dec 2010 14:38:05 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/argparse
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.13 2010/09/30 20:23:03 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.14 2010/12/04 14:38:05 grobian Exp $
+
+  04 Dec 2010; Fabian Groffen <grobian@gentoo.org> argparse-1.1.ebuild:
+  Marked ~m68k-mint, bug #347655
 
   30 Sep 2010; Brent Baude <ranger@gentoo.org> argparse-1.1.ebuild:
   keyworded ~arch for ppc64, bug 330569



1.11                 dev-python/argparse/argparse-1.1.ebuild

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

Index: argparse-1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- argparse-1.1.ebuild	30 Sep 2010 20:23:03 -0000	1.10
+++ argparse-1.1.ebuild	4 Dec 2010 14:38:05 -0000	1.11
@@ -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/argparse/argparse-1.1.ebuild,v 1.10 2010/09/30 20:23:03 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.1.ebuild,v 1.11 2010/12/04 14:38:05 grobian Exp $
 
 EAPI="2"
 SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@
 LICENSE="Apache-2.0"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~ppc-aix ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~ppc-aix ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND="app-arch/unzip"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/argparse: ChangeLog argparse-1.1.ebuild
@ 2011-02-13 20:42 Fabian Groffen (grobian)
  0 siblings, 0 replies; 12+ messages in thread
From: Fabian Groffen (grobian) @ 2011-02-13 20:42 UTC (permalink / raw
  To: gentoo-commits

grobian     11/02/13 20:42:26

  Modified:             ChangeLog argparse-1.1.ebuild
  Log:
  Marked ~sparc64-solaris
  
  (Portage version: 2.2.01.17901-prefix/cvs/Darwin powerpc)

Revision  Changes    Path
1.15                 dev-python/argparse/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	4 Dec 2010 14:38:05 -0000	1.14
+++ ChangeLog	13 Feb 2011 20:42:26 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/argparse
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.14 2010/12/04 14:38:05 grobian Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.15 2011/02/13 20:42:26 grobian Exp $
+
+  13 Feb 2011; Fabian Groffen <grobian@gentoo.org> argparse-1.1.ebuild:
+  Marked ~sparc64-solaris
 
   04 Dec 2010; Fabian Groffen <grobian@gentoo.org> argparse-1.1.ebuild:
   Marked ~m68k-mint, bug #347655



1.12                 dev-python/argparse/argparse-1.1.ebuild

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

Index: argparse-1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- argparse-1.1.ebuild	4 Dec 2010 14:38:05 -0000	1.11
+++ argparse-1.1.ebuild	13 Feb 2011 20:42:26 -0000	1.12
@@ -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/argparse/argparse-1.1.ebuild,v 1.11 2010/12/04 14:38:05 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.1.ebuild,v 1.12 2011/02/13 20:42:26 grobian Exp $
 
 EAPI="2"
 SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@
 LICENSE="Apache-2.0"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~ppc-aix ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~ppc-aix ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND="app-arch/unzip"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/argparse: ChangeLog argparse-1.1.ebuild
@ 2011-06-23 16:17 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 12+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-06-23 16:17 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/06/23 16:17:01

  Modified:             ChangeLog
  Removed:              argparse-1.1.ebuild
  Log:
  Remove old ebuilds. Requested by Arfrever
  
  (Portage version: 2.2.0_alpha41/cvs/Linux x86_64)

Revision  Changes    Path
1.25                 dev-python/argparse/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	23 Jun 2011 15:25:17 -0000	1.24
+++ ChangeLog	23 Jun 2011 16:17:01 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/argparse
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.24 2011/06/23 15:25:17 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.25 2011/06/23 16:17:01 hwoarang Exp $
+
+  23 Jun 2011; Markos Chandras <hwoarang@gentoo.org> -argparse-1.1.ebuild:
+  Remove old ebuilds. Requested by Arfrever
 
   23 Jun 2011; Brent Baude <ranger@gentoo.org> argparse-1.2.1.ebuild:
   Marking argparse-1.2.1 ppc for bug 364727






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

end of thread, other threads:[~2011-06-23 16:17 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-30 20:23 [gentoo-commits] gentoo-x86 commit in dev-python/argparse: ChangeLog argparse-1.1.ebuild Brent Baude (ranger)
  -- strict thread matches above, loose matches on Subject: below --
2011-06-23 16:17 Markos Chandras (hwoarang)
2011-02-13 20:42 Fabian Groffen (grobian)
2010-12-04 14:38 Fabian Groffen (grobian)
2010-09-29 20:13 Brent Baude (ranger)
2010-09-24 13:37 Mart Raudsepp (leio)
2010-09-12 17:08 Raul Porcel (armin76)
2010-08-10 16:11 Jeroen Roovers (jer)
2010-08-02  7:20 Christian Faulhammer (fauli)
2010-04-22 12:02 Dirkjan Ochtman (djc)
2010-04-13 12:15 Christian Faulhammer (fauli)
2010-03-01 20:13 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