summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Aron Griffis2003-12-101-0/+15
|
* add -fPIC to allowed flags for ia64Aron Griffis2003-12-101-1/+2
|
* Stop eutils overwriting DESCRIPTIONTom William Payne2003-12-101-2/+4
|
* add status() to init.d scriptsMike Frysinger2003-12-091-1/+5
|
* find does not accept <dir>/<file> format ... you have to do `find <dir> ↵Mike Frysinger2003-12-091-2/+5
| | | | -name <file>`
* allow * to work for ACCEPT_LICENSEMike Frysinger2003-12-091-2/+2
|
* require autoconf-2.13Aron Griffis2003-12-091-3/+4
|
* fix bug #15622 properly, sed mistake beforeRobin H. Johnson2003-12-092-11/+6
|
* fix vim.eclass autoconf fixOlivier Crête2003-12-091-2/+2
|
* force autoconf-2.5Aron Griffis2003-12-081-2/+3
|
* remove empty directories when cleaning upAlastair Tse2003-12-081-1/+5
|
* more informative einfosAlastair Tse2003-12-081-2/+2
|
* Fixed chown nx.root to nx:rootD.M.D. Ljungmark2003-12-081-4/+4
|
* Initial importTom William Payne2003-12-071-0/+170
|
* fix for latest coreutils (ls has different default behaviour)Heinrich Wendel2003-12-071-3/+3
|
* dodir sitearchdir in case it isn't going to be created during src_installMamoru Komachi2003-12-051-1/+2
|
* kde 3.2.0_beta2 changesCaleb Tennis2003-12-031-5/+3
|
* proper DEPEND settingMike Frysinger2003-12-021-3/+3
|
* add doc (gendoc) supportMike Frysinger2003-12-021-5/+7
|
* fix --no-same-owner #34842Mike Frysinger2003-12-011-5/+5
|
* Added some "echo"'s to make things look better.Tim Yamin2003-12-011-1/+5
|
* added motif eclassHeinrich Wendel2003-12-011-0/+24
|
* add back in --no-same-owner to unpack_{makeself,pdv}Mike Frysinger2003-12-011-5/+5
|
* Fix 'echo' spacings...Tim Yamin2003-11-301-2/+2
|
* Fix capitalization for the einfo when installing gconf schemas and add aTim Yamin2003-11-301-2/+3
| | | | 'echo' to fix spacings and make things look better.
* support tared + compressed pdv filesMike Frysinger2003-11-301-17/+40
|
* pdv_unpack :DMike Frysinger2003-11-301-14/+86
|
* Fix for bug #33963Stuart Herbert2003-11-271-2/+2
|
* Fix syntax errorMichael Sterrett2003-11-262-22/+17
|
* redo unpack_makeself unpackingMike Frysinger2003-11-261-23/+19
|
* Fix for bug 34368Stuart Herbert2003-11-261-2/+2
|
* fix support for multiple modnames in PYTHON_MODNAMEAlastair Tse2003-11-251-2/+2
|
* use ln -sf instead of detecting symlinksAlastair Tse2003-11-241-4/+3
|
* Fixed /usr/bin/texi2html conflict with app-text/texi2htmlMamoru Komachi2003-11-241-6/+15
|
* Added virtual/glibc to the deps to cause the cache entry size toNicholas Jones2003-11-241-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 stuffRobin H. Johnson2003-11-231-3/+7
|
* Added Jeffrey Yasskin's TLA eclassRyan Phillips2003-11-211-0/+205
|
* put /var/www/localhost/ in place instead of /home/httpd/, this is a ↵Robin H. Johnson2003-11-211-5/+9
| | | | workaround ONLY
* fix bug #33966Robin H. Johnson2003-11-212-4/+4
|
* Remove version logic, clean some stuff up, have a nice dayBrandon Low2003-11-201-48/+6
|
* Deprecated. I don't know of anyplace that uses this anymore.Caleb Tennis2003-11-191-10/+0
|
* add ia64 to KEYWORDSAron Griffis2003-11-181-2/+2
|
* EXTRAVERSION was still set for vanilla sources, added the exclude for ↵John Mylchreest2003-11-181-2/+2
| | | | vanilla-*, changing where the verification is now done.
* EXTRAVERSION was still set for vanilla sources, added the exclude for ↵John Mylchreest2003-11-181-4/+3
| | | | vanilla-*, changing where the verification is now done.
* EXTRAVERSION was still set for vanilla sources, added the exclude for ↵John Mylchreest2003-11-181-3/+3
| | | | vanilla-*, changing where the verification is now done.
* EXTRAVERSION was still set for vanilla sources, added the exclude for vanilla-*John Mylchreest2003-11-181-2/+2
|
* -1 defaults for enewuserMike Frysinger2003-11-181-3/+3
|
* Pass RUBY as an argument to erubymake when USE_RUBY is specifiedMamoru Komachi2003-11-161-5/+5
|
* Changed USE_RUBY accepted variables. Now it accepts "ruby16 shim18 ruby18 any"Mamoru Komachi2003-11-161-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, andJoshua Kinard2003-11-161-2/+9
| | | | if so, do not edit the Makefile of the kernel source to set the EXTRAVERSION