summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix typo with CXX compiler.Robin H. Johnson2007-10-021-2/+2
|
* update NVIDIA drivers mask messages for usersDoug Goldstein2007-10-011-6/+3
|
* people have had plenty of time to transition to linux-info for ↵Mike Frysinger2007-10-012-36/+10
| | | | set_arch_to_kernel/set_arch_to_portage ... time is up
* removing USE=pdo-external support from dev-lang/php-5.2*, use internal pdo ↵Christian Hoffmann2007-09-301-4/+2
| | | | (USE=pdo) instead
* The buildsycoca function has been working fine for ~arch for almost 17 ↵Wulf Krueger2007-09-271-2/+2
| | | | months now. Time to allow it to run for stable, too.
* Add --subdir option to java-pkg_doexamples.Petteri Räty2007-09-271-1/+8
|
* changed exit to returnGeorge Shapovalov2007-09-271-2/+2
|
* respect GVIM_DESKTOP_SUFFIX, so gvim.desktop file can be updated.Ali Polatel2007-09-271-2/+2
|
* added get_active_profile helper functionGeorge Shapovalov2007-09-261-1/+29
|
* lib -> get_libdir fixGeorge Shapovalov2007-09-261-2/+2
|
* removed duplicated helper functionsGeorge Shapovalov2007-09-251-41/+1
|
* Add xemacs-elisp-comp to allow compiling of interdependent elispHans de Graaff2007-09-252-15/+63
| | | | | files, needed for octave ebuild patch. Fix documentation. Die consistently at the same level and document this behavior.
* Update URL for driver patch to mirror://gentoo instead of Josh_B's dev space ↵Donnie Berkholz2007-09-241-2/+2
| | | | (Mark Kowarsky).
* Sync eclasses from Emacs overlay (revision 645).Ulrich Müller2007-09-222-37/+53
| | | | | | | | | | | | | | | | | | elisp.eclass: Die if elisp-install or elisp-site-file-install fails. Add man comments for variables SIMPLE_ELISP, DOCS, and NEED_EMACS. elisp-common.eclass: New variable EMACS_BATCH_CLEAN, analog to the XEmacs eclasses. Remove redundant pushd/popd commands in elisp-site-file-install; don't die, return status instead. Quote all instances of $@ and $*. Don't use ${status}; it is reserved in zsh. Call insinto and doins in a subshell to avoid pollution of calling environment. Remove superfluous dodir in elisp-install. Set no-byte-compile and provide site-gentoo in site-gentoo.el. Move comment for elisp-comp so that it will appear in the man page.
* Fix minor typo in vmware-mod.eclass.Mike Auty2007-09-201-2/+2
|
* adapted gnat.eclass to use split off common code in eselect-gnat (##192505 ↵George Shapovalov2007-09-191-21/+21
| | | | and 167000)
* BSD xargs doesn't do -r.Ryan Hill2007-09-191-3/+3
|
* change invalid dep atom to a message people can clearly grok #192892Mike Frysinger2007-09-181-2/+2
|
* add support for WANT_AUTOCONF=none #192863 and catch invalid WANT_AUTOCONF ↵Mike Frysinger2007-09-171-6/+7
| | | | settings
* avoid setting ld-flags more than once, by querying them first using is-ldflagqFabian Groffen2007-09-171-8/+7
|
* Added default SRC_URI for gems.eclass, to point at rubyforge.Joshua Nichols2007-09-171-2/+4
|
* Handle ${ROOT} and whitespace, suggested by vapier.Ryan Hill2007-09-161-17/+5
|
* Hopefully the last permission handling change - now reports when changing a ↵Ryan Hill2007-09-161-5/+19
| | | | file's permissions, emulates chmod -c, and is all pretty-like. Thanks to dberkholz for the suggestion.
* Move permission checking to postinst/postrm, and check everything in ↵Ryan Hill2007-09-161-3/+7
| | | | /usr/share/fonts rather than just the current package.
* Only pull in and run bdftopcf if USE=X. Automatically set FONT_SUFFIX ↵Ryan Hill2007-09-161-4/+14
| | | | accordingly.
* Forgot to remove -v flag from chmod.Ryan Hill2007-09-161-2/+2
|
* Do permission setting in ${D} rather than ${WORKDIR}.Ryan Hill2007-09-161-3/+3
|
* Initial releases of the xemacs elisp eclassesHans de Graaff2007-09-152-0/+153
|
* Restore the ltmain dir as the issue affecting BSD (-pthread) vs Linux ↵Roy Marples2007-09-151-2/+2
| | | | (-lpthread) has been fixed
* Fix the -pthread issue in .la files once and for all for crappy old libtoolsRoy Marples2007-09-151-39/+17
|
* Changing GAME_EXE and DED_EXE for quake4 to quake4 and quake4-ded, respectively.Chris Gianelloni2007-09-151-3/+3
|
* New versionsCaleb Tennis2007-09-142-23/+33
|
* Drop the ltmain patch as that breaks KDE on linux apparently. Sucks for BSD ↵Roy Marples2007-09-141-2/+2
| | | | eh?, #192495
* Apply install-sh patchesRoy Marples2007-09-141-2/+6
|
* Add ELT patches so that old install-sh files stand a better chance of ↵Roy Marples2007-09-142-0/+23
| | | | working on non Linux Systems so that we don't have to regenerate them on a per ebuild basis.
* Add a patch for ltmain.sh-1.5 so that KDE ebuilds link correctly on FreeBSD, ↵Roy Marples2007-09-142-2/+42
| | | | #182214