summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Allow -O2 as wellRaúl Porcel2008-07-191-1/+3
|
* Add missing dieTorsten Veller2008-07-192-4/+4
|
* die || string -> die stringTorsten Veller2008-07-191-2/+2
|
* Add pkg_preinst for dependency checkingPetteri Räty2008-07-181-2/+19
|
* Enable by default mozilla's optimizationRaúl Porcel2008-07-181-13/+19
|
* Forcibly lowercase the IDs scavenged from the nVidia documentation for 177 ↵Tony Vroon2008-07-171-4/+4
| | | | as they do not work otherwise. As pointed out by Kevin Bowling <kevin.bowling@kev009.com> in bug #228661.
* Make eclass ready for eclass-manpages, bug #211227, thank mren for all work.Peter Volkov2008-07-171-3/+12
|
* Make eclass ready for eclass-manpages, bug #210363, thank mren for all work.Peter Volkov2008-07-171-6/+27
|
* Make eclass ready for eclass-manpages, bug #210645, thank mren for all work.Peter Volkov2008-07-171-10/+21
|
* Try to handle all flags in QT4{,_OPTIONAL}_BUILT_WITH_USE properly for split ↵Bo Ørsted Andresen2008-07-171-54/+103
| | | | qt to avoid duplicating the same code in pkg_setup in lots of ebuilds. See bugs #217161 and #229193.
* Disable elf-dynstr-gc on ppc for now, as it breaks, bug #231021Raúl Porcel2008-07-162-4/+8
|
* Add TEXLIVE_MODULE_DOC_CONTENTS and TEXLIVE_MODULE_SRC_CONTENTS support for ↵Alexis Ballier2008-07-151-1/+29
| | | | texlive 2008 and document it.
* Change compatibility symlink handling for Ant 1.7.1+Vlastimil Babka2008-07-141-11/+22
|
* Add source useflag for texlive2008Alexis Ballier2008-07-141-3/+6
|
* Fix bug #231469, I fail.Thomas Anderson2008-07-111-3/+3
|
* Extend WANT_ANT_TASKS to accept full pkg atoms.Petteri Räty2008-07-091-4/+18
|
* add warning for sparc users that they need to do cross-compiling with >= ↵Friedrich Oslage2008-07-091-1/+19
| | | | 2.6.25(bug #214765)
* Add new QT4_BUILT_WITH_USE_CHECK targets, guiaccessibility and ↵Thomas Anderson2008-07-081-10/+31
| | | | qt3accessibility. Refactor QT4_BUILT_WITH_USE_CHECK code to use case statements
* making jokey happy by fixing autotools usage in php4_4-sapi.eclass and as ↵Christian Hoffmann2008-07-071-15/+7
| | | | such making =dev-lang/php-4* compile with libtool-2.2*
* Undo last accidental commit.Petteri Räty2008-07-074-191/+16
|
* Always put junit to gentoo.classpath when ANT_TASKS has ant-junit. Fixes bug ↵Petteri Räty2008-07-076-19/+197
| | | | #225981.
* Fix whitespace.Jeroen Roovers2008-07-071-13/+13
|
* made --enable-libada conditional on PN, as ACT's gnat does not like itGeorge Shapovalov2008-07-061-2/+7
|
* Filter out the objc-gc flag for <gcc-4.0. Thanks to Ryan Hill <dirtyepic AT ↵Mark Loeser2008-07-061-2/+4
| | | | gentoo DOT org> ; bug #137024
* update comments about tl2008's way of distributing packagesAlexis Ballier2008-07-031-2/+3
|
* remove doc useflag from documentation packages, it does not make much sense ↵Alexis Ballier2008-07-031-3/+3
| | | | for them, thanks to Pacho Ramos <pacho@condmat1.ciencias.uniovi.es>, bug #223617.
* start to make room for TeX Live 2008 and simplify the jobs parser.Alexis Ballier2008-07-031-9/+36
|
* be nice and dont try to do anything if we have not installed any texmf fileAlexis Ballier2008-07-031-1/+2
|
* Now prefer BUILD_TARGETS instead of VDRPLUGIN_MAKE_TARGET. Set RDEPEND and ↵Matthias Schwarzott2008-07-031-6/+9
| | | | DEPEND appropriate.
* Support Sun Studio compiler (f95).Donnie Berkholz2008-07-031-1/+23
|
* [Fortran] Add Fortran support to filter-flags(), append-flags(), is-flagq(), ↵Donnie Berkholz2008-07-031-12/+83
| | | | strip-flags(), strip-unsupported-flags(), get-flag(). Add new functions parallel to existing ones for Fortran: append-fflags(), test-flag-F77(), test-flags-FC().
* [Fortran] Do a little reworking, since these functions remain unused by ↵Donnie Berkholz2008-07-031-7/+3
| | | | anything. Rename tc-getF90() to tc-getFC() for consistency with autotools, fortran.eclass, etc. Drop tc-getFORTRAN() -- people should use the appropriate function.
* Sync eclasses from Emacs overlay (revision 1110).Ulrich Müller2008-07-011-20/+20
| | | | | elisp-common.eclass: Create file for backwards compatibility only if obsolete files were found.
* Add support for JAVA_ANT_ENCODING using build-xml-rewrite.Petteri Räty2008-07-011-6/+15
|
* Insert dvdnav into gst-plugins-ugly plugins.Samuli Suominen2008-06-291-2/+2
|
* insert oss4 mplex and ofa to gst-plugins-bad pluginsSamuli Suominen2008-06-291-2/+3
|
* Insert soup into gst-plugins-good plugins list.Samuli Suominen2008-06-291-2/+2
|
* Insert gio into plugins list of gst-plugins-base.Samuli Suominen2008-06-291-2/+2
|
* Remove weird ppc-macos cruftFabian Groffen2008-06-281-11/+1
|
* Gentoo for Mac OS X is dead and buried. We no longer have to deal withFabian Groffen2008-06-281-3/+2
| | | | old crap.
* Not sure where pam would be on ppc-macos, at least for now we don't needFabian Groffen2008-06-281-4/+1
| | | | it. To be reconsidered again when/if ppc-macos returns.
* Fix tests. Bash doesn't do filename expansion inside [[]].Luca Longinotti2008-06-281-5/+5
|
* Change dependency from virtual/motif to x11-libs/openmotif, bug 224749.Ulrich Müller2008-06-271-2/+2
|
* TypoRaúl Porcel2008-06-261-2/+2
|
* Add workaround for ppc with glibc-2.8, bug #228957Raúl Porcel2008-06-261-1/+3
|
* apply manpage doc by mren (bug #209618)Thilo Bangert2008-06-261-9/+21
|
* Show not only command to enable main plugin, but list of installed plugins.Matthias Schwarzott2008-06-251-7/+18
|
* Fix typo.Matthias Schwarzott2008-06-241-2/+2
|
* Set default PYTHON_MODNAME only if the directory site-packages/PN exists for ↵Ali Polatel2008-06-241-2/+5
| | | | distutils_pkg_postinst.
* Update copyright informationChristian Faulhammer2008-06-231-3/+3
| | | | Be more verbose on output information