summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* ssp/pie/htb have their own USE flags sep from vanilla, so people can utilize ↵Mike Frysinger2005-12-211-6/+6
| | | | those
* Add "inline" -> "__inline__" conversion in headers___fix to satisfy ANSI ↵Tim Yamin2005-12-211-1/+2
| | | | compliance.
* silence warningsMike Frysinger2005-12-201-2/+2
|
* some whitespace fixes, makind indentation sane and using tabs throughoutGeorge Shapovalov2005-12-191-11/+11
|
* Add SRC_URI for RC4.Joshua Baergen2005-12-171-2/+3
|
* rename HTB patch funcMike Frysinger2005-12-171-3/+3
|
* add info for e17 cvs mirrorMike Frysinger2005-12-171-1/+5
|
* slot_rebuild() fixCarsten Lohrke2005-12-171-3/+3
|
* some modifications to prepare for amd64 supportGeorge Shapovalov2005-12-151-3/+5
|
* Added function to get the shell for a given user, and a wrapper function to ↵Diego Elio Pettenò2005-12-141-1/+34
| | | | check if login is disabled for the given user (needed to fix games eclass, see bugzilla).
* Why I press 'u' when i shouldn't? fix typo.Diego Elio Pettenò2005-12-141-1/+3
|
* Refactor egethome() function to use ${CHOST} instead of (deprecated) ↵Diego Elio Pettenò2005-12-141-6/+7
| | | | ${USERLAND}. Also add DragonFly support (same as FreeBSD).
* Adding modular X depends.Doug Goldstein2005-12-141-2/+7
|
* Remove redundant dependsDoug Goldstein2005-12-141-5/+3
|
* Get rid of duplicate dependsDoug Goldstein2005-12-141-5/+3
|
* Add modular X dependencies.Donnie Berkholz2005-12-141-2/+2
|
* Add support for DragonFly's CHOST in user handling, it's just the same as ↵Diego Elio Pettenò2005-12-131-4/+4
| | | | FreeBSD. Thanks to Robert Sebastian Gerus.
* Add modular X dependencies.Donnie Berkholz2005-12-131-2/+2
|
* add some error checking, duhMike Frysinger2005-12-131-2/+2
|
* forgot the $D while removing info/man pages as pointed out by mattiMike Frysinger2005-12-121-3/+3
|
* respect noinfo/noman FEATURESMike Frysinger2005-12-121-3/+7
|
* Add modular X dependencies.Donnie Berkholz2005-12-122-5/+27
|
* Clarify docs.Donnie Berkholz2005-12-121-1/+3
|
* Add some documentation on how to use the eclass.Donnie Berkholz2005-12-121-1/+17
|
* Remove outdated comments about fonts.Donnie Berkholz2005-12-121-4/+1
|
* Add modular X dependencies.Donnie Berkholz2005-12-111-2/+13
|
* (#115085) Add mkfontdir and mkfontscale to DEPEND for fonts.Donnie Berkholz2005-12-101-1/+4
|
* don't fail if the testvim symlink is already thereCiaran McCreesh2005-12-101-2/+2
|
* converted DEPEND to linuxtv-dvb-headersMatthias Schwarzott2005-12-101-5/+2
|
* Re-enable the installation of driver manpages to 4x instead of 4. Fixes bug ↵Joshua Baergen2005-12-091-4/+24
| | | | #29541.
* Comment fix.Martin Schlemmer2005-12-091-2/+2
|
* build libssp and crtbegin/crtend without ssp so that apps using themKevin F. Quinn2005-12-091-3/+7
| | | | without libc can build. Thanks to Peter S. Mazinger for the change.
* Ouch! A few quotations marks in if were gone...Sergey Kuleshov2005-12-091-6/+6
|
* prepare eclass for new packageCarsten Lohrke2005-12-091-1/+2
|
* A new version of rox eclass. SET_PERM is now obsolete. Added KEEP_SRC. GeneralSergey Kuleshov2005-12-091-20/+37
| | | | clean up. Thanks to Peter Hyman for outstanding work.
* Split test-flags() into CC and CXX versions.Martin Schlemmer2005-12-091-6/+24
|
* Fix all single-bracket tests [ ] to be double-bracketed [[ ]] for consistency.Donnie Berkholz2005-12-091-20/+20
|
* In replace-sparc64-cflags, we need local 'SPARC64_CPUS="ultrasparc3 ↵Ferris McCormick2005-12-091-2/+2
| | | | | | | | ultrasparc v9"'. Without the ultrasparc3 at the beginning of the list, in some cases, we can end up with '-mcpu=ultrasparc3' ==> '-mcpu=v83', and subsequently, package configure can fail. Problem arose from mozilla and a particular set lf CFLAGS.
* Move elibtoolize from x-modular_unpack_source() to x-modular_src_unpack() so ↵Donnie Berkholz2005-12-091-5/+5
| | | | it gets executed _after_ x-modular_reconf_source.
* Print options we run autotools with.Martin Schlemmer2005-12-091-2/+2
|
* force newer binutils-config and make sure when we clean out old versions, ↵Mike Frysinger2005-12-091-3/+3
| | | | the active env doesnt pollute us #114891
* Added einfo output stating where eautoreconf is being called, to make sure ↵Diego Elio Pettenò2005-12-081-1/+2
| | | | to check the right files when there are failures in a subdirectory.
* Fix deprecated warnings breaking sandbox, bug #114905.Martin Schlemmer2005-12-081-1/+7
|
* Fix typo.Martin Schlemmer2005-12-081-5/+3
|
* Cleanups.Martin Schlemmer2005-12-081-34/+69
|
* add a link to our homepageMike Frysinger2005-12-071-1/+4
|
* add some basic sanity checksMike Frysinger2005-12-071-3/+3
|
* Misc cleanups for libtool.eclass. Add updates for max_cmd_len patches.Martin Schlemmer2005-12-073-4/+71
|
* don't try to build an empty target, bug #114799Ciaran McCreesh2005-12-071-2/+2
|
* Prevent packages that bork with hardened gccs from building. Based on ↵Joshua Baergen2005-12-071-2/+10
| | | | Starling's patch in bug #110506.