summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* sys-devel/llvm: Update live ebuild, fix Python installMichał Górny2015-12-053-53/+125
| | | | | | Update the patches and install procedure for git changes. Switch to python-single-r1 as most of the Python components are now installed by CMake.
* sys-devel/llvm: Fix bogus flags and paths in llvm-config, #565358Michał Górny2015-12-023-0/+642
| | | | | | | | | | | | | | | | | | | | | | | Fix llvm-config to avoid bogus results. In particular: 1. Limit --cflags and --cxxflags to package-specific flags. Do not output the whole flag-string used during the build. This fixes libclc build issues when LLVM build flags were not tolerated by clang. 2. Fix library names and paths to use shared library suffix rather than static library suffix, especially that we do not install static libraries. 3. Wipe out --system-libs since they should not be required for dynamic linking. 4. Ban --obj-root and --src-root when running outside source tree, since we are not installing any sources and therefore their results would always be bogus. Based on patch provided by Steven Newbury. Fixes: https://bugs.gentoo.org/565358
* standardize various metadata.xml styleMike Frysinger2015-11-2417-60/+63
|
* sys-devel/autogen: fix use of hardcoded /tmp paths during build #563352Mike Frysinger2015-11-232-0/+21
|
* sys-devel/flex: Removed old.Lars Wendler2015-11-2312-523/+0
| | | | | Package-Manager: portage-2.2.25 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-devel/flex: Bump to version 2.6.0Lars Wendler2015-11-232-0/+69
| | | | | Package-Manager: portage-2.2.25 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-devel/binutils-config: detect broken cross-compiler rpaths #562460Mike Frysinger2015-11-232-1/+10
| | | | | | We've fixed newer cross-binutils builds to use the correct rpaths to find their internal libs, but existing builds remain broken. Add some logic to detect & warn users, but also create the old symlinks so they keep working.
* sys-devel/llvm: Update the patch and ebuild partially scan-* changesMichał Górny2015-11-223-21/+19
| | | | | | | | Upstream has added installation rules for scan-build and scan-view, and make them FHS-aware. This is mostly neat, except that scan-view expects Python modules in /usr/share. The patch and ebuild is partially updated to accomodate this. It will require at least cleaning up /usr/share still.
* sys-devel/ct-ng: remove older versionsAnthony G. Basile2015-11-213-90/+0
| | | | Package-Manager: portage-2.2.20.1
* sys-devel/ct-ng: version bump to 1.22.0Anthony G. Basile2015-11-212-0/+33
| | | | Package-Manager: portage-2.2.20.1
* sys-devel/distcc: s390 stableSergey Popov2015-11-181-1/+1
| | | | | | Gentoo-Bug: 421481 Package-Manager: portage-2.2.23
* sys-devel/distcc: ia64 stable wrt bug #421481Agostino Sarubbo2015-11-161-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="ia64"
* sys-devel/gcc: alpha stable, bug 561844.Matt Turner2015-11-151-1/+1
|
* sys-devel/llvm: fix libxml2 detection for USE=-xml, bug #564804Bernard Cafarelli2015-11-122-3/+16
| | | | | | | | libxml2 search is now correctly disabled for USE=-xml lldb requires libxml2 Port some fixes to live ebuild Package-Manager: portage-2.2.24
* avoid using ${var^} and ${var,} as they do not work in bash-3.2Mike Frysinger2015-11-102-2/+4
| | | | | Once these upgrade to EAPI=6, they can use these case modification features, so leave a reminder note in there.
* sys-devel/prelink: drop old versionsMike Frysinger2015-11-074-250/+0
|
* sys-devel/distcc: arm stable, bug #421481Markus Meier2015-11-051-1/+1
| | | | | Package-Manager: portage-2.2.23 RepoMan-Options: --include-arches="arm"
* sys-devel/distcc: sparc stable wrt bug #421481Agostino Sarubbo2015-11-051-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="sparc"
* sys-devel/clang: Remove versions requiring removed llvm versionsMichał Górny2015-11-043-108/+0
|
* sys-devel/llvm: clean unused versionsBernard Cafarelli2015-11-046-2609/+0
| | | | Package-Manager: portage-2.2.23
* sys-devel/distcc: x86 stable wrt bug #421481Agostino Sarubbo2015-11-031-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"
* sys-devel/distcc: add alpha keywordTobias Klausmann2015-11-011-1/+1
| | | | | | Gentoo-Bug: 421481 Package-Manager: portage-2.2.23
* sys-devel/gcc: Stable for HPPA (bug #561844).Jeroen Roovers2015-10-311-1/+1
| | | | | Package-Manager: portage-2.2.23 RepoMan-Options: --ignore-arches
* sys-devel/kgcc64: Stable for HPPA (bug #561844).Jeroen Roovers2015-10-311-1/+1
| | | | | Package-Manager: portage-2.2.23 RepoMan-Options: --ignore-arches
* 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
|