summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Handle patch-level releases (pecl-name-x.y.z_pN) properly.Sebastian Bergmann2006-09-051-3/+4
|
* Don't add the profile useflag to -share and -sources that install ↵Diego Elio Pettenò2006-09-041-2/+4
| | | | non-compiled files.
* Now setts JAVAC and JAVA. This should fix bug #145632Joshua Nichols2006-09-041-2/+7
|
* Make it pick the right defconfigLuca Barbato2006-09-041-2/+6
|
* use $GAMES_PREFIX rather than /usr/games for default user homedirMike Frysinger2006-09-031-3/+3
|
* Get rid of "verbose" USE-flag that is only controlling compile-timeFabian Groffen2006-09-032-17/+7
| | | | | output. Default to verbose=yes (= more "noisy" output) because within Gentoo we're more used to heavy loads of compile messages.
* fixes bug #143480Akinori Hattori2006-09-031-17/+14
|
* Fixed typo in variable name, as pointed out by piotoJoshua Nichols2006-09-021-2/+2
|
* autopatch inclusion from base.eclass. All hail PATCHES.Michael Cummings2006-09-021-2/+12
|
* Fix bug #59202Zaheer Abbas Merali2006-09-014-7/+11
|
* Improved output when can't detect generation-1 stuff. Added a check to see ↵Joshua Nichols2006-09-011-2/+13
| | | | if 1.4 or 1.3 JDK is installed. Will give notice to this effect, and offer advice on how to fix the problem.
* No longer explicitly depends on java-config-1. It will only be pulled in ↵Joshua Nichols2006-09-011-15/+41
| | | | when the VM is to be used with generation-1. Cleaned up / improved some messages. Began adding some more documentation.
* Add support for mysql re-releases, thanks to vivo.Luca Longinotti2006-08-311-3/+3
|
* tweak upgrade msg a littleMike Frysinger2006-08-311-2/+2
|
* add sanity check for stable usersMike Frysinger2006-08-311-1/+4
|
* Changed use of =~ to using wildcards, allowing us to remove the bash-3 ↵Joshua Nichols2006-08-311-9/+24
| | | | dependency. Also improved some of the checks during postinstall, to make sure the Java environment is sane.
* Fixed get_after_major_version for bug #145532Stephen Bennett2006-08-301-2/+2
|
* changes postinst behavior to matchthat of gcc (no automatic change of profile)George Shapovalov2006-08-301-2/+34
|
* Fix dba driver compilation failure and installation of missing headers.Luca Longinotti2006-08-303-24/+57
|
* Improved error messages for when there is a problem detecting generation-1 vm.Joshua Nichols2006-08-301-7/+10
|
* Remove PCRE support through external lib, it's broken (see ↵Luca Longinotti2006-08-293-27/+6
| | | | http://bugs.php.net/bug.php?id=29914).
* Added a check to see if product is blank, and run vmware-determine_product ↵Chris Gianelloni2006-08-291-1/+4
| | | | if it is... Closes bug #143150.
* Switch to using external libs in some cases, fixes bug #145220.Luca Longinotti2006-08-293-7/+32
|
* Simplified patching of Makefiles a bit.Matthias Schwarzott2006-08-291-9/+8
|
* Back to old mirror.Luca Longinotti2006-08-281-5/+2
|
* added pm_echovar "support"Michael Cummings2006-08-282-8/+9
|
* Fix for the case where the autotools files are somewhere other than $S.Donnie Berkholz2006-08-281-2/+2
|
* dont build protoize for cross-compilersMike Frysinger2006-08-271-3/+7
|
* use BINPATH rather custom stringMike Frysinger2006-08-271-2/+2
|
* install gcc binaries for cross-compilers into /usr/CHOST/CTARGET/ #144700Mike Frysinger2006-08-271-2/+6
|
* use the Debian way for building protoizeMike Frysinger2006-08-271-3/+2
|
* Fixed a bug where jar-from getjar and getjars did not die when the package ↵Petteri Räty2006-08-271-9/+14
| | | | requested is not installed.
* keep cross-compiler files in /usr/CHOST/CTARGET/ #144700Mike Frysinger2006-08-271-13/+14
|
* Updating vmware.eclass to vmware-any-any-update104.Mike Auty2006-08-251-2/+2
|
* Do not call kde-config, when kdelibs is possibly not installed yet. :/Carsten Lohrke2006-08-231-4/+3
|
* Fixed bug in dolauncher, as reported by Jakob Truelsen <antialize@gmail.com>.Joshua Nichols2006-08-221-1/+1
|
* Added dependency on either x11-proto/xf86vidmodeproto or <virtual/x11-7 ↵Chris Gianelloni2006-08-211-2/+4
| | | | which I ran into when building the release.
* Require >=sys-apps/man-1.6b-r2 to look in [0-7]x sections (Daniel Robbins).Donnie Berkholz2006-08-211-1/+2
|
* Reversing a change vapier made which broke some packages. ABI still needs ↵Jeremy Huddleston2006-08-191-2/+3
| | | | to be set for get_libdir, etc.
* move gen_usr_ldscript() to toolchain-funcs.eclass and make it smarterMike Frysinger2006-08-192-2/+54
|
* use ewarn instead of einfo as pointed out by Bo Ørsted Andresen #143805Mike Frysinger2006-08-191-10/+10
|
* Removed unused eclassStuart Herbert2006-08-171-81/+0
|
* fix python version parsing to deal with beta versions.Alastair Tse2006-08-162-11/+10
|
* Rename eclass functionsCaleb Tennis2006-08-161-4/+6
|
* Quote targets. Fixes bug #144018Paul de Vrieze2006-08-151-4/+4
|
* Adding python 2.5 workaround for cases where a package does not install ↵Alastair Tse2006-08-141-1/+9
| | | | anything.
* Temp change to SRC_URI for patches. Got problems with it, blakejakub.tk sucka\!Jason Wever2006-08-121-2/+5
|
* Updated eclass with patch from Frank Richter <resqu@gmx.ch> in bug #137423.Chris Gianelloni2006-08-111-6/+9
|
* add a better die message from Ed Catmur when best_version() fails #143424Mike Frysinger2006-08-111-1/+2
|
* Patch by Caster to allow for build-time only jars.Joshua Nichols2006-08-111-9/+51
|