Gentoo Archives: gentoo-commits

From: "Jesus Rivero (neurogeek)" <neurogeek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pydispatcher: pydispatcher-1.0.1.ebuild ChangeLog pydispatcher-2.0.1.ebuild pydispatcher-1.0.0.ebuild
Date: Wed, 06 Aug 2008 05:46:25
Message-Id: E1KQbqn-0003rY-TD@stork.gentoo.org
1 neurogeek 08/08/06 05:46:21
2
3 Modified: pydispatcher-1.0.1.ebuild ChangeLog
4 Added: pydispatcher-2.0.1.ebuild
5 Removed: pydispatcher-1.0.0.ebuild
6 Log:
7 Version bump. Removed old version. Changed 1.0.1 to use $(python_get_sitedir) (See bug #232575)
8 (Portage version: 2.1.4.4)
9
10 Revision Changes Path
11 1.4 dev-python/pydispatcher/pydispatcher-1.0.1.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pydispatcher/pydispatcher-1.0.1.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pydispatcher/pydispatcher-1.0.1.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pydispatcher/pydispatcher-1.0.1.ebuild?r1=1.3&r2=1.4
16
17 Index: pydispatcher-1.0.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/pydispatcher/pydispatcher-1.0.1.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- pydispatcher-1.0.1.ebuild 1 Apr 2006 15:19:47 -0000 1.3
24 +++ pydispatcher-1.0.1.ebuild 6 Aug 2008 05:46:21 -0000 1.4
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2006 Gentoo Foundation
27 +# Copyright 1999-2008 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pydispatcher/pydispatcher-1.0.1.ebuild,v 1.3 2006/04/01 15:19:47 agriffis Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pydispatcher/pydispatcher-1.0.1.ebuild,v 1.4 2008/08/06 05:46:21 neurogeek Exp $
31
32 inherit distutils
33
34 @@ -22,6 +22,6 @@
35 src_install() {
36 distutils_src_install
37 distutils_python_version
38 - dohtml -r ${D}/usr/lib/python${PYVER}/site-packages/dispatch/docs/*
39 - rm -r ${D}/usr/lib/python${PYVER}/site-packages/dispatch/docs
40 + dohtml -r "${D}/$(python_get_sitedir)"/dispatch/docs/*
41 + rm -r "${D}/$(python_get_sitedir)/dispatch/docs"
42 }
43
44
45
46 1.8 dev-python/pydispatcher/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pydispatcher/ChangeLog?rev=1.8&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pydispatcher/ChangeLog?rev=1.8&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pydispatcher/ChangeLog?r1=1.7&r2=1.8
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-python/pydispatcher/ChangeLog,v
55 retrieving revision 1.7
56 retrieving revision 1.8
57 diff -u -r1.7 -r1.8
58 --- ChangeLog 21 Feb 2007 16:55:22 -0000 1.7
59 +++ ChangeLog 6 Aug 2008 05:46:21 -0000 1.8
60 @@ -1,6 +1,14 @@
61 # ChangeLog for dev-python/pydispatcher
62 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pydispatcher/ChangeLog,v 1.7 2007/02/21 16:55:22 lucass Exp $
64 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
65 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pydispatcher/ChangeLog,v 1.8 2008/08/06 05:46:21 neurogeek Exp $
66 +
67 +*pydispatcher-2.0.1 (06 Aug 2008)
68 +
69 + 06 Aug 2008; Jesus Rivero <neurogeek@g.o>
70 + -pydispatcher-1.0.0.ebuild, pydispatcher-1.0.1.ebuild,
71 + +pydispatcher-2.0.1.ebuild:
72 + Version bump. Removed old version. Changed 1.0.1 to use
73 + $(python_get_sitedir) (See bug #232575)
74
75 21 Feb 2007; Lukasz Strzygowski <lucass@g.o>
76 files/digest-pydispatcher-1.0.0, files/digest-pydispatcher-1.0.1,
77
78
79
80 1.1 dev-python/pydispatcher/pydispatcher-2.0.1.ebuild
81
82 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pydispatcher/pydispatcher-2.0.1.ebuild?rev=1.1&view=markup
83 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pydispatcher/pydispatcher-2.0.1.ebuild?rev=1.1&content-type=text/plain
84
85 Index: pydispatcher-2.0.1.ebuild
86 ===================================================================
87 # Copyright 1999-2008 Gentoo Foundation
88 # Distributed under the terms of the GNU General Public License v2
89 # $Header: /var/cvsroot/gentoo-x86/dev-python/pydispatcher/pydispatcher-2.0.1.ebuild,v 1.1 2008/08/06 05:46:21 neurogeek Exp $
90
91 inherit distutils
92
93 MY_P="PyDispatcher"-${PV}
94
95 DESCRIPTION="Multi-producer-multi-consumer signal dispatching mechanism for Python"
96 HOMEPAGE="http://pydispatcher.sourceforge.net/"
97 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
98
99 LICENSE="BSD"
100 SLOT="0"
101 KEYWORDS="~x86"
102
103 IUSE="doc examples"
104 DEPEND="virtual/python"
105
106 S="${WORKDIR}/${MY_P}"
107
108 src_install() {
109 distutils_src_install
110 distutils_python_version
111
112 if use examples; then
113 insinto /usr/share/doc/"${PF}"/examples
114 doins examples/*
115 fi
116
117 if use doc; then
118 insinto "${ROOT}/usr/share/doc/${PF}/html"
119 doins -r docs/*
120
121 PYTHONPATH=${PYTHONPATH}:/${D}$(python_get_sitedir)
122 ${python} docs/pydoc/builddocs.py
123 dohtml -r *html
124 fi
125
126 }