idella4 15/01/14 04:17:12
Modified: msgpack-0.4.2.ebuild ChangeLog
Removed: msgpack-0.4.1.ebuild msgpack-0.4.0.ebuild
msgpack-0.3.0.ebuild msgpack-0.2.4.ebuild
Log:
clean old impl, rm old
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key
0xB8072B0D)
Revision Changes Path
1.6 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.6&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/msgpack/msgpack-0.4.2.ebuild?rev=1.6&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/msgpack/msgpack-0.4.2.ebuild?r1=1.5&r2=1.6
Index: msgpack-0.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/msgpack/msgpack-0.4.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- msgpack-0.4.2.ebuild 5 Jan 2015 17:02:54 -0000 1.5
+++ msgpack-0.4.2.ebuild 14 Jan 2015 04:17:12 -0000 1.6
@@ -1,9 +1,9 @@
# Copyright 1999-2015 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.5 2015/01/05 17:02:54 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/msgpack/msgpack-0.4.2.ebuild,v
1.6 2015/01/14 04:17:12 idella4 Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
inherit distutils-r1
1.24 dev-python/msgpack/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/msgpack/ChangeLog?rev=1.24&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/msgpack/ChangeLog?rev=1.24&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/msgpack/ChangeLog?r1=1.23&r2=1.24
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/msgpack/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog 10 Jan 2015 06:58:07 -0000 1.23
+++ ChangeLog 14 Jan 2015 04:17:12 -0000 1.24
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/msgpack
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/msgpack/ChangeLog,v 1.23
2015/01/10 06:58:07 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/msgpack/ChangeLog,v 1.24
2015/01/14 04:17:12 idella4 Exp $
+
+ 14 Jan 2015; Ian Delaney <[email protected]> -msgpack-0.2.4.ebuild,
+ -msgpack-0.3.0.ebuild, -msgpack-0.4.0.ebuild, -msgpack-0.4.1.ebuild,
+ msgpack-0.4.2.ebuild:
+ clean old impl, rm old
*msgpack-0.4.4 (10 Jan 2015)