summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Modified vdr-plugin_copy_source_tree to stay in the same directory. Added ↵Matthias Schwarzott2006-09-101-1/+12
| | | | code to detect a missing call to vdr-plugin_src_unpack.
* Fix bug #144544 - sandbox violation.Krzysztof Pawlik2006-09-091-2/+3
|
* Modified dolauncher so that variables from the pre file can be used in the ↵Petteri Räty2006-09-091-5/+10
| | | | gjl_ variables.
* Remove app-shells/scsh's DEPEND upon itself. Bug #121723.Christel Dahlskjær2006-09-091-3/+1
|
* Removed trailing white space.Petteri Räty2006-09-091-58/+58
|
* few small changes in preparation for ASISGeorge Shapovalov2006-09-081-8/+17
|
* Added setting BUILD_PARAMS to pass parameters to makefile.Matthias Schwarzott2006-09-071-2/+2
|
* Added code to warn about a missing call to vdr-plugin_pkg_setup.Matthias Schwarzott2006-09-071-1/+8
|
* Adding a warning for users using gcc-4 on linux-2.4 based kernel/module ↵Christian Heim2006-09-071-1/+18
| | | | versions.
* Workaround extra glade-sharp-2.0 check in gnome-sharp-2.16.0 until the check ↵Peter Johanson2006-09-071-1/+10
| | | | can be enhanced in the next iteration of *-configurable.diff.gz
* Support for new gtk# 2.10/2.16 versions.Peter Johanson2006-09-071-17/+18
|
* Adding a warning for users using gcc-4 on linux-2.4 based kernel versions.Christian Heim2006-09-061-2/+16
|
* Moved addwrite() outside the if statement since it's needed in both cases.Christian Birchinger2006-09-061-4/+4
|
* Moved addwrite() to allow fresh repositories to be createdChristian Birchinger2006-09-061-4/+4
|
* Fix a bad typoLuca Barbato2006-09-061-2/+2
|
* Install hwdata files if they exist.Donnie Berkholz2006-09-051-1/+18
|
* Don't build protoize on FreeBSD, again.Diego Elio Pettenò2006-09-051-2/+3
|
* Fix sandbox violationsStephen Bennett2006-09-051-1/+7
|
* 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.