summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* force all -elf toolchains to build with --with-newlib #158495Mike Frysinger2006-12-221-1/+2
|
* Add -Dnoget=true as default parameter to ant in eant()Vlastimil Babka2006-12-201-3/+3
|
* Tweaks applied to xfce44, suggested by Sideris Michael <msid@daemons.gr>, in ↵Joshua Nichols2006-12-201-2/+3
| | | | bug #158612.
* Don't use egamesinstallMichael Sterrett2006-12-201-1/+3
|
* Use JAVA_PKG_STRICT instead of checking FEATURES and use ewarn instead of ↵Petteri Räty2006-12-181-4/+2
| | | | echo as STRICT is meant for developers any way.
* Document the AT_NOELIBTOOLIZE variable.Diego Elio Pettenò2006-12-181-1/+4
|
* removing basename call in global scope; calling darcs get with --partial by ↵Andres Loeh2006-12-181-3/+4
| | | | default
* Use normal vecho until vecho or something similar is agreed to be part of ↵Petteri Räty2006-12-181-2/+2
| | | | public API.
* Quoting EANT_BUILD_XML in default src_compile to allow spaces in it.Petteri Räty2006-12-181-2/+2
|
* Remove PATCH_TARGET variable that's not used in this code.Diego Elio Pettenò2006-12-171-2/+1
|
* Added default src_compile.Petteri Räty2006-12-171-2/+23
|
* Set WANT_{AUTOMAKE,AUTOCONF} for snapshots (Matthias Schwarzott, bug #154657).Joshua Baergen2006-12-171-3/+3
|
* Added wrapper for depend-java-query to pass USE flags. This and ↵Petteri Räty2006-12-171-1/+12
| | | | java-config-2.0.31 will fix bug #156228. This eclass should be changed to depend on 2.0.31 when it is stable.
* The eclass called regjar on the jar directory instead of the jar itself. ↵Petteri Räty2006-12-171-2/+2
| | | | Fixes bug #158249. Thanks to Serkan Kaba <serkan_kaba@yahoo.com>.
* Comment out the else in the pkg_setup dedicated USE checks, since it is ↵Chris Gianelloni2006-12-161-3/+3
| | | | possible for a mod, specifically ut2004 stuff, to be installed before the actual game. This resolves bug #156177.
* Fix charset support with minimal build.Luca Longinotti2006-12-161-1/+9
|
* allow gcc funcs to take an argument to pass down to tc-getCC #158239Mike Frysinger2006-12-161-6/+6
|
* Fix naming of the variable.Diego Elio Pettenò2006-12-141-2/+2
|
* As autoheader is as bugged a cellphone, don't fail even if it fails... it ↵Diego Elio Pettenò2006-12-141-3/+3
| | | | treats warnings as error even if you tell him not to.
* Add removal of 3339_patch to games-mods.Chris Gianelloni2006-12-131-2/+2
|
* fix built_with_use, fix bug #157983Francesco Riosa2006-12-131-3/+3
|
* * gnome2.eclass: Moved auxiliary functions to gnome2-utils.eclass.Leonardo Boshell2006-12-131-185/+13
| | | | | | | Moved $SCROLLKEEPER_UPDATE logic out of gnome2_scrollkeeper_update. Removed 'eutils' from inherit call since it seems to have been added by mistake.
* * gnome2-utils.eclass: Moved auxiliary functions from gnome2.eclass.Leonardo Boshell2006-12-131-0/+201
|
* * gnome2.eclass: Pre-split clean-ups.Leonardo Boshell2006-12-121-66/+72
| | | | | | | | | | | | | | | | | | | | | | | | | Added a small comment header at the top. Prefix $SCROLLKEEPER_DIR with $ROOT and make sure it's used only in gnome2_scrollkeeper_update(). (gnome2_src_configure): Clarify the comment for the addwrite call. (gnome2_src_install): Replace $SCROLLKEEPER_DIR with the local $sk_tmp_dir, since this function creates this dir under $D. Replace single debug-print call with specific mesages according to the method of installation used. (gnome2_gconf_install), (gnome2_gconf_uninstall): Added short comment. Return early if $GCONFTOOL_BIN is not valid. Declare F as local. (gnome2_icon_cache_update): Added short comment. Show output only if the function actually performs an update. (gnome2_omf_fix): Added comment about the function before its declaration. Removed redundant addition to $omf_makefiles. (gnome2_scrollkeeper_update): Added short comment.
* sanitize $PN into bash form #131552 by Martin VäthMike Frysinger2006-12-111-2/+3
|
* break options out of command so people can set their own custom options/compressMike Frysinger2006-12-111-8/+4
|
* add support for ECVS_PROXY/ECVS_PROXY_PORT #155017 by Botykai ZsoltMike Frysinger2006-12-111-3/+5
|
* bug #157429Francesco Riosa2006-12-101-2/+2
|
* Adding --no-backup-if-mismatch to the unipatch opts, so patch doesn't leave ↵Christian Heim2006-12-101-5/+5
| | | | the .orig files around.
* oops, re-add static use flag when combined with minimal, thanks Scott PriceFrancesco Riosa2006-12-101-1/+8
|
* added --enable-local-infile to minimal use flagFrancesco Riosa2006-12-101-9/+10
|
* forked SRC_URIsFrancesco Riosa2006-12-091-3/+3
|
* For bug 157156, fixlocalpod additionMichael Cummings2006-12-092-2/+4
|
* Added functionality for controlling what is used for configuringJoshua Nichols2006-12-081-2/+3
|
* Make java-pkg-2.eclass die on pkg_setup if FEATURES has test, IUSE has test ↵Petteri Räty2006-12-082-4/+6
| | | | and use test is true.
* set object output dir when checking kernel versionDaniel Drake2006-12-071-2/+2
|
* x86-fbsd can use enlightenmentRoy Marples2006-12-071-3/+3
|
* Require dev-libs/libedit for libedit support, as it's going to be removed ↵Diego Elio Pettenò2006-12-073-6/+6
| | | | from freebsd-lib in favour of a merged dev-libs/libedit ebuild.
* add patch from betelguese to fix QA warning (bug #107962)Saleem Abdulrasool2006-12-071-2/+6
|
* Use the proper platform include directory for jni (for FreeBSD and Linux at ↵Diego Elio Pettenò2006-12-071-3/+7
| | | | least).
* Call die if unable to determine VM from deps.Vlastimil Babka2006-12-071-2/+3
|
* Added xfce44_extra_package methodJoshua Nichols2006-12-071-2/+9
|
* Put new versions in hereCaleb Tennis2006-12-061-2/+2
|
* Updates to SRC_URI for plugins.Joshua Nichols2006-12-061-4/+6
|
* Fix KV_OUT detectionStefan Schweizer2006-12-051-3/+3
|
* Update for RC2.Joshua Nichols2006-12-051-3/+3
|
* Add a doruby function to install ruby files in the right place without ↵Diego Elio Pettenò2006-12-041-1/+7
| | | | reinventing the wheel every time.
* Used wrong IFS for looping over the argument and added a comment for the ↵Petteri Räty2006-12-031-4/+5
| | | | TODO of nichoj wondering what dohtml -f package-list does.
* Rewrote java-pkg_getjars to only accept two arguments (--build-only and ↵Petteri Räty2006-12-031-24/+37
| | | | java-config --classpath-argument). The previous handling for multiple packages was broken. Also documented java-pkg_dojavadoc.
* Added link to http://bugs.gentoo.org/show_bug.cgi?id=137971 to comments in ↵Petteri Räty2006-12-031-1/+8
| | | | order to prevent anyone from adding a DEPEND on java-config to this eclass.