summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-benchmarks/sysbench: bump to 1.0.9Tomáš Mózes2017-10-083-0/+88
| | | | Closes:#5870
* dev-lisp/cl-unicode: Uses common-lisp-3 eclass functionChema Alonso Josa2017-10-081-10/+1
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-ruby/capybara: add 2.15.4Hans de Graaff2017-10-082-0/+51
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-ruby/capybara: cleanupHans de Graaff2017-10-083-100/+0
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-ruby/arel-helpers: add 2.5.0Hans de Graaff2017-10-082-0/+33
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-qt: version bump 5.9.2Michael Palimaka2017-10-08118-0/+2216
| | | | | Bug: https://bugs.gentoo.org/625258 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* qt5-build.eclass: don't add a test dependency for dev-qt/qtwebkitMichael Palimaka2017-10-081-1/+1
| | | | | The test dependency for dev-qt/qtwebkit will now be handled manually in that ebuild as pinned Qt dependencies are no longer used there.
* qt5-build.eclass: drop insecure git:// URL from EGIT_REPO_URIDavide Pesavento2017-10-081-3/+2
|
* qt5-build.eclass: adapt to changes in Qt 5.9 gitJan Kundrát2017-10-081-3/+5
| | | | | | | | | | | | | | | | | | | | | A recent commit upstream [1] renamed some configure tests which resulted in a broken build. It seems that these sed invocations were effectively a no-op since at least [2] which apparently removed the last instance of qmake's `-nocache` argument. This seding was in place in the qt5-build.eclass since its very beginning. I believe that the explanatory comment does not effectively match what the code (might have been trying to) do. It seems that the real origin dates back to 2015 when it was added [3] to the qt4-build-multilib.eclass by @pesa. Given that this `sed` was not doing anything for the past year anyway and that nobody reported a bug about that AFAIK and that it started breaking the build, it is safe to remove it now. [1] https://code.qt.io/cgit/qt/qtbase.git/commit/?id=b0060d1056d6d1752d91652261de97db909c7862 [2] https://code.qt.io/cgit/qt/qtbase.git/commit/?id=d90db0f136d727f8e6b9a566eee3eae80cd7d81e [3] https://github.com/gentoo/gentoo-gitmig-20150809-draft/commit/265a3c916261b238bc12505a031d92225b1d7056
* qt5-build.eclass: handle live minor versions >=10Michael Palimaka2017-10-081-1/+1
|
* qt5-build.eclass: create a forwarding header for qtbaseMichael Palimaka2017-10-081-0/+7
| | | | | | | Since 5.8, the build system no longer creates a forwarding header causing the system config to be used instead of what was passed to configure. Gentoo-bug: 599636
* qt5-build.eclass: simplify conditional since 5.8.0 is goneDavide Pesavento2017-10-081-2/+1
|
* qt5-build.eclass: cleanup iconv handlingDavide Pesavento2017-10-081-1/+2
|
* qt5-build.eclass: Fix qtbase configure for {5,5.8}.9999Jimi Huotari2017-10-081-1/+3
| | | | | | | | Upstream has removed an "unused Xlib's XRender dependency", which results into live and future packages failing during their configure phases due to an unknown command line option (-xrender or -no-xrender). http://code.qt.io/cgit/qt/qtbase.git/commit/?id=d37c353dc0f2ae5bb803fe9e5752eff846246439
* qt5-build.eclass: fix avoiding qmake recompilation for Qt 5.8 and laterMichael Palimaka2017-10-081-2/+8
| | | | See qtbase commit 4ce0beee1b69a8695fc24a244a8a3053711906ac.
* qt5-build.eclass: introduce qt_use_disable_configMichael Palimaka2017-10-081-0/+23
| | | | Similar to qt_use_disable_mod, this function helps avoid automagic dependencies.
* qt5-build.eclass: adjust to upstream multimedia build system changes in qtbaseMichael Palimaka2017-10-081-2/+2
| | | | | Change-Id: I1a2ee8be3efb7c4ee9a29d2a8e3fc1f3eea704fc Gentoo-bug: 600226
* dev-perl/DBI-Shell: Fix '.' in @INC w/ rbump bug #615592Kent Fredric2017-10-085-0/+143
| | | | | | | | | | | - EAPI6 - Fix (runtime) '.' in @INC issue - fix no_chrdir issue with newer File::Find - fix localisation of $^W ( started warning in 5.10 ) - silenct warning about excess sprintf Bug: https://bugs.gentoo.org/615592 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/Devel-SmallProf: Fix perl 5.26 support re bug #615590Kent Fredric2017-10-082-0/+89
| | | | | | | | - Runtime code for .smallprof file loading changed needing rbump - Tests patched for loading with new "do" syntax. Bug: https://bugs.gentoo.org/615590 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* sys-libs/glibc: Replace the last absolute symlink with a relative oneAndreas K. Hüttel2017-10-082-2/+2
| | | | Package-Manager: Portage-2.3.11, Repoman-2.3.2
* app-backup/burp: bump to 2.1.20Marek Szuba2017-10-084-0/+148
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.1
* www-apps/piwigo: 2.9.2 bumpBernard Cafarelli2017-10-082-0/+44
| | | | Package-Manager: Portage-2.3.11, Repoman-2.3.3
* www-apps/piwigo: drop oldBernard Cafarelli2017-10-083-88/+0
| | | | Package-Manager: Portage-2.3.11, Repoman-2.3.3
* dev-perl/Net-Daemon: Fix configfile reading bug #633722Kent Fredric2017-10-082-0/+56
| | | | | | | | | | - r1bump because this changes runtime code - will need restable because this needs testing to happen - tests restored, please do not disable them all again - EAPI6 Bug: https://bugs.gentoo.org/633722 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* kde-apps/cantor: Set SRC_URIAndreas Sturmlechner2017-10-071-0/+2
| | | | Package-Manager: Portage-2.3.11, Repoman-2.3.3
* net-p2p/syncthing: bump to 0.14.38Marek Szuba2017-10-072-0/+124
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.1
* www-client/firefox: Fix pgo builds with gcc-6.4 bug #633640Jory A. Pratt2017-10-072-2/+2
| | | | Package-Manager: Portage-2.3.11, Repoman-2.3.3
* kde-misc/kio-locate: Set KDE_HANDBOOK=forceoptionalAndreas Sturmlechner2017-10-071-1/+1
| | | | | | | | Can't be set to optional until ported away from kdelibs4support. Reported-by: groepaz@gmx.net Gentoo-bug: 633666 Package-Manager: Portage-2.3.11, Repoman-2.3.3
* kde-plasma/kdeplasma-addons: Tarball respunAndreas Sturmlechner2017-10-071-1/+1
| | | | Package-Manager: Portage-2.3.11, Repoman-2.3.3
* dev-db/pgadmin3: Bump to 1.22.2, fix startup crashAaron W. Swenson2017-10-073-0/+57
| | | | | | | | | Bump to version 1.22.2. Also fix crash on start up when using GCC 6. Thanks torto09. Gentoo-Bug: https://bugs.gentoo.org/629422 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-db/postgresql: Improved systemd supportAaron W. Swenson2017-10-0710-11/+2954
| | | | | | | | | Now multiple slots can run simultaneously. Thank you Evert. Bump live ebuild EAPI to 6 and switched to git-r3 eclass. Gentoo-Bug: https://bugs.gentoo.org/632496 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-vcs/monotone: Drop proxied maintainerJonas Stein2017-10-071-20/+11
| | | | | | | | Proxied maintainer confirmed by mail, that he is not maintaining this package since +7 years. Closes: https://bugs.gentoo.org/633202 Package-Manager: Portage-2.3.11, Repoman-2.3.3
* www-apps/otrs: remove vulnerable versions.Patrice Clement2017-10-073-308/+0
| | | | | Bug: https://bugs.gentoo.org/631638 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/DBI: Bump to version 1.637 re bug #614644Kent Fredric2017-10-082-0/+33
| | | | | | | | | | | | | | | | Upstream: - Fix CWE-134 where possible crashes can occur due to db errors containing a "%" - Fix extension detection for DBD::File related drivers - Fixes for dot-in-inc on 5.26 - Fix loss of error message on parent handle - Fix $_ disappearing inside callbacks - Objects now allowed as passwords without die()ing - $sth NAME_* attributes now settable from Perl - Add support for DBD::XMLSimple Bug: https://bugs.gentoo.org/614644 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* profiles: add hardened to the new 17.0 profile for amd64Magnus Granberg2017-10-072-0/+3
|
* dev-perl/Devel-NYTProf: Fix test failure without '.' in @INC bug #615734Kent Fredric2017-10-082-2/+43
| | | | | Closes: https://bugs.gentoo.org/615734 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* net-misc/memcached: cleanupMatthew Thode2017-10-078-657/+0
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* app-admin/augeas: 1.9.0 bupMatthew Thode2017-10-072-0/+47
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* net-misc/dhcpcd: 7.0.0_rc3 version bumpWilliam Hubbs2017-10-072-0/+149
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* net-misc/ntpclient: put docs in DOCS array.Patrice Clement2017-10-071-3/+4
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* net-misc/ntpclient: version bump to 2017.217.bes.internal2017-10-072-0/+26
| | | | | | | A new release from the fork of the original author mainline has been released on Github. Closes: https://github.com/gentoo/gentoo/pull/5492
* x11-misc/xdg-utils: add missing dbus-related deps.Mike Gilbert2017-10-071-5/+10
| | | | | | | | | | xdg-screensaver calls dbus-send and executes some perl. Drop the 'perl' USE flag since it now becomes mostly useless. Package-Manager: Portage-2.3.6_p39, Repoman-2.3.3_p17 Bug: https://bugs.gentoo.org/611696 Closes: https://github.com/gentoo/gentoo/pull/5627
* app-crypt/seahorse: accept GnuPG 2.2.0.Francesco Turco2017-10-071-1/+5
| | | | | | | | Upstream commit: https://git.gnome.org/browse/seahorse/commit/?id=31a9a6ffc10f9737e70d7f0051ff590ff284ad07. Closes: https://bugs.gentoo.org/629864 Closes: https://github.com/gentoo/gentoo/pull/5620
* app-misc/pet: install zsh completion scripts.Vladimir Pavljuchenkov (SpiderX)2017-10-071-0/+58
| | | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2 Closes: https://bugs.gentoo.org/630606 Closes: https://github.com/gentoo/gentoo/pull/5710
* app-editors/atom: add Gentoo Prefix support.Alexey Stukalov2017-10-074-11/+83
| | | | | | This PR fixes a few issues with relative paths. Closes: https://github.com/gentoo/gentoo/pull/5872
* net-im/skypeforlinux: Update descriptions to reflect changes away from P2P ↵Raymond Jennings2017-10-072-2/+2
| | | | | | architecture Closes: https://bugs.gentoo.org/621684
* profiles: generate x86 17.0 profile treeAndreas K. Hüttel2017-10-0719-0/+34
|
* generate sparc 17.0 profile treeAndreas K. Hüttel2017-10-0715-0/+56
|
* generate sh 17.0 profile treeAndreas K. Hüttel2017-10-078-0/+12
|
* generate s390 17.0 profile treeAndreas K. Hüttel2017-10-074-0/+6
|