summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* added deprecation noticeAlex Alexander2010-08-141-1/+5
|
* Fix quotingHarald van Dijk2010-08-141-2/+2
|
* TypoMarkos Chandras2010-08-141-2/+2
|
* Quote CC,CXX,LD,LINK. Bug #332669. Thanks to Harald van DijkMarkos Chandras2010-08-142-7/+7
|
* mention the gcc-upgrading guide for all versions #328043 by Jacob GodservMike Frysinger2010-08-141-5/+5
|
* Don't spit out warning with -g0. Patch from Bartosz Brachaczek ↵Markos Chandras2010-08-131-2/+2
| | | | <b.brachaczek@gmail.com>. Bug #332537
* Revert - breaks kdelibs API (sic!)Maciej Mrozowski2010-08-131-8/+7
|
* Revert - breaks a lot of kde packages (sighs)Maciej Mrozowski2010-08-131-7/+5
|
* Handle USE=debug in the same way as cmake-utils, do not abuse it with ↵Maciej Mrozowski2010-08-121-7/+8
| | | | CMAkE_BUILD_TYPE=Debugfull (it can be done when needed anyway - see CMAKE_BUILD_TYPE section in cmake-utils.eclass(5))
* use debug && append-cppflags -DDEBUG.Maciej Mrozowski2010-08-121-5/+7
| | | | Also prevent QDebug from flooding when ! use debug (Qt is common toolkit among cmake-controlled packages, we can add respective preprocessor definitions for other known common libs as well)
* Make EAPI 1,2,3 compatible, bug #282482 thank Samuli Suominen for this job.Peter Volkov2010-08-121-10/+20
|
* Fix quotation.Peter Volkov2010-08-121-5/+5
|
* Respect docdir for proto packages too.Tomas Chvatal2010-08-111-1/+2
|
* Upstream changed mirror layout, and moved files to an archive site that is ↵Robin H. Johnson2010-08-091-2/+13
| | | | not mirrored.
* Merge changes from overlay: remove kde 4.3 support, do not call epatch_user ↵Maciej Mrozowski2010-08-093-29/+19
| | | | twice, bump cmake dep
* Bring in a patch from the overlay so we can override bad tarball packaging.Robin H. Johnson2010-08-081-3/+5
|
* fix wrong filename in pkg_postinst outputBenedikt Boehm2010-08-081-2/+2
|
* Add workaround for ARMRaúl Porcel2010-08-081-1/+7
|
* Allow USE=hscolour for dev-haskell packages that haveLennart Kolmodin2010-08-071-2/+29
| | | | CABAL_FEATURES="hscolour" (none yet in portage).
* Whitespace.Tomas Chvatal2010-08-061-2/+2
|
* Add case for configure.in also for non-interix case...Tomas Chvatal2010-08-061-2/+2
|
* Bug #323717 again: Merge patch from Nick Bowler <nbowler@draconx.ca> to ↵Robin H. Johnson2010-08-051-17/+21
| | | | handle localversion differently so that it should work on more kernels. Note that if the kernel.release file is out of date however, it will install modules to the wrong location now.
* Bug #331013: avoid "make test" in kernel sources ebuilds.Robin H. Johnson2010-08-031-2/+10
|
* kernel-2 deblob support for 2.6.35; bug #324505: deblob-check usage.Robin H. Johnson2010-08-031-5/+15
|
* Require an older version of rubygems, since this is compatibility-only now.Diego Elio Pettenò2010-08-031-2/+3
|
* Require Ruby 1.8 and just 1.8 instead of virtual/ruby, eclasses style.Diego Elio Pettenò2010-08-032-6/+6
| | | | Note the use of the EAPI-0 format rather than slot since we don't know where they are used...
* Bug #323717: Newer kernels change the build of localversion a lot, so we ↵Robin H. Johnson2010-08-031-10/+17
| | | | need to keep up with the times.
* Stop setting STAGE1_CFLAGS in most cases. Fixes bug #283041, bug #326539, ↵Ryan Hill2010-08-011-3/+1
| | | | and maybe bug #265113.
* Adding -config option to eqmake4. Bug #328457. Thanks to Davide Pesavento forMarkos Chandras2010-07-311-2/+4
| | | | the patch
* Ignore basename errors, they happen with JRuby since it lacks a soname.Diego Elio Pettenò2010-07-301-2/+2
|
* Apply changes to the eclass for Prefix support. Thanks to Jeremy Olexa.Diego Elio Pettenò2010-07-301-5/+13
| | | | Closes bug #330543.
* Fix broken test for mislink with the new Ruby 1.9.2 ebuilds.Diego Elio Pettenò2010-07-301-3/+7
| | | | | | | | | | With 1.9.2 the sitedir is now the same between 1.8 and 1.9, so you cannot just go look for all the extensions within that or you'll hit the one for the other implementation as well. Instead use the sitelibdir that encodes the version as well. While at it, extend the test to the Gems-installed extensions, and remove an awk call by using the --format option of scanelf.
* The minimum required liboil version has been 0.3.8 for a while now (not ↵Mart Raudsepp2010-07-301-2/+2
| | | | 0.3), update
* Prepare for gst-plugins-good-0.10.23 - oss4 system plugin moved here from -badMart Raudsepp2010-07-301-3/+11
|
* Add missing dc1394 to the list to avoid automagic enabling if user has the ↵Mart Raudsepp2010-07-301-2/+2
| | | | libraries from somewhere
* More preparation for gst-plugins-bad-0.10.19 - oss4 moved away, dvdnav ↵Mart Raudsepp2010-07-301-6/+16
| | | | configure option renamed to resindvd
* Proper use of shopt functions from eutils. Thanks to Vapier for the patch.Mike Pagano2010-07-301-5/+6
|
* When unpacking, don't unpack patch files.Diego Elio Pettenò2010-07-291-22/+33
| | | | | | | | | | Since we can declare the patches as an array in global scope, _but_ we cannot use $WORKDIR in there (they are not extracted in proper $WORKDIR but rather $WORKDIR/all, then copied/hardlinked for the various implementations), there is no point into unpacking them when using .bz2. Rather, leave it to epatch to deal with them and for the rest of the time.
* Fix e-mail address.Jeroen Roovers2010-07-281-2/+2
|
* Fix some QA warnings about missing configure options by conditional by ↵Mart Raudsepp2010-07-281-5/+9
| | | | version appending to my_gst_plugins_ugly variable, bug 285539
* gst-plugins10 inherit needs to be last to get the generic DESCRIPTION from ↵Mart Raudsepp2010-07-281-2/+2
| | | | it, instead of from eutils.eclass via versionator.eclass
* Do not filter out the plugins being built from the list in src_configure ↵Mart Raudsepp2010-07-284-17/+7
| | | | before creating the --disable-* configure options. ./configure should guarantee us they get enabled nevertheless, as the --enable-* options are appended to it, overriding the --disable for the to be built plugins. This avoids problems in the filtering, e.g "ivorbis vorbis" getting filtered to "i" when building gst-plugins-vorbis. Fixes bug 325613
* Prepare for gst-plugins-bad-0.10.19 (added vp8 ext plugin), fix some QA ↵Mart Raudsepp2010-07-281-5/+13
| | | | warnings about missing configure options by conditional by version appending to my_gst_plugins_bad variable
* fix bug #329071Matti Bickel2010-07-271-2/+3
|
* Do not strip -git suffix from ${PN} when setting default EGIT_PROJECT. PN ↵Maciej Mrozowski2010-07-271-9/+5
| | | | with -git suffix is perfectly acceptable package name.
* If RUBY_FAKEGEM_DOCDIR is set, the ebuild should have the doc USE flag.Diego Elio Pettenò2010-07-271-3/+7
|
* punt all .la files from xfce pkgs, we don't use static archives (we pass ↵Samuli Suominen2010-07-261-1/+4
| | | | --disable-static) since none of the xfce libs are useful static. we also don't have any plugins/libraries using libltdl.
* fpm now is a supported SAPIMatti Bickel2010-07-261-2/+2
|
* Simplify some logical constructs, quote binary operator argumentsMaciej Mrozowski2010-07-261-14/+14
|
* Fix EGIT_PRUNE handling, update eclassdocsMaciej Mrozowski2010-07-261-8/+10
|