Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/bottle: bottle-0.11.6.ebuild ChangeLog
Date: Tue, 05 Mar 2013 09:23:54
Message-Id: 20130305092349.2E5752171D@flycatcher.gentoo.org
1 scarabeus 13/03/05 09:23:49
2
3 Modified: ChangeLog
4 Added: bottle-0.11.6.ebuild
5 Log:
6 Add latest version as contributed by Ondrej Sukup during the Gentoo track on installfest. The test phase was removed as it was not actually doing much of the real testing.
7
8 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
9
10 Revision Changes Path
11 1.5 dev-python/bottle/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bottle/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bottle/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bottle/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/bottle/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 13 Nov 2012 10:41:41 -0000 1.4
24 +++ ChangeLog 5 Mar 2013 09:23:49 -0000 1.5
25 @@ -1,6 +1,13 @@
26 # ChangeLog for dev-python/bottle
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/ChangeLog,v 1.4 2012/11/13 10:41:41 idella4 Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/ChangeLog,v 1.5 2013/03/05 09:23:49 scarabeus Exp $
31 +
32 +*bottle-0.11.6 (05 Mar 2013)
33 +
34 + 05 Mar 2013; Tomáš Chvátal <scarabeus@g.o> +bottle-0.11.6.ebuild:
35 + Add latest version as contributed by Ondrej Sukup during the Gentoo track on
36 + installfest. The test phase was removed as it was not actually doing much of
37 + the real testing.
38
39 14 Nov 2012; Ian Delaney <idella4@g.o> metadata.xml:
40 Updating maintainer, metadata.xml
41
42
43
44 1.1 dev-python/bottle/bottle-0.11.6.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bottle/bottle-0.11.6.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bottle/bottle-0.11.6.ebuild?rev=1.1&content-type=text/plain
48
49 Index: bottle-0.11.6.ebuild
50 ===================================================================
51 # Copyright 1999-2013 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/bottle-0.11.6.ebuild,v 1.1 2013/03/05 09:23:49 scarabeus Exp $
54
55 EAPI=5
56
57 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy{1_8,1_9,2_0})
58 inherit distutils-r1 python-r1
59
60 DESCRIPTION="A fast and simple micro-framework for small web-applications"
61 HOMEPAGE="http://pypi.python.org/pypi/bottle http://bottlepy.org/"
62 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
63
64 LICENSE="MIT"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86"
67 IUSE=""
68
69 DEPEND=""
70 RDEPEND="${DEPEND}"