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/beautifulsoup: ChangeLog beautifulsoup-3.1.0.1.ebuild
Date: Mon, 07 Sep 2009 19:12:41
Message-Id: E1Mkjdn-00038p-U5@stork.gentoo.org
1 patrick 09/09/07 19:12:39
2
3 Modified: ChangeLog
4 Added: beautifulsoup-3.1.0.1.ebuild
5 Log:
6 Bump
7 (Portage version: 2.2_rc40/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.20 dev-python/beautifulsoup/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/beautifulsoup/ChangeLog?rev=1.20&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/beautifulsoup/ChangeLog?rev=1.20&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/beautifulsoup/ChangeLog?r1=1.19&r2=1.20
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v
19 retrieving revision 1.19
20 retrieving revision 1.20
21 diff -u -r1.19 -r1.20
22 --- ChangeLog 30 Apr 2009 17:57:14 -0000 1.19
23 +++ ChangeLog 7 Sep 2009 19:12:39 -0000 1.20
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-python/beautifulsoup
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.19 2009/04/30 17:57:14 patrick Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.20 2009/09/07 19:12:39 patrick Exp $
29 +
30 +*beautifulsoup-3.1.0.1 (07 Sep 2009)
31 +
32 + 07 Sep 2009; Patrick Lauer <patrick@g.o>
33 + +beautifulsoup-3.1.0.1.ebuild:
34 + Bump
35
36 30 Apr 2009; Patrick Lauer <patrick@g.o>
37 -beautifulsoup-3.0.4.ebuild:
38
39
40
41 1.1 dev-python/beautifulsoup/beautifulsoup-3.1.0.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.1.0.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.1.0.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: beautifulsoup-3.1.0.1.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/beautifulsoup/beautifulsoup-3.1.0.1.ebuild,v 1.1 2009/09/07 19:12:39 patrick Exp $
51
52 NEED_PYTHON="2.3"
53
54 inherit distutils
55
56 MY_PN=BeautifulSoup
57 MY_P=${MY_PN}-${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/${MY_PN}/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 }