Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Stop setting STAGE1_CFLAGS in most cases. Fixes bug #283041, bug #326539, ↵ | 2010-08-01 | 1 | -3/+1 | |
| | | | | and maybe bug #265113. | ||||
* | Adding -config option to eqmake4. Bug #328457. Thanks to Davide Pesavento for | 2010-07-31 | 1 | -2/+4 | |
| | | | | the patch | ||||
* | Ignore basename errors, they happen with JRuby since it lacks a soname. | 2010-07-30 | 1 | -2/+2 | |
| | |||||
* | Apply changes to the eclass for Prefix support. Thanks to Jeremy Olexa. | 2010-07-30 | 1 | -5/+13 | |
| | | | | Closes bug #330543. | ||||
* | Fix broken test for mislink with the new Ruby 1.9.2 ebuilds. | 2010-07-30 | 1 | -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 ↵ | 2010-07-30 | 1 | -2/+2 | |
| | | | | 0.3), update | ||||
* | Prepare for gst-plugins-good-0.10.23 - oss4 system plugin moved here from -bad | 2010-07-30 | 1 | -3/+11 | |
| | |||||
* | Add missing dc1394 to the list to avoid automagic enabling if user has the ↵ | 2010-07-30 | 1 | -2/+2 | |
| | | | | libraries from somewhere | ||||
* | More preparation for gst-plugins-bad-0.10.19 - oss4 moved away, dvdnav ↵ | 2010-07-30 | 1 | -6/+16 | |
| | | | | configure option renamed to resindvd | ||||
* | Proper use of shopt functions from eutils. Thanks to Vapier for the patch. | 2010-07-30 | 1 | -5/+6 | |
| | |||||
* | When unpacking, don't unpack patch files. | 2010-07-29 | 1 | -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. | 2010-07-28 | 1 | -2/+2 | |
| | |||||
* | Fix some QA warnings about missing configure options by conditional by ↵ | 2010-07-28 | 1 | -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 ↵ | 2010-07-28 | 1 | -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 ↵ | 2010-07-28 | 4 | -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 ↵ | 2010-07-28 | 1 | -5/+13 | |
| | | | | warnings about missing configure options by conditional by version appending to my_gst_plugins_bad variable | ||||
* | fix bug #329071 | 2010-07-27 | 1 | -2/+3 | |
| | |||||
* | Do not strip -git suffix from ${PN} when setting default EGIT_PROJECT. PN ↵ | 2010-07-27 | 1 | -9/+5 | |
| | | | | with -git suffix is perfectly acceptable package name. | ||||
* | If RUBY_FAKEGEM_DOCDIR is set, the ebuild should have the doc USE flag. | 2010-07-27 | 1 | -3/+7 | |
| | |||||
* | punt all .la files from xfce pkgs, we don't use static archives (we pass ↵ | 2010-07-26 | 1 | -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 SAPI | 2010-07-26 | 1 | -2/+2 | |
| | |||||
* | Simplify some logical constructs, quote binary operator arguments | 2010-07-26 | 1 | -14/+14 | |
| | |||||
* | Fix EGIT_PRUNE handling, update eclassdocs | 2010-07-26 | 1 | -8/+10 | |
| | |||||
* | Fix security issues. Unify boolean logic for boolean variables to nonzero/empty. | 2010-07-26 | 1 | -20/+18 | |
| | |||||
* | Use virtual/jpeg. | 2010-07-23 | 3 | -10/+10 | |
| | |||||
* | Move outside of 4.0 test so older versions still work properly. | 2010-07-22 | 1 | -8/+8 | |
| | |||||
* | Make recent gcc build with --enable-checking=release. Fix bug #317217 | 2010-07-21 | 1 | -2/+9 | |
| | |||||
* | Allow installing documentation even if there is no documentation task defined. | 2010-07-21 | 1 | -4/+6 | |
| | |||||
* | Allow multiple archives in SRC_URI, and unpack them properly. | 2010-07-21 | 1 | -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!) | 2010-07-20 | 1 | -2/+5 | |
| | |||||
* | WANT_* specifies only defaults (bug #329071) | 2010-07-20 | 1 | -5/+1 | |
| | |||||
* | Do not mark EAPI=4 as compatible yet | 2010-07-20 | 1 | -2/+2 | |
| | |||||
* | drop system libc re-emerge message for linux-headers #328317 | 2010-07-19 | 1 | -10/+1 | |
| | |||||
* | switch to eshopts_{push,pop} from eutils | 2010-07-19 | 1 | -66/+46 | |
| | |||||
* | Use defined mechanism (die) to terminate processing when invalid EAPI detected. | 2010-07-19 | 3 | -6/+6 | |
| | |||||
* | convert to eshopts_{push,pop} (bug #328869) | 2010-07-19 | 1 | -5/+5 | |
| | | | | Thanks to Mike Frysinger <vapier@gentoo.org> for the report and fix. | ||||
* | convert to eshopts_{push,pop} | 2010-07-18 | 1 | -4/+3 | |
| | |||||
* | new version_format_string func by Michał Górny #327679 | 2010-07-18 | 1 | -1/+19 | |
| | |||||
* | Print path to ebuild in deprecation warning for NEED_PYTHON variable. | 2010-07-18 | 1 | -67/+35 | |
| | | | | Disable colors by default (bug #309057). | ||||
* | Allow specification of custom path to setup file using DISTUTILS_SETUP_FILES ↵ | 2010-07-17 | 1 | -46/+42 | |
| | | | | | | array. Clean unneeded code in distutils_python_version() and distutils_python_tkinter(). | ||||
* | Deprecate NEED_PYTHON variable. | 2010-07-17 | 1 | -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 ↵ | 2010-07-17 | 1 | -0/+263 | |
| | | | | manual page for details | ||||
* | Removing now-deprecated epause from vim.eclass | 2010-07-15 | 1 | -4/+1 | |
| | |||||
* | Use eqawarn for the missing Module-Build dependency warning | 2010-07-15 | 1 | -3/+3 | |
| | |||||
* | Introduce $(cmake_utils_use_use foo FOO) possiblity. | 2010-07-14 | 1 | -1/+10 | |
| | |||||
* | Disable sitedir-not-sitelibdir test. | 2010-07-14 | 1 | -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 .ac | 2010-07-14 | 1 | -2/+2 | |
| | |||||
* | remove superflous ;; from php-pear-r1.eclass | 2010-07-13 | 1 | -2/+2 | |
| | |||||
* | remove php4 left-overs | 2010-07-13 | 3 | -118/+8 | |
| | |||||
* | use peardev instead of pear to avoid memory limitation issues | 2010-07-12 | 1 | -5/+5 | |
| |