summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Take into account that KDE 3.x doesn't really comply to the basedir specCarsten Lohrke2007-04-201-9/+13
|
* Local variable declaration made paranoidly safe.Vlastimil Babka2007-04-201-2/+3
|
* Use the full deptree with EANT_GENTOO_CLASSPATH when in src_test.Petteri Räty2007-04-201-4/+4
|
* Make java-pkg_dojavadoc check for index.htmlPetteri Räty2007-04-201-1/+13
|
* Fix java-pkg_getjars ensure-dep looping.Petteri Räty2007-04-201-2/+2
|
* KEYWORDS -* -> ""Mike Frysinger2007-04-201-3/+3
|
* Add support for MythTV 0.21's new pluginsDoug Goldstein2007-04-191-1/+5
|
* Fixup whitespace in elisp-common.eclassUlrich Müller2007-04-191-11/+11
|
* Move desktop entry handling to kde-functions.eclass and don't bother about ↵Carsten Lohrke2007-04-192-10/+23
| | | | applnk paths.
* A missing colon prevented a auxiliary variable to be predefined if noChristian Faulhammer2007-04-181-11/+11
| | | | argument was given
* Use elog instead of einfo in java-pkg_ensure-dep.Petteri Räty2007-04-181-7/+7
|
* Silence dep checker warning when inside a sub shell.Petteri Räty2007-04-181-5/+5
|
* Updating java-utils-2.eclass with QA tests to check whether ebuild uses ↵Alistair Bush2007-04-171-2/+55
| | | | package without depending on it
* modules-update -> update-modulesMike Frysinger2007-04-162-5/+5
|
* And againChristian Faulhammer2007-04-162-196/+39
|
* see commit before, this time for real:Christian Faulhammer2007-04-162-92/+333
| | | | | | | Remove some unused parts (commented out and similar) Documentation of functions (both by Ulrich Müller and Christian Faulhammer) New function elisp_make_autoload_file() (by Ulrich Müller) Taken from Emacs Overlay
* Cleaning up unused lines (commented and such)Christian Faulhammer2007-04-161-2/+2
| | | | | Documentation of functions (both by Ulrich Müller and Christian Faulhammer) New function elisp_make_autoload_file() (by Ulrich Müller)
* Use update-modules thanks to jakub in bug 174745Stefan Schweizer2007-04-161-2/+7
|
* Additional location for mysql-extras tarball.Robin H. Johnson2007-04-151-1/+2
|
* Give mysql_fx.eclass a few smarts to look for a versioned mysql-extras ↵Robin H. Johnson2007-04-151-3/+31
| | | | directory.
* Fix doenvd calls in nxserver eclasses, bug 173884Bernard Cafarelli2007-04-134-12/+8
|
* Remove check_KVStefan Schweizer2007-04-121-4/+1
|
* Fix bug #164543.Carsten Lohrke2007-04-121-2/+2
|
* trivial changesCarsten Lohrke2007-04-111-8/+8
|
* include $S in the default src_unpack msgMike Frysinger2007-04-101-2/+3
|
* $GAMES_LIBDIR is no longer used in the treeTristan Heaven2007-04-101-4/+1
|
* Updating vmware-mod.eclass for vmware-server-tools and to fix bug #172337.Mike Auty2007-04-091-8/+7
|
* Fixed a bug where the generic src_compile was unsetting ANT_TASKS from the ↵Petteri Räty2007-04-071-2/+2
| | | | env if EANT_ANT_TASKS wasn't specified.
* replace INSDESTTREE/INSOPTIONS with subshells and insinto/insoptsMike Frysinger2007-04-075-34/+51
|
* call validate_desktop_entries()Carsten Lohrke2007-04-061-14/+6
|
* add validate_desktop_entries()Carsten Lohrke2007-04-061-1/+27
|
* fixes bug #153227Akinori Hattori2007-04-011-8/+26
|
* fixes bug #156666Akinori Hattori2007-04-011-1/+2
|
* Bump versionCaleb Tennis2007-03-302-4/+4
|
* unset GAMES_LIBDIR in games_get_libdir until everyone has converted off of ↵Mike Frysinger2007-03-271-1/+3
| | | | GAMES_LIBDIR
* avoid eclass recursionMike Frysinger2007-03-272-5/+7
|
* dont include toolchain-funcs for now to avoid recursive inclusionMike Frysinger2007-03-271-2/+2
|
* need toolchain-funcs for `tc-export`Mike Frysinger2007-03-271-3/+5
|
* implement $(games_get_libdir) for the multilib lamersMike Frysinger2007-03-271-4/+10
|
* Deprecate nxserver eclasses and remove virtual/x11Stefan Schweizer2007-03-264-12/+9
|
* Remove more virtual/x11 usages, nxserver is not marked as DEPRECATED in the ↵Stefan Schweizer2007-03-2611-22/+22
| | | | header yet but unused. Leaving it for now
* Remove virtual/x11 depends in some eclassesStefan Schweizer2007-03-266-18/+14
|
* Remove virtual/x11 dep which was only alternative for x11-base/xorg-server.Samuli Suominen2007-03-261-2/+2
|
* Add new 3.3.8-r1 qt revisionCharlie Shepherd2007-03-261-2/+2
|
* Remove virtual/x11 from this deprecated eclass.Samuli Suominen2007-03-261-3/+2
|
* Remove dependency on portage, since it really isn't necessary.Chris Gianelloni2007-03-261-3/+1
|
* Added instructions on how to fix an error when calling regjar with *.jar but ↵Petteri Räty2007-03-251-1/+6
| | | | not using ${D}.
* Revert my changeRaúl Porcel2007-03-241-1/+2
|
* Remove x11-base/xorg-x11-6.7.0-r2 blockRaúl Porcel2007-03-241-2/+1
|
* use emake in src_install, drop prepman since newer portage is smarter about ↵Mike Frysinger2007-03-241-3/+10
| | | | finding non-standard man dirs, and handle newer binutils method of installing into funky multilib dirs #171905