summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Updated to always depend on java-config-1, fixing bug #151459Joshua Nichols2006-10-151-8/+3
|
* Apply whitespace checks from repoman to eclasses.Sven Wegener2006-10-1444-201/+204
|
* If an admin dir is found in the work directory, update the local admindir. ↵Diego Elio Pettenò2006-10-141-1/+8
| | | | Simplifies updates (that are quite spread nowadays).
* Add missing pkgconfig dependency.Diego Elio Pettenò2006-10-141-1/+4
|
* Use autotools eclass, and use oldest versions of autoconf/automake we have. ↵Diego Elio Pettenò2006-10-141-5/+7
| | | | This *might* fix bugs #151266 #151267 #151268 but for sure cannot lead to bigger problems than the ebuilds not working at all.
* Use g+rw instead of o+rw #151063. Don't die when hg pull finds no changes ↵Aron Griffis2006-10-131-4/+8
| | | | #151010
* Fix the way files are downloaded to be consistent with actual behaviour.Luca Longinotti2006-10-131-3/+3
|
* fix copy-n-paste-oSimon Stelling2006-10-131-2/+2
|
* remove CONF_LIBDIR logic which was deprecated in 2005.0Simon Stelling2006-10-131-11/+4
|
* Improve flags ordering, add -fno-strict-aliasing to fix failures on tests.Luca Longinotti2006-10-131-4/+5
|
* Added interface to newer gentoo-vdr-scripts for pkg_config.Matthias Schwarzott2006-10-121-2/+49
|
* Allow multiple space-separated APACHE*_MOD_DEFINEs to be set in ebuildsTom Knight2006-10-121-4/+8
|
* Fix some defconfig brokenness for older ppc/ppc64 kernels/headers.Daniel Ostrow2006-10-121-6/+10
|
* (#149857) Allow man-db as well as man.Donnie Berkholz2006-10-111-2/+2
|
* (#150705) Deprecate functions, and wrap linux-info.eclass instead of ↵Donnie Berkholz2006-10-111-21/+19
| | | | reimplementing (Jakub Moc).
* Do not install COPYRIGHT (reported by ChrisWhite on irc).Marien Zwart2006-10-101-3/+2
|
* Add proper support for ROOT to the vim-plugin.eclassMike Kelly2006-10-101-2/+2
|
* selinux reference policy eclass initial commitChris PeBenito2006-10-091-0/+92
|
* Fix creation of gvim man page symlinks. Thanks to exg for the report.Mike Kelly2006-10-091-4/+4
|
* add initial support for headers_install with 2.6.18+Mike Frysinger2006-10-081-2/+14
|
* Moved plugin-rc-addons to /usr/share.Matthias Schwarzott2006-10-081-4/+5
|
* Adding eclass for java-gnome.Joshua Nichols2006-10-081-0/+85
|
* Bug 150303 part two, adjust LIBDIRPATH before compilingJim Ramsay2006-10-071-3/+5
|
* 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
|