public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/pypy-bin: pypy-bin-2.2.1.ebuild ChangeLog
@ 2014-04-16 19:58 Michal Gorny (mgorny)
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Gorny (mgorny) @ 2014-04-16 19:58 UTC (permalink / raw
  To: gentoo-commits

mgorny      14/04/16 19:58:34

  Modified:             pypy-bin-2.2.1.ebuild ChangeLog
  Log:
  Dep on ncurses[tinfo] since pypy-bin was built this way.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.3                  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.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy-bin/pypy-bin-2.2.1.ebuild?rev=1.3&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.2&r2=1.3

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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pypy-bin-2.2.1.ebuild	11 Apr 2014 08:19:10 -0000	1.2
+++ pypy-bin-2.2.1.ebuild	16 Apr 2014 19:58:34 -0000	1.3
@@ -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/pypy-bin/pypy-bin-2.2.1.ebuild,v 1.2 2014/04/11 08:19:10 mgorny Exp $
+# $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 $
 
 EAPI=5
 
@@ -61,7 +61,7 @@
 		>=dev-libs/openssl-1.0.1c:0 )
 	( <sys-libs/glibc-2.20:2.2
 		>=sys-libs/glibc-2.15:2.2 )
-	~sys-libs/ncurses-5.9:5
+	~sys-libs/ncurses-5.9:5[tinfo]
 	( <sys-libs/zlib-1.2.9:0
 		>=sys-libs/zlib-1.2.7:0 )
 	sqlite? ( dev-db/sqlite:3 )



1.14                 dev-python/pypy-bin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy-bin/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy-bin/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy-bin/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pypy-bin/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	11 Apr 2014 08:19:10 -0000	1.13
+++ ChangeLog	16 Apr 2014 19:58:34 -0000	1.14
@@ -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.13 2014/04/11 08:19:10 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pypy-bin/ChangeLog,v 1.14 2014/04/16 19:58:34 mgorny Exp $
+
+  16 Apr 2014; Michał Górny <mgorny@gentoo.org> pypy-bin-2.2.1.ebuild:
+  Dep on ncurses[tinfo] since pypy-bin was built this way.
 
   11 Apr 2014; Michał Górny <mgorny@gentoo.org> pypy-bin-2.0.2-r1.ebuild,
   pypy-bin-2.2.1.ebuild:





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pypy-bin: pypy-bin-2.2.1.ebuild ChangeLog
@ 2014-04-21 11:18 Michal Gorny (mgorny)
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Gorny (mgorny) @ 2014-04-21 11:18 UTC (permalink / raw
  To: gentoo-commits

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 <mgorny@gentoo.org> pypy-bin-2.2.1.ebuild:
+  Fix wrong BINHOST, reported by ulm.
 
   16 Apr 2014; Michał Górny <mgorny@gentoo.org> pypy-bin-2.2.1.ebuild:
   Dep on ncurses[tinfo] since pypy-bin was built this way.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-04-21 11:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-21 11:18 [gentoo-commits] gentoo-x86 commit in dev-python/pypy-bin: pypy-bin-2.2.1.ebuild ChangeLog Michal Gorny (mgorny)
  -- strict thread matches above, loose matches on Subject: below --
2014-04-16 19:58 Michal Gorny (mgorny)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox