summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* pass --enable-obsolete for end users to use older (unsupported) targets ↵Mike Frysinger2012-05-312-2/+4
| | | | #418397 by cJ
* fix moronic syntax error in previous commitMike Frysinger2012-05-311-2/+2
|
* also warn on -Wl, flags passed to append-flagsMike Frysinger2012-05-311-2/+3
|
* handle mingw64 targets in the libc cross-compiler logic #417793 by Matt WhitlockMike Frysinger2012-05-301-2/+4
|
* Use 'darcs get --lazy' instead of 'darcs get --partial' (gone in darcs-2.8).Sergei Trofimovich2012-05-302-3/+6
|
* Set prefix for ant-1.8.4Ralph Sennhauser2012-05-302-3/+13
|
* Sort ldflags handling functions to logic placeJustin Lecher2012-05-302-28/+31
|
* Allow EAPI=4.Sergei Trofimovich2012-05-302-4/+7
|
* Introduce chromium_suid_sandbox_check_kernel_config, deprecate ↵Paweł Hajdan2012-05-302-5/+19
| | | | chromium_check_kernel_config.
* Apply gnustep eclass changes wrt ↵Paweł Hajdan2012-05-293-8/+14
| | | | http://archives.gentoo.org/gentoo-dev/msg_eee22ea47f4d15e2fa2932583aa92db7.xml
* Simplify preserve_old_lib ewarn messages, wrt ↵Paweł Hajdan2012-05-282-11/+9
| | | | http://archives.gentoo.org/gentoo-dev/msg_bf159af028ffeeb83c679d6a0eaa73e5.xml . gentoolkit-0.3.0.5 fixing problems blocking this change is now stable on all archs (bug #411479).
* Remove invalid use check, these should be fixed by now.Michał Górny2012-05-282-11/+5
|
* Fail whenever unable to change directory, wrt #391927.Michał Górny2012-05-282-12/+15
|
* autotools.eclass no longer supports re-inheriting so we need to override ↵Michał Górny2012-05-282-6/+7
| | | | AUTOTOOLS_AUTO_DEPEND for good...
* Update on SELinux eclass, introducing support for user-provided policies and ↵Sven Vermeulen2012-05-262-15/+79
| | | | fix loading logic of SELinux modules (bugs #414599 and #414017)
* Fix double hashbang in installed scripts. Patch by Krzysztof Pawlik, ↵Michał Górny2012-05-262-8/+22
| | | | modified by me.
* warn when people add preprocessor/linker flags with `append-flags`Mike Frysinger2012-05-261-1/+5
|
* fixed install for locales if only LINGUAS=enJörg Bornkessel2012-05-252-4/+10
|
* Re-enable rpath on prefix wrt bug 417169.Davide Pesavento2012-05-252-4/+8
|
* Remove obsolete pkg_pretend function.Mike Gilbert2012-05-242-13/+6
|
* Typo in commentAlexis Ballier2012-05-241-2/+2
|
* Create objdir if MAKEOBJDIRPREFIX is defined, so that we can make out of ↵Alexis Ballier2012-05-241-1/+7
| | | | tree buils easily.
* do not require aclocal.m4 to trace macros as simpler packages might not end ↵Mike Frysinger2012-05-241-5/+5
| | | | up generating one, yet will expand autoconf macros all the time that might be the ones we are looking for #417275 by Rick Farina
* Don't elog about icons if the user has installed them. Bug 416773 by pacho.Mike Gilbert2012-05-232-11/+17
|
* Avoid using 'make' for installing; use 'mkdir -p' for creating the ↵Diego Elio Pettenò2012-05-232-3/+8
| | | | directories to solve parallel install issues (Apache's script is not safe, but we expect a working mkdir -p). Tested on a 32-way system.
* Call eaclocal unconditionally; _elibtoolize no longer does that.Michał Górny2012-05-222-6/+6
|
* Update SRC_URI for Qt 4.8.1 and later.Davide Pesavento2012-05-222-3/+10
|
* Punt support for running intltoolize --force --copy --automake, because ↵Samuli Suominen2012-05-221-13/+1
| | | | autotools.eclass will do this now for us.
* drop x32 support for 4.6.x versions now that we have 4.7.0Mike Frysinger2012-05-221-12/+4
|
* also scan for older AC_PROG_INTLTOOL since not all packages have updated yetMike Frysinger2012-05-211-3/+3
|
* Add information about automatic run of python-distutils-ng_redoscript.Krzysztof Pawlik2012-05-212-2/+8
|
* run intltoolize when IT_PROG_INTLTOOL is in use #416789 by Markus OehmeMike Frysinger2012-05-211-4/+8
|
* re-arch external tool handling to make it scalable for adding more toolsMike Frysinger2012-05-211-15/+53
|
* Fix to match autotools.eclass API changes.Michał Górny2012-05-212-3/+6
|
* Document PYTHON_DISABLE_SCRIPT_REDOS.Krzysztof Pawlik2012-05-212-2/+12
|
* Fix #! line for installed scripts and install them for enabled ↵Krzysztof Pawlik2012-05-212-2/+13
| | | | implementations, see bug #416131.
* strip-linguas check addedJörg Bornkessel2012-05-202-2/+7
|
* some debug infos for wrong use of vdr-plugin-2.eclassJörg Bornkessel2012-05-202-6/+25
|
* Try to avoid sandbox violation when running qhelpgenerator, bug 415517.Davide Pesavento2012-05-202-3/+7
|
* change eautomake over to autotools_check_macro now that we cache the results ↵Mike Frysinger2012-05-201-6/+2
| | | | and it should be quick
* optimize autotools_check_macro to cache the result of the autoconf trace as ↵Mike Frysinger2012-05-201-15/+41
| | | | we can end up calling this code multiple times when doing `eautoreconf`
* allow autotools_check_macro_val to take multiple macros when the values can ↵Mike Frysinger2012-05-201-10/+16
| | | | safely be merged by the caller (like macros that implicitly create dirs, and we just want a list of all those dirs)
* make eliding of --install transparent to the caller so that we can drop ↵Mike Frysinger2012-05-201-14/+14
| | | | duplicated variable expansion and simplify higher code flows
* we don't use anything from eutils eclass now, so drop the inheritMike Frysinger2012-05-201-2/+2
|
* always depend on automake even when WANT_AUTOMAKE=none #401605Mike Frysinger2012-05-201-4/+5
|
* eautoreconf: automatically run eautopoint when the code base uses itMike Frysinger2012-05-201-1/+4
|
* automatically create AC_CONFIG_MACRO_DIR dir tooMike Frysinger2012-05-201-4/+6
|
* Fix name space collision with elisp-common.eclass, bug 406053.Ulrich Müller2012-05-192-17/+20
|
* qt4.eclass is dead.Davide Pesavento2012-05-192-4/+8
|
* only default armv7 to vfpv3-d16. default armv6 to vfp, but otherwise, keep ↵Mike Frysinger2012-05-181-5/+8
| | | | the rest defaulting to softfloat. #415937 by jannis