Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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. | |||||
* | Don't do ppc-macos trickery, vim is either there or not. | Fabian Groffen | 2006-10-25 | 1 | -8/+4 | |
| | ||||||
* | Implement a better way to find the latest autotools to use. | Diego Elio Pettenò | 2006-10-25 | 1 | -4/+7 | |
| | ||||||
* | Added a check fon -bin version for USE=dedicated even if the non-bin version ↵ | Chris Gianelloni | 2006-10-25 | 1 | -28/+67 | |
| | | | | has it, added a check for quake3-bin before making the -bin wrapper, to keep the desktop entry from showing up if the binary version isn't installed, added server.cfg support from games-q3mod.eclass for doom3, enemy-territory, quake3, and quake4. | |||||
* | fix selinux policy eclass to have default POLICY_TYPES if it is empty. | Chris PeBenito | 2006-10-25 | 1 | -4/+9 | |
| | ||||||
* | dont install sound/scsi headers #152392 | Mike Frysinger | 2006-10-24 | 1 | -1/+5 | |
| | ||||||
* | add support for sysroot to new header install method | Mike Frysinger | 2006-10-24 | 1 | -4/+4 | |
| | ||||||
* | If we have MOD_BINS and also MOD_DIR, then skip the MOD_BINS processing and ↵ | Chris Gianelloni | 2006-10-24 | 1 | -4/+12 | |
| | | | | simply create our links using MOD_BINS as the name. | |||||
* | I'm sure I just made some enemies with this one. See bug #152593 if you ↵ | Chris Gianelloni | 2006-10-24 | 1 | -2/+2 | |
| | | | | want more information, but I've removed the ability to use ACCEPT_LICENSE=\* in make.conf for legal reasons. | |||||
* | preparing eclass for split asis implementations | George Shapovalov | 2006-10-24 | 1 | -8/+4 | |
| | ||||||
* | Disable PIE support in FreeBSD, as there it does not work, fixes kde not ↵ | Diego Elio Pettenò | 2006-10-24 | 1 | -1/+4 | |
| | | | | starting at all. | |||||
* | Added app-arch/unzip to DEPEND since we use it internally. | Chris Gianelloni | 2006-10-23 | 1 | -1/+2 | |
| | ||||||
* | Initial import of games-mods.eclass which is written by me, but based off ↵ | Chris Gianelloni | 2006-10-23 | 1 | -0/+430 | |
| | | | | work from Paul Bredbury <brebs@sent.com> as well as the games-*mods eclasses. | |||||
* | removed quotes around socket, fix bug #152455 | Francesco Riosa | 2006-10-23 | 1 | -2/+2 | |
| | ||||||
* | Added code that you can call dolauncher without arguments if the package ↵ | Petteri Räty | 2006-10-21 | 1 | -7/+28 | |
| | | | | only installs one jar with the Main-class attribute set. | |||||
* | MySQL 5.1 support, configure splitup, cleanup, thanks to vivo! | Luca Longinotti | 2006-10-21 | 1 | -172/+15 | |
| | ||||||
* | Add support for Qt 4.2.0 as masked psi does. | Diego Elio Pettenò | 2006-10-21 | 1 | -4/+4 | |
| | ||||||
* | Add latest revisions for Qt 4.1.4. | Diego Elio Pettenò | 2006-10-21 | 1 | -2/+2 | |
| | ||||||
* | Remove canna useflag. All the packages that use this eclass needs canna to ↵ | Diego Elio Pettenò | 2006-10-21 | 1 | -31/+23 | |
| | | | | make sense. This removes also the canna useflag on... canna itself. | |||||
* | Backport a few more fixes from SVN, thanks to vivo! | Luca Longinotti | 2006-10-20 | 1 | -15/+20 | |
| | ||||||
* | Add new revision for qt3. | Diego Elio Pettenò | 2006-10-20 | 1 | -2/+2 | |
| | ||||||
* | Update TODO. | Luca Longinotti | 2006-10-20 | 1 | -4/+4 | |
| | ||||||
* | General cleanup in preparation of 5.1, fixup some stuff, sync to old behaviour. | Luca Longinotti | 2006-10-20 | 1 | -47/+54 | |
| | ||||||
* | Fix raid support: not available in 5.0 and up. | Luca Longinotti | 2006-10-20 | 1 | -2/+2 | |
| | ||||||
* | Porting changes from overlay step 1 of 2: | Francesco Riosa | 2006-10-20 | 1 | -8/+186 | |
| | | | | | | - added function that will be called by mysql_src_unpack without actually call them. - reformatting some rows to make them shorter than 80 chars | |||||
* | Updated the setting of the Java nsplugin so that it works nicely with the ↵ | Joshua Nichols | 2006-10-20 | 1 | -5/+31 | |
| | | | | new multilib support in java-nsplugin. | |||||
* | touchup style and tweak GAMES_LIBDIR behavior some more | Mike Frysinger | 2006-10-19 | 1 | -19/+16 | |
| | ||||||
* | Added support for newer vdrplugin-rebuild database. | Matthias Schwarzott | 2006-10-19 | 1 | -3/+49 | |
| | ||||||
* | Added games_link_mods for the upcoming games-mods.eclass and also added ↵ | Chris Gianelloni | 2006-10-18 | 1 | -6/+40 | |
| | | | | multilib capabilities for bug #137997. | |||||
* | Corrected make_session_desktop function name in comment | Timothy Redaelli | 2006-10-18 | 1 | -2/+2 | |
| | ||||||
* | Add the latest qt3 version. Sigh. | Diego Elio Pettenò | 2006-10-18 | 1 | -2/+2 | |
| | ||||||
* | indent gamesenv | Mike Frysinger | 2006-10-17 | 1 | -5/+5 | |
| |