summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Make sure JAVA_PKG_OPT_USE is respected for all eclass dependencies. Fixes ↵Petteri Räty2008-10-071-5/+9
| | | | bug #240334.
* Added kommander to the KDM.Jorge Manuel B. S. Vicetto2008-10-071-1/+2
|
* remove vntex block, its goneAlexis Ballier2008-10-061-2/+1
|
* Fix for the kde eclass manpage. Thanks to Ulrich Müller for the report and fix.Jorge Manuel B. S. Vicetto2008-10-061-3/+3
| | | | Fixes bug 239987
* Make EXPORT_FUNCTIONS conditional now that I figured out why it was dying.Petteri Räty2008-10-052-4/+5
|
* Document SITEETC as eclass variable. Update comment for elisp-site-regen.Ulrich Müller2008-10-051-6/+9
|
* Updated kde-functions eclass to install media-libs/libkipi, ↵Jorge Manuel B. S. Vicetto2008-10-041-2/+5
| | | | | | | media-libs/libkdcraw and media-libs/libkexiv2 out of /usr and into kde-3.5 prefix (/usr/kde/3.5). Thanks to Jan Kundrát (jkt) for the patch. It's the first part to fix bug 239282.
* Added automoc to the kde4-base eclass DEPEND list.Jorge Manuel B. S. Vicetto2008-10-041-1/+2
| | | | Fixes bug #239526. Thanks to Andreas Eckstein for the reporting.
* remove extsizes/eurosym references, they're goneAlexis Ballier2008-10-041-3/+1
|
* Add EAPI=2 support (src_configure) in gnustep eclassesBernard Cafarelli2008-10-032-4/+16
|
* Bumped kde4 eclasses.Jorge Manuel B. S. Vicetto2008-10-023-178/+344
| | | | Add kde-4.1.2 into the tree from the kde-testing overlay.
* Remove conditionals from EXPORT_FUNCTIONS until I figure out why it fails ↵Petteri Räty2008-10-012-4/+4
| | | | sourcing.
* Move build.xml rewriting from eant to java-ant-2_src_configure and bundled ↵Petteri Räty2008-10-012-23/+42
| | | | jar checking to java-utils-2_src_prepare.
* Add a little bit more magic into perl-module. Now has direct support for ↵Robin H. Johnson2008-09-301-3/+9
| | | | MY_P/MY_PN/MODULE_A to help simplify the ebuilds.
* allow KERNEL_CC env var to override get-KERNEL_CC()Mike Frysinger2008-09-301-1/+6
|
* have libffi check IUSE, not USE #199850Mike Frysinger2008-09-291-2/+2
|
* EAPI 2 supportTristan Heaven2008-09-281-3/+12
|
* Don't export src_configure for EAPI!=2.Jorge Manuel B. S. Vicetto2008-09-281-3/+11
|
* Applied fixes to the cmake-utils eclass to support EAPI-2. Thanks to Tomas ↵Jorge Manuel B. S. Vicetto2008-09-281-6/+21
| | | | Chvatal (scarabeus) for the patch.
* Raise javatoolkit dep to current stable.Vlastimil Babka2008-09-281-2/+2
|
* typo: Not -> Note (bug #238889)Michael Sterrett2008-09-281-2/+2
|
* Sort the list of Makefile.am and Makefile.in files used in gnome2_omf_fix(), ↵Mart Raudsepp2008-09-271-2/+4
| | | | | | | | | | | | | | | | so that it is ensured the .am one is listed before the respective .in for maintainer mode regeneration to not kick in due to modtime of .am being newer than .in and the listed files being possibly patched with sed for a scrollkeeper fix. This maintainer mode build file regeneration is reliably reproducable only if PORTAGE_TMPDIR is on a filesystem with jiffies-granularity timestamps - tmpfs in particular. In the common case (ext3 and reiserfs) it is only second-granularity and GNU make rule dependency for am--refresh doesn't trigger almost never because the timestamp is equal unless it hits a second boundary pretty exactly in the middle. This should fix bug 236649 and all the few dozen INVALID bugs Diego Pettenò has filed against GNOME packages that claim the maintainer mode rebuild is caused by patches in $FILESDIR, while it must have been simply the omf_fix combined with tmpfs usage.
* Add a || clause to the phase test as autotools functions may now be called fromJorge Manuel B. S. Vicetto2008-09-261-4/+4
| | | | src_unpack or from src_prepare for EAPI-2.
* Quoting. Add die messages.Ali Polatel2008-09-241-3/+5
|
* Be less verbose, bug 237546.Ulrich Müller2008-09-241-8/+8
|
* Adding 4.4.2 to qtversions in qt4.eclassBen de Groot2008-09-211-2/+2
|
* add support for svn #237852 by Thomas 'gimpel' Kuther and Night NordMike Frysinger2008-09-201-36/+47
|
* even better: dont whine about abs paths, just transparently skip the -p0 ↵Mike Frysinger2008-09-201-4/+6
| | | | step and log why we are
* filter /dev/null from abs path check and include the offending line in the ↵Mike Frysinger2008-09-201-2/+4
| | | | warning
* start whining about absolute paths in patch filesMike Frysinger2008-09-201-1/+8
|
* optimize patch decompression so we only do it onceMike Frysinger2008-09-201-21/+17
|
* add support for lzma patchesMike Frysinger2008-09-201-1/+5
|
* Partial sync from Emacs overlay.Ulrich Müller2008-09-192-6/+11
| | | | Output a deprecation warning in elisp-comp().
* Added kdelibs to the list of packages with ARTS_REQUIRED="", fixes bugMarcus D. Hanwell2008-09-191-2/+2
| | | | 237692.
* Preparing qt4-build.eclass for qt-4.4.2Ben de Groot2008-09-181-3/+3
|
* Typo fixed (bug #237819).Jeroen Roovers2008-09-161-2/+2
|
* tc-export: make sure the variable requested for export is a valid variableMike Frysinger2008-09-161-1/+2
|
* Also declare new_FFLAGS and new_FCFLAGS as arrays in replace-flags(). Bug ↵Ryan Hill2008-09-141-2/+2
| | | | #234249.
* Should use gnome2_src_unpack instead of a manual unpack()Arun Raghavan2008-09-141-3/+2
|
* Final preparation for KDE 3.5.10.Carsten Lohrke2008-09-132-13/+22
|
* fix LDPATH on multilib systems, bug #202032Tristan Heaven2008-09-111-18/+9
|
* Make eclass-manpages ready, bug #210793, thank mren for report.Peter Volkov2008-09-101-86/+100
|
* Make eclass-manpages ready, bug #210776, thank mren for report.Peter Volkov2008-09-101-30/+36
|
* Make eclass-manpages ready, bug #210058, thank mren for report.Peter Volkov2008-09-101-35/+48
|
* Small fix to ensure the correct kconfig_compiler is used.Marcus D. Hanwell2008-09-091-1/+4
|
* remove egamesinstall to break some overlaysTristan Heaven2008-09-051-14/+1
|
* adjust dependency from virtual/tetex to virtual/texi2dviChristian Faulhammer2008-09-041-10/+10
|
* document TEXLIVE_MODULE_BINSCRIPTSAlexis Ballier2008-09-021-1/+7
|
* add a small function to install a script from the texmf tree, add ↵Alexis Ballier2008-09-022-2/+15
| | | | TEXLIVE_MODULE_BINSCRIPTS variable to texlive-module so that ebuilds can use it easily
* Use local for local variables.Ali Polatel2008-09-011-2/+2
|