Gentoo Archives: gentoo-commits

From: "Ali Polatel (hawking)" <hawking@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/python-bibtex: ChangeLog python-bibtex-1.2.4.ebuild
Date: Fri, 05 Oct 2007 14:51:31
Message-Id: E1IdoNV-0005PS-V5@stork.gentoo.org
1 hawking 07/10/05 14:42:09
2
3 Modified: ChangeLog
4 Added: python-bibtex-1.2.4.ebuild
5 Log:
6 version bump. fixes bug in escaping non title fields
7 (Portage version: 2.1.3.11)
8
9 Revision Changes Path
10 1.11 dev-python/python-bibtex/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-bibtex/ChangeLog?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-bibtex/ChangeLog?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-bibtex/ChangeLog?r1=1.10&r2=1.11
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/ChangeLog,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- ChangeLog 13 Mar 2007 00:06:28 -0000 1.10
23 +++ ChangeLog 5 Oct 2007 14:42:09 -0000 1.11
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-python/python-bibtex
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/ChangeLog,v 1.10 2007/03/13 00:06:28 nattfodd Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/ChangeLog,v 1.11 2007/10/05 14:42:09 hawking Exp $
29 +
30 +*python-bibtex-1.2.4 (05 Oct 2007)
31 +
32 + 05 Oct 2007; Ali Polatel <hawking@g.o> +python-bibtex-1.2.4.ebuild:
33 + version bump. fixes bug in escaping non title fields.
34
35 12 Mar 2007; Alexandre Buisse <nattfodd@g.o> metadata.xml:
36 Replaced text-markup by tex as maintaining herd (text-markup split).
37
38
39
40 1.1 dev-python/python-bibtex/python-bibtex-1.2.4.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.4.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.4.ebuild?rev=1.1&content-type=text/plain
44
45 Index: python-bibtex-1.2.4.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.4.ebuild,v 1.1 2007/10/05 14:42:09 hawking Exp $
50
51 inherit distutils
52
53 DESCRIPTION="A Python extension to parse BibTeX files"
54 HOMEPAGE="http://pybliographer.org/"
55 SRC_URI="mirror://sourceforge/pybliographer/${P}.tar.gz"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
60
61 IUSE=""
62
63 DEPEND=">=dev-libs/glib-2
64 >=app-text/recode-3.6-r1"
65
66 src_test() {
67 ${python} setup.py check || die "tests failed"
68 }
69
70
71
72 --
73 gentoo-commits@g.o mailing list