summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* Don't do ppc-macos trickery, vim is either there or not.Fabian Groffen2006-10-251-8/+4
|
* Implement a better way to find the latest autotools to use.Diego Elio Pettenò2006-10-251-4/+7
|
* Added a check fon -bin version for USE=dedicated even if the non-bin version ↵Chris Gianelloni2006-10-251-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 PeBenito2006-10-251-4/+9
|
* dont install sound/scsi headers #152392Mike Frysinger2006-10-241-1/+5
|
* add support for sysroot to new header install methodMike Frysinger2006-10-241-4/+4
|
* If we have MOD_BINS and also MOD_DIR, then skip the MOD_BINS processing and ↵Chris Gianelloni2006-10-241-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 Gianelloni2006-10-241-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 implementationsGeorge Shapovalov2006-10-241-8/+4
|
* Disable PIE support in FreeBSD, as there it does not work, fixes kde not ↵Diego Elio Pettenò2006-10-241-1/+4
| | | | starting at all.
* Added app-arch/unzip to DEPEND since we use it internally.Chris Gianelloni2006-10-231-1/+2
|
* Initial import of games-mods.eclass which is written by me, but based off ↵Chris Gianelloni2006-10-231-0/+430
| | | | work from Paul Bredbury <brebs@sent.com> as well as the games-*mods eclasses.
* removed quotes around socket, fix bug #152455Francesco Riosa2006-10-231-2/+2
|
* Added code that you can call dolauncher without arguments if the package ↵Petteri Räty2006-10-211-7/+28
| | | | only installs one jar with the Main-class attribute set.
* MySQL 5.1 support, configure splitup, cleanup, thanks to vivo!Luca Longinotti2006-10-211-172/+15
|
* Add support for Qt 4.2.0 as masked psi does.Diego Elio Pettenò2006-10-211-4/+4
|
* Add latest revisions for Qt 4.1.4.Diego Elio Pettenò2006-10-211-2/+2
|
* Remove canna useflag. All the packages that use this eclass needs canna to ↵Diego Elio Pettenò2006-10-211-31/+23
| | | | make sense. This removes also the canna useflag on... canna itself.
* Backport a few more fixes from SVN, thanks to vivo!Luca Longinotti2006-10-201-15/+20
|
* Add new revision for qt3.Diego Elio Pettenò2006-10-201-2/+2
|
* Update TODO.Luca Longinotti2006-10-201-4/+4
|
* General cleanup in preparation of 5.1, fixup some stuff, sync to old behaviour.Luca Longinotti2006-10-201-47/+54
|
* Fix raid support: not available in 5.0 and up.Luca Longinotti2006-10-201-2/+2
|
* Porting changes from overlay step 1 of 2:Francesco Riosa2006-10-201-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 Nichols2006-10-201-5/+31
| | | | new multilib support in java-nsplugin.
* touchup style and tweak GAMES_LIBDIR behavior some moreMike Frysinger2006-10-191-19/+16
|
* Added support for newer vdrplugin-rebuild database.Matthias Schwarzott2006-10-191-3/+49
|
* Added games_link_mods for the upcoming games-mods.eclass and also added ↵Chris Gianelloni2006-10-181-6/+40
| | | | multilib capabilities for bug #137997.
* Corrected make_session_desktop function name in commentTimothy Redaelli2006-10-181-2/+2
|
* Add the latest qt3 version. Sigh.Diego Elio Pettenò2006-10-181-2/+2
|
* indent gamesenvMike Frysinger2006-10-171-5/+5
|