Gentoo Archives: gentoo-commits

From: "Tiziano Mueller (dev-zero)" <dev-zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/beautifulsoup: ChangeLog beautifulsoup-3.0.5.ebuild
Date: Sat, 23 Feb 2008 18:06:59
Message-Id: E1JSym0-0008IR-0b@stork.gentoo.org
1 dev-zero 08/02/23 18:06:56
2
3 Modified: ChangeLog
4 Added: beautifulsoup-3.0.5.ebuild
5 Log:
6 Version bump (bug #197293).
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.11 dev-python/beautifulsoup/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/beautifulsoup/ChangeLog?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/beautifulsoup/ChangeLog?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/beautifulsoup/ChangeLog?r1=1.10&r2=1.11
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- ChangeLog 6 Oct 2007 20:12:04 -0000 1.10
23 +++ ChangeLog 23 Feb 2008 18:06:55 -0000 1.11
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-python/beautifulsoup
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.10 2007/10/06 20:12:04 dertobi123 Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.11 2008/02/23 18:06:55 dev-zero Exp $
30 +
31 +*beautifulsoup-3.0.5 (23 Feb 2008)
32 +
33 + 23 Feb 2008; Tiziano Müller <dev-zero@g.o>
34 + +beautifulsoup-3.0.5.ebuild:
35 + Version bump (bug #197293).
36
37 06 Oct 2007; Tobias Scherbaum <dertobi123@g.o>
38 beautifulsoup-3.0.4.ebuild:
39
40
41
42 1.1 dev-python/beautifulsoup/beautifulsoup-3.0.5.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.5.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.5.ebuild?rev=1.1&content-type=text/plain
46
47 Index: beautifulsoup-3.0.5.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.5.ebuild,v 1.1 2008/02/23 18:06:55 dev-zero Exp $
52
53 NEED_PYTHON="2.3"
54
55 inherit distutils
56
57 MY_P=BeautifulSoup-${PV}
58
59 DESCRIPTION="HTML/XML parser for quick-turnaround applications like screen-scraping."
60 HOMEPAGE="http://www.crummy.com/software/BeautifulSoup/"
61 SRC_URI="http://www.crummy.com/software/BeautifulSoup/download/${MY_P}.tar.gz"
62 LICENSE="PSF-2.3"
63 SLOT="0"
64 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
65 IUSE=""
66
67 S=${WORKDIR}/${MY_P}
68
69 src_test() {
70 PYTHONPATH="." "${python}" BeautifulSoupTests.py || die "tests failed"
71 }
72
73
74
75 --
76 gentoo-commits@l.g.o mailing list