summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* xfce-base/xfconf: stable 4.12.1 for ppc, bug #643074Sergei Trofimovich2018-01-071-1/+1
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc"
* xfce-base/xfce4-panel: stable 4.12.2 for ppc, bug #643074Sergei Trofimovich2018-01-071-1/+1
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc"
* xfce-base/xfce4-meta: stable 4.12-r1 for ppc, bug #643074Sergei Trofimovich2018-01-071-1/+1
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc"
* xfce-base/thunar: stable 1.6.13 for ppc, bug #643074Sergei Trofimovich2018-01-071-1/+1
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc"
* xfce-base/libxfcegui4: stable 4.10.0-r2 for ppc, bug #643074Sergei Trofimovich2018-01-071-1/+1
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc"
* xfce-base/libxfce4util: stable 4.13.1 for ppc, bug #643074Sergei Trofimovich2018-01-071-1/+1
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc"
* x11-themes/xfwm4-themes: stable 4.10.0-r1 for ppc, bug #643074Sergei Trofimovich2018-01-071-1/+1
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc"
* x11-terms/xfce4-terminal: stable 0.8.6 for ppc, bug #643074Sergei Trofimovich2018-01-071-1/+1
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc"
* dev-util/xfce4-dev-tools: stable 4.12.0-r1 for ppc, bug #643074Sergei Trofimovich2018-01-071-1/+1
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc"
* app-office/orage: stable 4.12.1-r1 for ppc, bug #643074Sergei Trofimovich2018-01-071-1/+1
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc"
* app-arch/xarchiver: stable 0.5.4.12 for ppc, bug #643074Sergei Trofimovich2018-01-071-1/+1
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc"
* sys-kernel/gentoo-sources: Drop 3.10.X. Please upgrade to newer kernel versions.Mike Pagano2018-01-072-32/+0
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* profiles: drop CROSSCOMPILE_OPTS USE_EXPAND, bug #642712Sergei Trofimovich2018-01-073-12/+4
| | | | | Closes: https://bugs.gentoo.org/642712 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* toolchain.eclass: Migrate CROSSCOMPILE_OPTS=headers-only -> USE=headers-onlySergei Trofimovich2018-01-071-1/+1
| | | | | | | | | | | | | | | | | CROSSCOMPILE_OPTS is a USE_EXPAND of a single item: headers-only. Convert it to a global USE flag instead. Mechanical ebuild rename done as: $ sed -e 's@crosscompile_opts_headers-only@headers-only@g' \ -i $(git grep -l headers-only) 'headers-only' flag is used by crossdev to bootstrap stage1 compiler before libc is available. crossdev switched to USE=headers-only in =sys-devel/crossdev-20171230. Bug: https://bugs.gentoo.org/642712 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* toolchain-glibc.eclass: Migrate CROSSCOMPILE_OPTS=headers-only -> ↵Sergei Trofimovich2018-01-071-1/+1
| | | | | | | | | | | | | | | | | | | USE=headers-only CROSSCOMPILE_OPTS is a USE_EXPAND of a single item: headers-only. Convert it to a global USE flag instead. Mechanical ebuild rename done as: $ sed -e 's@crosscompile_opts_headers-only@headers-only@g' \ -i $(git grep -l headers-only) 'headers-only' flag is used by crossdev to bootstrap stage1 compiler before libc is available. crossdev switched to USE=headers-only in =sys-devel/crossdev-20171230. Bug: https://bugs.gentoo.org/642712 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* kernel-2.eclass: Migrate CROSSCOMPILE_OPTS=headers-only -> USE=headers-onlySergei Trofimovich2018-01-071-2/+2
| | | | | | | | | | | | | | | | | CROSSCOMPILE_OPTS is a USE_EXPAND of a single item: headers-only. Convert it to a global USE flag instead. Mechanical ebuild rename done as: $ sed -e 's@crosscompile_opts_headers-only@headers-only@g' \ -i $(git grep -l headers-only) 'headers-only' flag is used by crossdev to bootstrap stage1 compiler before libc is available. crossdev switched to USE=headers-only in =sys-devel/crossdev-20171230. Bug: https://bugs.gentoo.org/642712 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-embedded/avr-libc: Migrate CROSSCOMPILE_OPTS=headers-only -> ↵Sergei Trofimovich2018-01-071-2/+2
| | | | | | | | | | | | | | | | | | | USE=headers-only CROSSCOMPILE_OPTS is a USE_EXPAND of a single item: headers-only. Convert it to a global USE flag instead. Mechanical ebuild rename done as: $ sed -e 's@crosscompile_opts_headers-only@headers-only@g' \ -i $(git grep -l headers-only) 'headers-only' flag is used by crossdev to bootstrap stage1 compiler before libc is available. crossdev switched to USE=headers-only in =sys-devel/crossdev-20171230. Bug: https://bugs.gentoo.org/642712 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-libs/cygwin: Migrate CROSSCOMPILE_OPTS=headers-only -> USE=headers-onlySergei Trofimovich2018-01-071-5/+5
| | | | | | | | | | | | | | | | | CROSSCOMPILE_OPTS is a USE_EXPAND of a single item: headers-only. Convert it to a global USE flag instead. Mechanical ebuild rename done as: $ sed -e 's@crosscompile_opts_headers-only@headers-only@g' \ -i $(git grep -l headers-only) 'headers-only' flag is used by crossdev to bootstrap stage1 compiler before libc is available. crossdev switched to USE=headers-only in =sys-devel/crossdev-20171230. Bug: https://bugs.gentoo.org/642712 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-util/mingw-runtime: Migrate CROSSCOMPILE_OPTS=headers-only -> ↵Sergei Trofimovich2018-01-074-12/+12
| | | | | | | | | | | | | | | | | | | USE=headers-only CROSSCOMPILE_OPTS is a USE_EXPAND of a single item: headers-only. Convert it to a global USE flag instead. Mechanical ebuild rename done as: $ sed -e 's@crosscompile_opts_headers-only@headers-only@g' \ -i $(git grep -l headers-only) 'headers-only' flag is used by crossdev to bootstrap stage1 compiler before libc is available. crossdev switched to USE=headers-only in =sys-devel/crossdev-20171230. Bug: https://bugs.gentoo.org/642712 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-util/mingw64-runtime: Migrate CROSSCOMPILE_OPTS=headers-only -> ↵Sergei Trofimovich2018-01-0712-36/+36
| | | | | | | | | | | | | | | | | | | USE=headers-only CROSSCOMPILE_OPTS is a USE_EXPAND of a single item: headers-only. Convert it to a global USE flag instead. Mechanical ebuild rename done as: $ sed -e 's@crosscompile_opts_headers-only@headers-only@g' \ -i $(git grep -l headers-only) 'headers-only' flag is used by crossdev to bootstrap stage1 compiler before libc is available. crossdev switched to USE=headers-only in =sys-devel/crossdev-20171230. Bug: https://bugs.gentoo.org/642712 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-util/w32api: Migrate CROSSCOMPILE_OPTS=headers-only -> USE=headers-onlySergei Trofimovich2018-01-072-6/+6
| | | | | | | | | | | | | | | | | CROSSCOMPILE_OPTS is a USE_EXPAND of a single item: headers-only. Convert it to a global USE flag instead. Mechanical ebuild rename done as: $ sed -e 's@crosscompile_opts_headers-only@headers-only@g' \ -i $(git grep -l headers-only) 'headers-only' flag is used by crossdev to bootstrap stage1 compiler before libc is available. crossdev switched to USE=headers-only in =sys-devel/crossdev-20171230. Bug: https://bugs.gentoo.org/642712 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sys-freebsd/freebsd-lib: Migrate CROSSCOMPILE_OPTS=headers-only -> ↵Sergei Trofimovich2018-01-073-12/+12
| | | | | | | | | | | | | | | | | | | USE=headers-only CROSSCOMPILE_OPTS is a USE_EXPAND of a single item: headers-only. Convert it to a global USE flag instead. Mechanical ebuild rename done as: $ sed -e 's@crosscompile_opts_headers-only@headers-only@g' \ -i $(git grep -l headers-only) 'headers-only' flag is used by crossdev to bootstrap stage1 compiler before libc is available. crossdev switched to USE=headers-only in =sys-devel/crossdev-20171230. Bug: https://bugs.gentoo.org/642712 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sys-libs/glibc: Migrate CROSSCOMPILE_OPTS=headers-only -> USE=headers-onlySergei Trofimovich2018-01-0712-35/+35
| | | | | | | | | | | | | | | | | CROSSCOMPILE_OPTS is a USE_EXPAND of a single item: headers-only. Convert it to a global USE flag instead. Mechanical ebuild rename done as: $ sed -e 's@crosscompile_opts_headers-only@headers-only@g' \ -i $(git grep -l headers-only) 'headers-only' flag is used by crossdev to bootstrap stage1 compiler before libc is available. crossdev switched to USE=headers-only in =sys-devel/crossdev-20171230. Bug: https://bugs.gentoo.org/642712 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sys-libs/musl: Migrate CROSSCOMPILE_OPTS=headers-only -> USE=headers-onlySergei Trofimovich2018-01-072-6/+6
| | | | | | | | | | | | | | | | | CROSSCOMPILE_OPTS is a USE_EXPAND of a single item: headers-only. Convert it to a global USE flag instead. Mechanical ebuild rename done as: $ sed -e 's@crosscompile_opts_headers-only@headers-only@g' \ -i $(git grep -l headers-only) 'headers-only' flag is used by crossdev to bootstrap stage1 compiler before libc is available. crossdev switched to USE=headers-only in =sys-devel/crossdev-20171230. Bug: https://bugs.gentoo.org/642712 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sys-libs/newlib: Migrate CROSSCOMPILE_OPTS=headers-only -> USE=headers-onlySergei Trofimovich2018-01-078-16/+16
| | | | | | | | | | | | | | | | | CROSSCOMPILE_OPTS is a USE_EXPAND of a single item: headers-only. Convert it to a global USE flag instead. Mechanical ebuild rename done as: $ sed -e 's@crosscompile_opts_headers-only@headers-only@g' \ -i $(git grep -l headers-only) 'headers-only' flag is used by crossdev to bootstrap stage1 compiler before libc is available. crossdev switched to USE=headers-only in =sys-devel/crossdev-20171230. Bug: https://bugs.gentoo.org/642712 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sys-libs/uclibc: Migrate CROSSCOMPILE_OPTS=headers-only -> USE=headers-onlySergei Trofimovich2018-01-073-9/+9
| | | | | | | | | | | | | | | | | CROSSCOMPILE_OPTS is a USE_EXPAND of a single item: headers-only. Convert it to a global USE flag instead. Mechanical ebuild rename done as: $ sed -e 's@crosscompile_opts_headers-only@headers-only@g' \ -i $(git grep -l headers-only) 'headers-only' flag is used by crossdev to bootstrap stage1 compiler before libc is available. crossdev switched to USE=headers-only in =sys-devel/crossdev-20171230. Bug: https://bugs.gentoo.org/642712 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sys-libs/uclibc-ng: Migrate CROSSCOMPILE_OPTS=headers-only -> USE=headers-onlySergei Trofimovich2018-01-074-12/+12
| | | | | | | | | | | | | | | | | CROSSCOMPILE_OPTS is a USE_EXPAND of a single item: headers-only. Convert it to a global USE flag instead. Mechanical ebuild rename done as: $ sed -e 's@crosscompile_opts_headers-only@headers-only@g' \ -i $(git grep -l headers-only) 'headers-only' flag is used by crossdev to bootstrap stage1 compiler before libc is available. crossdev switched to USE=headers-only in =sys-devel/crossdev-20171230. Bug: https://bugs.gentoo.org/642712 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* profiles/use.desc: add new USE=headers-only global flagSergei Trofimovich2018-01-071-0/+1
| | | | | | | | It's meaning will be the same as CROSSCOMPILE_OPTS=headers-only. The difference is it will not be hidden. Bug: https://bugs.gentoo.org/642712 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* net-firewall/fwbuilder: Drop oldMikle Kolyada2018-01-075-124/+0
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* net-firewall/fwbuilder: amd64 stable wrt bug #639852Mikle Kolyada2018-01-071-2/+2
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* app-arch/unp: amd64 stable wrt bug #642642Mikle Kolyada2018-01-071-2/+2
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* sys-block/partitionmanager: 3.3.1 version bumpAndreas Sturmlechner2018-01-072-0/+37
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* kde-frameworks/kio: Drop oldAndreas Sturmlechner2018-01-071-83/+0
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sys-libs/kpmcore: 3.3.0 version bumpAndreas Sturmlechner2018-01-072-0/+33
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* media-sound/zynaddsubfx bump to 3.0.3Simon van der Veldt2018-01-073-0/+70
|
* app-crypt/gpgme: skip tests when WORKDIR is too longAlon Bar-Lev2018-01-071-7/+9
| | | | | Closes: https://bugs.gentoo.org/643696 Package-Manager: Portage-2.3.13, Repoman-2.3.3
* app-text/texlive-core: bump poppler dep on versions having the poppler 0.60 fix.Alexis Ballier2018-01-072-2/+2
| | | | | Closes: https://bugs.gentoo.org/643760 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* media-gfx/imagemagick: Removed old.Lars Wendler2018-01-078-1301/+0
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* media-gfx/imagemagick: Bump to versions 6.9.9.33 and 7.0.7.21Lars Wendler2018-01-073-0/+372
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* app-crypt/gnupg: amd64 stable wrt bug #643618Mikle Kolyada2018-01-071-1/+1
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-libs/libassuan: amd64 stable wrt bug #643618Mikle Kolyada2018-01-071-1/+1
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* sci-electronics/kicad: Update description of i18n USE flag.Ulrich Müller2018-01-071-1/+1
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* profiles: Remove unused linguas_* from use.desc.Ulrich Müller2018-01-071-6/+0
|
* sys-fs/e2fsprogs: fix build on big endianMike Gilbert2018-01-072-0/+38
| | | | | Closes: https://bugs.gentoo.org/643570 Package-Manager: Portage-2.3.19_p3, Repoman-2.3.6_p37
* sci-mathematics/maxima: Migrate also the stable ebuild to L10N.Ulrich Müller2018-01-072-6/+6
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sys-kernel/dracut: backport support for newer AMD microcodeMike Gilbert2018-01-072-1/+32
| | | | | Closes: https://bugs.gentoo.org/643764 Package-Manager: Portage-2.3.19_p3, Repoman-2.3.6_p37
* app-editors/neovim: switch CMAKE_BUILD_TYPE to Release.Patrice Clement2018-01-073-6/+6
| | | | | Closes: https://bugs.gentoo.org/643712 Package-Manager: Portage-2.3.13, Repoman-2.3.3
* app-editors/neovim: clean up old.Patrice Clement2018-01-072-162/+0
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* sys-boot/unetbootin: Test LINGUAS rather than linguas_* USE flags.Ulrich Müller2018-01-074-28/+12
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* app-text/poppler: Drop oldAndreas Sturmlechner2018-01-071-126/+0
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6