Gentoo Archives: gentoo-commits

From: "Lukasz Strzygowski (lucass)" <lucass@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyparsing: ChangeLog pyparsing-1.4.8.ebuild pyparsing-1.4.7.ebuild
Date: Sun, 04 Nov 2007 23:29:22
Message-Id: E1Ioou5-0004zR-VH@stork.gentoo.org
1 lucass 07/11/04 23:29:17
2
3 Modified: ChangeLog
4 Added: pyparsing-1.4.8.ebuild
5 Removed: pyparsing-1.4.7.ebuild
6 Log:
7 Version bump. Dropped old version.
8 (Portage version: 2.1.3.16)
9
10 Revision Changes Path
11 1.28 dev-python/pyparsing/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyparsing/ChangeLog?rev=1.28&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyparsing/ChangeLog?rev=1.28&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyparsing/ChangeLog?r1=1.27&r2=1.28
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyparsing/ChangeLog,v
20 retrieving revision 1.27
21 retrieving revision 1.28
22 diff -u -r1.27 -r1.28
23 --- ChangeLog 23 Jul 2007 11:01:15 -0000 1.27
24 +++ ChangeLog 4 Nov 2007 23:29:17 -0000 1.28
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-python/pyparsing
27 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/ChangeLog,v 1.27 2007/07/23 11:01:15 lucass Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/ChangeLog,v 1.28 2007/11/04 23:29:17 lucass Exp $
30 +
31 +*pyparsing-1.4.8 (04 Nov 2007)
32 +
33 + 04 Nov 2007; Lukasz Strzygowski <lucass@g.o>
34 + -pyparsing-1.4.7.ebuild, +pyparsing-1.4.8.ebuild:
35 + Version bump. Dropped old version.
36
37 *pyparsing-1.4.7 (23 Jul 2007)
38
39
40
41
42 1.1 dev-python/pyparsing/pyparsing-1.4.8.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyparsing/pyparsing-1.4.8.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyparsing/pyparsing-1.4.8.ebuild?rev=1.1&content-type=text/plain
46
47 Index: pyparsing-1.4.8.ebuild
48 ===================================================================
49 # Copyright 1999-2007 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/pyparsing-1.4.8.ebuild,v 1.1 2007/11/04 23:29:17 lucass Exp $
52
53 inherit distutils
54
55 DESCRIPTION="pyparsing is an easy-to-use Python module for text parsing"
56 SRC_URI="mirror://sourceforge/pyparsing/${P}.tar.gz"
57 HOMEPAGE="http://pyparsing.wikispaces.com/"
58 LICENSE="MIT"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
61 IUSE="doc examples"
62
63 src_install() {
64 distutils_src_install
65
66 dohtml HowToUsePyparsing.html
67 dodoc CHANGES
68
69 if use doc; then
70 dohtml -r htmldoc/*
71 insinto /usr/share/doc/${PF}
72 doins docs/*.pdf
73 fi
74
75 if use examples; then
76 insinto /usr/share/doc/${PF}
77 doins -r examples
78 fi
79 }
80
81
82
83 --
84 gentoo-commits@g.o mailing list