Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/decorator: decorator-2.3.2.ebuild ChangeLog
Date: Sun, 26 Apr 2009 09:04:56
Message-Id: E1Ly0I5-0006B7-RA@stork.gentoo.org
1 patrick 09/04/26 09:04:49
2
3 Modified: ChangeLog
4 Added: decorator-2.3.2.ebuild
5 Log:
6 Bump to 2.3.2, dep for bug #260168
7 (Portage version: 2.2_rc31/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 dev-python/decorator/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/decorator/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/decorator/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/decorator/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 27 Mar 2009 11:41:12 -0000 1.3
23 +++ ChangeLog 26 Apr 2009 09:04:49 -0000 1.4
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-python/decorator
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v 1.3 2009/03/27 11:41:12 bicatali Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v 1.4 2009/04/26 09:04:49 patrick Exp $
29 +
30 +*decorator-2.3.2 (26 Apr 2009)
31 +
32 + 26 Apr 2009; Patrick Lauer <patrick@g.o> +decorator-2.3.2.ebuild:
33 + Bump to 2.3.2, dep for bug #260168
34
35 *decorator-3.0.1 (27 Mar 2009)
36
37
38
39
40 1.1 dev-python/decorator/decorator-2.3.2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/decorator/decorator-2.3.2.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/decorator/decorator-2.3.2.ebuild?rev=1.1&content-type=text/plain
44
45 Index: decorator-2.3.2.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-2.3.2.ebuild,v 1.1 2009/04/26 09:04:49 patrick Exp $
50
51 inherit distutils
52
53 DESCRIPTION="Simplifies the usage of decorators for the average programmer"
54 HOMEPAGE="http://www.phyast.pitt.edu/~micheles/python/documentation.html"
55 SRC_URI="http://pypi.python.org/packages/source/D/decorator/${P}.tar.gz"
56 LICENSE="BSD"
57 KEYWORDS="~amd64 ~x86"
58 SLOT="0"
59 IUSE="doc"
60 DEPEND="app-arch/unzip"
61 RDEPEND=""
62 DOCS="CHANGES.txt documentation.txt"
63
64 src_install() {
65 distutils_src_install
66 use doc && dohtml documentation.html
67 }