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/buzhug: ChangeLog buzhug-1.5.ebuild
Date: Sun, 01 Mar 2009 23:55:50
Message-Id: E1LdvVc-0007KP-GH@stork.gentoo.org
1 patrick 09/03/01 23:55:48
2
3 Modified: ChangeLog
4 Added: buzhug-1.5.ebuild
5 Log:
6 Bump to 1.5. Removed doc useflag as the docs aren't in the tarball anymore. Fixes #260779
7 (Portage version: 2.2_rc23/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 dev-python/buzhug/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/buzhug/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/buzhug/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/buzhug/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/buzhug/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 24 Jan 2009 15:44:37 -0000 1.2
23 +++ ChangeLog 1 Mar 2009 23:55:48 -0000 1.3
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-python/buzhug
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/buzhug/ChangeLog,v 1.2 2009/01/24 15:44:37 patrick Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/buzhug/ChangeLog,v 1.3 2009/03/01 23:55:48 patrick Exp $
29 +
30 +*buzhug-1.5 (01 Mar 2009)
31 +
32 + 01 Mar 2009; Patrick Lauer <patrick@g.o> +buzhug-1.5.ebuild:
33 + Bump to 1.5. Removed doc useflag as the docs aren't in the tarball
34 + anymore. Fixes #260779
35
36 *buzhug-1.4 (24 Jan 2009)
37
38
39
40
41 1.1 dev-python/buzhug/buzhug-1.5.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/buzhug/buzhug-1.5.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/buzhug/buzhug-1.5.ebuild?rev=1.1&content-type=text/plain
45
46 Index: buzhug-1.5.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-python/buzhug/buzhug-1.5.ebuild,v 1.1 2009/03/01 23:55:48 patrick Exp $
51
52 NEED_PYTHON=2.3
53
54 inherit distutils
55
56 DESCRIPTION="Fast, pure-Python database engine, using a syntax that Python programmers should find very intuitive"
57 HOMEPAGE="http://buzhug.sourceforge.net/"
58 SRC_URI="mirror://sourceforge/${PN}/${P}.zip"
59
60 LICENSE="BSD"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE=""
64
65 DEPEND=">=app-arch/unzip-5"
66 RDEPEND=""
67
68 # docs are no longer in the tarball
69 #src_install() {
70 # distutils_src_install
71 # if use doc; then
72 # cd "${S}/doc"
73 # dohtml *.html *.css
74 # fi
75 #}