summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-devel/distcc: ppc stable wrt bug #421481Agostino Sarubbo2015-10-301-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="ppc"
* sys-devel/clang: Prefix loveJustin Lecher2015-10-285-11/+11
| | | | | Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* sys-devel/distcc: Fix for prefixJustin Lecher2015-10-281-4/+4
| | | | | Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* sys-devel/llvm: fix compilation on armv5Bernard Cafarelli2015-10-272-0/+20
| | | | | | | 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-271-1/+1
| | | | | 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-273-8/+8
|
* sys-devel/distcc: Stable for HPPA PPC64 (bug #421481).Jeroen Roovers2015-10-241-1/+1
| | | | | Package-Manager: portage-2.2.23 RepoMan-Options: --ignore-arches
* sys-devel/distcc: fix documentation pathSergey Popov2015-10-222-2/+2
| | | | | | | | | 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-224-5/+75
| | | | | | | | | | 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-221-1/+1
| | | | | | | | | 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-2217-721/+2
| | | | Package-Manager: portage-2.2.23
* sys-devel/bmake: bump to 20151010Alexis Ballier2015-10-202-0/+57
| | | | Package-Manager: portage-2.2.23
* sys-devel/llvm: adjust llvm[ocaml] blocker, thanks uzuBernard Cafarelli2015-10-191-1/+1
| | | | Package-Manager: portage-2.2.23
* Update remote-idsJustin Lecher2015-10-162-2/+6
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* sys-devel/binutils-config: clean out dwp binary too #562524Alexander Tsoy2015-10-152-1/+1
|
* dev-libs/libiconv: split out from gettextMike Frysinger2015-10-121-12/+10
| | | | | | | 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-121-8/+3
| | | | | | 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-121-20/+16
| | | | | 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-121-1/+1
| | | | Rather than clobber CXX ourselves, use the new --disable-c++ flag.
* sys-devel/gettext: bump EAPI to use subslots on libs #562584Mike Frysinger2015-10-121-0/+144
|
* sys-devel/gettext: sort IUSE properlyMike Frysinger2015-10-124-4/+4
|
* sys-devel/gettext: drop old emul-linux-x86-baselibs logicMike Frysinger2015-10-124-20/+4
| | | | | 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-124-0/+20
| | | | | 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-124-4/+4
| | | | | 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-124-12/+0
| | | | | 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-124-4/+4
|
* sys-devel/llvm: fix lldb build against ncurses[tinfo], bug #560474Bernard Cafarelli2015-10-122-0/+16
| | | | Package-Manager: portage-2.2.23
* sys-devel/llvm: fix some USE=ocaml issuesBernard Cafarelli2015-10-123-6/+21
| | | | | | | Bug: 559624 Bug: 562008 Package-Manager: portage-2.2.23
* sys-devel/gdb: force disable guile for now #562902Mike Frysinger2015-10-124-0/+8
| | | | | | 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-112-0/+527
| | | | | | | Bug: 562436 Bug: 562438 Package-Manager: portage-2.2.23
* sys-devel/gcc: fix build w/isl-0.11 #562728Mike Frysinger2015-10-102-2/+2
|
* fix various encoding corruptionMike Frysinger2015-10-101-1/+1
|
* sys-devel/gcc: x86 stable, bug #561844Pacho Ramos2015-10-051-1/+1
| | | | Package-Manager: portage-2.2.22
* sys-devel/byfl: version bump (to fix bug #559872)Christoph Junghans2015-10-044-14/+11
| | | | Package-Manager: portage-2.2.20.1
* sys-devel/binutils: mark 2.25.1-r1 stable #560792Mike Frysinger2015-10-021-1/+1
|
* sys-devel/gcc: add upstream fix for ms_abi miscompiles #549768Mike Frysinger2015-10-022-2/+2
|
* sys-devel/gcc: marked stable for arm, bug #561844 c#5Anthony G. Basile2015-10-021-1/+1
| | | | Package-Manager: portage-2.2.20.1
* sys-devel/llvm: Add dependency on binutils-libs on latest ~archMichał Górny2015-10-011-0/+1
| | | | | | | | | | | | 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-013-3/+3
|
* sys-devel/gcc: mark 4.9.3 arm64/m68k/s390/sh stable #561844Mike Frysinger2015-10-011-1/+1
|
* Add missing remote-id type=sourceforgeJustin Lecher2015-10-012-4/+10
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* sys-devel/gcc: amd64 stable wrt bug #561844Mikle Kolyada2015-10-011-1/+1
| | | | Package-Manager: portage-2.2.20.1
* sys-devel/gcc: 4.9.3 stable on ppc and ppc64, bug #561844.Anthony G. Basile2015-09-301-1/+1
| | | | Package-Manager: portage-2.2.20.1
* sys-devel/binutils-hppa64: Bump PATCHVER.Jeroen Roovers2015-09-302-2/+2
| | | | Package-Manager: portage-2.2.20.1
* sys-devel/binutils: Stable for HPPA (bug #560792).Jeroen Roovers2015-09-301-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --ignore-arches
* sys-devel/binutils-hppa64: Stable for HPPA (bug #560792).Jeroen Roovers2015-09-301-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --ignore-arches
* sys-devel/autoconf-archive: Bump to version 2015.09.25Lars Wendler2015-09-292-0/+27
| | | | | Package-Manager: portage-2.2.22 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-devel/clang: fix slot on 3.7.0, thanks klnikita on IRCBernard Cafarelli2015-09-281-1/+1
| | | | Package-Manager: portage-2.2.22
* Rename openoffice herd to office herd in metadataAndreas K. Huettel (dilfridge)2015-09-271-1/+1
|
* sys-devel/kgcc64: Version bump.Jeroen Roovers2015-09-272-0/+58
| | | | Package-Manager: portage-2.2.20.1