idella4 15/08/02 00:43:25 Modified: monotonic-0.3.ebuild monotonic-0.2.ebuild ChangeLog Log: add pypy support (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.2 dev-python/monotonic/monotonic-0.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/monotonic/monotonic-0.3.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/monotonic/monotonic-0.3.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/monotonic/monotonic-0.3.ebuild?r1=1.1&r2=1.2 Index: monotonic-0.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/monotonic/monotonic-0.3.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- monotonic-0.3.ebuild 1 Aug 2015 21:10:23 -0000 1.1 +++ monotonic-0.3.ebuild 2 Aug 2015 00:43:25 -0000 1.2 @@ -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/monotonic/monotonic-0.3.ebuild,v 1.1 2015/08/01 21:10:23 alunduil Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/monotonic/monotonic-0.3.ebuild,v 1.2 2015/08/02 00:43:25 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) +PYTHON_COMPAT=( python2_7 python3_3 python3_4 pypy ) inherit distutils-r1 1.2 dev-python/monotonic/monotonic-0.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/monotonic/monotonic-0.2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/monotonic/monotonic-0.2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/monotonic/monotonic-0.2.ebuild?r1=1.1&r2=1.2 Index: monotonic-0.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/monotonic/monotonic-0.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- monotonic-0.2.ebuild 20 Jul 2015 00:07:47 -0000 1.1 +++ monotonic-0.2.ebuild 2 Aug 2015 00:43:25 -0000 1.2 @@ -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/monotonic/monotonic-0.2.ebuild,v 1.1 2015/07/20 00:07:47 alunduil Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/monotonic/monotonic-0.2.ebuild,v 1.2 2015/08/02 00:43:25 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) +PYTHON_COMPAT=( python2_7 python3_3 python3_4 pypy ) inherit distutils-r1 1.3 dev-python/monotonic/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/monotonic/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/monotonic/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/monotonic/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/monotonic/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 1 Aug 2015 21:10:23 -0000 1.2 +++ ChangeLog 2 Aug 2015 00:43:25 -0000 1.3 @@ -1,6 +1,10 @@ # ChangeLog for dev-python/monotonic # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/monotonic/ChangeLog,v 1.2 2015/08/01 21:10:23 alunduil Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/monotonic/ChangeLog,v 1.3 2015/08/02 00:43:25 idella4 Exp $ + + 02 Aug 2015; Ian Delaney <[email protected]> monotonic-0.2.ebuild, + monotonic-0.3.ebuild: + add pypy support *monotonic-0.3 (01 Aug 2015)
