summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
...
* Added fix for Bug 150303 - Will ignore 0launch when compiling rox-clib ↵Jim Ramsay2006-10-061-11/+32
| | | | applications
* Add id3tag from 0.10.4Zaheer Abbas Merali2006-10-061-2/+2
|
* Fallback to the default userland disabled shell, if the shell cannot be ↵Diego Elio Pettenò2006-10-061-3/+8
| | | | found in the system (e.g.: with catalyst).
* com_hunkmegs 24 -> com_hunkmegs 64... closing bug #150137.Chris Gianelloni2006-10-051-2/+2
|
* Fix test for games-kids in make_desktop_entryTristan Heaven2006-10-051-2/+2
|
* Install HTML docs recursively. Allow to add extra flags to package ↵Andres Loeh2006-10-041-2/+6
| | | | configuration.
* Use best_version with a fully qualified package name, fixing bug #147685.Andres Loeh2006-10-041-2/+2
|
* Removed libmng dependancy in Mozilla stuff since it's support was removed as ↵Doug Goldstein2006-10-042-4/+7
| | | | of 2003.
* Wow. Sometimes I even amaze myself. It helps to use -f when doing a file ↵Chris Gianelloni2006-10-041-3/+3
| | | | check, rather than -d. Thanks to Bo Ørsted Andresen <bo.andresen@zlin.dk> for finding this mistake.
* Make sure the file is there so we don't break current stable.Chris Gianelloni2006-10-031-3/+5
|
* Added libcrypto code to vmware.eclass for bug #148682.Chris Gianelloni2006-10-031-1/+9
|
* Add symlinks for gvim, gview, and gvimdiff man pages for gvim.Mike Kelly2006-10-021-2/+9
|
* Make sure the requested autotools versions are used for all tools.Diego Elio Pettenò2006-10-021-6/+23
|
* --enable-threads is a problem only when mingw is the host ... also, make ↵Mike Frysinger2006-10-021-3/+7
| | | | sure we respect EXEEXT when doing the sanity check for gcc
* Unpacking our new libssl files.Chris Gianelloni2006-10-021-2/+4
|
* enable sysroot support for mingwMike Frysinger2006-10-021-2/+3
|
* Updated the eclass to only delete the libssl if it is 0.9.7...Chris Gianelloni2006-10-021-2/+7
|
* quote partyMichael Sterrett2006-10-021-27/+27
|
* allow people to use -foo_softfloat- for softfloat targetsMike Frysinger2006-09-291-2/+2
|
* Inform user about (not) setting nsplugin.Vlastimil Babka2006-09-291-1/+5
|
* Fix libssl removal.Chris Gianelloni2006-09-291-2/+2
|
* Updated to not install files with executable permissions. Closing bug #133971.Chris Gianelloni2006-09-291-4/+4
|
* java-pkg.eclass now uses 'java-config-1 -g VMHANDLE' to figure out the ↵Joshua Nichols2006-09-291-22/+17
| | | | appropriate value for GENTOO_VM, instead of using ${VMHANDLE} from the environment. This addresses bug #149437.
* Moved RESTRICT into the individual ebuilds. Added code so that we don't ↵Chris Gianelloni2006-09-281-6/+18
| | | | always assume that everything in A is a makeself archive.
* only force --enable-__cxa_atexit when working with gnu targets (aka glibc) ↵Mike Frysinger2006-09-281-2/+2
| | | | #149356
* punt is_uclibc() and just check $CTARGET directlyMike Frysinger2006-09-281-13/+8
|
* Prepare for KOffice 1.6 rc1Carsten Lohrke2006-09-271-37/+2
|
* Fix dying in subshell wrt bug #146807. Make compiler selection honoured by ↵Vlastimil Babka2006-09-271-17/+45
| | | | ejavac().
* Removing the shipped libssl version, since it is vulnerable to RSA forgery. ↵Chris Gianelloni2006-09-271-1/+4
| | | | See bug #148682 for more information.
* Fixed a typo.Vlastimil Babka2006-09-271-1/+1
|
* fixes bug #146915 and bug #148598.Akinori Hattori2006-09-271-17/+13
|
* Moved vmnet changing from vmware.eclass to vmware-mod.eclass as part of the ↵Chris Gianelloni2006-09-272-10/+4
| | | | udev rules. This allows users to make changes easily.
* Chutt is a freaking moron. No longer rely on MythTV for source files since ↵Doug Goldstein2006-09-251-3/+4
| | | | they rename them at whim and he won't stick to the standard he's had for 4 years.
* Update for eselect-vi-1.1Mike Kelly2006-09-241-3/+11
|
* Fix bug #131819 (missing support for $ROOT).Mike Kelly2006-09-241-3/+3
|
* Add correct blockers thanks to jakub in bug 144890Stefan Schweizer2006-09-241-2/+10
|
* update autotool usage and punt old libtool hack codeMike Frysinger2006-09-241-8/+5
|
* fixup style in previous commitMike Frysinger2006-09-241-4/+3
|
* The Darwin linker doesn't understand GNU ld scripts, instead it has noFabian Groffen2006-09-241-12/+19
| | | | problems with symlinks.
* Replace the detect-autoconf.sh script with a dummy one, avoids tools picking ↵Diego Elio Pettenò2006-09-231-10/+22
| | | | up automake 1.7 when available.
* Set empty RDEPEND in eclass, avoids tainting the RDEPENDs with autotools.Diego Elio Pettenò2006-09-231-1/+2
|
* Don't use need-auto{make,conf} anymore; echo a message when they are being ↵Diego Elio Pettenò2006-09-231-24/+8
| | | | used. See bug #148719.
* add support for WANT_AUTO{MAKE,CONF}=latestMike Frysinger2006-09-221-2/+5
|
* Be sure about what we move and that the target exists. #148119Carsten Lohrke2006-09-211-2/+3
|
* Force automake 1.9 (and use autotools.eclass to take care of dependencies).Diego Elio Pettenò2006-09-211-11/+7
|
* force autoconf-2.59+ as that is safeMike Frysinger2006-09-211-2/+2
|
* Fixed typo in pre_pkg_setup() function name.Vlastimil Babka2006-09-201-1/+1
|
* Make sure that WANT_AUTOMAKE set in the ebuild is picked up by the automake ↵Diego Elio Pettenò2006-09-201-1/+6
| | | | wrapper (so that it's actually used as intended).
* Actually, we need autoconf >=2.50, because of the crazy versioning scheme of ↵Diego Elio Pettenò2006-09-201-2/+2
| | | | autoconf.
* Add latest 3.3.6-r2 revision just committed.Diego Elio Pettenò2006-09-201-2/+2
|