Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not block >=app-text/ptex-3.1.9 and >app-text/tetex-3 with each other. | Mamoru Komachi | 2006-11-14 | 1 | -3/+5 |
| | | | | >=app-text/ptex-3.1.9 now depends on >app-text/tetex-3. | ||||
* | Support submount again and do globbing on the RHS | Roy Marples | 2006-11-14 | 1 | -2/+4 |
| | |||||
* | rewrite edos2unix() to use echo|xargs sed -i rather than a loop with tempfiles | Mike Frysinger | 2006-11-13 | 1 | -6/+2 |
| | |||||
* | catch *-linux targets | Mike Frysinger | 2006-11-13 | 1 | -1/+2 |
| | |||||
* | Add mandatory eclass variables. Add missing export declaration for ↵ | Hans de Graaff | 2006-11-12 | 1 | -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 Martin | 2006-11-12 | 1 | -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 this | Joel Martin | 2006-11-11 | 1 | -2/+2 |
| | |||||
* | Fix syntax error in call to get_mounts in cdrom function. | Joel Martin | 2006-11-11 | 1 | -2/+2 |
| | |||||
* | Some of the jdks/jres install .desktop files so let's run ↵ | Petteri Räty | 2006-11-11 | 1 | -3/+8 |
| | | | | update-desktop-database code in postinst and postrm. | ||||
* | Silenced warnings when the argument value includes spaces. | Petteri Räty | 2006-11-10 | 1 | -1/+1 |
| | |||||
* | Apparently, a directory check will pass if there is a symlink to a ↵ | Chris Gianelloni | 2006-11-10 | 1 | -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 too | Roy Marples | 2006-11-10 | 2 | -17/+19 |
| | |||||
* | Add fixes from Betelgeuse. Thanks. | Krzysztof Pawlik | 2006-11-10 | 1 | -3/+9 |
| | |||||
* | Fixing || and ! use in moznopango instance. | Doug Goldstein | 2006-11-09 | 1 | -2/+2 |
| | |||||
* | New version. | Matthew Kennedy | 2006-11-09 | 1 | -0/+82 |
| | |||||
* | Cosmetic fix. | Bryan Østergaard | 2006-11-09 | 1 | -2/+2 |
| | |||||
* | Add moznopango USE flag support. | Bryan Østergaard | 2006-11-08 | 1 | -1/+31 |
| | |||||
* | Changed else to elsif so we don't put stupid wrappers/desktop entries for ↵ | Chris Gianelloni | 2006-11-08 | 1 | -2/+3 |
| | | | | map packs. Thanks to Tristan Heaven <nyhm@gentoo.org> for pointing it out. | ||||
* | allow ebuilds to force autotool regen | Mike Frysinger | 2006-11-08 | 1 | -4/+10 |
| | |||||
* | Updated eclass to only display information about how to run the mod when it ↵ | Chris Gianelloni | 2006-11-07 | 1 | -4/+7 |
| | | | | actually has a way to run it directly. | ||||
* | Added get_mounts to portability.eclass | Roy Marples | 2006-11-06 | 1 | -1/+29 |
| | |||||
* | allow people to override the WANT_AUTO{CONF,MAKE} settings as suggested by jakub | Mike Frysinger | 2006-11-04 | 1 | -3/+3 |
| | |||||
* | _cdrom_locate_file_on_cd: Handle whitespace in mount points | Tristan Heaven | 2006-11-02 | 1 | -3/+4 |
| | |||||
* | Since Unreal Engine games are all binary-only, I made some minor adjustments ↵ | Chris Gianelloni | 2006-11-02 | 1 | -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 Frysinger | 2006-11-01 | 1 | -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-01 | 1 | -2/+2 |
| | | | | for reporting (as nobody is using this anymore, it seems). | ||||
* | Add LDFLAGS to link-commands not yet containing it. | Matthias Schwarzott | 2006-11-01 | 1 | -3/+4 |
| | |||||
* | Add an extra output if latest automake is requested. | Diego Elio Pettenò | 2006-11-01 | 1 | -2/+4 |
| | |||||
* | misc bash syntax fixes | Aron Griffis | 2006-10-31 | 1 | -13/+12 |
| | |||||
* | update cronbase dependency (wrt bug #149376) | Wolfram Schlich | 2006-10-31 | 1 | -2/+2 |
| | |||||
* | add in a \b after .schemas to be even safer, thanks to steev | John N. Laliberte | 2006-10-31 | 1 | -2/+2 |
| | |||||
* | tweak the grep line so we only install .schemas files and not just ↵ | John N. Laliberte | 2006-10-31 | 1 | -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 Kelly | 2006-10-31 | 1 | -2/+2 |
| | |||||
* | Fixing suggested deps for fox.eclass (bug #153396) | Matti Bickel | 2006-10-30 | 1 | -6/+6 |
| | |||||
* | Only inherit font.eclass on fonts so we don't get USE=X for everything. This ↵ | Donnie Berkholz | 2006-10-30 | 1 | -3/+7 |
| | | | | requires the inherit line to move below the FONT setup. Idea from Diego Pettenó. | ||||
* | Simplify fonts.scale and fonts.dir generation a bit -- stop using ttmkfdir, ↵ | Donnie Berkholz | 2006-10-30 | 2 | -30/+6 |
| | | | | always use mkfontscale. Also, run from the build system since they are in DEPEND and not RDEPEND. | ||||
* | Start using font.eclass: Replace create_font_cache() code with a call to ↵ | Donnie Berkholz | 2006-10-30 | 1 | -12/+6 |
| | | | | font_pkg_postinst(), and call font_pkg_postrm() in x-modular_pkg_postrm(). Also move EXPORT_FUNCTIONS down to the bottom so font.eclass functions don't override x-modular.eclass ones. | ||||
* | Some initial changes so x-modular.eclass can start using this: Allow for ↵ | Donnie Berkholz | 2006-10-30 | 1 | -3/+3 |
| | | | | DOCS to not exist without errors, and don't remove fonts.cache-1 if it doesn't exist. | ||||
* | Stop using two different ways to detect font directories. | Donnie Berkholz | 2006-10-30 | 1 | -16/+12 |
| | |||||
* | Add deprecation notice. | David Shakaryan | 2006-10-29 | 1 | -2/+4 |
| | |||||
* | Add a RDEPEND on eselect-vi in addition to the DEPEND (for binpkgs). | Mike Kelly | 2006-10-29 | 1 | -1/+2 |
| | |||||
* | Add elibc_FreeBSD useflag to IUSE, as it's used to enable/disable PIE support. | Diego Elio Pettenò | 2006-10-29 | 1 | -2/+2 |
| | |||||
* | Allow documentation directories to share a suffix, as it's used for rsibreak. | Diego Elio Pettenò | 2006-10-29 | 1 | -1/+2 |
| | |||||
* | Drop ECLASS and INHERITED, portage handles it. | Sven Wegener | 2006-10-28 | 3 | -12/+3 |
| | |||||
* | Fix dep for WANT_AUTOMAKE=latest | Piotr Jaroszyński | 2006-10-27 | 1 | -2/+2 |
| | |||||
* | Fix dependency blockers. | Luca Longinotti | 2006-10-27 | 2 | -2/+4 |
| | |||||
* | Make sure to get the version of autotools from ROOT=/ or it won't work with ↵ | Diego Elio Pettenò | 2006-10-26 | 1 | -3/+3 |
| | | | | catalyst for instance. | ||||
* | Fix WANT_AUTOMAKE=latest. | Piotr Jaroszyński | 2006-10-26 | 1 | -5/+3 |
| | |||||
* | move IUSE=gcc64 to linux-headers ebuild | Mike Frysinger | 2006-10-26 | 1 | -2/+1 |
| | |||||
* | Remove GAMES_CHECK_LICENSE since most mods don't require us to check. If a ↵ | Chris Gianelloni | 2006-10-25 | 1 | -2/+1 |
| | | | | mod needs it, we can add it on a per-mod basis. |