mgorny 14/04/21 11:18:32 Modified: pypy-bin-2.2.1.ebuild ChangeLog Log: Fix wrong BINHOST, reported by ulm. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.4 dev-python/pypy-bin/pypy-bin-2.2.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy-bin/pypy-bin-2.2.1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy-bin/pypy-bin-2.2.1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy-bin/pypy-bin-2.2.1.ebuild?r1=1.3&r2=1.4 Index: pypy-bin-2.2.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pypy-bin/pypy-bin-2.2.1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- pypy-bin-2.2.1.ebuild 16 Apr 2014 19:58:34 -0000 1.3 +++ pypy-bin-2.2.1.ebuild 21 Apr 2014 11:18:32 -0000 1.4 @@ -1,13 +1,13 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pypy-bin/pypy-bin-2.2.1.ebuild,v 1.3 2014/04/16 19:58:34 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pypy-bin/pypy-bin-2.2.1.ebuild,v 1.4 2014/04/21 11:18:32 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 pypy pypy2_0 ) inherit eutils multilib pax-utils python-any-r1 versionator -BINHOST="http://dev.gentoo.org/~mgorny/dist/${PN}" +BINHOST="http://pypy.aliceinwire.net/pypy-bin/" DESCRIPTION="A fast, compliant alternative implementation of the Python language (binary package)" HOMEPAGE="http://pypy.org/" 1.15 dev-python/pypy-bin/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy-bin/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy-bin/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy-bin/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pypy-bin/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 16 Apr 2014 19:58:34 -0000 1.14 +++ ChangeLog 21 Apr 2014 11:18:32 -0000 1.15 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pypy-bin # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pypy-bin/ChangeLog,v 1.14 2014/04/16 19:58:34 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pypy-bin/ChangeLog,v 1.15 2014/04/21 11:18:32 mgorny Exp $ + + 21 Apr 2014; Michał Górny <[email protected]> pypy-bin-2.2.1.ebuild: + Fix wrong BINHOST, reported by ulm. 16 Apr 2014; Michał Górny <[email protected]> pypy-bin-2.2.1.ebuild: Dep on ncurses[tinfo] since pypy-bin was built this way.
