summaryrefslogtreecommitdiff
path: root/sys-devel
Commit message (Collapse)AuthorAge
* sys-devel/prelink: drop old versionsMike Frysinger2015-11-07
|
* sys-devel/distcc: arm stable, bug #421481Markus Meier2015-11-05
| | | | | Package-Manager: portage-2.2.23 RepoMan-Options: --include-arches="arm"
* sys-devel/distcc: sparc stable wrt bug #421481Agostino Sarubbo2015-11-05
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="sparc"
* sys-devel/clang: Remove versions requiring removed llvm versionsMichał Górny2015-11-04
|
* sys-devel/llvm: clean unused versionsBernard Cafarelli2015-11-04
| | | | Package-Manager: portage-2.2.23
* sys-devel/distcc: x86 stable wrt bug #421481Agostino Sarubbo2015-11-03
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"
* sys-devel/distcc: add alpha keywordTobias Klausmann2015-11-01
| | | | | | Gentoo-Bug: 421481 Package-Manager: portage-2.2.23
* sys-devel/gcc: Stable for HPPA (bug #561844).Jeroen Roovers2015-10-31
| | | | | Package-Manager: portage-2.2.23 RepoMan-Options: --ignore-arches
* sys-devel/kgcc64: Stable for HPPA (bug #561844).Jeroen Roovers2015-10-31
| | | | | Package-Manager: portage-2.2.23 RepoMan-Options: --ignore-arches
* sys-devel/distcc: ppc stable wrt bug #421481Agostino Sarubbo2015-10-30
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="ppc"
* sys-devel/clang: Prefix loveJustin Lecher2015-10-28
| | | | | Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* sys-devel/distcc: Fix for prefixJustin Lecher2015-10-28
| | | | | Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* sys-devel/llvm: fix compilation on armv5Bernard Cafarelli2015-10-27
| | | | | | | Bug #562706 by maekke compiler-rt forces some -march flags when detecting arm Package-Manager: portage-2.2.23
* sys-devel/distcc: amd64 stable wrt bug #421481Agostino Sarubbo2015-10-27
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64"
* sys-devel/gcc: add upstream fix for checking JNI headers in some locales #563710Mike Frysinger2015-10-27
|
* sys-devel/distcc: Stable for HPPA PPC64 (bug #421481).Jeroen Roovers2015-10-24
| | | | | Package-Manager: portage-2.2.23 RepoMan-Options: --ignore-arches
* sys-devel/distcc: fix documentation pathSergey Popov2015-10-22
| | | | | | | | | Documentation about using distcc in Gentoo were moved to wiki, fix apropriate URLs Gentoo-Bug: 534502 Package-Manager: portage-2.2.20
* sys-devel/distcc: revision bumpSergey Popov2015-10-22
| | | | | | | | | | Distcc-config appears to be installed twice, which is wrong. Also, create separate subdirectory for config files and initscripts, related to 3.2 branch of package. Drop old revision. Gentoo-Bug: 523658 Package-Manager: portage-2.2.20
* sys-devel/distcc: fix path to make.conf in pkg_postinst tips sectionSergey Popov2015-10-22
| | | | | | | | | Tips section about how to use distcc mentioned old location for make.conf file Gentoo-Bug: 555542 Package-Manager: portage-2.2.23
* sys-devel/distcc: Remove old. Fix one type.Jeroen Roovers2015-10-22
| | | | Package-Manager: portage-2.2.23
* sys-devel/bmake: bump to 20151010Alexis Ballier2015-10-20
| | | | Package-Manager: portage-2.2.23
* sys-devel/llvm: adjust llvm[ocaml] blocker, thanks uzuBernard Cafarelli2015-10-19
| | | | Package-Manager: portage-2.2.23
* Update remote-idsJustin Lecher2015-10-16
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* sys-devel/binutils-config: clean out dwp binary too #562524Alexander Tsoy2015-10-15
|
* dev-libs/libiconv: split out from gettextMike Frysinger2015-10-12
| | | | | | | The gettext ebuild is big and fat and full of tools/deps that are independent of libintl. Since slimming that down with USE flags gets ugly fast (it provides multiple libs in addition to tools), just create a dedicated libintl package.
* sys-devel/gettext: respect USE=nls all the timeMike Frysinger2015-10-12
| | | | | | Building of the libiconv library is orthogonal to general nls support, so respect that configure flag for all builds and not just the system libiconv cases.
* sys-devel/gettext: simplify configure flag setup slightlyMike Frysinger2015-10-12
| | | | | We don't really need to omit these flags when building the shared libs, so move them all into one common block to simplify the code a bit.
* sys-devel/gettext: switch C++ disabling to new configure flagMike Frysinger2015-10-12
| | | | Rather than clobber CXX ourselves, use the new --disable-c++ flag.
* sys-devel/gettext: bump EAPI to use subslots on libs #562584Mike Frysinger2015-10-12
|
* sys-devel/gettext: sort IUSE properlyMike Frysinger2015-10-12
|
* sys-devel/gettext: drop old emul-linux-x86-baselibs logicMike Frysinger2015-10-12
| | | | | These packages were dropped from the tree a while ago, and they're masked now entirely in the profile, so drop them to simplify things a bit.
* sys-devel/gettext: fix mono/java eclass interaction w/pkg_setupMike Frysinger2015-10-12
| | | | | Both of these eclasses export pkg_setup, but gettext doesn't, so only one of them ends up being run. Make sure we explicitly execute both.
* sys-devel/gettext: drop unused flag-o-matic/multilib inheritsMike Frysinger2015-10-12
| | | | | These were added a while ago for OS X/prefix, but when the code using them was deleted (also years ago), the inherits weren't dropped.
* sys-devel/gettext: drop old acl workaround for cross-compilers #333887Mike Frysinger2015-10-12
| | | | | The new release has happened and all these versions include corrected code with acl compile tests (they assume yes when cross-compiling).
* sys-devel/gettext: fix LICENSE setting to reflect sourceMike Frysinger2015-10-12
|
* sys-devel/llvm: fix lldb build against ncurses[tinfo], bug #560474Bernard Cafarelli2015-10-12
| | | | Package-Manager: portage-2.2.23
* sys-devel/llvm: fix some USE=ocaml issuesBernard Cafarelli2015-10-12
| | | | | | | Bug: 559624 Bug: 562008 Package-Manager: portage-2.2.23
* sys-devel/gdb: force disable guile for now #562902Mike Frysinger2015-10-12
| | | | | | This requires guile-2.x which is masked in the tree, so just disable it for all builds. If the scheme team ever gets around to releasing this, we can make it into a proper USE flag.
* sys-devel/llvm: bump to fix lldb python installBernard Cafarelli2015-10-11
| | | | | | | Bug: 562436 Bug: 562438 Package-Manager: portage-2.2.23
* sys-devel/gcc: fix build w/isl-0.11 #562728Mike Frysinger2015-10-10
|
* fix various encoding corruptionMike Frysinger2015-10-10
|
* sys-devel/gcc: x86 stable, bug #561844Pacho Ramos2015-10-05
| | | | Package-Manager: portage-2.2.22
* sys-devel/byfl: version bump (to fix bug #559872)Christoph Junghans2015-10-04
| | | | Package-Manager: portage-2.2.20.1
* sys-devel/binutils: mark 2.25.1-r1 stable #560792Mike Frysinger2015-10-02
|
* sys-devel/gcc: add upstream fix for ms_abi miscompiles #549768Mike Frysinger2015-10-02
|
* sys-devel/gcc: marked stable for arm, bug #561844 c#5Anthony G. Basile2015-10-02
| | | | Package-Manager: portage-2.2.20.1
* sys-devel/llvm: Add dependency on binutils-libs on latest ~archMichał Górny2015-10-01
| | | | | | | | | | | | Try to fix the issue of llvm being unable to find binutils headers through adding a dependency on sys-libs/binutils-libs. Those headers used to be linked by binutils-config but this behavior changed lately requesting developers to install the additional copies of all libraries and headers instead. Bug: https://bugs.gentoo.org/show_bug.cgi?id=561994 Package-Manager: portage-2.2.20
* sys-devel/kgcc64: drop lingering ppc support #444428Mike Frysinger2015-10-01
|
* sys-devel/gcc: mark 4.9.3 arm64/m68k/s390/sh stable #561844Mike Frysinger2015-10-01
|
* Add missing remote-id type=sourceforgeJustin Lecher2015-10-01
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>