Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/python-docs: python-docs-3.3.0.ebuild
Date: Sat, 29 Sep 2012 18:24:10
Message-Id: 20120929182356.8975321600@flycatcher.gentoo.org
1 floppym 12/09/29 18:23:56
2
3 Modified: python-docs-3.3.0.ebuild
4 Log:
5 Typo.
6
7 (Portage version: 2.2.0_alpha134/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-python/python-docs/python-docs-3.3.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/python-docs-3.3.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/python-docs-3.3.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/python-docs-3.3.0.ebuild?r1=1.1&r2=1.2
15
16 Index: python-docs-3.3.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-3.3.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- python-docs-3.3.0.ebuild 29 Sep 2012 18:23:02 -0000 1.1
23 +++ python-docs-3.3.0.ebuild 29 Sep 2012 18:23:56 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $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 $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-3.3.0.ebuild,v 1.2 2012/09/29 18:23:56 floppym Exp $
29
30 EAPI="3"
31
32 @@ -20,7 +20,7 @@
33
34 pkg_setup() {
35 # Compatibility with Arfrever's pre-release ebuilds.
36 - # Remove this in python-docs-3.3.0.
37 + # Remove this in python-docs-3.3.1.
38 if has_version "=dev-lang/python-3.3_pre*[doc]"; then
39 rm -f "${EROOT}etc/env.d/60python-docs-3.3"
40 fi