Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/python-docs: python-docs-3.3.5.ebuild python-docs-3.4.0.ebuild ChangeLog
Date: Sun, 23 Mar 2014 15:54:53
Message-Id: 20140323155448.95C8F20051@flycatcher.gentoo.org
1 idella4 14/03/23 15:54:48
2
3 Modified: ChangeLog
4 Added: python-docs-3.3.5.ebuild python-docs-3.4.0.ebuild
5 Log:
6 New docs ebuilds for new versions
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.192 dev-python/python-docs/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/ChangeLog?rev=1.192&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/ChangeLog?rev=1.192&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/ChangeLog?r1=1.191&r2=1.192
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v
20 retrieving revision 1.191
21 retrieving revision 1.192
22 diff -u -r1.191 -r1.192
23 --- ChangeLog 17 Feb 2014 06:03:46 -0000 1.191
24 +++ ChangeLog 23 Mar 2014 15:54:48 -0000 1.192
25 @@ -1,6 +1,13 @@
26 # ChangeLog for dev-python/python-docs
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v 1.191 2014/02/17 06:03:46 idella4 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v 1.192 2014/03/23 15:54:48 idella4 Exp $
30 +
31 +*python-docs-3.3.5 (23 Mar 2014)
32 +*python-docs-3.4.0 (23 Mar 2014)
33 +
34 + 23 Mar 2014; Ian Delaney <idella4@g.o> +python-docs-3.3.5.ebuild,
35 + +python-docs-3.4.0.ebuild:
36 + New docs ebuilds for new versions
37
38 *python-docs-3.3.4 (17 Feb 2014)
39 *python-docs-2.6.9 (17 Feb 2014)
40
41
42
43 1.1 dev-python/python-docs/python-docs-3.3.5.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/python-docs-3.3.5.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/python-docs-3.3.5.ebuild?rev=1.1&content-type=text/plain
47
48 Index: python-docs-3.3.5.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-3.3.5.ebuild,v 1.1 2014/03/23 15:54:48 idella4 Exp $
53
54 EAPI="5"
55
56 DESCRIPTION="HTML documentation for Python"
57 HOMEPAGE="http://www.python.org/doc/"
58 SRC_URI="http://www.python.org/ftp/python/doc/${PV}/python-${PV}-docs-html.tar.bz2"
59
60 LICENSE="PSF-2"
61 SLOT="3.3"
62 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
63 IUSE=""
64
65 DEPEND=""
66 RDEPEND=""
67
68 S="${WORKDIR}/python-${PV}-docs-html"
69
70 src_install() {
71 dohtml -A xml -r ./
72 echo "PYTHONDOCS_${SLOT//./_}=\"${EPREFIX}/usr/share/doc/${PF}/html/library\"" > "60python-docs-${SLOT}"
73 doenvd "60python-docs-${SLOT}"
74 }
75
76 pkg_postrm() {
77 if ! has_version "<dev-python/python-docs-${SLOT}_alpha" && ! has_version ">=dev-python/python-docs-${SLOT%.*}.$((${SLOT#*.}+1))_alpha"; then
78 rm -f "${EROOT}etc/env.d/65python-docs"
79 fi
80 }
81
82
83
84 1.1 dev-python/python-docs/python-docs-3.4.0.ebuild
85
86 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/python-docs-3.4.0.ebuild?rev=1.1&view=markup
87 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/python-docs-3.4.0.ebuild?rev=1.1&content-type=text/plain
88
89 Index: python-docs-3.4.0.ebuild
90 ===================================================================
91 # Copyright 1999-2014 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-3.4.0.ebuild,v 1.1 2014/03/23 15:54:48 idella4 Exp $
94
95 EAPI="5"
96
97 DESCRIPTION="HTML documentation for Python"
98 HOMEPAGE="http://www.python.org/doc/"
99 SRC_URI="http://www.python.org/ftp/python/doc/${PV}/python-${PV}-docs-html.tar.bz2"
100
101 LICENSE="PSF-2"
102 SLOT="3.4"
103 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
104 IUSE=""
105
106 DEPEND=""
107 RDEPEND=""
108
109 S="${WORKDIR}/python-${PV}-docs-html"
110
111 pkg_setup() {
112 # Compatibility with Arfrever's pre-release ebuilds.
113 # Remove this in python-docs-3.4.1.
114 if has_version "=dev-lang/python-3.4_pre*[doc]"; then
115 rm -f "${EROOT}etc/env.d/60python-docs-3.4"
116 fi
117 }
118
119 src_install() {
120 dohtml -A xml -r ./
121 echo "PYTHONDOCS_${SLOT//./_}=\"${EPREFIX}/usr/share/doc/${PF}/html/library\"" > "60python-docs-${SLOT}"
122 doenvd "60python-docs-${SLOT}"
123 }
124
125 pkg_postrm() {
126 if ! has_version "<dev-python/python-docs-${SLOT}_alpha" && ! has_version ">=dev-python/python-docs-${SLOT%.*}.$((${SLOT#*.}+1))_alpha"; then
127 rm -f "${EROOT}etc/env.d/65python-docs"
128 fi
129 }