summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fixing suggested deps for fox.eclass (bug #153396)Matti Bickel2006-10-301-6/+6
|
* Only inherit font.eclass on fonts so we don't get USE=X for everything. This ↵Donnie Berkholz2006-10-301-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 Berkholz2006-10-302-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 Berkholz2006-10-301-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 Berkholz2006-10-301-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 Berkholz2006-10-301-16/+12
|
* Add deprecation notice.David Shakaryan2006-10-291-2/+4
|
* Add a RDEPEND on eselect-vi in addition to the DEPEND (for binpkgs).Mike Kelly2006-10-291-1/+2
|
* Add elibc_FreeBSD useflag to IUSE, as it's used to enable/disable PIE support.Diego Elio Pettenò2006-10-291-2/+2
|
* Allow documentation directories to share a suffix, as it's used for rsibreak.Diego Elio Pettenò2006-10-291-1/+2
|
* Drop ECLASS and INHERITED, portage handles it.Sven Wegener2006-10-283-12/+3
|
* Fix dep for WANT_AUTOMAKE=latestPiotr Jaroszyński2006-10-271-2/+2
|
* Fix dependency blockers.Luca Longinotti2006-10-272-2/+4
|
* Make sure to get the version of autotools from ROOT=/ or it won't work with ↵Diego Elio Pettenò2006-10-261-3/+3
| | | | catalyst for instance.
* Fix WANT_AUTOMAKE=latest.Piotr Jaroszyński2006-10-261-5/+3
|
* move IUSE=gcc64 to linux-headers ebuildMike Frysinger2006-10-261-2/+1
|
* Remove GAMES_CHECK_LICENSE since most mods don't require us to check. If a ↵Chris Gianelloni2006-10-251-2/+1
| | | | mod needs it, we can add it on a per-mod basis.