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/whisper: whisper-0.9.10.ebuild ChangeLog
Date: Mon, 30 Jul 2012 06:50:26
Message-Id: 20120730065010.BB3022004B@flycatcher.gentoo.org
1 patrick 12/07/30 06:50:10
2
3 Modified: ChangeLog
4 Added: whisper-0.9.10.ebuild
5 Log:
6 Bump
7
8 (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.4 dev-python/whisper/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/whisper/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/whisper/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/whisper/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/whisper/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 22 Mar 2012 08:04:38 -0000 1.3
24 +++ ChangeLog 30 Jul 2012 06:50:10 -0000 1.4
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/whisper
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/whisper/ChangeLog,v 1.3 2012/03/22 08:04:38 patrick Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/whisper/ChangeLog,v 1.4 2012/07/30 06:50:10 patrick Exp $
30 +
31 +*whisper-0.9.10 (30 Jul 2012)
32 +
33 + 30 Jul 2012; Patrick Lauer <patrick@g.o> +whisper-0.9.10.ebuild:
34 + Bump
35
36 22 Mar 2012; Patrick Lauer <patrick@g.o> metadata.xml:
37 Adding python herd to metadata.xml
38 @@ -20,4 +25,3 @@
39 13 Sep 2011; Justin Lecher <jlec@g.o> whisper-0.9.8.ebuild,
40 +metadata.xml:
41 Fix Python.eclass usage
42 -
43
44
45
46 1.1 dev-python/whisper/whisper-0.9.10.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/whisper/whisper-0.9.10.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/whisper/whisper-0.9.10.ebuild?rev=1.1&content-type=text/plain
50
51 Index: whisper-0.9.10.ebuild
52 ===================================================================
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/dev-python/whisper/whisper-0.9.10.ebuild,v 1.1 2012/07/30 06:50:10 patrick Exp $
56
57 EAPI=3
58
59 PYTHON_DEPEND="2"
60 SUPPORT_PYTHON_ABIS="1"
61
62 inherit distutils
63
64 DESCRIPTION="Fixed size round-robin style database"
65 HOMEPAGE="http://graphite.wikidot.com/"
66 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
67
68 LICENSE="Apache-2.0"
69 KEYWORDS="~amd64 ~x86"
70 SLOT="0"
71 IUSE=""