Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | proper DEPEND setting | Mike Frysinger | 2003-12-02 | 1 | -3/+3 |
| | |||||
* | add doc (gendoc) support | Mike Frysinger | 2003-12-02 | 1 | -5/+7 |
| | |||||
* | fix --no-same-owner #34842 | Mike Frysinger | 2003-12-01 | 1 | -5/+5 |
| | |||||
* | Added some "echo"'s to make things look better. | Tim Yamin | 2003-12-01 | 1 | -1/+5 |
| | |||||
* | added motif eclass | Heinrich Wendel | 2003-12-01 | 1 | -0/+24 |
| | |||||
* | add back in --no-same-owner to unpack_{makeself,pdv} | Mike Frysinger | 2003-12-01 | 1 | -5/+5 |
| | |||||
* | Fix 'echo' spacings... | Tim Yamin | 2003-11-30 | 1 | -2/+2 |
| | |||||
* | Fix capitalization for the einfo when installing gconf schemas and add a | Tim Yamin | 2003-11-30 | 1 | -2/+3 |
| | | | | 'echo' to fix spacings and make things look better. | ||||
* | support tared + compressed pdv files | Mike Frysinger | 2003-11-30 | 1 | -17/+40 |
| | |||||
* | pdv_unpack :D | Mike Frysinger | 2003-11-30 | 1 | -14/+86 |
| | |||||
* | Fix for bug #33963 | Stuart Herbert | 2003-11-27 | 1 | -2/+2 |
| | |||||
* | Fix syntax error | Michael Sterrett | 2003-11-26 | 2 | -22/+17 |
| | |||||
* | redo unpack_makeself unpacking | Mike Frysinger | 2003-11-26 | 1 | -23/+19 |
| | |||||
* | Fix for bug 34368 | Stuart Herbert | 2003-11-26 | 1 | -2/+2 |
| | |||||
* | fix support for multiple modnames in PYTHON_MODNAME | Alastair Tse | 2003-11-25 | 1 | -2/+2 |
| | |||||
* | use ln -sf instead of detecting symlinks | Alastair Tse | 2003-11-24 | 1 | -4/+3 |
| | |||||
* | Fixed /usr/bin/texi2html conflict with app-text/texi2html | Mamoru Komachi | 2003-11-24 | 1 | -6/+15 |
| | |||||
* | Added virtual/glibc to the deps to cause the cache entry size to | Nicholas Jones | 2003-11-24 | 1 | -2/+6 |
| | | | | | change. THis fixes a depcache issue lots of people have been experiencing since sys-apps/bzip2 was moved to app-arch. | ||||
* | obsolete old php.ini stuff | Robin H. Johnson | 2003-11-23 | 1 | -3/+7 |
| | |||||
* | Added Jeffrey Yasskin's TLA eclass | Ryan Phillips | 2003-11-21 | 1 | -0/+205 |
| | |||||
* | put /var/www/localhost/ in place instead of /home/httpd/, this is a ↵ | Robin H. Johnson | 2003-11-21 | 1 | -5/+9 |
| | | | | workaround ONLY | ||||
* | fix bug #33966 | Robin H. Johnson | 2003-11-21 | 2 | -4/+4 |
| | |||||
* | Remove version logic, clean some stuff up, have a nice day | Brandon Low | 2003-11-20 | 1 | -48/+6 |
| | |||||
* | Deprecated. I don't know of anyplace that uses this anymore. | Caleb Tennis | 2003-11-19 | 1 | -10/+0 |
| | |||||
* | add ia64 to KEYWORDS | Aron Griffis | 2003-11-18 | 1 | -2/+2 |
| | |||||
* | EXTRAVERSION was still set for vanilla sources, added the exclude for ↵ | John Mylchreest | 2003-11-18 | 1 | -2/+2 |
| | | | | vanilla-*, changing where the verification is now done. | ||||
* | EXTRAVERSION was still set for vanilla sources, added the exclude for ↵ | John Mylchreest | 2003-11-18 | 1 | -4/+3 |
| | | | | vanilla-*, changing where the verification is now done. | ||||
* | EXTRAVERSION was still set for vanilla sources, added the exclude for ↵ | John Mylchreest | 2003-11-18 | 1 | -3/+3 |
| | | | | vanilla-*, changing where the verification is now done. | ||||
* | EXTRAVERSION was still set for vanilla sources, added the exclude for vanilla-* | John Mylchreest | 2003-11-18 | 1 | -2/+2 |
| | |||||
* | -1 defaults for enewuser | Mike Frysinger | 2003-11-18 | 1 | -3/+3 |
| | |||||
* | Pass RUBY as an argument to erubymake when USE_RUBY is specified | Mamoru Komachi | 2003-11-16 | 1 | -5/+5 |
| | |||||
* | Changed USE_RUBY accepted variables. Now it accepts "ruby16 shim18 ruby18 any" | Mamoru Komachi | 2003-11-16 | 1 | -18/+43 |
| | | | | | | (it is analogous to ruby16/ruby18 local USE flag, which is less confusing). USE_RUBY="ruby16" and USE_RUBY="ruby18" get valid. Updated varialbes description detail in ruby.eclass. | ||||
* | Added an if statement to see if EXTRAVERSION contains exactly 1 space, and | Joshua Kinard | 2003-11-16 | 1 | -2/+9 |
| | | | | if so, do not edit the Makefile of the kernel source to set the EXTRAVERSION | ||||
* | new split-up php stuff, need old eclass still | Robin H. Johnson | 2003-11-16 | 1 | -0/+513 |
| | |||||
* | bzip2 support in makeself files | Mike Frysinger | 2003-11-15 | 1 | -3/+12 |
| | |||||
* | hppa needs pic | Mike Frysinger | 2003-11-15 | 1 | -1/+2 |
| | |||||
* | Fixed symlinks with USE_RUBY="0" when only one version of ruby is installed | Mamoru Komachi | 2003-11-15 | 1 | -2/+6 |
| | |||||
* | Added USE_RUBY="0" support (make sitelibdir symlinks from one to the other). | Mamoru Komachi | 2003-11-15 | 1 | -3/+28 |
| | |||||
* | Added descriptions for functions and variables within the eclass. | Mamoru Komachi | 2003-11-15 | 1 | -61/+51 |
| | | | | Superceded RUBY_SLOT variable with USE_RUBY and WITH_RUBY variables. | ||||
* | apply acl patch from bug 33263 | Aron Griffis | 2003-11-15 | 1 | -6/+8 |
| | |||||
* | dependency from sys-apps/bzip2 to app-arch/bzip2 | Seemant Kulleen | 2003-11-14 | 1 | -3/+3 |
| | |||||
* | fix punctuation | Aron Griffis | 2003-11-13 | 1 | -2/+2 |
| | |||||
* | conform to spider's message... ↵ | Aron Griffis | 2003-11-12 | 1 | -2/+2 |
| | | | | http://marc.theaimsgroup.com/?l=gentoo-dev&m=106642560411112&w=2 | ||||
* | Fixed loop symlinks with ptex-3.1.3. | Mamoru Komachi | 2003-11-12 | 1 | -2/+2 |
| | |||||
* | Initial import. See bug #31657 | Mamoru Komachi | 2003-11-12 | 1 | -0/+234 |
| | |||||
* | add kdeaccessibility as a kde base class | Caleb Tennis | 2003-11-11 | 1 | -2/+2 |
| | |||||
* | Added net-* to make_desktop_entry | Chris Gianelloni | 2003-11-10 | 1 | -1/+4 |
| | |||||
* | return properly in wrapper funcs #32990 | Mike Frysinger | 2003-11-10 | 1 | -1/+3 |
| | |||||
* | Not a definitive fix but helps a lot for now | Adrian Almenar | 2003-11-08 | 1 | -4/+8 |
| | |||||
* | stupid weak autoconf | Mike Frysinger | 2003-11-08 | 1 | -1/+6 |
| |