Commit Graph

27 Commits

Author SHA1 Message Date
Michał Górny
77720eff10 dev-python/pypy3-bin: Add 5.2.0-alpha1 2016-06-09 21:46:02 +02:00
Michał Górny
e97ecdb746 dev-python/pypy3-bin: Update SRC_URI 2016-06-09 21:46:02 +02:00
Michał Górny
5decd48c87 dev-python/pypy3-bin: INSDESTTREE -> custom var, #582982 2016-05-14 11:06:49 +02:00
Michał Górny
f59d16be9d dev-python/pypy3-bin: pax-mark libpypy-c.so as well 2016-05-14 11:06:49 +02:00
Patrice Clement
7494ce554f dev-python/pypy3-bin: Remove trailing whitespace and clear QA warning.
Package-Manager: portage-2.2.26
2016-05-05 15:03:24 +00:00
PPed72
7488e1201b dev-python/pypy3-bin: fix regression in tkinter
Gentoo-bug: 533384
Fix binary package as well as per mgorny request
Closes: https://github.com/gentoo/gentoo/pull/1326

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
2016-05-05 08:59:13 +00:00
Michał Górny
aa651b62c7 dev-python/pypy3-bin: Drop old 2016-03-03 11:47:37 +01:00
Michał Górny
a85aadd9f2 dev-python/pypy3-bin: Copy patches from dev-python/pypy3 2016-03-03 11:47:37 +01:00
Michał Górny
c5967f5275 dev-python/pypy3-bin: Add RDEPs to DEPEND, and subslots everywhere
Add RDEPENDs to DEPEND since we run the built PyPy in order to generate
CFFI caches and byte-compile modules.

Fixes: https://bugs.gentoo.org/576210
2016-03-03 11:47:37 +01:00
Michał Górny
6adc392405 dev-python/pypy3-bin: Fix path subst in Gentoo install paths 2016-03-03 11:47:37 +01:00
Michał Górny
8afec471ed dev-python/pypy3-bin: Add missing QA_PREBUILT 2016-03-02 21:55:52 +01:00
Michał Górny
e2b1bf5434 dev-python/pypy3-bin: Add nossl2 compatible with openssl-1.0.2g
Add a variant rebuilt using openssl-1.0.2g, that is without SSLv2
routines. This variant can be used both with new and old versions of
OpenSSL.
2016-03-02 21:55:52 +01:00
Michał Górny
44b2bf1075 dev-python/pypy3-bin: Copy Gentoo path fixes from dev-python/pypy 2016-02-06 23:45:07 +01:00
Michał Górny
1ef1c999e1 dev-python/pypy3-bin: Fix ncurses-6 compat, #564454 2016-02-06 23:45:07 +01:00
Michał Górny
36d068cc5e dev-python/pypy3-bin: Remove unused patch 2016-02-06 23:45:07 +01:00
Michał Górny
8849b098c0 Set appropriate maintainer types in metadata.xml (GLEP 67) 2016-01-24 23:58:38 +01:00
Michał Górny
cfd93d768e Replace all herds with appropriate projects (GLEP 67)
Replace all uses of herd with appropriate project maintainers, or no
maintainers in case of herds requested to be disbanded.
2016-01-24 23:58:38 +01:00
Michał Górny
4412ca2c79 Unify quoting in metadata.xml files for machine processing
Force unified quoting in all metadata.xml files since lxml does not
preserve original use of single and double quotes. Ensuring unified
quoting before the process allows distinguishing the GLEP 67-related
metadata.xml changes from unrelated quoting changes.
2016-01-24 23:58:38 +01:00
Michał Górny
2cb56a3dcb dev-python/pypy*: Default to USE=shadowstack to improve compatibility
Prefer the shadowstack gcrootfinder over asmgcc since the latter
strongly relies on specific assembly being generated by gcc and is often
broken by various optimization flags.
2016-01-07 15:54:11 +01:00
Michał Górny
1220629606 dev-python/pypy*: Fix epython.py module first install 2015-11-12 17:03:16 +01:00
Justin Lecher
67064ef687 Update remote-ids
Signed-off-by: Justin Lecher <jlec@gentoo.org>
2015-10-16 15:31:49 +02:00
Mike Frysinger
051ad88caa sys-libs/ncurses: move to SLOT=0 #557472
Use SLOT=0 for installing of main development files like other packages
so we can use other SLOTs for installing SONAME libs for binary packages.
2015-08-26 02:49:08 -04:00
Mike Frysinger
f8eefe5a5c dev-python/pypy*: fix ncurses dep #557472
There is no 5 subslot, so trying to depend on it won't actually work.
2015-08-26 02:45:38 -04:00
Mike Gilbert
1bfb585cc6 Revert DOCTYPE SYSTEM https changes in metadata.xml
repoman does not yet accept the https version.
This partially reverts eaaface92e.

Bug: https://bugs.gentoo.org/552720
2015-08-24 16:30:34 -04:00
Justin Lecher
eaaface92e Use https by default
Convert all URLs for sites supporting encrypted connections from http to https

Signed-off-by: Justin Lecher <jlec@gentoo.org>
2015-08-24 12:49:19 +02:00
Michał Górny
6a7eaefa1c dev-python/pypy*-bin: add subslot deps on sys-libs/ncurses
Package-Manager: portage-2.2.20
2015-08-13 09:31:55 +02:00
Robin H. Johnson
56bd759df1 proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.

This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.

Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.

Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
2015-08-08 17:38:18 -07:00