Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/dap: dap-2.2.6.3.ebuild ChangeLog dap-2.2.6.4.ebuild
Date: Wed, 02 Jul 2008 16:55:23
Message-Id: E1KE5bs-0005De-EO@stork.gentoo.org
1 bicatali 08/07/02 16:55:12
2
3 Modified: dap-2.2.6.3.ebuild ChangeLog
4 Added: dap-2.2.6.4.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.4 dev-python/dap/dap-2.2.6.3.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dap/dap-2.2.6.3.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dap/dap-2.2.6.3.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dap/dap-2.2.6.3.ebuild?r1=1.3&r2=1.4
15
16 Index: dap-2.2.6.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/dap/dap-2.2.6.3.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- dap-2.2.6.3.ebuild 26 Feb 2008 21:20:27 -0000 1.3
23 +++ dap-2.2.6.3.ebuild 2 Jul 2008 16:55:11 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dap/dap-2.2.6.3.ebuild,v 1.3 2008/02/26 21:20:27 bicatali Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/dap/dap-2.2.6.3.ebuild,v 1.4 2008/07/02 16:55:11 bicatali Exp $
29
30 inherit distutils
31
32 @@ -24,9 +24,9 @@
33
34 DOCS="docs/bugs docs/Changelog docs/history"
35
36 -src_unpack() {
37 - distutils_src_unpack
38 - cd "${S}"
39 +#src_unpack() {
40 +# distutils_src_unpack
41 +# cd "${S}"
42 # removing namespaces in order to avoid annoying warning
43 - sed -i -e '/namespace_packages/d' setup.py
44 -}
45 +# sed -i -e '/namespace_packages/d' setup.py
46 +#}
47
48
49
50 1.3 dev-python/dap/ChangeLog
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dap/ChangeLog?rev=1.3&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dap/ChangeLog?rev=1.3&content-type=text/plain
54 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dap/ChangeLog?r1=1.2&r2=1.3
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/dev-python/dap/ChangeLog,v
59 retrieving revision 1.2
60 retrieving revision 1.3
61 diff -u -r1.2 -r1.3
62 --- ChangeLog 26 Feb 2008 21:20:27 -0000 1.2
63 +++ ChangeLog 2 Jul 2008 16:55:11 -0000 1.3
64 @@ -1,6 +1,12 @@
65 # ChangeLog for dev-python/dap
66 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dap/ChangeLog,v 1.2 2008/02/26 21:20:27 bicatali Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/dev-python/dap/ChangeLog,v 1.3 2008/07/02 16:55:11 bicatali Exp $
69 +
70 +*dap-2.2.6.4 (02 Jul 2008)
71 +
72 + 02 Jul 2008; Sébastien Fabbro <bicatali@g.o> dap-2.2.6.3.ebuild,
73 + +dap-2.2.6.4.ebuild:
74 + Version bump
75
76 26 Feb 2008; Sébastien Fabbro <bicatali@g.o> dap-2.2.6.3.ebuild:
77 removing namespaces in order to avoid annoying warning
78
79
80
81 1.1 dev-python/dap/dap-2.2.6.4.ebuild
82
83 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dap/dap-2.2.6.4.ebuild?rev=1.1&view=markup
84 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dap/dap-2.2.6.4.ebuild?rev=1.1&content-type=text/plain
85
86 Index: dap-2.2.6.4.ebuild
87 ===================================================================
88 # Copyright 1999-2008 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 # $Header: /var/cvsroot/gentoo-x86/dev-python/dap/dap-2.2.6.4.ebuild,v 1.1 2008/07/02 16:55:11 bicatali Exp $
91
92 inherit distutils
93
94 DESCRIPTION="Data Access Protocol client and server"
95 HOMEPAGE="http://pydap.org"
96
97 SRC_URI="http://cheeseshop.python.org/packages/source/d/${PN}/${P}.tar.gz"
98 LICENSE="MIT"
99 SLOT="0"
100 KEYWORDS="~amd64 ~x86"
101 IUSE="server"
102
103 RDEPEND="dev-python/httplib2
104 server? ( dev-python/paste
105 dev-python/pastedeploy
106 dev-python/pastescript
107 dev-python/cheetah )"
108
109 DEPEND="${RDEPEND}
110 dev-python/setuptools"
111
112 DOCS="docs/bugs docs/Changelog docs/history"
113
114 src_unpack() {
115 distutils_src_unpack
116 cd "${S}"
117 # removing namespaces in order to avoid annoying warning
118 sed -i -e '/namespace_packages/d' setup.py
119 }
120
121
122
123 --
124 gentoo-commits@l.g.o mailing list