summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sci-libs/clblas: fixed SRC_URISébastien Fabbro2017-01-041-1/+1
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-text/groonga: Drop oldBrian Evans2017-01-042-92/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-text/groonga: Version bumpBrian Evans2017-01-042-0/+93
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-text/groonga-normalizer-mysql: Version bumpBrian Evans2017-01-042-0/+40
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-python/pygpu: remove doc building, not ready yetSébastien Fabbro2017-01-041-12/+1
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-libs/nss: amd64 stable wrt bug #593070Aaron Bauman2017-01-041-1/+1
|
* net-libs/libisds: Removed old.Lars Wendler2017-01-042-63/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-libs/libisds: Bumped live ebuild to EAPI-6.Lars Wendler2017-01-041-18/+17
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-libs/libisds: Bump to version 0.10.6Lars Wendler2017-01-042-0/+56
| | | | | | Thanks to Petr Pisar for reporting this in bug #587590. Package-Manager: Portage-2.3.3, Repoman-2.3.1
* www-client/opera-developer: Old.Jeroen Roovers2017-01-042-93/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* www-client/opera-developer: Version bump.Jeroen Roovers2017-01-042-0/+93
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* sys-apps/gawk: fix compilation on SolarisFabian Groffen2017-01-041-1/+7
| | | | Package-Manager: portage-2.3.0
* sci-misc/boinc: Rename desktop file to boincmgr.desktopSven Eden2017-01-043-0/+12
| | | | | | | | | | | | | | | | | Gentoo-Bug: 599910 This is a workaround to the following issue: The desktop entry filename and the executable filename are different. Binary: boincmgr Desktop file: boincmgr-boinc.desktop This causes GNOME to use an ugly icon in the launcher. It is also not possible to add the BOINC icon to the favorites. Renaming the desktop file to boincmgr.desktop fixes both issues, although this is only a hotfix. The GNOME shell should be perfectly capable of using any well formed desktop file regardless of its name. Package-Manager: portage-2.3.3 Closes: https://github.com/gentoo/gentoo/pull/3056
* sci-misc/boinc: Remove obsolete ebuilds, everybody should update.Sven Eden2017-01-043-478/+0
| | | | | Package-Manager: portage-2.3.3 Closes: https://github.com/gentoo/gentoo/pull/3056
* sci-misc/boinc: Update init script to fix bug 584386 and 603522Sven Eden2017-01-042-23/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Gentoo-Bug: 584386 The boinc init script starts boinc_client in daemon mode, and relies on boinccmd to send a quit signal to stop the service. This leads to the following two problems: 1) It is not possible to generate a pid file, as the pid read from the started boinc_client is invalid after it forked to background. 2) The stop command immediately returns, but boinc_client can still be active for a long time, over a minute in fact, while it is stopping running projects and cleaning up its work data. This is especially problematic when boinc is stopped while shutting down the machine. Gentoo-Bug: 603522 The init script for boinc calls "chown -R" on "${RUNTIMEDIR}". This leads to the security issue, that the "boinc" user can create a hardlink within ${RUNTIMEDIR} pointing to a file that he does not own, and the next time the daemon is started, the init script (as root) will give ownership of the *target* of the hardlink to the boinc user. This commit removes the usage of "chown -R" from start_pre(), and adds a single call to "chown" to create_work_directory() if, and only if the working directory has been newly created. Other fixes and changes: Another problem found is the function cuda_check(), which assumes the cuda libraries to be installed in /opt/cuda/lib, leading to an invalid symlink for libcudart.so on 64 bit machines where the library is installed in /opt/cuda/lib64. This commit changes the following behaviour, besides some long overdue cleanup: 1) start() no longer uses the --daemon option of the boinc_client, but the --background option of the start-stop-daemon command. Further it creates a pid file in the path set by the new config variable BOINC_PIDFILE, that has been added to boinc.conf. 2) stop() no longer uses boinccmd to send a quit signal, but uses the --stop and --pidfile options of the start-stop-daemon command. The waiting time should be large enough to successfully await the end of the exiting task of the boinc_client program. 3) cuda_check() now checks the validity of the libcudart.so symlink and removes it if it is invalid. Further it looks for a present libcudart.so library in /opt/cuda/lib* and picks the newest found to create a new symlink if none is present. 4) The suspend() and resume() functions have been updated to use the start-stop-daemon command, so both the user:group and a possibly required password are now used to circumvent authentication errors. Package-Manager: portage-2.3.3 Closes: https://github.com/gentoo/gentoo/pull/3056
* dev-python/pyproj: 1.9.5.1 bump, add python 3 support, bug #598758Bernard Cafarelli2017-01-042-0/+38
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-misc/wcd: Removed old.Lars Wendler2017-01-042-52/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-misc/wcd: Bump to version 5.3.4Lars Wendler2017-01-043-0/+119
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* media-gfx/nvidia-texture-tools: upgrade to EAPI=6Kacper Kołodziej2017-01-043-4/+76
| | | | Package-Manager: portage-2.3.2
* media-gfx/nvidia-texture-tools: fix cpp14 compilation errors; bug #594938Kacper Kołodziej2017-01-042-1/+61
| | | | Package-Manager: portage-2.3.2
* net-analyzer/hexinject: new packageKacper Kołodziej2017-01-044-0/+72
| | | | | Package-Manager: portage-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/2933
* dev-libs/libxml2: amd64 stable wrt bug #597116Aaron Bauman2017-01-041-1/+1
|
* sys-apps/pcsc-lite: amd64 stable wrt bug #604574Aaron Bauman2017-01-041-2/+2
|
* dev-util/drone-ui: Add new snapshotManuel Rüger2017-01-042-0/+22
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-util/pkgconfig: fix compilation of included glib on SolarisFabian Groffen2017-01-041-1/+9
| | | | Package-Manager: portage-2.3.0
* app-emulation/docker-compose: Add new snapshot supporting compose version 3Manuel Rüger2017-01-042-0/+68
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-crypt/gnupg: Fix CNAME dns regression introduced in 2.1.17Kristian Fiskerstrand2017-01-042-3/+49
| | | | | | | Upstream patch to fix CNAME DNS regression introduced in released 2.1.17 relating to trailing dot in name. Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-util/ragel: verison bump 7.0.0.9Anthony Ryan2017-01-042-0/+31
| | | | | | | | | * EAPI=6 * Drop all inherits * New dependency on dev-util/colm (rekeywording) Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/3078
* dev-lang/mujs: version bump to 0_p20161202charIes172017-01-042-0/+32
| | | | | | | | | | | Upstream says it solves CVE-2016-7563 and CVE-2016-7564. Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=595538 - Removed src_install - Replaced eapply with PATCHES array - Do not inherit eutils - Then moving from 20161031 to 20161202 snapshot Closes: https://github.com/gentoo/gentoo/pull/3094
* x11-libs/libqxt: Add gcc 6 patchMatthew Dawson2017-01-042-1/+14
| | | | | Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/3102
* dev-python/neovim-python-client: Bump to 0.1.12Aric Belsito2017-01-042-0/+31
| | | | Closes: https://github.com/gentoo/gentoo/pull/3124
* dev-tex/latexdiff: add missing dep on ↵Alexis Ballier2017-01-041-0/+1
| | | | | | dev-texlive/texlive-genericrecommended, bug #604274 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-tex/latexdiff: add missing latex-base dep, bug #604276Alexis Ballier2017-01-041-1/+2
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* media-libs/rubberband: remove oldAlexis Ballier2017-01-043-89/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* media-libs/x265: remove oldAlexis Ballier2017-01-047-768/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* x11-libs/libva: pull intel driver as pdepend when video_cards_i965 is set. ↵Alexis Ballier2017-01-042-3/+5
| | | | | | Bug #604248. Package-Manager: Portage-2.3.3, Repoman-2.3.1
* x11-libs/libva: remove oldAlexis Ballier2017-01-044-261/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* media-video/mkvtoolnix: add qtconcurrent missing dep, should help in bug #604188Alexis Ballier2017-01-041-1/+2
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-ml/ocaml-sqlite3: bump to 4.1.1Alexis Ballier2017-01-042-0/+30
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-ml/lwt: bump to 2.7.0Alexis Ballier2017-01-042-0/+43
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-ml/ocsigen-start: add missing dep on ocaml-imagemagick and drop now ↵Alexis Ballier2017-01-043-25/+6
| | | | | | useless patch Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-ml/OCaml-ImageMagick: Use find_install target for installing so that it ↵Alexis Ballier2017-01-041-3/+6
| | | | | | | | gets installed under proper name. Add proper subslot. Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-ml/ocaml-safepass: bump to 2.0Alexis Ballier2017-01-042-0/+24
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* sys-boot/cromwell-bin: Port to EAPI=6David Seifert2017-01-042-14/+24
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* sys-boot/cromwell-bin: update HOMEPAGE, #472076Wim Muskee2017-01-042-4/+4
| | | | Closes: https://github.com/gentoo/gentoo/pull/3222
* app-emulation/dosemu: fix build failure against flex-2.6.3, bug #604610Sergei Trofimovich2017-01-042-1/+17
| | | | | | | Reported-by: Toralf Förster Bug: https://bugs.gentoo.org/604610 Package-Manager: Portage-2.3.3_p17, Repoman-2.3.1_p10
* app-misc/ca-certificates: amd64 stable wrt bug #604502Agostino Sarubbo2017-01-041-2/+2
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-util/dput-ng: amd64 stable wrt bug #590682Agostino Sarubbo2017-01-041-2/+2
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* x11-libs/libva-intel-driver: amd64 stable wrt bug #590362Agostino Sarubbo2017-01-041-2/+2
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* x11-libs/libva: amd64 stable wrt bug #590362Agostino Sarubbo2017-01-041-2/+2
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>