Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed icon parsing to remove icon type suffix from .desktop file | 2007-12-07 | 1 | -7/+8 | |
| | |||||
* | Undo the change of 2007-12-04. Remove cd command in elisp_src_unpack. | 2007-12-07 | 1 | -7/+6 | |
| | |||||
* | Correct a cd command, at least as a work around...there have been | 2007-12-07 | 1 | -2/+2 | |
| | | | | problems, see http://forums.gentoo.org/viewtopic-t-627332-highlight-.html | ||||
* | Minor enhancements. | 2007-12-06 | 1 | -12/+34 | |
| | |||||
* | Add qt4 versions | 2007-12-06 | 1 | -2/+2 | |
| | |||||
* | Numerous QA fixes | 2007-12-04 | 1 | -11/+10 | |
| | |||||
* | Adding eclass for integrating rox and the new rox-base/zeroinstall-injector ↵ | 2007-12-04 | 1 | -0/+92 | |
| | | | | package | ||||
* | Move handling of SIMPLE_ELISP into elisp_pkg_setup, otherwise it fails | 2007-12-04 | 1 | -6/+7 | |
| | | | | | with portage-2.1.4_rc7. Die in elisp_src_unpack if mv fails. | ||||
* | A few small readability/sanity fixes | 2007-12-04 | 1 | -11/+10 | |
| | |||||
* | install dvips config files in dvips.d; no module installs such files, only ↵ | 2007-12-02 | 1 | -2/+2 | |
| | | | | texlive-core for now, but better safe than sorry if this happens after dvips config files handling has been switched to texmf-update | ||||
* | mark treelang as unavailable to cross-compilers #199924 | 2007-12-01 | 1 | -1/+2 | |
| | |||||
* | Partial sync from Emacs overlay: | 2007-12-01 | 1 | -9/+13 | |
| | | | | | New variable SITEETC. Replace basename by bash parameter expansion. | ||||
* | more backticks fixes | 2007-11-29 | 3 | -8/+8 | |
| | |||||
* | Don't use backticks | 2007-11-29 | 1 | -3/+3 | |
| | |||||
* | Fix #200736 and man-page installation | 2007-11-29 | 1 | -2/+3 | |
| | |||||
* | Replaced IFS with marginally more readable value | 2007-11-28 | 1 | -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 set | 2007-11-28 | 1 | -70/+117 | |
| | | | | the MimeType of the created .desktop files. | ||||
* | Add apache-2 eclass | 2007-11-28 | 1 | -0/+543 | |
| | |||||
* | A typo in my last commit. | 2007-11-28 | 1 | -2/+2 | |
| | |||||
* | Improvements to dojavadoc. | 2007-11-28 | 1 | -3/+27 | |
| | |||||
* | Remove -O1 limitation on 64bit arches, works fine | 2007-11-26 | 1 | -4/+1 | |
| | |||||
* | Can't use export with JAVA_OPTIONS so just put back the unset. The warning ↵ | 2007-11-26 | 1 | -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 ↵ | 2007-11-26 | 1 | -5/+9 | |
| | | | | across functions. | ||||
* | use elog instead of einfo for important messages, thanks to Bartlomiej ↵ | 2007-11-25 | 1 | -5/+5 | |
| | | | | Antoni Szymczak <rhywek@gmail.com>, bug #199649 | ||||
* | remove deprecated apache1 functions; remove bogus need_apache logic; convert ↵ | 2007-11-25 | 2 | -467/+230 | |
| | | | | to standardized documentation comments | ||||
* | don't use command substitution | 2007-11-25 | 1 | -4/+4 | |
| | |||||
* | Bump to vmware-any-any-update114. | 2007-11-25 | 1 | -7/+9 | |
| | |||||
* | Make -Dbuild.sysclasspath=ignore mandatory in eant(). Bug #142538. | 2007-11-25 | 1 | -7/+2 | |
| | |||||
* | useq -> use (Jakub Moc) | 2007-11-22 | 1 | -14/+14 | |
| | |||||
* | useq -> use, missing inherit eutils (Jakub Moc) | 2007-11-22 | 1 | -17/+19 | |
| | |||||
* | Add "wxWidgets" to output so people know where the messages are coming from. | 2007-11-21 | 1 | -3/+3 | |
| | |||||
* | Added a couple minor fixes for make_desktop_entry to clean it up, per ↵ | 2007-11-20 | 1 | -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 possible | 2007-11-20 | 1 | -1/+9 | |
| | |||||
* | Sync eclasses from Emacs overlay (revision 734). | 2007-11-17 | 1 | -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 ↵ | 2007-11-17 | 1 | -1/+5 | |
| | | | | or sooner but unnoticed. | ||||
* | Replace references to deprecated ${IMAGE} with equivalent ${D}. | 2007-11-16 | 1 | -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 PV | 2007-11-15 | 1 | -2/+2 | |
| | |||||
* | Unconditionally set remote.origin.url as per bug #197193 | 2007-11-14 | 1 | -2/+5 | |
| | |||||
* | unquote WORKDIR | 2007-11-14 | 2 | -4/+4 | |
| | |||||
* | quote WORKDIR | 2007-11-14 | 2 | -4/+4 | |
| | |||||
* | new app-emulation eclass for amd64 | 2007-11-14 | 1 | -0/+48 | |
| | |||||
* | (#199062) Fix which packages show debug USE flag (John W Eckhart). | 2007-11-13 | 1 | -8/+8 | |
| | |||||
* | Make JAVA_PKG_IUSE work with java-pkg-opt-2 too. | 2007-11-13 | 3 | -8/+9 | |
| | |||||
* | apply to gcc-4+ | 2007-11-12 | 1 | -2/+2 | |
| | |||||
* | Dropped conditional on firebird versions that switched paths from /opt to /usr. | 2007-11-12 | 2 | -12/+4 | |
| | |||||
* | Apply the texinfo fix only on GCC 4, as GCC 3.4 does not have that | 2007-11-12 | 1 | -2/+2 | |
| | | | | codepath anyway, and was failing unpack. | ||||
* | apply gcc-configure-texinfo.patch | 2007-11-11 | 1 | -2/+3 | |
| | |||||
* | Added a patch by Nelchael (use pushd/popd, allow use of ↵ | 2007-11-11 | 1 | -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 #193364 | 2007-11-11 | 1 | -1/+7 | |
| | |||||
* | Make the eclass handle alpha versions as well | 2007-11-08 | 1 | -2/+3 | |
| |