summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite pattern matching using POSIX classes suggested in #205782 and remove ↵Hans de Graaff2008-01-201-7/+2
| | | | the locale-setting workaround from #129526.
* Check for texmf-update before trying to execute it, otherwise display a ↵Alexis Ballier2008-01-201-3/+11
| | | | warning, bug #206537
* kde-functions.eclass: Fix up previous commit, depend on ↵Ingmar Vanhassel2008-01-191-3/+3
| | | | =kde-base/kdelibs-3.5*, see bug 206528.
* kde-functions.eclass: need-kde now adds an {,R}DEPEND on ↵Ingmar Vanhassel2008-01-191-4/+7
| | | | <kde-base/kdelibs-3.80, the first KDE 4 preview, see bug 206528.
* update openssl dependency for TLS extensions; documentation cleanupBenedikt Boehm2008-01-191-6/+6
|
* Added gif to required x11-libs/qt:4 USE flags for KDE 4.Ingmar Vanhassel2008-01-181-3/+3
|
* Make sure that KDE programs from the :kde-4 or :kde-svn SLOT don't show up ↵Ingmar Vanhassel2008-01-171-1/+5
| | | | in the K-menu for KDE 3.5.
* kde4-meta.eclass - Eclass for split KDE 4 packages.Ingmar Vanhassel2008-01-161-0/+486
|
* Added kde4-base.eclass.Ingmar Vanhassel2008-01-161-0/+412
|
* Added kde4-functions.eclass - Common ebuild functions for monolithic and ↵Ingmar Vanhassel2008-01-161-0/+484
| | | | split KDE 4 packages.
* fix #205994Benedikt Boehm2008-01-161-5/+5
|
* Updated rubygems dependency to be >= 0.9, in order to remove obsoleted ↵Joshua Nichols2008-01-161-37/+20
| | | | workaround for gem not returning a proper exit code. This fixes bug #202688. Removed unneeded setting of S. Re-ordered src_* functions to be in order. Use long command line options for gem, to be more clear what it's doing.
* Use --without-readline when building the minimal version as so not to use ↵Robin H. Johnson2008-01-161-3/+2
| | | | the bundled old readline, per bug #192149.
* change dev-util/xdelta dep. to =dev-util/xdelta-1*Samuli Suominen2008-01-151-2/+2
|
* add mythappearance as mythtv pluginDoug Goldstein2008-01-151-2/+2
|
* Cosmetic fix for java-osgi.eclass.Jean-Noël Rivasseau2008-01-141-2/+2
|
* Fixed java-osgi (bug #205768).Jean-Noël Rivasseau2008-01-141-3/+3
|
* handle whitespace in epatch/epunt_cxx better #205339 by Santiago M. MolaMike Frysinger2008-01-141-5/+4
|
* Support packages that use GNUmakefile.am sa automake start file. Patch by ↵Diego Elio Pettenò2008-01-131-6/+13
| | | | Luca Bruno in bug #205606.
* Add EZC_BASE_MIN variable for for correct dependency tree and fix RDEPEND so ↵Markus Ullmann2008-01-131-4/+14
| | | | that we can use the eclass for ezc-Base as well without hitting circular dependencies.
* Make ANT_TASKS="none" the new default, bug #203750.Vlastimil Babka2008-01-122-77/+18
|
* Fix function name in die message in java-pkg_getjar().Vlastimil Babka2008-01-121-2/+2
|
* Fix --virtual parameter handling in java-pkg_getjar.Vlastimil Babka2008-01-121-2/+2
|
* Fix version doc checkRichard Brown2008-01-111-4/+3
|
* Fix relative path handling in _java-osgi_makejar, fixes bug #205234.Vlastimil Babka2008-01-101-6/+18
|
* Fix when we don't have firefox3 but we have the xulrunner USE-flag enabledRaúl Porcel2008-01-101-2/+2
|
* Close file handles in gawk code to avoid leakage, bug 205037Ali Polatel2008-01-091-1/+3
|
* Added the java-osgi eclass which is needed for creating OSGi compliants Java ↵Jean-Noël Rivasseau2008-01-091-0/+280
| | | | | | packages. The main reason for this addition is to pave the way for Eclipse-3.3.
* Third stage of fixing bug #201834.Peter Volkov2008-01-081-4/+4
|
* First stage of fixing bug #201834.Peter Volkov2008-01-081-5/+5
|
* quote $T usage #204666 by Santiago M. MolaMike Frysinger2008-01-071-4/+3
|
* Add support for apps using xulrunner binary, thanks to maekke and hoffie for ↵Raúl Porcel2008-01-061-4/+14
| | | | testing
* whitespaceSven Wegener2008-01-0621-89/+89
|
* remove lesstif useflag from tetex-3 eclass, use virtual/motif, bug #117057Alexis Ballier2008-01-061-8/+3
|
* Typo fixCaleb Tennis2008-01-051-2/+2
|
* fix quotingSven Wegener2008-01-051-2/+2
| | | | | eclass/qt4.eclass: line 130: syntax error near unexpected token `(' eclass/qt4.eclass: line 130: ` eerror "(1) In order to compile ${CATEGORY}/${PN} first you need to build"'
* Fixes from bug #203955Caleb Tennis2008-01-051-8/+8
|
* Enable -OsRaúl Porcel2008-01-051-1/+3
|
* Fix linker search path order, thanks to ADDITIONAL_NATIVE_LIB_DIRS variableBernard Cafarelli2008-01-041-4/+2
|
* Place docs in /usr/share/doc/kde/ rather than /usr/kde/share/doc/, by zlinTobias Heinlein2008-01-021-5/+5
|
* Fixing compatibility of wrapper so it REALLY works with /bin/sh (Bug #203987)Jim Ramsay2008-01-021-4/+4
|
* eclass testsMike Frysinger2008-01-022-0/+66
|
* handle linux-2.6.24+ where {i386,x86_64}=>{x86}Mike Frysinger2008-01-021-3/+19
|
* fix #202722Benedikt Boehm2007-12-311-2/+2
|
* In qt4_min_version, if we have EAPI >= 1, then use a slot dep to make the ↵Caleb Tennis2007-12-311-5/+42
| | | | | | | dependency much nicer/easier to look at. Also, in qt4_pkg_setup, if we are with Qt 4.4, do a little more scrutiny of the use flags since some use flags are not used anymore in Qt 4.4, and some are now split into other packages.
* actually added the rule enforcing that all primary compilers be present ↵George Shapovalov2007-12-291-1/+15
| | | | before Ada lib can be emerged (#151343)
* Add dependencies on >=dev-java/java-config-2.1Petteri Räty2007-12-291-1/+4
|
* Revert accidental commit of ssl-cert.eclass.Ulrich Müller2007-12-281-32/+7
|
* Sync eclasses from Emacs overlay (revision 894).Ulrich Müller2007-12-283-26/+63
| | | | | | elisp-common.eclass: Install packages' site-init files in site-gentoo.d subdirectory. Update documentation and einfo messages accordingly.
* updated gnatbuild.eclass to support primary compilers (#151343)George Shapovalov2007-12-271-30/+37
|