summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* dev-lang/mozart: Drop oldJustin Lecher2015-11-11
| | | | | Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* sci-calculators/wcalc: Drop oldJustin Lecher2015-11-11
| | | | | Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* dev-lang/swi-prolog: stable on amd64, wrt bug #565490Keri Harris2015-11-11
| | | | Package-Manager: portage-2.2.20.1
* www-plugins/adobe-flash: Old.Jeroen Roovers2015-11-11
| | | | Package-Manager: portage-2.2.24
* app-editors/leo: x86 stable wrt bug #551306Agostino Sarubbo2015-11-11
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"
* sys-apps/cciss_vol_status: x86 stable wrt bug #559764Agostino Sarubbo2015-11-11
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"
* dev-lang/mozart: x86 stable wrt bug #548688Agostino Sarubbo2015-11-11
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"
* app-i18n/fcitx: x86 stable wrt bug #540844Agostino Sarubbo2015-11-11
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"
* sci-mathematics/coq: x86 stable wrt bug #553322Agostino Sarubbo2015-11-11
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"
* sci-chemistry/pymol: x86 stable wrt bug #543020Agostino Sarubbo2015-11-11
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"
* sci-calculators/wcalc: x86 stable wrt bug #539460Agostino Sarubbo2015-11-11
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"
* media-gfx/gliv: x86 stable wrt bug #430400Agostino Sarubbo2015-11-11
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"
* dev-util/scons: Removed old.Lars Wendler2015-11-11
| | | | | Package-Manager: portage-2.2.24 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* dev-util/scons: Bump to version 2.4.1Lars Wendler2015-11-11
| | | | | Package-Manager: portage-2.2.24 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* profiles: Drop obsolete masksJustin Lecher2015-11-11
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* dev-lang/python: Remove python-config-X.Y compatibilityMichał Górny2015-11-11
| | | | | Remove the python-config-X.Y symlinks that were added as the Gentoo divergence compatibility.
* dev-lang/python: Replace python3.x executables with symlinksMichał Górny2015-11-11
| | | | | Replace python3.X executables (duplicate to python3.Xm) installed by the build system with symlinks to the ABIFLAGS-enabled variants.
* dev-lang/python: Re-enable ABIFLAGS on python3.3+Michał Górny2015-11-11
| | | | | | | Disable the ABIFLAGS removal that was introduced on python3.2+ for 'aesthetic reasons'. This caused Gentoo Python installations to unnecessarily diverge from upstream and promote bad development practices.
* dev-libs/boost: Work-around library rename due to ABIFLAGSMichał Górny2015-11-11
| | | | | | | Create a compatibility symlink to work-around Boost linking failures when Python library name contains ABIFLAGS. A proper fix would be preferable but the build system is convoluted and buggy, so a work-around is put in place instead.
* gnome-extra/gnome-builder: Obtain python-config path from the eclassMichał Górny2015-11-11
| | | | | | Use the new python_get_PYTHON_CONFIG API to obtain the path to python-config rather than hardcoding it as ${PYTHON}-config. This forward-fixes compatibility with ABIFLAGS-enabled Python 3.*.
* dev-libs/libpeas: Obtain correct python-config pathMichał Górny2015-11-11
| | | | | | Use new python_get_PYTHON_CONFIG API to obtain the correct path to python-config executable. This forward-fixes compatibility with ABIFLAGS-enabled Python 3.* versions, and improves readability.
* python-utils-r1.eclass: Reuse PYTHON_CONFIG in python_wrapper_setup()Michał Górny2015-11-11
|
* python-utils-r1.eclass: Support getting PYTHON_CONFIG pathMichał Górny2015-11-11
|
* python-utils-r1.eclass: Obtain PYTHON_SITEDIR from the interpreterMichał Górny2015-11-11
| | | | | Obtain the Python site-packages directory path using the distutils.sysconfig module, rather than hardcoding it.
* python-utils-r1.eclass: Obtain library path from the interpreterMichał Górny2015-11-11
| | | | | | | Obtain library path as concatenation of LIBDIR and LDLIBRARY config variables (from sysconfig module) rather than hardcoding it in the eclass. This improves maintainability and fixes compatibility with ABIFLAGS-enabled Python 3.3+.
* python-utils-r1.eclass: Obtain include directory from the interpreterMichał Górny2015-11-11
| | | | | | | Obtain the Python include directory using the distutils.sysconfig module of the Python interpreter rather than hardcoding values for it. This makes the code more maintainable, and clears the way for re-enabling ABIFLAGS on new Python versions.
* python-utils-r1.eclass: set PYTHON locally in python_export()Michał Górny2015-11-11
| | | | | Ensure that PYTHON is always set inside python_export() for convenience. If it wasn't requested for explicit export, make it a local variable.
* python-utils-r1.eclass: Switch tests to use python3.4Michał Górny2015-11-11
| | | | | | Use Python 3.4 during tests since Python 3.3 is now deprecated and is less likely to be installed on user's systems and some tests will require Python installed.
* dev-python/qrcode: Use optfeature to point to optional depsJustin Lecher2015-11-11
| | | | | | | Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=500742 Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* app-officeext/ooofbtools: x86 stable wrt bug #565438Agostino Sarubbo2015-11-11
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"
* dev-ruby/tins: x86 stable wrt bug #565436Agostino Sarubbo2015-11-11
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"
* www-client/httrack: x86 stable wrt bug #565400Agostino Sarubbo2015-11-11
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"
* dev-ml/ocaml-ctypes: x86 stable wrt bug #564404Agostino Sarubbo2015-11-11
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"
* dev-ruby/ruby-xslt: x86 stable wrt bug #565422Agostino Sarubbo2015-11-11
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"
* media-gfx/fontforge: x86 stable wrt bug #565376Agostino Sarubbo2015-11-11
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"
* Drop dev-python/imagingJustin Lecher2015-11-11
| | | | | | | | | | | | | | | Package superceeded by dev-python/pillow and vulnerable for CVE-2014-{1932,1933} Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=507982 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=508266 obsoletes: Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=452468 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=479750 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=536408 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* sci-physics/geant: Drop oldJustin Lecher2015-11-11
| | | | | | | | | fixes Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=478630 Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* media-gfx/asymptote: Drop oldJustin Lecher2015-11-11
| | | | | | | | | | | obsolets Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=314265 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=458598 Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* dev-ml/findlib: x86 stable wrt bug #463018Agostino Sarubbo2015-11-11
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"
* dev-ml/labltk: x86 stable wrt bug #463018Agostino Sarubbo2015-11-11
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"
* dev-ml/camlp5: x86 stable wrt bug #463018Agostino Sarubbo2015-11-11
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"
* dev-ml/camlp4: x86 stable wrt bug #463018Agostino Sarubbo2015-11-11
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"
* dev-ml/camldbm: x86 stable wrt bug #463018Agostino Sarubbo2015-11-11
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"
* dev-lang/ocaml: x86 stable wrt bug #463018Agostino Sarubbo2015-11-11
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"
* app-emacs/ocaml-mode: x86 stable wrt bug #463018Agostino Sarubbo2015-11-11
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"
* dev-ruby/rdiscount: x86 stable wrt bug #565116Agostino Sarubbo2015-11-11
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"
* dev-ruby/httpclient: x86 stable wrt bug #564986Agostino Sarubbo2015-11-11
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"
* dev-ruby/http-cookie: x86 stable wrt bug #564986Agostino Sarubbo2015-11-11
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"
* dev-ruby/domain_name: x86 stable wrt bug #564986Agostino Sarubbo2015-11-11
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"
* dev-ruby/unf: x86 stable wrt bug #564986Agostino Sarubbo2015-11-11
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"