summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-office/pinpoint: amd64 stableAaron Bauman2018-03-301-1/+1
| | | | | Bug: https://bugs.gentoo.org/574384 Package-Manager: Portage-2.3.26, Repoman-2.3.7
* app-shells/posh: amd64 stableAaron Bauman2018-03-301-1/+1
| | | | | Bug: https://bugs.gentoo.org/651536 Package-Manager: Portage-2.3.26, Repoman-2.3.7
* app-shells/bash-completion: amd64 stableAaron Bauman2018-03-301-1/+1
| | | | | Bug: https://bugs.gentoo.org/651534 Package-Manager: Portage-2.3.26, Repoman-2.3.7
* app-misc/dtach: amd64 stableAaron Bauman2018-03-301-1/+1
| | | | | Bug: https://bugs.gentoo.org/651534 Package-Manager: Portage-2.3.26, Repoman-2.3.7
* dev-util/scons: amd64 stableAaron Bauman2018-03-301-1/+1
| | | | | Bug: https://bugs.gentoo.org/651586 Package-Manager: Portage-2.3.26, Repoman-2.3.7
* dev-libs/lzo: amd64 stableAaron Bauman2018-03-301-1/+1
| | | | | Bug: https://bugs.gentoo.org/651584 Package-Manager: Portage-2.3.26, Repoman-2.3.7
* dev-qt/qtchooser: amd64 stableAaron Bauman2018-03-301-1/+1
| | | | | Bug: https://bugs.gentoo.org/651672 Package-Manager: Portage-2.3.26, Repoman-2.3.7
* dev-ros/camera_calibration_parsers: add := dep on yaml-cppAlexis Ballier2018-03-302-4/+4
| | | | Package-Manager: Portage-2.3.27, Repoman-2.3.9
* dev-ros/camera_calibration_parsers: Remove oldAlexis Ballier2018-03-302-28/+0
| | | | Package-Manager: Portage-2.3.27, Repoman-2.3.9
* dev-ros/robot_localization: add := dep on yaml-cppAlexis Ballier2018-03-302-3/+3
| | | | Package-Manager: Portage-2.3.27, Repoman-2.3.9
* dev-ros/map_server: add := dep on yaml-cppAlexis Ballier2018-03-302-2/+2
| | | | Package-Manager: Portage-2.3.27, Repoman-2.3.9
* dev-ros/map_server: Remove oldAlexis Ballier2018-03-302-28/+0
| | | | Package-Manager: Portage-2.3.27, Repoman-2.3.9
* dev-ros/rviz: add := dep on yaml-cppAlexis Ballier2018-03-302-3/+3
| | | | Package-Manager: Portage-2.3.27, Repoman-2.3.9
* dev-ros/rviz: Remove oldAlexis Ballier2018-03-302-70/+0
| | | | Package-Manager: Portage-2.3.27, Repoman-2.3.9
* dev-perl/DBD-mysql: amd64 stableAaron Bauman2018-03-301-1/+1
| | | | | Bug: https://bugs.gentoo.org/623942 Package-Manager: Portage-2.3.26, Repoman-2.3.7
* app-antivirus/clamav: stable 0.99.4-r1 for ia64, bug #649314Sergei Trofimovich2018-03-301-1/+1
| | | | | Package-Manager: Portage-2.3.26, Repoman-2.3.7 RepoMan-Options: --include-arches="ia64"
* app-text/build-docbook-catalog: stable 1.21 for ia64, bug #651888Sergei Trofimovich2018-03-301-1/+1
| | | | | Package-Manager: Portage-2.3.26, Repoman-2.3.7 RepoMan-Options: --include-arches="ia64"
* dev-ruby/rubygems: stable 2.7.6 for ia64, bug #647922Sergei Trofimovich2018-03-301-1/+1
| | | | | Package-Manager: Portage-2.3.26, Repoman-2.3.7 RepoMan-Options: --include-arches="ia64"
* net-proxy/squid: stable 3.5.27-r1 for ppc, bug #645356Sergei Trofimovich2018-03-301-1/+1
| | | | | Package-Manager: Portage-2.3.26, Repoman-2.3.7 RepoMan-Options: --include-arches="ppc"
* dev-db/mysql: stable 5.6.39 for ppc64, bug #644986Sergei Trofimovich2018-03-301-1/+1
| | | | | Package-Manager: Portage-2.3.26, Repoman-2.3.7 RepoMan-Options: --include-arches="ppc64"
* sys-libs/glibc: fix glibc-headers bootstrap on non-multilib hostSergei Trofimovich2018-03-302-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | The error is found by wm_ attempting to build a cross-compiler CHOST=powerpc-unknown-linux-gnu CTARGET=mips64-unknown-linux-gnu Boostrap failed on glibc-headers (./configure phase) as: configure:2623: powerpc-unknown-linux-gnu-gcc -mabi=n32 -c \ -O1 -pipe -U_FORTIFY_SOURCE conftest.c >&5 powerpc-unknown-linux-gnu-gcc: error: \ unrecognized command line option '-mabi=n32'; did you mean '-mabi=d32'? Note how target's ABI is mexed into host's compiler flags. The error above happens on every host=non-multilib target=multilib combination. I've reproduced it on: CHOST=i686-pc-linux-gnu CTARGET=mips64-unknown-linux-gnu The fix is not to inject target's CFLAGS ABI into CC for USE=headers-only bootstrap step as we don't have cross-compiler yet. Tested by successfully bootstrapping cross-compiler on CHOST=i686-pc-linux-gnu CTARGET=mips64-unknown-linux-gnu Package-Manager: Portage-2.3.26, Repoman-2.3.7
* toolchain-glibc.eclass: fix glibc-headers bootstrap on non-multilib hostSergei Trofimovich2018-03-301-0/+8
| | | | | | | | | | | | | | | | | | | | | | | The error is found by wm_ attempting to build a cross-compiler CHOST=powerpc-unknown-linux-gnu CTARGET=mips64-unknown-linux-gnu Boostrap failed on glibc-headers (./configure phase) as: configure:2623: powerpc-unknown-linux-gnu-gcc -mabi=n32 -c -O1 -pipe -U_FORTIFY_SOURCE conftest.c >&5 powerpc-unknown-linux-gnu-gcc: error: unrecognized command line option '-mabi=n32'; did you mean '-mabi=d32'? Note how target's ABI is mexed into host's compiler flags. The error above happens on every host=non-multilib target=multilib combination. I've reproduced it on: CHOST=i686-pc-linux-gnu CTARGET=mips64-unknown-linux-gnu The fix is not to inject target's CFLAGS ABI into CC for USE=headers-only bootstrap step as we don't have cross-compiler yet. Tested by successfully bootstrapping cross-compiler on CHOST=i686-pc-linux-gnu CTARGET=mips64-unknown-linux-gnu Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-libs/glibc: log when ebuild overrides CC/CFLAGSSergei Trofimovich2018-03-303-12/+43
| | | | Package-Manager: Portage-2.3.26, Repoman-2.3.7
* toolchain-glibc.eclass: log when eclass overrides CC/CFLAGSSergei Trofimovich2018-03-301-0/+2
| | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-apps/sysvinit: Bump to version 2.89Lars Wendler2018-03-302-0/+115
| | | | Package-Manager: Portage-2.3.27, Repoman-2.3.7
* media-radio/gpredict: Minor maintenance releaseThomas Beierlein2018-03-302-0/+32
| | | | Package-Manager: Portage-2.3.26, Repoman-2.3.7
* net-vpn/tor: version bump alpha branch to 0.3.3.4Anthony G. Basile2018-03-302-0/+86
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-lang/php: Stable for HPPA too.Jeroen Roovers2018-03-303-3/+3
| | | | | Package-Manager: Portage-2.3.26, Repoman-2.3.7 RepoMan-Options: --ignore-arches
* metadata/repoman: remove experimental files for nowZac Medico2018-03-303-488/+0
| | | | | | This files are all bundled with repoman now. See: https://github.com/gentoo/portage/commit/2ecf4e2b0ebdf727f2210f3b7db600e781cff1c4
* dev-lang/php: Version bump for 5.6.35Brian Evans2018-03-302-0/+776
| | | | Package-Manager: Portage-2.3.26, Repoman-2.3.7
* dev-lang/php: Version bump for 7.0.29Brian Evans2018-03-302-0/+744
| | | | Package-Manager: Portage-2.3.26, Repoman-2.3.7
* app-portage/repoman: version bump to 2.3.9Zac Medico2018-03-302-1/+1
| | | | Package-Manager: Portage-2.3.27, Repoman-2.3.9
* dev-ruby/rr: add ruby25Hans de Graaff2018-03-301-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-ruby/concurrent-ruby: add ruby25Hans de Graaff2018-03-301-2/+2
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* www-apache/passenger: add 5.2.2Hans de Graaff2018-03-302-0/+128
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* www-apache/passenger: cleanupHans de Graaff2018-03-303-256/+0
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-ruby/asciidoctor-diagram: add 1.5.9Hans de Graaff2018-03-302-0/+39
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* kde-apps: Remove KDE Applications 17.08Johannes Huber2018-03-30441-9453/+0
| | | | Package-Manager: Portage-2.3.26, Repoman-2.3.7
* app-portage/repoman: make repoman-2.3.8 require portage-2.3.27Zac Medico2018-03-291-1/+1
| | | | Package-Manager: Portage-2.3.27, Repoman-2.3.8
* app-portage/repoman: version bump to 2.3.8Zac Medico2018-03-292-0/+62
| | | | | | | This release adds support for plugin module systems. See: https://wiki.gentoo.org/wiki/Project:Portage/Repoman-Module-specs Package-Manager: Portage-2.3.27_p1, Repoman-2.3.8
* sys-apps/portage: version bump to 2.3.27Zac Medico2018-03-292-0/+285
| | | | | | | #651952 - INSTALL_MASK: honor install time config for binary packages Closes: https://bugs.gentoo.org/651952 Package-Manager: Portage-2.3.27_p1, Repoman-2.3.8
* dev-perl/XML-TreePP: EAPI6 + testsKent Fredric2018-03-301-0/+22
| | | | | | | | - EAPI6ify - Enable tests ( don't appear to do network IO ) - Cleanup unwanted tests Package-Manager: Portage-2.3.24, Repoman-2.3.6
* app-shells/fish: amd64 stableAaron Bauman2018-03-291-1/+1
| | | | | Bug: https://bugs.gentoo.org/651800 Package-Manager: Portage-2.3.26, Repoman-2.3.7
* app-text/calibre: amd64 stableAaron Bauman2018-03-291-1/+1
| | | | | Bug: https://bugs.gentoo.org/642796 Package-Manager: Portage-2.3.26, Repoman-2.3.7
* dev-python/html5-parser: amd64 stableAaron Bauman2018-03-291-1/+1
| | | | | Bug: https://bugs.gentoo.org/642796 Package-Manager: Portage-2.3.26, Repoman-2.3.7
* media-gfx/iscan-plugin-gt-f720: Remove oldHarri Nieminen2018-03-291-54/+0
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/7649
* lxde-base/lxde-icon-theme: Remove oldcharIes172018-03-291-19/+0
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/7674
* app-misc/lockfile-progs: Use https and update licenseHarri Nieminen2018-03-291-5/+5
| | | | Package-Manager: Portage-2.3.26, Repoman-2.3.7
* app-misc/lockfile-progs: Remove oldHarri Nieminen2018-03-292-25/+0
| | | | | | | Drops stable keywords for s390 and sh Package-Manager: Portage-2.3.26, Repoman-2.3.7 Closes: https://github.com/gentoo/gentoo/pull/7691
* lxde-base/lxde-common: remove unused patchMichael Mair-Keimberger2018-03-291-14/+0
| | | | Closes: https://github.com/gentoo/gentoo/pull/7687