Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | profiles: Mask python:3.3 | Mike Gilbert | 2016-09-03 | 2 | -0/+9 |
| | |||||
* | dev-python/winpdb: remove old | Mike Gilbert | 2016-09-03 | 1 | -40/+0 |
| | | | | Package-Manager: portage-2.3.0_p24 | ||||
* | dev-python/winpdb: stabilize 1.4.8-r1 | Mike Gilbert | 2016-09-03 | 1 | -2/+2 |
| | | | | Package-Manager: portage-2.3.0_p24 | ||||
* | dev-python/singledispatch: drop useless revbump | Mike Gilbert | 2016-09-03 | 1 | -21/+0 |
| | | | | | | This was a backport from the standard library. Package-Manager: portage-2.3.0_p24 | ||||
* | dev-python/pathlib: drop useless revbump | Mike Gilbert | 2016-09-03 | 1 | -19/+0 |
| | | | | | | | This added python 3.4 an 3.4 to a module that already exists in the standard library. Package-Manager: portage-2.3.0_p24 | ||||
* | www-client/firefox: bump 48.0 to 48.0.1 | Ian Stakenvicius | 2016-09-03 | 2 | -86/+86 |
| | | | | Package-Manager: portage-2.2.28 | ||||
* | www-client/firefox-bin: version bump to 48.0.1 | Ian Stakenvicius | 2016-09-03 | 2 | -87/+87 |
| | | | | Package-Manager: portage-2.2.28 | ||||
* | profiles: mask dev-python/simpletal | Mike Gilbert | 2016-09-03 | 1 | -0/+5 |
| | |||||
* | dev-python/mypy: remove version 0.4.1 | Alex Brandt | 2016-09-03 | 2 | -44/+0 |
| | | | | Package-Manager: portage-2.3.0 | ||||
* | dev-python/mypy: add version 0.4.4 | Alex Brandt | 2016-09-03 | 2 | -0/+43 |
| | | | | Package-Manager: portage-2.3.0 | ||||
* | dev-python/botocore: remove version 1.4.43 | Alex Brandt | 2016-09-03 | 2 | -55/+0 |
| | | | | Package-Manager: portage-2.3.0 | ||||
* | dev-python/botocore: add version 1.4.49 | Alex Brandt | 2016-09-03 | 2 | -0/+55 |
| | | | | Package-Manager: portage-2.3.0 | ||||
* | dev-python/s3transfer: rectify metadata overwrite | Alex Brandt | 2016-09-03 | 1 | -0/+4 |
| | | | | | | | | | | | xiamao pointed out that I accidentally threw this work overtop of existing work. He suggested I at least merge the metadata with that in 6d3d8a71c0e825a77ced7588ddd5133026e07992 and this commit does that. If there are any other problems due to this error, I'm sorry and feel free to perform any necessary cleanups. Package-Manager: portage-2.3.0 | ||||
* | dev-perl/File-LibMagic: new package, a perl interface to libmagic. | Michael Orlitzky | 2016-09-03 | 3 | -0/+57 |
| | | | | Package-Manager: portage-2.2.28 | ||||
* | dev-libs/capstone: respect gentoo toolchain overrides, bug #592778 | Sergei Trofimovich | 2016-09-03 | 1 | -0/+22 |
| | | | | | | | | | | Respect AR, CC, CFLAGS, LDFLAGS, RANLIB, $libdir. Thanks to Mike Auty who provided an example fix. Reported-by: Mike Auty Bug: https://bugs.gentoo.org/592778 Package-Manager: portage-2.3.0 | ||||
* | dev-python/h5py: drop rm -r _build || die | Mike Gilbert | 2016-09-03 | 1 | -1/+0 |
| | | | | | | Bug: https://bugs.gentoo.org/591736 Package-Manager: portage-2.3.0_p24 | ||||
* | www-client/chromium: stable channel bump | Mike Gilbert | 2016-09-03 | 2 | -2/+2 |
| | | | | Package-Manager: portage-2.3.0_p24 | ||||
* | xfce-extra/xfce4-weather-plugin: Version bump to 0.8.8 | Michał Górny | 2016-09-03 | 2 | -0/+39 |
| | |||||
* | net-misc/aria2: Version bump to 1.26.1 (assertion fix) | Michał Górny | 2016-09-03 | 2 | -0/+151 |
| | |||||
* | dev-libs/jsoncpp: Version bump to 1.7.5 (minor fixes) | Michał Górny | 2016-09-03 | 2 | -0/+75 |
| | |||||
* | sci-biology/biopython: Version bump | David Seifert | 2016-09-03 | 2 | -0/+57 |
| | | | | Package-Manager: portage-2.3.0 | ||||
* | sys-apps/baselayout: Do not complain about lib+lib32 when it is valid | Michał Górny | 2016-09-03 | 1 | -1/+1 |
| | | | | | | | Remove the error on 'lib' directory with SYMLINK_LIB=no multilib layout if lib32 is a valid directory as well. This fixes the wrong assert in the new no-lib-symlink profile while preserving the check on regular lib+lib64 profile. | ||||
* | sys-apps/baselayout: Fix SYMLINK_LIB=no to create lib dir instead of sym | Michał Górny | 2016-09-03 | 1 | -3/+1 |
| | | | | | Fix the 'else' branch of SYMLINK_LIB=no code to create 'lib' as a directory rather than a symlink. | ||||
* | sys-libs/glibc: Do not reset multilib vars unless cross-compiling, #588368 | Michał Górny | 2016-09-03 | 1 | -1/+2 |
| | | | | | | Do not call multilib_env_reset unless cross-compiling, in order to prevent the function from redefining profile-defined variables such as LIBDIR_*. | ||||
* | multilib.eclass: get_exeext for mingw/cygwin exe suffix, #588330 | Michał Górny | 2016-09-03 | 1 | -0/+14 |
| | | | | | | | | | Add a get_exeext function that can be used to obtain executable program suffix specific to the platform, in line with get_libname and get_modname. It is necessary to correctly reference built programs on non-standard platforms where executables use some suffix (like .exe). Original author: Gerhard Bräunlich | ||||
* | sys-devel/clang: Bump to 3.9.0 | Michał Górny | 2016-09-03 | 2 | -1/+1 |
| | |||||
* | sys-devel/llvm: Bump to 3.9.0 release (no changes since rc3) | Michał Górny | 2016-09-03 | 3 | -14/+13 |
| | |||||
* | sys-apps/servicelog: Version bump. | Jeroen Roovers | 2016-09-03 | 2 | -0/+33 |
| | | | | Package-Manager: portage-2.3.0 | ||||
* | sys-fs/iprutils: Old. | Jeroen Roovers | 2016-09-03 | 4 | -156/+0 |
| | | | | Package-Manager: portage-2.3.0 | ||||
* | sys-fs/iprutils: Version bump. | Jeroen Roovers | 2016-09-03 | 2 | -0/+56 |
| | | | | Package-Manager: portage-2.3.0 | ||||
* | net-analyzer/nmap: Version bump. | Jeroen Roovers | 2016-09-03 | 2 | -0/+173 |
| | | | | Package-Manager: portage-2.3.0 | ||||
* | net-misc/youtube-dl: Old. | Jeroen Roovers | 2016-09-03 | 2 | -95/+0 |
| | | | | Package-Manager: portage-2.3.0 | ||||
* | net-misc/youtube-dl: Version bump. | Jeroen Roovers | 2016-09-03 | 2 | -0/+95 |
| | | | | Package-Manager: portage-2.3.0 | ||||
* | www-client/vivaldi: Stable for AMD64 x86 too. | Jeroen Roovers | 2016-09-03 | 1 | -1/+1 |
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --ignore-arches | ||||
* | www-client/vivaldi: Old. | Jeroen Roovers | 2016-09-03 | 2 | -108/+0 |
| | | | | Package-Manager: portage-2.3.0 | ||||
* | media-libs/gd: Stable for HPPA PPC64 (bug #587662). | Jeroen Roovers | 2016-09-03 | 1 | -1/+1 |
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --ignore-arches | ||||
* | www-client/vivaldi: Version bump. | Jeroen Roovers | 2016-09-03 | 2 | -0/+108 |
| | | | | Package-Manager: portage-2.3.0 | ||||
* | dev-python/numba: Bump | Patrick Lauer | 2016-09-03 | 2 | -0/+67 |
| | | | | Package-Manager: portage-2.3.0 | ||||
* | sci-biology/bwa: Version bump to 0.7.15 | David Seifert | 2016-09-03 | 3 | -7/+6 |
| | | | | Package-Manager: portage-2.3.0 | ||||
* | sci-biology/tophat: Various QA fixes, handle python properly | David Seifert | 2016-09-03 | 1 | -4/+14 |
| | | | | | | | | | | * Add subslot operator := for dev-libs/boost * DEPEND on virtual/pkgconfig * Add missing ${PYTHON_REQUIRED_USE} and ${PYTHON_DEPS} * Install python scripts and modules properly using 'python_doscript' and 'python_domodule' Package-Manager: portage-2.3.0 | ||||
* | dev-lang/php-5.6.24-r0: add alpha keyword | Tobias Klausmann | 2016-09-03 | 1 | -1/+1 |
| | | | | Gentoo-Bug: 589232 | ||||
* | dev-db/mariadb-10.0.26-r0: add alpha keyword | Tobias Klausmann | 2016-09-03 | 1 | -1/+1 |
| | | | | Gentoo-Bug: 589346 | ||||
* | dev-lang/php-5.5.38-r0: add alpha keyword | Tobias Klausmann | 2016-09-03 | 1 | -1/+1 |
| | | | | Gentoo-Bug: 589232 | ||||
* | dev-ruby/rails: add rails 5.0.0.1 | Hans de Graaff | 2016-09-03 | 2 | -0/+46 |
| | | | | Package-Manager: portage-2.2.28 | ||||
* | dev-ruby/railties: add rails 5.0.0.1 | Hans de Graaff | 2016-09-03 | 2 | -0/+75 |
| | | | | Package-Manager: portage-2.2.28 | ||||
* | dev-ruby/activerecord: add rails 5.0.0.1 | Hans de Graaff | 2016-09-03 | 2 | -0/+81 |
| | | | | Package-Manager: portage-2.2.28 | ||||
* | dev-ruby/actionmailer: add rails 5.0.0.1 | Hans de Graaff | 2016-09-03 | 2 | -0/+48 |
| | | | | Package-Manager: portage-2.2.28 | ||||
* | dev-ruby/actionpack: add rails 5.0.0.1 | Hans de Graaff | 2016-09-03 | 2 | -0/+65 |
| | | | | Package-Manager: portage-2.2.28 | ||||
* | dev-ruby/actionview: add rails 5.0.0.1 | Hans de Graaff | 2016-09-03 | 2 | -0/+57 |
| | | | | Package-Manager: portage-2.2.28 | ||||
* | dev-ruby/activejob: add rails 5.0.0.1 | Hans de Graaff | 2016-09-03 | 2 | -0/+45 |
| | | | | Package-Manager: portage-2.2.28 |