summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* apply gcc-configure-texinfo.patchMike Frysinger2007-11-111-2/+3
|
* Added a patch by Nelchael (use pushd/popd, allow use of ↵Wulf Krueger2007-11-111-9/+31
| | | | CMAKE_IN_SOURCE_BUILD, define LIB_INSTALL_DIR) and cmake-utils_use_want by Ingmar to allow usage of the eclass by applications that need -DWANT_blah.
* make sure info pages dont get regenerated in releases #193364Mike Frysinger2007-11-111-1/+7
|
* Make the eclass handle alpha versions as wellMarkus Ullmann2007-11-081-2/+3
|
* Add the FEATURES=-userpriv die so that testing fails earlier than src_test.Robin H. Johnson2007-11-081-3/+12
|
* fixed parsing Subject: of vim patch mailsAli Polatel2007-11-071-2/+2
|
* change TEXMF_VAR_PATH to match default configuration, hopefully nothing was ↵Alexis Ballier2007-11-061-2/+2
| | | | using it (yet?)
* Remove UT from the comments on games_ut_unpack due to bug #196142.Chris Gianelloni2007-11-061-3/+3
|
* Now that it has been tested, we can remove the EPAM lines that didn't hit, ↵Diego Elio Pettenò2007-11-041-6/+11
| | | | instead of cluttering the pam file.
* New cmake-utils.eclass providing functions for the cmake build system with ↵Wulf Krueger2007-11-041-0/+154
| | | | all requested fixes after the review on gentoo-dev.
* Make the darcs eclass copy using rsync instead of cp like most other SCMLennart Kolmodin2007-11-011-2/+2
| | | | | eclasses to exclude the _darcs directory. Patch by Avuton Olrich <avuton@gmail.com>.
* fix DEPEND of the eclassGilles Dartiguelongue2007-10-281-2/+2
|
* more crons than vixie support the system crontab - bug #89213Thilo Bangert2007-10-271-3/+3
|
* dont try to be too clever with TEXMFSYSVAR, it should not be modified, ↵Alexis Ballier2007-10-271-3/+2
| | | | install paths should definitely not be dependant on tex configuration and consistent among themselves; thus hardcode default path for TEXMFSYSVAR
* removed deprecated mydoc, use DOCSAli Polatel2007-10-251-4/+1
|
* Fix -jX for libtool 1.5.6, #196728Roy Marples2007-10-232-1/+11
|
* proper pear callMarkus Ullmann2007-10-221-5/+5
|
* Fix doc call (from php overlay)Markus Ullmann2007-10-221-5/+2
|
* also remove texmf/doc directory if doc useflag is not set, will save much ↵Alexis Ballier2007-10-201-3/+9
| | | | more space if you dont want the documention
* add etexlinks helper function, use it for installing modules, bug #196246Alexis Ballier2007-10-202-2/+52
|
* Minor update for KDE 3.5.8.Wulf Krueger2007-10-191-2/+3
|
* Fix thinko that caused WX_CONFIG to be overwritten by defaults between ↵Ryan Hill2007-10-181-8/+6
| | | | ebuild phases. Bug #196192 by Itay Perl
* install formats in TEXMFSYSVAR, otherwise kpathsea will not find themAlexis Ballier2007-10-171-2/+5
|
* Make minor tweak to the MODULE_AUTHOR section, for some authors that ↵Robin H. Johnson2007-10-171-2/+2
| | | | subdivided their CPAN space.
* Add the MODULE_AUTHOR variable with documentation, to simplify CPAN ebuilds.Robin H. Johnson2007-10-171-5/+13
|
* QA fixes \(quoting\) - hopefully we won\'t need to go back and rewrite the ↵Joe Sapp2007-10-161-19/+19
| | | | whole thing. It should be deprecated pretty soon.
* texlive also provides the same support as tetex3Alexis Ballier2007-10-161-2/+2
|
* Remove old build dependency upon man / man-db for building XSteve Dibb2007-10-151-2/+1
|
* switch latex-package eclass deps from virtual/tetex to virtual/latex-base, ↵Alexis Ballier2007-10-151-2/+2
| | | | bug #195894
* Sync eclasses from Emacs overlay (revision 668).Ulrich Müller2007-10-142-14/+45
| | | | | | | | | | | elisp.eclass: Comment changes. elisp-common.eclass: Create default site-start.el when running elisp-site-regen for the first time; recommend "require" instead of "load" in einfo message. Document SITELISP and SITEFILE eclass variables. Other comment changes.
* fix from James Le Cuirot to check to see if the directory to search exists ↵Mike Frysinger2007-10-141-1/+2
| | | | before searching it to avoid confusing messages being posted #195864
* remove xcolor from the blocker list as updates from a texmf overlay are now ↵Alexis Ballier2007-10-141-2/+1
| | | | possible
* Integrate with git.eclass, so live git ebuilds are trivially easy. Just copy ↵Donnie Berkholz2007-10-141-20/+38
| | | | an ebuild to -9999.ebuild, and it automatically does everything else: inherits git.eclass, sets up the repo, sets a blank SRC_URI, unpacks properly, and creates a ChangeLog.
* add texlive module eclassAlexis Ballier2007-10-141-0/+116
|
* add texlive common eclassAlexis Ballier2007-10-141-0/+44
|
* Check in wxwidgets.eclass rewrite.Ryan Hill2007-10-141-96/+204
|
* add back in message for people to delete old SONAMEs of libs #159245Mike Frysinger2007-10-101-1/+6
|
* fixed src_install issue, no longer relies on portage leaking env vars ↵George Shapovalov2007-10-101-1/+16
| | | | between functions
* Updating java-vm-2 to depend on more more broad java-config-2 versions.Alistair Bush2007-10-091-3/+3
|
* Updating java-virtuals to use code block instead of subshellAlistair Bush2007-10-091-3/+3
|
* Updating java-virtuals as per dberkholz's suggestions, thank you dberkholzAlistair Bush2007-10-091-15/+14
|
* Remove most backslashes in convenience script, thanks dirtyepic!Bernard Cafarelli2007-10-081-21/+22
|
* Depend on either gentoo-vdr-scripts-0.4.2 or vdrplugin-rebuild, as the ↵Matthias Schwarzott2007-10-081-3/+3
| | | | latter will disappear soon.
* fixing firebird and interbase support for php-4.4* and -5.2*, bug 186791Christian Hoffmann2007-10-052-5/+25
|
* General cleanup of eclass: No longer support older versions of ↵Matthias Schwarzott2007-10-051-147/+56
| | | | vdrplugin-rebuild and gentoo-vdr-scripts. Now use eselect-vdr to enable plugins. Small quoting cleanup.
* Update convenience scripts generation from the gnustep overlayBernard Cafarelli2007-10-051-3/+38
|
* Adding java-virtuals-2.eclass and updating java-utils-2.eclass to add ↵Alistair Bush2007-10-042-1/+69
| | | | support for java virtuals.
* Add 4.3.2Caleb Tennis2007-10-031-2/+2
|
* Change to ${S} before starting the module build (see #192549 with thanks to ↵Christian Heim2007-10-031-1/+2
| | | | Elias Probst <mail at eliasprobst.eu>).
* kernel related eclasses are maintained by kernel-misc@gentoo.org.Christian Heim2007-10-033-8/+10
|