1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
# ChangeLog for dev-python/bottle
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/ChangeLog,v 1.16 2013/09/05 18:46:52 mgorny Exp $
05 Sep 2013; Michał Górny <mgorny@gentoo.org> bottle-0.11.6-r1.ebuild,
bottle-0.11.6.ebuild:
Clean up PYTHON_COMPAT from old implementations.
05 Sep 2013; Agostino Sarubbo <ago@gentoo.org> bottle-0.11.6-r1.ebuild:
Stable for ppc64, wrt bug #482298
04 Sep 2013; Agostino Sarubbo <ago@gentoo.org> bottle-0.11.6-r1.ebuild:
Stable for ppc, wrt bug #482298
03 Sep 2013; Agostino Sarubbo <ago@gentoo.org> bottle-0.11.6-r1.ebuild:
Stable for ia64, wrt bug #482298
02 Sep 2013; Tiziano Müller <dev-zero@gentoo.org> bottle-0.11.6-r1.ebuild:
Fix QA warning (bug #483350) and remove useless inherit.
02 Sep 2013; Agostino Sarubbo <ago@gentoo.org> bottle-0.11.6-r1.ebuild:
Stable for amd64, wrt bug #482298
01 Sep 2013; Tiziano Müller <dev-zero@gentoo.org> bottle-0.11.6-r1.ebuild:
Fix trailing whitespace error
*bottle-0.11.6-r1 (01 Sep 2013)
01 Sep 2013; Tiziano Müller <dev-zero@gentoo.org> +bottle-0.11.6-r1.ebuild:
Do not install /usr/bin/bottle.py anymore (fixes bug #474874).
07 Aug 2013; Michał Górny <mgorny@gentoo.org> bottle-0.11.6.ebuild:
Drop removed Python implementations from PYTHON_COMPAT.
12 Jul 2013; Vicente Olivert Riera <vincent@gentoo.org> bottle-0.11.6.ebuild:
ppc, ppc64 keywords added, bug #468426
03 May 2013; Sergey Popov <pinkbyte@gentoo.org> bottle-0.11.6.ebuild:
Add ~arm keyword, wrt bug #468426
*bottle-0.11.6 (05 Mar 2013)
05 Mar 2013; Tomáš Chvátal <scarabeus@gentoo.org> +bottle-0.11.6.ebuild:
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.
14 Nov 2012; Ian Delaney <idella4@gentoo.org> metadata.xml:
Updating maintainer, metadata.xml
*bottle-0.11.3 (04 Nov 2012)
04 Nov 2012; Ian Delaney <idella4@gentoo.org> +bottle-0.11.3.ebuild:
version bump to bottle-0.11.3
20 May 2012; Kacper Kowalik <xarthisius@gentoo.org> bottle-0.10.9.ebuild:
Don't inherit eutils.eclass since it's not used, drop unnecessary dependecy on
setuptools. Thanks to Arfrever for report
*bottle-0.10.9 (19 May 2012)
19 May 2012; Kacper Kowalik <xarthisius@gentoo.org> +bottle-0.10.9.ebuild,
+metadata.xml:
Initial import, fixes #415539 by Ian Delaney <johneed@hotmail.com>. Thanks to
Mike MacDonald (crazymykl) <crazymykl@gmail.com> and Johan Bergström
(jbergstroem) <bugs@bergstroem.nu> for their work on this ebuild in Sunrise
overlay
|