summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-dns/bind-tools: arm stable, bug #598750Markus Meier2016-11-301-1/+1
| | | | | Package-Manager: portage-2.3.2 RepoMan-Options: --include-arches="arm"
* net-dns/bind: arm stable, bug #598750Markus Meier2016-11-301-1/+1
| | | | | Package-Manager: portage-2.3.2 RepoMan-Options: --include-arches="arm"
* net-dns/c-ares: arm stable, bug #595536Markus Meier2016-11-301-1/+1
| | | | | Package-Manager: portage-2.3.2 RepoMan-Options: --include-arches="arm"
* sys-devel/flex: arm stable, bug #589820Markus Meier2016-11-301-1/+1
| | | | | Package-Manager: portage-2.3.2 RepoMan-Options: --include-arches="arm"
* sys-process/audit: arm stable, bug #588734Markus Meier2016-11-301-1/+1
| | | | | Package-Manager: portage-2.3.2 RepoMan-Options: --include-arches="arm"
* net-misc/dhcp: arm stable, bug #576866Markus Meier2016-11-301-1/+1
| | | | | Package-Manager: portage-2.3.2 RepoMan-Options: --include-arches="arm"
* dev-lang/lua: arm stable, bug #520480Markus Meier2016-11-301-1/+1
| | | | | Package-Manager: portage-2.3.2 RepoMan-Options: --include-arches="arm"
* dev-php/pecl-lzf: Drop oldBrian Evans2016-11-302-21/+0
| | | | Package-Manager: portage-2.3.2
* dev-php/pecl-lzf: Version bumpBrian Evans2016-11-302-0/+21
| | | | | | | Drop PHP 5.4 and 5.5 support Add PHP 7.0 support Package-Manager: portage-2.3.2
* dev-php/pecl-libevent: Drop oldBrian Evans2016-11-301-21/+0
| | | | Package-Manager: portage-2.3.2
* dev-php/pecl-libevent: Revbump to drop php 5.5 dependenciesBrian Evans2016-11-301-0/+21
| | | | | | | | This package has not been ported and fails with PHP 7.0. Patches are welcome, but this package is in danger of being dropped when PHP 5.6 becomes obsolete. Package-Manager: portage-2.3.2
* dev-python/virtualenv: Enable pypy3Michał Górny2016-11-301-1/+1
|
* app-admin/puppet: bupMatthew Thode2016-11-302-0/+176
| | | | Package-Manager: portage-2.3.0
* dev-libs/caliper: initial commitChristoph Junghans2016-11-306-0/+371
| | | | | | | This includes patches from LLNL/Caliper#23, LLNL/Caliper#24 and LLNL/Caliper#25 Package-Manager: portage-2.3.0
* dev-python/sphinx: Enable pypy3Michał Górny2016-11-301-1/+1
|
* dev-python/sphinx_rtd_theme: Enable pypy3Michał Górny2016-11-301-2/+2
|
* dev-python/Babel: Enable pypy3Michał Górny2016-11-301-1/+1
|
* dev-python/pytest: Enable pypy3Michał Górny2016-11-301-2/+2
| | | | The tests are no worse than on other implementations.
* dev-python/flask: Backport PyPy3 fix, #601298Michał Górny2016-11-302-1/+50
|
* dev-python/requests: Enable pypy3Michał Górny2016-11-301-1/+1
|
* dev-python/urllib3: Enable pypy3Michał Górny2016-11-301-2/+3
|
* dev-python/nose-exclude: Enable pypy3Michał Górny2016-11-301-1/+1
|
* dev-python/nose-exclude: Re-enable tests in py3Michał Górny2016-11-301-2/+0
|
* dev-python/PySocks: Enable pypy3Michał Górny2016-11-301-1/+1
|
* dev-python/pyopenssl: Enable pypy3Michał Górny2016-11-301-1/+1
|
* dev-python/pyopenssl: Fix running tests and re-enable themMichał Górny2016-11-301-11/+6
|
* virtual/python-cffi: Introduce a virtual for cffi packageMichał Górny2016-11-302-0/+32
|
* dev-python/cryptography: Enable pypy3Michał Górny2016-11-301-2/+2
|
* dev-python/pytest-xdist: Enable pypy3Michał Górny2016-11-301-2/+2
| | | | | Test results for pypy3 only a little worse than for python3*. This thing really needs a proper upstream fix.
* dev-python/readme: Enable pypy3Michał Górny2016-11-301-1/+1
| | | | Tests with pypy3 fail the same way as with other implementations.
* dev-python/bleach: Enable pypy3Michał Górny2016-11-301-1/+1
|
* dev-python/pyflakes: Enable pypy3Michał Górny2016-11-301-1/+1
|
* rustfmt: initial versionDoug Goldstein2016-11-303-0/+78
| | | | This is an initial version of rustfmt.
* eclass/cargo: ensure people have a good cargo dependDoug Goldstein2016-11-301-0/+2
| | | | | | We need at least Cargo 0.13.0 to use the new bits in this eclass. Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
* eclass/cargo: support cargo dependency vendoringDoug Goldstein2016-11-301-19/+38
| | | | | | | | Add support for newer dependency vendoring which allows us to download the dependencies with the package manager and just have cargo use that to compile the package. Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
* dev-util/cargo: preserve older build methodDoug Goldstein2016-11-304-0/+184
| | | | | | | | | Cargo bootstraps itself with a 0.10.0 version of Cargo that does not support the newer features we're rolling into the eclass. As a result this lifts out bits from the eclass and moves it into the Cargo ebuilds so that the eclass can be updated. Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
* eclass/cargo: extend to support building packagesDoug Goldstein2016-11-301-2/+26
| | | | | | | | | Originally this eclass only had the bits to build cargo and not other packages built with cargo. Cargo is a special case and needs to override some parts. This adds the generic case for normal cargo packages, allowing for debug and release builds of packages as well. Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
* sys-kernel/vanilla-sources: Linux patch 3.18.45Mike Pagano2016-11-302-1/+1
| | | | Package-Manager: portage-2.3.0
* Linux 3.18.45. Update gentoo kconfig patch adding CHECKPOINT_RESTORE for ↵Mike Pagano2016-11-302-0/+31
| | | | | | GENTOO_LINUX_INIT_SYSTEMD. See bug #598623. Package-Manager: portage-2.3.0
* app-emulation/free42: Changes eapply_user in src_prepareChema Alonso Josa2016-11-301-1/+1
| | | | Package-Manager: portage-2.3.0
* media-libs/mlt: version bump to 6.4.1Michael Palimaka2016-12-013-0/+209
| | | | | | Gentoo-bug: 601202 Package-Manager: portage-2.3.2
* app-admin/collectd: Bump to v5.6.2Thomas Deutschmann2016-11-302-0/+519
| | | | Package-Manager: portage-2.3.2
* dev-libs/sord: bump serd dep, bug #601284Alexis Ballier2016-11-301-1/+1
| | | | Package-Manager: portage-2.3.2
* media-libs/sratom: bump serd dep, bug #601286Alexis Ballier2016-11-301-1/+1
| | | | Package-Manager: portage-2.3.2
* dev-util/checkbashisms: Removed old.Lars Wendler2016-11-302-44/+0
| | | | Package-Manager: portage-2.3.2
* dev-util/checkbashisms: Bump to version 2.16.10Lars Wendler2016-11-302-0/+44
| | | | Package-Manager: portage-2.3.2
* dev-python/pytest-timeout: Bump to version 1.2.0Lars Wendler2016-11-302-0/+26
| | | | Package-Manager: portage-2.3.2
* dev-python/wstools: Bump to version 0.4.4Lars Wendler2016-11-302-0/+33
| | | | | | Dropped most KEYWORDS because of new dependencies. Package-Manager: portage-2.3.2
* dev-python/pytest-pep8: Initial commit.Lars Wendler2016-11-303-0/+41
| | | | Package-Manager: portage-2.3.2
* kde-apps/cantor: Add missing DEPENDs, improve backends einfoAndreas Sturmlechner2016-12-011-14/+17
| | | | | | Gentoo-bug: 598926 Package-Manager: portage-2.3.0