Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/msgpack: msgpack-0.4.2.ebuild ChangeLog
Date: Wed, 25 Jun 2014 05:24:33
Message-Id: 20140625052429.AE28D2004E@flycatcher.gentoo.org
1 radhermit 14/06/25 05:24:29
2
3 Modified: msgpack-0.4.2.ebuild ChangeLog
4 Log:
5 Fix HOMEPAGE and add pypi site.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
8
9 Revision Changes Path
10 1.4 dev-python/msgpack/msgpack-0.4.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/msgpack/msgpack-0.4.2.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/msgpack/msgpack-0.4.2.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/msgpack/msgpack-0.4.2.ebuild?r1=1.3&r2=1.4
15
16 Index: msgpack-0.4.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/msgpack/msgpack-0.4.2.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- msgpack-0.4.2.ebuild 16 Jun 2014 01:51:57 -0000 1.3
23 +++ msgpack-0.4.2.ebuild 25 Jun 2014 05:24:29 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/msgpack/msgpack-0.4.2.ebuild,v 1.3 2014/06/16 01:51:57 idella4 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/msgpack/msgpack-0.4.2.ebuild,v 1.4 2014/06/25 05:24:29 radhermit Exp $
29
30 EAPI=5
31 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
32 @@ -11,7 +11,7 @@
33 MY_P="${MY_PN}-${PV}"
34
35 DESCRIPTION="MessagePack (de)serializer for Python"
36 -HOMEPAGE="http://msgpack.org https://github.com/msgpack/msgpack/"
37 +HOMEPAGE="http://msgpack.org https://github.com/msgpack/msgpack-python/ https://pypi.python.org/pypi/msgpack-python/"
38 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
39
40 LICENSE="Apache-2.0"
41
42
43
44 1.21 dev-python/msgpack/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/msgpack/ChangeLog?rev=1.21&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/msgpack/ChangeLog?rev=1.21&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/msgpack/ChangeLog?r1=1.20&r2=1.21
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-python/msgpack/ChangeLog,v
53 retrieving revision 1.20
54 retrieving revision 1.21
55 diff -u -r1.20 -r1.21
56 --- ChangeLog 16 Jun 2014 01:51:57 -0000 1.20
57 +++ ChangeLog 25 Jun 2014 05:24:29 -0000 1.21
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-python/msgpack
60 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-python/msgpack/ChangeLog,v 1.20 2014/06/16 01:51:57 idella4 Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-python/msgpack/ChangeLog,v 1.21 2014/06/25 05:24:29 radhermit Exp $
63 +
64 + 25 Jun 2014; Tim Harder <radhermit@g.o> msgpack-0.4.2.ebuild:
65 + Fix HOMEPAGE and add pypi site.
66
67 16 Jun 2014; Ian Delaney <idella4@g.o> msgpack-0.4.2.ebuild:
68 shed un-needed dep nose, fix test phase