summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* shorten compile part a bit and add debug-print-funtion calls thanks to ↵Stefan Schweizer2006-11-251-4/+39
| | | | Petteri Räty <betelgeuse@gentoo.org> in bug 156186
* Tidy up output and error handling.Kevin F. Quinn2006-11-241-11/+34
|
* Don't use 3.3.7, as that would require a bump of qt-unixODBC too that I ↵Diego Elio Pettenò2006-11-241-2/+2
| | | | don't really want to.
* Proxy commit for Anarchy, QA notices for strip'd filesOlivier Crête2006-11-242-7/+5
|
* Add 3.3.7 to the list of available versions, as I'm going to put that in the ↵Diego Elio Pettenò2006-11-231-2/+2
| | | | tree soon (with a little patch actually).
* virtual/mysqlFrancesco Riosa2006-11-239-22/+22
|
* enable communityFrancesco Riosa2006-11-231-2/+7
|
* Moved CD check to src_unpack, made sure we only unpack the openssl libs if ↵Chris Gianelloni2006-11-222-17/+29
| | | | they're in SRC_URI, and make sure we only remove the openssl libs if the new ones are present.
* Split patching and libraries rename on different functions, so that when not ↵Diego Elio Pettenò2006-11-221-7/+14
| | | | using freebsd_src_unpack one has not to reimplement them entirely.
* Change [ to [[ and add a lone to remove 3355_patch, since we remove it in ↵Chris Gianelloni2006-11-211-10/+13
| | | | all of our UT2004 mods, anyway.
* Apparently, -s is for size, -h is for symlink.Chris Gianelloni2006-11-211-2/+2
|
* Make sure FPS games list under ActionGame for bug #155846.Chris Gianelloni2006-11-211-2/+2
|
* Disable stripping from bsdmk.eclass rather than changing the mk defs.Diego Elio Pettenò2006-11-211-3/+5
|
* rewrite some the flag handling functions to be simpler and to fix ↵Mike Frysinger2006-11-151-42/+46
| | | | introducing extraneous whitespace
* move gcc2-flags() to the gcc2 ebuildMike Frysinger2006-11-151-23/+1
|
* Simplified...Kevin F. Quinn2006-11-151-72/+35
|
* Moved most DEPEND atoms to RDEPEND since in the python case these don't have toJim Ramsay2006-11-151-9/+12
| | | | | | | | | be DEPENDs. Use eautoconf instead of autoconf (and add autotools eclass to pull in the proper dependencies) Added missing pkgconfig dependency for rox-clib-based builds.
* Do not block >=app-text/ptex-3.1.9 and >app-text/tetex-3 with each other.Mamoru Komachi2006-11-141-3/+5
| | | | >=app-text/ptex-3.1.9 now depends on >app-text/tetex-3.
* Support submount again and do globbing on the RHSRoy Marples2006-11-141-2/+4
|
* rewrite edos2unix() to use echo|xargs sed -i rather than a loop with tempfilesMike Frysinger2006-11-131-6/+2
|
* catch *-linux targetsMike Frysinger2006-11-131-1/+2
|
* Add mandatory eclass variables. Add missing export declaration for ↵Hans de Graaff2006-11-121-3/+6
| | | | src_compile to fix #124342. Change download location to HTTP as the FTP server seems to have issues and upstream lists the HTTP server as the first choice.
* Change process substitution to HERE string. This avoids a bug in <bash-3.2 ↵Joel Martin2006-11-121-2/+2
| | | | that has a corrupt representation of this sort of process substitution. Was preventing environment.tbz2 from being re-sourced later.
* Revert fix until I come up with another way to fix thisJoel Martin2006-11-111-2/+2
|
* Fix syntax error in call to get_mounts in cdrom function.Joel Martin2006-11-111-2/+2
|
* Some of the jdks/jres install .desktop files so let's run ↵Petteri Räty2006-11-111-3/+8
| | | | update-desktop-database code in postinst and postrm.
* Silenced warnings when the argument value includes spaces.Petteri Räty2006-11-101-1/+1
|
* Apparently, a directory check will pass if there is a symlink to a ↵Chris Gianelloni2006-11-101-9/+16
| | | | directory, which caused some real nastiness to happen when we would remerge a mod. Thanks to Tristan Heaven <nyhm@gentoo.org> and Paul Bredbury <brebs@sent.com> for finding this and pointing it out to me.
* get_mounts now returns mount options tooRoy Marples2006-11-102-17/+19
|
* Add fixes from Betelgeuse. Thanks.Krzysztof Pawlik2006-11-101-3/+9
|
* Fixing || and ! use in moznopango instance.Doug Goldstein2006-11-091-2/+2
|
* New version.Matthew Kennedy2006-11-091-0/+82
|
* Cosmetic fix.Bryan Østergaard2006-11-091-2/+2
|
* Add moznopango USE flag support.Bryan Østergaard2006-11-081-1/+31
|
* Changed else to elsif so we don't put stupid wrappers/desktop entries for ↵Chris Gianelloni2006-11-081-2/+3
| | | | map packs. Thanks to Tristan Heaven <nyhm@gentoo.org> for pointing it out.
* allow ebuilds to force autotool regenMike Frysinger2006-11-081-4/+10
|
* Updated eclass to only display information about how to run the mod when it ↵Chris Gianelloni2006-11-071-4/+7
| | | | actually has a way to run it directly.
* Added get_mounts to portability.eclassRoy Marples2006-11-061-1/+29
|
* allow people to override the WANT_AUTO{CONF,MAKE} settings as suggested by jakubMike Frysinger2006-11-041-3/+3
|
* _cdrom_locate_file_on_cd: Handle whitespace in mount pointsTristan Heaven2006-11-021-3/+4
|
* Since Unreal Engine games are all binary-only, I made some minor adjustments ↵Chris Gianelloni2006-11-021-3/+12
| | | | so they work with the mod being in GAMES_DATADIR and the game being in GAMES_PREFIX_OPT.
* fix by Paul Bredbury to make tar archive match in unpack_makeself() more ↵Mike Frysinger2006-11-011-2/+2
| | | | flexible (needed for more verbose file-4.18) #153734
* Use autoconf 2.5 or it will fail as in bug #153693. Thanks to Patrick Lauer ↵Diego Elio Pettenò2006-11-011-2/+2
| | | | for reporting (as nobody is using this anymore, it seems).
* Add LDFLAGS to link-commands not yet containing it.Matthias Schwarzott2006-11-011-3/+4
|
* Add an extra output if latest automake is requested.Diego Elio Pettenò2006-11-011-2/+4
|
* misc bash syntax fixesAron Griffis2006-10-311-13/+12
|
* update cronbase dependency (wrt bug #149376)Wolfram Schlich2006-10-311-2/+2
|
* add in a \b after .schemas to be even safer, thanks to steevJohn N. Laliberte2006-10-311-2/+2
|
* tweak the grep line so we only install .schemas files and not just ↵John N. Laliberte2006-10-311-2/+2
| | | | everything in /etc/gconf/schemas. thanks to agaffney for suggestions. fixes #151949
* Make sure vim-core doesn't install ex or view man pages.Mike Kelly2006-10-311-2/+2
|