Gentoo Archives: gentoo-commits

From: Ian Delaney <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/whisper/
Date: Sun, 27 Dec 2015 01:23:12
Message-Id: 1451179371.bb374a7016cca421675a2c73ecea4b1d0f0371ce.idella4@gentoo
1 commit: bb374a7016cca421675a2c73ecea4b1d0f0371ce
2 Author: Ian Delaney <idella4 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 27 01:21:58 2015 +0000
4 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 27 01:22:51 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb374a70
7
8 dev-python/whisper: bump to vn. 0.9.15
9
10 Package-Manager: portage-2.2.24
11
12 dev-python/whisper/Manifest | 1 +
13 dev-python/whisper/whisper-0.9.15.ebuild | 18 ++++++++++++++++++
14 2 files changed, 19 insertions(+)
15
16 diff --git a/dev-python/whisper/Manifest b/dev-python/whisper/Manifest
17 index 73445e3..8816b56 100644
18 --- a/dev-python/whisper/Manifest
19 +++ b/dev-python/whisper/Manifest
20 @@ -1 +1,2 @@
21 DIST whisper-0.9.13.tar.gz 14028 SHA256 6ba106b7271a69ead72b63f6dd5192aa1816cbec376caa491b4e63af28c17262 SHA512 b4b46bb7f31ecb766495f5f592fb2f9a754f5f38f83f071b533d4302b95808b9b4046bf7769bfa0d7713633344c7c693b57dd550b52acec4617257eba68634c1 WHIRLPOOL c9fdffdcd1bb539037a2e880a82335020c05d2196033842b2da1eb84809184747e7454b3696b11cf3fe9877bf313dea27cac47f7d784b01e9c8fc06796e1e499
22 +DIST whisper-0.9.15.tar.gz 15655 SHA256 426b92cba867728a90a743e26dba4c71634c411450307934137e73cb3bbc13b2 SHA512 bdc9d299ed713a3fc6104938c347682562d5f17a7f3650d823f9814410dc934899b81bb2f42f52e9cc25313d8ed33f7b4def6d8945561d63f6237492bda2a5e6 WHIRLPOOL 43b1c2c4897f3aa6c714dec8c44d81adc3cf2a5f19c45e93afa874dde6a8c204ce33c70301b206e9a220e75980f086b681a7816966dcebe922553fdffdfba82b
23
24 diff --git a/dev-python/whisper/whisper-0.9.15.ebuild b/dev-python/whisper/whisper-0.9.15.ebuild
25 new file mode 100644
26 index 0000000..e16feac
27 --- /dev/null
28 +++ b/dev-python/whisper/whisper-0.9.15.ebuild
29 @@ -0,0 +1,18 @@
30 +# Copyright 1999-2015 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +# $Id$
33 +
34 +EAPI=5
35 +
36 +PYTHON_COMPAT=( python2_7 pypy )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="Fixed size round-robin style database"
41 +HOMEPAGE="http://graphite.wikidot.com/"
42 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 +
44 +LICENSE="Apache-2.0"
45 +KEYWORDS="~amd64 ~x86"
46 +SLOT="0"
47 +IUSE=""