summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix security issues. Unify boolean logic for boolean variables to nonzero/empty.Maciej Mrozowski2010-07-261-20/+18
|
* Use virtual/jpeg.Samuli Suominen2010-07-233-10/+10
|
* Move outside of 4.0 test so older versions still work properly.Ryan Hill2010-07-221-8/+8
|
* Make recent gcc build with --enable-checking=release. Fix bug #317217Luca Barbato2010-07-211-2/+9
|
* Allow installing documentation even if there is no documentation task defined.Diego Elio Pettenò2010-07-211-4/+6
|
* Allow multiple archives in SRC_URI, and unpack them properly.Diego Elio Pettenò2010-07-211-22/+24
| | | | | Note: this requires that there is at most one .gem file, as it'll be failing if ${S} exists when going to unpack the gem.
* Updating code to use eshopts_push/pop (Bug #328873, thanks Spanky!)Jim Ramsay2010-07-201-2/+5
|
* WANT_* specifies only defaults (bug #329071)Matti Bickel2010-07-201-5/+1
|
* Do not mark EAPI=4 as compatible yetMaciej Mrozowski2010-07-201-2/+2
|
* drop system libc re-emerge message for linux-headers #328317Mike Frysinger2010-07-191-10/+1
|
* switch to eshopts_{push,pop} from eutilsMike Frysinger2010-07-191-66/+46
|
* Use defined mechanism (die) to terminate processing when invalid EAPI detected.Maciej Mrozowski2010-07-193-6/+6
|
* convert to eshopts_{push,pop} (bug #328869)Sergei Trofimovich2010-07-191-5/+5
| | | | Thanks to Mike Frysinger <vapier@gentoo.org> for the report and fix.
* convert to eshopts_{push,pop}Mike Frysinger2010-07-181-4/+3
|
* new version_format_string func by Michał Górny #327679Mike Frysinger2010-07-181-1/+19
|
* Print path to ebuild in deprecation warning for NEED_PYTHON variable.Arfrever Frehtes Taifersar Arahesis2010-07-181-67/+35
| | | | Disable colors by default (bug #309057).
* Allow specification of custom path to setup file using DISTUTILS_SETUP_FILES ↵Arfrever Frehtes Taifersar Arahesis2010-07-171-46/+42
| | | | | | array. Clean unneeded code in distutils_python_version() and distutils_python_tkinter().
* Deprecate NEED_PYTHON variable.Arfrever Frehtes Taifersar Arahesis2010-07-171-210/+349
| | | | | | | | | | | | | Require python_pkg_setup() in EAPI >=4. Ensure that sanity checks in python_pkg_setup() and python_set_active_version() are performed for binary packages. Improve handling of arguments in some functions. Support flags specific to given Python ABIs. Improve sanity checks in some functions. Improve error messages in some functions. Support --base-path option in python_get_includedir(), python_get_libdir(), python_get_sitedir() and python_get_library(). Allow multiple paths in argument of --PYTHONPATH option of python_execute_nosetests(), python_execute_py.test() and python_execute_trial(). Simplify python_mod_optimize() and python_mod_cleanup() in EAPI >=4. Clean unneeded code in python_version(), python_mod_exists() and python_tkinter_exists().
* Add new eclass, emerge -1 eclass-manpages and see autotool-utils.eclass ↵Maciej Mrozowski2010-07-171-0/+263
| | | | manual page for details
* Removing now-deprecated epause from vim.eclassJim Ramsay2010-07-151-4/+1
|
* Use eqawarn for the missing Module-Build dependency warningTorsten Veller2010-07-151-3/+3
|
* Introduce $(cmake_utils_use_use foo FOO) possiblity.Tomas Chvatal2010-07-141-1/+10
|
* Disable sitedir-not-sitelibdir test.Diego Elio Pettenò2010-07-141-9/+9
| | | | | This needs to be turned off for the 1.9.2 series that merges back ruby19 into ruby.
* Check also for configure.in, altho upstreams should name it .acTomas Chvatal2010-07-141-2/+2
|
* remove superflous ;; from php-pear-r1.eclassMatti Bickel2010-07-131-2/+2
|
* remove php4 left-oversMatti Bickel2010-07-133-118/+8
|
* use peardev instead of pear to avoid memory limitation issuesMatti Bickel2010-07-121-5/+5
|