public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/python-docs: python-docs-3.3.0.ebuild ChangeLog
@ 2012-09-29 18:23 Mike Gilbert (floppym)
  0 siblings, 0 replies; 5+ messages in thread
From: Mike Gilbert (floppym) @ 2012-09-29 18:23 UTC (permalink / raw
  To: gentoo-commits

floppym     12/09/29 18:23:02

  Modified:             ChangeLog
  Added:                python-docs-3.3.0.ebuild
  Log:
  Bump for python-3.3.0. Thanks to Arfrever.
  
  (Portage version: 2.2.0_alpha134/cvs/Linux x86_64)

Revision  Changes    Path
1.166                dev-python/python-docs/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -r1.165 -r1.166
--- ChangeLog	29 Sep 2012 18:13:10 -0000	1.165
+++ ChangeLog	29 Sep 2012 18:23:02 -0000	1.166
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/python-docs
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v 1.165 2012/09/29 18:13:10 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v 1.166 2012/09/29 18:23:02 floppym Exp $
+
+*python-docs-3.3.0 (29 Sep 2012)
+
+  29 Sep 2012; Mike Gilbert <floppym@gentoo.org> +python-docs-3.3.0.ebuild:
+  Bump for python-3.3.0. Thanks to Arfrever.
 
 *python-docs-3.1.5 (29 Sep 2012)
 *python-docs-3.2.3 (29 Sep 2012)



1.1                  dev-python/python-docs/python-docs-3.3.0.ebuild

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

Index: python-docs-3.3.0.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-3.3.0.ebuild,v 1.1 2012/09/29 18:23:02 floppym Exp $

EAPI="3"

DESCRIPTION="HTML documentation for Python"
HOMEPAGE="http://www.python.org/doc/"
SRC_URI="http://www.python.org/ftp/python/doc/${PV}/python-${PV}-docs-html.tar.bz2"

LICENSE="PSF-2"
SLOT="3.3"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""

DEPEND=""
RDEPEND=""

S="${WORKDIR}/python-${PV}-docs-html"

pkg_setup() {
	# Compatibility with Arfrever's pre-release ebuilds.
	# Remove this in python-docs-3.3.0.
	if has_version "=dev-lang/python-3.3_pre*[doc]"; then
		rm -f "${EROOT}etc/env.d/60python-docs-3.3"
	fi
}

src_install() {
	docinto html
	cp -R [a-z]* _static "${ED}usr/share/doc/${PF}/html"

	echo "PYTHONDOCS_${SLOT//./_}=\"${EPREFIX}/usr/share/doc/${PF}/html/library\"" > "60python-docs-${SLOT}"
	doenvd "60python-docs-${SLOT}"
}

pkg_postrm() {
	if ! has_version "<dev-python/python-docs-${SLOT}_alpha" && ! has_version ">=dev-python/python-docs-${SLOT%.*}.$((${SLOT#*.}+1))_alpha"; then
		rm -f "${EROOT}etc/env.d/65python-docs"
	fi
}





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

* [gentoo-commits] gentoo-x86 commit in dev-python/python-docs: python-docs-3.3.0.ebuild ChangeLog
@ 2012-11-05 22:15 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 5+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-11-05 22:15 UTC (permalink / raw
  To: gentoo-commits

blueness    12/11/05 22:15:46

  Modified:             python-docs-3.3.0.ebuild ChangeLog
  Log:
  stable ppc ppc64, bug #441296
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)

Revision  Changes    Path
1.4                  dev-python/python-docs/python-docs-3.3.0.ebuild

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

Index: python-docs-3.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-3.3.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- python-docs-3.3.0.ebuild	7 Oct 2012 04:03:49 -0000	1.3
+++ python-docs-3.3.0.ebuild	5 Nov 2012 22:15:46 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-3.3.0.ebuild,v 1.3 2012/10/07 04:03:49 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-3.3.0.ebuild,v 1.4 2012/11/05 22:15:46 blueness Exp $
 
 EAPI="3"
 
@@ -10,7 +10,7 @@
 
 LICENSE="PSF-2"
 SLOT="3.3"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 DEPEND=""



1.168                dev-python/python-docs/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -r1.167 -r1.168
--- ChangeLog	7 Oct 2012 04:03:49 -0000	1.167
+++ ChangeLog	5 Nov 2012 22:15:46 -0000	1.168
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/python-docs
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v 1.167 2012/10/07 04:03:49 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v 1.168 2012/11/05 22:15:46 blueness Exp $
+
+  05 Nov 2012; Anthony G. Basile <blueness@gentoo.org> python-docs-3.3.0.ebuild:
+  stable ppc ppc64, bug #441296
 
   07 Oct 2012; Mike Gilbert <floppym@gentoo.org> python-docs-2.6.8.ebuild,
   python-docs-2.7.3.ebuild, python-docs-3.1.5.ebuild, python-docs-3.2.3.ebuild,





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

* [gentoo-commits] gentoo-x86 commit in dev-python/python-docs: python-docs-3.3.0.ebuild ChangeLog
@ 2012-11-05 22:39 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 5+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-11-05 22:39 UTC (permalink / raw
  To: gentoo-commits

blueness    12/11/05 22:39:00

  Modified:             python-docs-3.3.0.ebuild ChangeLog
  Log:
  stable arm, bug #441296
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)

Revision  Changes    Path
1.5                  dev-python/python-docs/python-docs-3.3.0.ebuild

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

Index: python-docs-3.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-3.3.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- python-docs-3.3.0.ebuild	5 Nov 2012 22:15:46 -0000	1.4
+++ python-docs-3.3.0.ebuild	5 Nov 2012 22:39:00 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-3.3.0.ebuild,v 1.4 2012/11/05 22:15:46 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-3.3.0.ebuild,v 1.5 2012/11/05 22:39:00 blueness Exp $
 
 EAPI="3"
 
@@ -10,7 +10,7 @@
 
 LICENSE="PSF-2"
 SLOT="3.3"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 DEPEND=""



1.169                dev-python/python-docs/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -r1.168 -r1.169
--- ChangeLog	5 Nov 2012 22:15:46 -0000	1.168
+++ ChangeLog	5 Nov 2012 22:39:00 -0000	1.169
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/python-docs
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v 1.168 2012/11/05 22:15:46 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v 1.169 2012/11/05 22:39:00 blueness Exp $
+
+  05 Nov 2012; Anthony G. Basile <blueness@gentoo.org> python-docs-3.3.0.ebuild:
+  stable arm, bug #441296
 
   05 Nov 2012; Anthony G. Basile <blueness@gentoo.org> python-docs-3.3.0.ebuild:
   stable ppc ppc64, bug #441296





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

* [gentoo-commits] gentoo-x86 commit in dev-python/python-docs: python-docs-3.3.0.ebuild ChangeLog
@ 2012-11-20 20:55 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-11-20 20:55 UTC (permalink / raw
  To: gentoo-commits

ago         12/11/20 20:55:45

  Modified:             python-docs-3.3.0.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #441296
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.7                  dev-python/python-docs/python-docs-3.3.0.ebuild

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

Index: python-docs-3.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-3.3.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- python-docs-3.3.0.ebuild	7 Nov 2012 03:38:54 -0000	1.6
+++ python-docs-3.3.0.ebuild	20 Nov 2012 20:55:45 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-3.3.0.ebuild,v 1.6 2012/11/07 03:38:54 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-3.3.0.ebuild,v 1.7 2012/11/20 20:55:45 ago Exp $
 
 EAPI="3"
 
@@ -10,7 +10,7 @@
 
 LICENSE="PSF-2"
 SLOT="3.3"
-KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 DEPEND=""



1.171                dev-python/python-docs/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -r1.170 -r1.171
--- ChangeLog	7 Nov 2012 03:38:54 -0000	1.170
+++ ChangeLog	20 Nov 2012 20:55:45 -0000	1.171
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/python-docs
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v 1.170 2012/11/07 03:38:54 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v 1.171 2012/11/20 20:55:45 ago Exp $
+
+  20 Nov 2012; Agostino Sarubbo <ago@gentoo.org> python-docs-3.3.0.ebuild:
+  Stable for x86, wrt bug #441296
 
   07 Nov 2012; Jeroen Roovers <jer@gentoo.org> python-docs-2.6.8.ebuild,
   python-docs-2.7.3.ebuild, python-docs-3.1.5.ebuild, python-docs-3.2.3.ebuild,





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

* [gentoo-commits] gentoo-x86 commit in dev-python/python-docs: python-docs-3.3.0.ebuild ChangeLog
@ 2012-12-01 19:55 Raul Porcel (armin76)
  0 siblings, 0 replies; 5+ messages in thread
From: Raul Porcel (armin76) @ 2012-12-01 19:55 UTC (permalink / raw
  To: gentoo-commits

armin76     12/12/01 19:55:21

  Modified:             python-docs-3.3.0.ebuild ChangeLog
  Log:
  alpha/ia64/m68k/s390/sh/sparc stable wrt #441296
  
  (Portage version: 2.1.11.31/cvs/Linux ia64, signed Manifest commit with key F6AD3240)

Revision  Changes    Path
1.8                  dev-python/python-docs/python-docs-3.3.0.ebuild

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

Index: python-docs-3.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-3.3.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- python-docs-3.3.0.ebuild	20 Nov 2012 20:55:45 -0000	1.7
+++ python-docs-3.3.0.ebuild	1 Dec 2012 19:55:21 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-3.3.0.ebuild,v 1.7 2012/11/20 20:55:45 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-3.3.0.ebuild,v 1.8 2012/12/01 19:55:21 armin76 Exp $
 
 EAPI="3"
 
@@ -10,7 +10,7 @@
 
 LICENSE="PSF-2"
 SLOT="3.3"
-KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha ~amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 DEPEND=""



1.172                dev-python/python-docs/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v
retrieving revision 1.171
retrieving revision 1.172
diff -u -r1.171 -r1.172
--- ChangeLog	20 Nov 2012 20:55:45 -0000	1.171
+++ ChangeLog	1 Dec 2012 19:55:21 -0000	1.172
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/python-docs
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v 1.171 2012/11/20 20:55:45 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v 1.172 2012/12/01 19:55:21 armin76 Exp $
+
+  01 Dec 2012; Raúl Porcel <armin76@gentoo.org> python-docs-3.3.0.ebuild:
+  alpha/ia64/m68k/s390/sh/sparc stable wrt #441296
 
   20 Nov 2012; Agostino Sarubbo <ago@gentoo.org> python-docs-3.3.0.ebuild:
   Stable for x86, wrt bug #441296





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

end of thread, other threads:[~2012-12-01 19:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-01 19:55 [gentoo-commits] gentoo-x86 commit in dev-python/python-docs: python-docs-3.3.0.ebuild ChangeLog Raul Porcel (armin76)
  -- strict thread matches above, loose matches on Subject: below --
2012-11-20 20:55 Agostino Sarubbo (ago)
2012-11-05 22:39 Anthony G. Basile (blueness)
2012-11-05 22:15 Anthony G. Basile (blueness)
2012-09-29 18:23 Mike Gilbert (floppym)

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