radhermit 14/06/25 05:24:29 Modified: msgpack-0.4.2.ebuild ChangeLog Log: Fix HOMEPAGE and add pypi site. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.4 dev-python/msgpack/msgpack-0.4.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/msgpack/msgpack-0.4.2.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/msgpack/msgpack-0.4.2.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/msgpack/msgpack-0.4.2.ebuild?r1=1.3&r2=1.4 Index: msgpack-0.4.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/msgpack/msgpack-0.4.2.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- msgpack-0.4.2.ebuild 16 Jun 2014 01:51:57 -0000 1.3 +++ msgpack-0.4.2.ebuild 25 Jun 2014 05:24:29 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/msgpack/msgpack-0.4.2.ebuild,v 1.3 2014/06/16 01:51:57 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/msgpack/msgpack-0.4.2.ebuild,v 1.4 2014/06/25 05:24:29 radhermit Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy ) @@ -11,7 +11,7 @@ MY_P="${MY_PN}-${PV}" DESCRIPTION="MessagePack (de)serializer for Python" -HOMEPAGE="http://msgpack.org https://github.com/msgpack/msgpack/"; +HOMEPAGE="http://msgpack.org https://github.com/msgpack/msgpack-python/ https://pypi.python.org/pypi/msgpack-python/"; SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="Apache-2.0" 1.21 dev-python/msgpack/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/msgpack/ChangeLog?rev=1.21&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/msgpack/ChangeLog?rev=1.21&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/msgpack/ChangeLog?r1=1.20&r2=1.21 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/msgpack/ChangeLog,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- ChangeLog 16 Jun 2014 01:51:57 -0000 1.20 +++ ChangeLog 25 Jun 2014 05:24:29 -0000 1.21 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/msgpack # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/msgpack/ChangeLog,v 1.20 2014/06/16 01:51:57 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/msgpack/ChangeLog,v 1.21 2014/06/25 05:24:29 radhermit Exp $ + + 25 Jun 2014; Tim Harder <radher...@gentoo.org> msgpack-0.4.2.ebuild: + Fix HOMEPAGE and add pypi site. 16 Jun 2014; Ian Delaney <idel...@gentoo.org> msgpack-0.4.2.ebuild: shed un-needed dep nose, fix test phase