summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* fixed use of subshells for proper dieingGeorge Shapovalov2006-01-181-3/+9
|
* Sync with overlay.Luca Longinotti2006-01-173-5/+17
|
* added an eclass for common split gnat build functionalityGeorge Shapovalov2006-01-171-0/+516
|
* Fix vim7 build, bug #119023Ciaran McCreesh2006-01-171-1/+5
|
* Need to add gfortran to FORTRANC setting as well.Donnie Berkholz2006-01-171-2/+2
|
* Added debugging information, clarified some variables, and made the whole ↵Joe Sapp2006-01-161-16/+31
| | | | process just slightly more general
* touchup elf2flt some moreMike Frysinger2006-01-161-3/+3
|
* Added java_remove-libjsoundalsa for dealing with bug #115734.Joshua Nichols2006-01-161-2/+15
|
* Adding gfortran to profiles, and automatically selecting it where available, ↵Marcus D. Hanwell2006-01-161-5/+18
| | | | see bugs 65950, 108781 and 118147.
* oops, had blackfin args reversedMike Frysinger2006-01-151-2/+2
|
* add support for embedded arches blackfin/nios2Mike Frysinger2006-01-151-1/+4
|
* "mysql-extras-20060115" add furter fixes to "mysql_config" (>=5.0)Francesco Riosa2006-01-151-4/+4
| | | | reversed logic for berkdb reconfigure
* fix building elf2flt for blackfin (and possibly others)Mike Frysinger2006-01-151-1/+2
|
* only add mudflap configure options with >=gcc-4Mike Frysinger2006-01-151-2/+4
|
* Added java-config to DEPEND and RDEPEND for bug #118651.Joshua Nichols2006-01-141-1/+3
|
* upgraded patch tarball, better management for client packages that will need ↵Francesco Riosa2006-01-142-10/+57
| | | | to compile against mysql
* Replaced "addwrite /dev/stderr" and ">/dev/stderr" which fail withKevin F. Quinn2006-01-141-15/+8
| | | | FEATURES=userpriv, with ">&2" which works in all cases.
* document ~ in CONFIG_CHECKMike Frysinger2006-01-141-2/+3
|
* As this does not solve the problem for FreeBSD 6.0 update, don't disable ↵Diego Elio Pettenò2006-01-131-10/+2
| | | | shared libraries in FreeBSD. Other ways will be tried.
* util-macros shouldn't DEPEND on itself. Makes it a tad difficult to install ↵Donnie Berkholz2006-01-131-3/+7
| | | | with a correct dep resolver. Reported by ciaranm.
* Update vim7 blocksCiaran McCreesh2006-01-131-2/+3
|
* Removed opengl and X from IUSE/*DEPEND since they weren't used in the eclass ↵Chris Gianelloni2006-01-131-7/+4
| | | | anywhere. All of the X dependencies are in the quake3/quake3-bin ebuilds anyway.
* dont apply uclibc/pie patches when USE=vanillaMike Frysinger2006-01-131-1/+3
|
* Add warning about eclass being deprecated in favor of linux-mod/linux-info.Henrik Brix Andersen2006-01-122-4/+11
|
* Add build-time depend on automake autoconf and libtool. If someone wants to ↵Diego Elio Pettenò2006-01-121-6/+4
| | | | precise which version, it can be done in ebuild.
* Provide FONT_PN to override font.eclass using /usr/share/fonts/PN always - ↵Robin H. Johnson2006-01-121-9/+11
| | | | this is for migration of old fonts.
* Minor cleanup for ebdftopcf and a default src_compile for simple ebuilds to ↵Robin H. Johnson2006-01-121-2/+12
| | | | use with font.eclass. See the example from the eclass manpage with the package.
* New eclass for bdftopcf font generation efficently.Robin H. Johnson2006-01-121-0/+26
|
* initial support for automatic elf2flt toolchain integrationMike Frysinger2006-01-121-2/+37
|
* webapp.eclass: see http://www.vhost-tools.org/ticket/41Renat Lumpau2006-01-111-14/+36
|
* Spelling fix thanks to Cardoe.Robin H. Johnson2006-01-112-4/+4
|
* add a sanity check to the read #118589Mike Frysinger2006-01-111-2/+2
|
* Move php patches to tarballs.Luca Longinotti2006-01-103-6/+6
|
* Adds extra quoting so variables expand properly with bash-3.1Mark Loeser2006-01-101-6/+6
|
* Add support for powerpc tree for linux-headers install.Daniel Ostrow2006-01-101-1/+9
|
* make sure we translate , into spaces for raw ldflagsMike Frysinger2006-01-101-2/+3
|
* add a raw-ldflags so people can pass $LDFLAGS straight to `ld`Mike Frysinger2006-01-101-1/+12
|
* Filter --as-needed flags as it makes ld segfault on every wx-related package.Diego Elio Pettenò2006-01-091-2/+3
|
* Sync with php-pear-lib-r1.Sebastian Bergmann2006-01-091-2/+3
|
* Minor fixup for new powerpc tree in toolchain-funcs.eclass.Daniel Ostrow2006-01-091-1/+3
|
* mozextension.eclass, replace spaces with tab, hope their dev will not kill meFrancesco Riosa2006-01-082-28/+43
| | | | mysql.eclass, latest eselect compatibility changes, final refinition to be effectively tested
* mozextension, to be used with mozilla extensionsJory Pratt2006-01-081-0/+54
|
* Play it safe, disable shared version of libgcc on every freebsd target.Diego Elio Pettenò2006-01-081-5/+4
|
* remove sep case for powerpc64 hosts and fixup the unified codeMike Frysinger2006-01-081-4/+3
|
* look ma, I'm touching eclasses!Brian Harring2006-01-074-8/+8
| | | | | introducing PORTAGE_ACTUAL_DISTDIR support for bug 117440, DISTDIR symlink indirection (blocks all unstated access to DISTDIR). Also breaks these eclasses since they have unstated access...
* Add blocker on dev-lang/php.Luca Longinotti2006-01-071-1/+2
|
* - Removed security measure KEYWORDS=".*"Francesco Riosa2006-01-071-22/+44
| | | | | | | - Add depend on new app-admin/eselect-mysql - Add einfo to suggest eselect-mysql use - removed unneded grep - Hide a list of files to symlink (to be used with eselect-mysql)
* only spit out cvs info when emerging a cvs versionMike Frysinger2006-01-071-6/+6
|
* Fix bug #110143.Jeremy Huddleston2006-01-071-6/+7
|
* Added ~ppc since games-fps/quake3 is ~ppc. Closing bug #118037.Chris Gianelloni2006-01-061-2/+2
|