Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/python-docs: ChangeLog python-docs-3.1.1.ebuild python-docs-2.6.2.ebuild python-docs-3.1.ebuild python-docs-2.5.1.ebuild
Date: Mon, 24 Aug 2009 02:00:07
Message-Id: E1MfOqr-0005mW-Qt@stork.gentoo.org
1 arfrever 09/08/24 02:00:05
2
3 Modified: ChangeLog
4 Added: python-docs-3.1.1.ebuild
5 Removed: python-docs-2.6.2.ebuild python-docs-3.1.ebuild
6 python-docs-2.5.1.ebuild
7 Log:
8 Version bump.
9 (Portage version: 14134-svn/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.123 dev-python/python-docs/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-docs/ChangeLog?rev=1.123&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-docs/ChangeLog?rev=1.123&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-docs/ChangeLog?r1=1.122&r2=1.123
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v
21 retrieving revision 1.122
22 retrieving revision 1.123
23 diff -u -r1.122 -r1.123
24 --- ChangeLog 16 Aug 2009 08:20:49 -0000 1.122
25 +++ ChangeLog 24 Aug 2009 02:00:05 -0000 1.123
26 @@ -1,6 +1,13 @@
27 # ChangeLog for dev-python/python-docs
28 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v 1.122 2009/08/16 08:20:49 fauli Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v 1.123 2009/08/24 02:00:05 arfrever Exp $
31 +
32 +*python-docs-3.1.1 (24 Aug 2009)
33 +
34 + 24 Aug 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
35 + -python-docs-2.5.1.ebuild, -python-docs-2.6.2.ebuild,
36 + -python-docs-3.1.ebuild, +python-docs-3.1.1.ebuild:
37 + Version bump.
38
39 16 Aug 2009; Christian Faulhammer <fauli@g.o>
40 python-docs-2.6.2-r1.ebuild:
41
42
43
44 1.1 dev-python/python-docs/python-docs-3.1.1.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-docs/python-docs-3.1.1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-docs/python-docs-3.1.1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: python-docs-3.1.1.ebuild
50 ===================================================================
51 # Copyright 1999-2009 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-3.1.1.ebuild,v 1.1 2009/08/24 02:00:05 arfrever Exp $
54
55 DESCRIPTION="HTML documentation for Python"
56 HOMEPAGE="http://www.python.org/doc/"
57 SRC_URI="http://www.python.org/ftp/python/doc/${PV}/python-${PV}-docs-html.tar.bz2"
58
59 LICENSE="PSF-2.2"
60 SLOT="3.1"
61 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
62 IUSE=""
63
64 DEPEND=">=app-admin/eselect-python-20090606"
65 RDEPEND="${DEPEND}"
66
67 S="${WORKDIR}/python-${PV}-docs-html"
68
69 src_install() {
70 docinto html
71 cp -R [a-z]* _static "${D}/usr/share/doc/${PF}/html"
72
73 echo "PYTHONDOCS_${SLOT//./_}=\"/usr/share/doc/${PF}/html/library\"" > "60python-docs-${SLOT}"
74 doenvd "60python-docs-${SLOT}"
75 }
76
77 pkg_postinst() {
78 :
79 # eselect python update --ignore 3.0 --ignore 3.1 --ignore 3.2
80 }
81
82 pkg_postrm() {
83 # eselect python update --ignore 3.0 --ignore 3.1 --ignore 3.2
84
85 if ! has_version "<dev-python/python-docs-${SLOT}_alpha" && ! has_version ">=dev-python/python-docs-${SLOT%.*}.$((${SLOT#*.}+1))_alpha"; then
86 rm -f "${ROOT}etc/env.d/65python-docs"
87 fi
88 }