summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Fix issues with patches being applied twice. Remember that we should let ↵Tomas Chvatal2009-04-131-4/+1
| | | | other eclasses handle the PATCHES array. We have our own array for that :]
* Update kde4 eclassesTomas Chvatal2009-04-133-515/+399
| | | | | | | | | Add back support for doc handling (now via doc useflag) Force kdeprefix only for kde-base things (others are going unprefixed to /usr) -> Note for this: if user find that some application is pulling [-kdeprefix] kde uninstall/install of that app should help. Rewritten slot handling with simpler code. Added detection and alert system for finding what aplication break sth for /usr/share/config and /usr/share/kde4 and screw up perms. Left for next time: "Support for stable live (live packages from stable branch [shiny huh]). :]"
* set S when running elibtoolize so we get expected behavior #265319 by ↵Mike Frysinger2009-04-121-3/+3
| | | | Michael Haubenwallner
* Exit with error when runing src_compile and no Makefile is around.Tomas Chvatal2009-04-111-1/+3
|
* allow src_prepare to use restore_config #265745 by Michał GórnyMike Frysinger2009-04-111-3/+3
|
* Updating poppler.eclass for new backend handling scheme.Peter Alfredsen2009-04-101-3/+1
|
* Die when there is no CMakeLists.txtTomas Chvatal2009-04-101-1/+9
|
* Update the unpack to actualy extract correct .git folder. Thanks to robbat2 ↵Tomas Chvatal2009-04-101-9/+16
| | | | for help with this.
* Apply patches from PATCHES variable too in git eclass. Now it was applying ↵Tomas Chvatal2009-04-081-3/+6
| | | | only EGIT_PATCHES.
* Partial sync from Emacs overlay:Ulrich Müller2009-04-081-7/+20
| | | | | | In elisp-site-file-install, allow for extra version identifier in the name of the source file; output a warning if the file name doesn't match a valid pattern; automagically insert a header comment.
* Add working migration for shallow copy repositories. We cant keep it around ↵Tomas Chvatal2009-04-071-4/+10
| | | | showing errors.
* Fix a typo. Z vs S :] Thanks reavertm for spoting.Tomas Chvatal2009-04-071-2/+2
|
* Fix typo. Thanks Caster for spoting.Tomas Chvatal2009-04-061-2/+2
|
* If you just pass --no-pager to git, you can avoid the need to pipe to cat.Robin H. Johnson2009-04-061-3/+3
|
* EAPI2fy git eclass. Make it eclassdoc compatible (at least i hope :])Tomas Chvatal2009-04-051-163/+193
| | | | | There are new elog informations which are requested by upstream often. Note that this elog can be supresed by setting EGIT_QUIET="ON" in make.conf or somewhere else in the env. :]
* remove the Darwin hook, it seemingly has been obsoletedFabian Groffen2009-04-051-7/+1
|
* Revert 1.89 of toolchain-funcs.eclass, I should have reviewed it much ↵Fabian Groffen2009-04-051-179/+7
| | | | better, and even worse it cases bugs like #264940
* make sure we dont set common dirs like /opt/bin and /opt/lib to games owner ↵Mike Frysinger2009-04-051-1/+12
| | | | #264872 by Kris Scott
* backport fix from Prefix for get_libname to support AIX and FreeMiNTFabian Groffen2009-04-041-4/+8
|
* backport fix for x86-macos in filter-flags from PrefixFabian Groffen2009-04-041-1/+7
|
* Backport non-GNU ld fixes for most notably Darwin from PrefixFabian Groffen2009-04-041-2/+25
|
* backport Darwin fixes from PrefixFabian Groffen2009-04-041-6/+7
|
* Add support for all Prefix arches, in particular for gen_usr_ld_script, and ↵Fabian Groffen2009-04-041-7/+179
| | | | add AIX specific function, backport from Prefix
* backport some fixes for Darwin and Solaris from PrefixFabian Groffen2009-04-041-1/+16
|
* Update eclassdoc so it work again. Per bug #264791.Tomas Chvatal2009-04-041-7/+36
| | | | | | | Introduce feature that if dev calls $(cmake-use_bla use) it runs all various permutations: -DBLA_use=ON -DBLA_Use=ON -DBLA_USE=ON Really reduces duplication in some ebuilds. Old behavior preserved tho via third parameter: $(cmake-use_bla use VALUE) results only into -DBLA_VALUE=ON
* - use proper syntax.Ned Ludd2009-04-021-2/+2
|
* Force custom-optimization on alphaRaúl Porcel2009-04-021-2/+2
|
* Add prefix.eclass, after discussion on -dev, this a copy of r40431 from the ↵Fabian Groffen2009-04-021-0/+52
| | | | prefix overlay
* Qt3 checks do some special foo we can't override with vars. Try to ignore ↵Peter Alfredsen2009-04-011-2/+1
| | | | for now. Bug 264230
* Add poppler.eclass.Peter Alfredsen2009-04-011-0/+198
|
* Simply java-pkg_func-exists using suggestions by ciaranm and dberkholz on ↵Petteri Räty2009-03-311-6/+3
| | | | gentoo-dev.
* Add missing dep on pkgconfigOlivier Crête2009-03-301-1/+2
|
* Add a few new plugins, generate all makefiles, shave wrappers need to be builtOlivier Crête2009-03-304-46/+46
|
* Change directory to S in src_unpack.Ulrich Müller2009-03-291-2/+3
|
* Sync elisp.eclass from Emacs overlay (revision 1355):Ulrich Müller2009-03-291-6/+33
| | | | | | | Inherit eutils. Call EXPORT_FUNCTIONS with EAPI dependent arguments. Assign RDEPEND from DEPEND, avoiding unnecessary code duplication. New function elisp_src_prepare, applies patches from ELISP_PATCHES. New function elisp_src_configure, does nothing.
* Remove --extra_linker_flags (#264155,#264186) againTorsten Veller2009-03-291-2/+1
|
* support funk SONAMEs like libfoo.so -> libfoo-0.1.soMike Frysinger2009-03-281-2/+6
|
* Five beeps is excessively annoying and slowGordon Malm2009-03-281-2/+2
|
* Refactor gcc-3 stack-protector filtering a bit moreGordon Malm2009-03-281-8/+5
|
* Add fix for bug 253127 dropped in qt4-build.eclass revision 1.21Gordon Malm2009-03-281-2/+7
|
* run java_prepare before bundled jar check and use EBUILD_PHASE to detect ↵Petteri Räty2009-03-271-2/+4
| | | | when to run it
* Fix obvious typo in comments. Thanks to zlin for noticing.Peter Alfredsen2009-03-271-2/+2
|
* Move java_prepare call inside the check for if the function has already been ↵Petteri Räty2009-03-271-2/+2
| | | | run.
* Add support for java_prepare so that we don't always have to call ↵Petteri Räty2009-03-271-1/+2
| | | | java-pkg-2_src_prepare in src_prepare.
* uclibc also wants -ldlTimothy Redaelli2009-03-271-3/+3
|
* Dropping the >=xorg-server-1.5.2 dep.Jorge Manuel B. S. Vicetto2009-03-261-6/+1
|
* Fix quoting of pm_echovar (#263671)Torsten Veller2009-03-261-9/+13
|
* Partial sync from Emacs overlay.Ulrich Müller2009-03-262-108/+71
| | | | | | | | | | elisp.class: In the "simple elisp" case, explicitly assign S=${WORKDIR} in elisp_src_unpack. elisp-common.eclass: Remove function elisp-comp; it is not used by anything in the tree. Reindent documentation to 72 columns for better readability.
* expanded Ada standard checking to be exact for 1995 alsoGeorge Shapovalov2009-03-261-8/+22
|
* Make vdr conditional when GENTOO_VDR_CONDITIONAL=yes is set. This is for ↵Matthias Schwarzott2009-03-241-1/+27
| | | | cases like vdr-xineliboutput which want to compile vdr-plugins based on useflag vdr.