37 Commits

Author SHA1 Message Date
Robin H. Johnson
61b861acd7
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2017-02-28 11:50:50 -08:00
Michał Górny
36c397c3c5
dev-python/pypy: Clean up old versions 2017-02-17 12:44:44 +01:00
Michał Górny
821aaac711
dev-python/pypy: Bump to 5.6.0, #599918
Bump to 5.6.0 release. Includes an updated C/C++ compiler support patch
by Jan Ziak.
2016-12-09 19:10:12 +01:00
Michał Górny
13689849f4
dev-python/pypy: Bump to 5.4.1 2016-09-07 19:10:57 +02:00
Michał Górny
0e52d71f56
dev-python/pypy: Adjust subslot to match ABI ver on 5.4.0
Set subslot on pypy-5.4.0+ to match upstream ABI version, to avoid
unnecessary rebuilds on ABI-compatible upgrades. I was planning to do
this for quite some time but waited for next major bump to avoid
needless rebuilds. Sadly, with each bump I forgot again. Therefore,
let's do this in place while 5.4.0 is still fresh.
2016-09-07 19:10:52 +02:00
Michał Górny
2625ed683a
dev-python/pypy: Bump to 5.4.0 2016-09-03 19:35:32 +02:00
Michał Górny
cc96bf1da3
dev-python/pypy: Remove unnecessary PDEP on python-updater 2016-07-29 17:09:07 +02:00
Michał Górny
57ff7768ae
dev-python/pypy: Bump to 5.3.1, minor fixes 2016-07-03 10:19:07 +02:00
Michał Górny
ec2b13ece4
dev-python/pypy: Bump to 5.3.0 2016-06-09 18:10:21 +02:00
Michał Górny
0c6e5e3785
dev-python/pypy: Add missing resource CFFI build 2016-06-09 18:10:21 +02:00
Michał Górny
6d7f24dae1
dev-python/pypy: Bump to 5.1.1, #578598 2016-06-06 21:16:41 +02:00
Anthony G. Basile
5511b0a8bf
dev-python/pypy: add libressl support
Package-Manager: portage-2.2.28
2016-06-03 08:58:54 -04:00
Michał Górny
1f2cdfa8b8
dev-python/pypy: INSDESTTREE -> custom var, #582982 2016-05-14 11:06:49 +02:00
Michał Górny
e34fc4f424
dev-python/pypy: Fix pax-marking in src_compile() 2016-05-14 11:06:49 +02:00
Michał Górny
9d91181c69
dev-python/pypy: Bump to 5.0.0, #577132 2016-03-12 14:40:46 +01:00
Michał Górny
05bd4dd77c
dev-python/pypy: Drop old 2016-03-03 11:47:37 +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
24c7c04438
dev-python/pypy: Add a live ebuild 2015-12-20 22:13:24 +01:00
Michał Górny
fe012f00fe
dev-python/pypy: Bump to 4.0.1 2015-11-27 20:49:29 +01:00
Michał Górny
ac802704f1
dev-python/pypy: Apply full Gentoo path set, only for Gentoo sys.prefix
Override all default distutils.command.install paths for Gentoo rather
than just scriptdir. However, do that only when install_base equals
the default prefix in which PyPy is installed system-wide.

This fixes both issues resulting from lack of prefix override (like
installing data files in /usr/lib*/pypy), and from overeager prefix
overrides (like virtualenv installing scripts in /usr/bin).

Fixes: https://bugs.gentoo.org/462306
Fixes: https://bugs.gentoo.org/465546
2015-11-27 20:49:29 +01:00
Michał Górny
e1ac9809d4
dev-python/pypy: Remove old 2015-11-27 17:11:08 +01:00
Michał Górny
1220629606
dev-python/pypy*: Fix epython.py module first install 2015-11-12 17:03:16 +01:00
Michał Górny
8400b1cca5
*/pypy: Bump to 4.0.0 (p.masked for testing & binpkg build) 2015-11-08 20:21:47 +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 eaaface92ee81f30a6ac66fe7acbcc42c00dc450.

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
e4fc17c58c
dev-python/pypy*: Fix pkg_{pretend,setup} not to run for binpkgs
Package-Manager: portage-2.2.20
2015-08-23 18:10:59 +02:00
Michał Górny
b52adf1259
dev-python/pypy{,-bin}, virtual/pypy: Remove the 2.3.1 version
Package-Manager: portage-2.2.20
2015-08-23 18:03:03 +02:00
Michał Górny
2fd64a3588
dev-python/pypy-2.6.0: restore more flex ncurses dep, confirmed working
Allow the newer sys-libs/ncurses version as it has been confirmed to
work with pypy-2.6.0.

Bug: https://bugs.gentoo.org/show_bug.cgi?id=557540#c6

Package-Manager: portage-2.2.20
2015-08-15 09:10:46 +02:00
Michał Górny
7525bb1ec2
dev-python/pypy*: require sys-libs/ncurses:5/5 due to cffi use
The cffi modules in dev-python/pypy{,3} are locked to .so.5 ABI.

Package-Manager: portage-2.2.20
2015-08-15 07:44:58 +02:00
Michał Górny
f1a1ce103a
dev-python/pypy*: Fix USE=-ncurses and USE=-gdbm
Fix USE=-ncurses (and USE=-gdbm in pypy-2.6.0) not to try to regenerate
cffi modules for the two.

Bug: https://bugs.gentoo.org/show_bug.cgi?id=557540#c3

Package-Manager: portage-2.2.20
2015-08-15 07:44:57 +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