summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* more backticks fixesMarkus Ullmann2007-11-293-8/+8
|
* Don't use backticksMarkus Ullmann2007-11-291-3/+3
|
* Fix #200736 and man-page installationBenedikt Boehm2007-11-291-2/+3
|
* Replaced IFS with marginally more readable valueJim Ramsay2007-11-281-5/+10
| | | | | | Replaced useq with use (thanks to drac for pointing this out) Added warnings about not using 'usemime' in the global scope.
* Minor reorganization, also added support for APPMIME variable in ebuilds to setJim Ramsay2007-11-281-70/+117
| | | | the MimeType of the created .desktop files.
* Add apache-2 eclassBenedikt Boehm2007-11-281-0/+543
|
* A typo in my last commit.Petteri Räty2007-11-281-2/+2
|
* Improvements to dojavadoc.Petteri Räty2007-11-281-3/+27
|
* Remove -O1 limitation on 64bit arches, works fineRaúl Porcel2007-11-261-4/+1
|
* Can't use export with JAVA_OPTIONS so just put back the unset. The warning ↵Petteri Räty2007-11-261-2/+4
| | | | given to users should be enough even if the unset does not currently work.
* Use export VAR= instead of unset because Portage does not preserve unsetting ↵Petteri Räty2007-11-261-5/+9
| | | | across functions.
* use elog instead of einfo for important messages, thanks to Bartlomiej ↵Alexis Ballier2007-11-251-5/+5
| | | | Antoni Szymczak <rhywek@gmail.com>, bug #199649
* remove deprecated apache1 functions; remove bogus need_apache logic; convert ↵Benedikt Boehm2007-11-252-467/+230
| | | | to standardized documentation comments
* don't use command substitutionSven Wegener2007-11-251-4/+4
|
* Bump to vmware-any-any-update114.Mike Auty2007-11-251-7/+9
|
* Make -Dbuild.sysclasspath=ignore mandatory in eant(). Bug #142538.Vlastimil Babka2007-11-251-7/+2
|
* useq -> use (Jakub Moc)Samuli Suominen2007-11-221-14/+14
|
* useq -> use, missing inherit eutils (Jakub Moc)Samuli Suominen2007-11-221-17/+19
|
* Add "wxWidgets" to output so people know where the messages are coming from.Ryan Hill2007-11-211-3/+3
|
* Added a couple minor fixes for make_desktop_entry to clean it up, per ↵Chris Gianelloni2007-11-201-5/+4
| | | | discussion on the gentoo-dev mailing list. This closes bug #181999 and bug #197891. Thanks to Carsten Lohrke <carlo@gentoo.org>, Samuli Suominen <drac@gentoo.org, and Daniel Pielmeier <daniel.pielmeier@googlemail.com>.
* enable treelang by default when possibleMike Frysinger2007-11-201-1/+9
|
* Sync eclasses from Emacs overlay (revision 734).Ulrich Müller2007-11-171-48/+43
| | | | | | | elisp-common.eclass: Use square brackets for test, remove dysfunctional code in elisp-comp. New variable EMACSFLAGS, replaces EMACS_BATCH_CLEAN. Group compile functions together.
* Add comment about v4l2 and tests to gst-plugins-base eclass, gone in 0.10.15 ↵Samuli Suominen2007-11-171-1/+5
| | | | or sooner but unnoticed.
* Replace references to deprecated ${IMAGE} with equivalent ${D}.Zac Medico2007-11-161-4/+4
| | | | These seem to be the last ${IMAGE} references in the whole tree.
* revbumps apply to ebuilds, not distfiles. SRC_URI changed from PVR to PVMike Doty2007-11-151-2/+2
|
* Unconditionally set remote.origin.url as per bug #197193Fernando J. Pereda2007-11-141-2/+5
|
* unquote WORKDIRMike Doty2007-11-142-4/+4
|
* quote WORKDIRMike Doty2007-11-142-4/+4
|
* new app-emulation eclass for amd64Mike Doty2007-11-141-0/+48
|
* (#199062) Fix which packages show debug USE flag (John W Eckhart).Donnie Berkholz2007-11-131-8/+8
|
* Make JAVA_PKG_IUSE work with java-pkg-opt-2 too.Petteri Räty2007-11-133-8/+9
|
* apply to gcc-4+Mike Frysinger2007-11-121-2/+2
|
* Dropped conditional on firebird versions that switched paths from /opt to /usr.William Thomson2007-11-122-12/+4
|
* Apply the texinfo fix only on GCC 4, as GCC 3.4 does not have thatDiego Elio Pettenò2007-11-121-2/+2
| | | | codepath anyway, and was failing unpack.
* 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
|