summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sci-chemistry/autodock_vina: remove unused patchMichael Mair-Keimberger (asterix)2017-01-311-68/+0
| | | | Closes: https://github.com/gentoo/gentoo/pull/3730
* sci-chemistry/autodock: remove unused patchMichael Mair-Keimberger (asterix)2017-01-311-10/+0
| | | | Closes: https://github.com/gentoo/gentoo/pull/3730
* sci-chemistry/aria: remove unused patchesMichael Mair-Keimberger (asterix)2017-01-313-287/+0
| | | | Closes: https://github.com/gentoo/gentoo/pull/3730
* sci-chemistry/acpype: remove unused patchMichael Mair-Keimberger (asterix)2017-01-311-37/+0
| | | | Closes: https://github.com/gentoo/gentoo/pull/3730
* dev-ros/python_qt_binding: bump to 0.3.2Alexis Ballier2017-01-312-0/+22
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* sci-libs/opencascade: update RESTRICTRobin H. Johnson2017-01-314-16/+12
| | | | | | | | | | | | | | As per bug 600514, upstream licensing has changed since the older bug 352435 that caused the RESTRICT. It is now LGPL, and most the restrictions can be removed. RESTRICT=fetch is still in place as upstream would like you to register before downloading. Package-Manager: portage-2.3.2 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> Fixes: https://bugs.gentoo.org/show_bug.cgi?id=600514 See-Also: https://www.gentoo.org/foundation/en/minutes/2011/20110220_trustees.meeting_log.txt See-Also: https://bugs.gentoo.org/show_bug.cgi?id=352435 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-util/cmdtest: add new version, fixes #607754Marc Schiffbauer2017-01-312-0/+29
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-proxy/squid: remove vulnerable versionsEray Aslan2017-01-315-962/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* mail-mta/exim: bump to Exim 4.89 RC1Fabian Groffen2017-01-312-0/+531
| | | | Package-Manager: portage-2.3.3
* profiles/package.mask: mask upcoming Exim RCFabian Groffen2017-01-311-0/+4
|
* dev-ruby/power_assert: add 1.0.1Hans de Graaff2017-01-312-0/+37
| | | | Package-Manager: portage-2.3.3
* dev-ruby/nio4r: add 2.0.0Hans de Graaff2017-01-312-0/+40
| | | | Package-Manager: portage-2.3.3
* dev-ruby/simplecov: add 0.13.0Hans de Graaff2017-01-312-0/+43
| | | | Package-Manager: portage-2.3.3
* www-client/opera-developer: Old.Jeroen Roovers2017-01-312-93/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* www-client/opera-developer: Version bump.Jeroen Roovers2017-01-312-0/+93
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-editors/emacs-vcs: Use bash -c rather than subshell.Ulrich Müller2017-01-311-1/+1
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-analyzer/tcpdump: Stable for HPPA PPC64 (bug #606516).Jeroen Roovers2017-01-311-1/+1
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches
* app-arch/mt-st: Stable for HPPA (bug #605684).Jeroen Roovers2017-01-311-1/+1
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches
* media-libs/imlib: Stable for HPPA (bug #597250).Jeroen Roovers2017-01-311-1/+1
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches
* dev-lua/lpeg: version bump to 1.0.1Tim Harder2017-01-312-0/+52
|
* dev-qt/qtwebengine: fix detecting audio backendsJimi Huotari2017-01-312-0/+140
| | | | | | | | | | | The upstream change doesn't really work for us, so we'll make it work with us. http://code.qt.io/cgit/qt/qtwebengine.git/commit/?id=cf7d82a79dff4ea5c53e0908ed5c13ce1f87796d Closes: https://github.com/gentoo/gentoo/pull/3219 Gentoo-Bug: https://bugs.gentoo.org/603498 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* sys-apps/portage: Stable for HPPA (bug #606936).Jeroen Roovers2017-01-311-1/+1
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches
* dev-python/packaging: force distutilsMike Gilbert2017-01-302-6/+38
| | | | Package-Manager: Portage-2.3.3_p42_p433273, Repoman-2.3.1_p35_p433273
* dev-python/pyparsing: force distutils to avoid circular dep with setuptoolsMike Gilbert2017-01-302-3/+29
| | | | | Bug: https://bugs.gentoo.org/607770 Package-Manager: Portage-2.3.3_p42_p432967, Repoman-2.3.1_p35_p432968
* dev-python/six: remove version bump landmineMike Gilbert2017-01-301-9/+0
| | | | | | setuptools depends on six once again! Package-Manager: Portage-2.3.3_p42_p432702, Repoman-2.3.1_p35_p432702
* mail-filter/spamassassin: disable interactive prompts properly.Michael Orlitzky2017-01-301-6/+7
| | | | | | | | | | | | | | | | | | The PERL_MM_USE_DEFAULT variable is used to disable the interactive prompts in SpamAssassin's build system. However, when I dropped the perl-module.eclass a while back, I only set the variable where it seemed to be necessary. Where it is necessary turns out to depend on the package manager, because different package managers may treat the controlling terminal and file descriptors differently, and that's how MakeMaker decides whether or not to prompt you. That problem manifests in Paludis, and is hopefully fixed by exporting PERL_MM_USE_DEFAULT=1 sooner, in src_configure(). This change should only affect the build, so it is made without a new revision. Gentoo-Bug: 604518 Package-Manager: portage-2.3.0
* eclass/qt4-build-multilib.eclass: Remove use use sparc64-eclassMatthias Maier2017-01-301-1/+0
| | | | | | | Commit 8f41e56990ce35c17f996307ffd192a529f4d740 "remove FreeBSD profiles x86-freebsd, x64-freebsd and sparc64-freebsd" removed the sparc64-freebsd and x64-freebsd profiles, but forgot to remove the sparc64-freebsd use flag check in qt4-build-multilib.eclass.
* dev-perl/List-MoreUtils: Cleanup re bug #589754Kent Fredric2017-01-312-18/+0
| | | | | | | | | | No revdeps for List-MoreUtils are stable on m68k, so the keywording in bug #543632 is more than adequate. Bug: https://bugs.gentoo.org/589754 Bug: https://bugs.gentoo.org/543632 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* games-action/xpilot: remove deprecated games eclassAustin English2017-01-301-0/+56
| | | | | | | | Also update to EAPI 6 Gentoo-Bug: https://bugs.gentoo.org/574082 Package-Manager: Portage-2.3.2, Repoman-2.3.1
* games-action/xblast: remove deprecated games eclassAustin English2017-01-301-0/+71
| | | | | | | | Also update to EAPI 6 Gentoo-Bug: https://bugs.gentoo.org/574082 Package-Manager: Portage-2.3.2, Repoman-2.3.1
* games-action/violetland: remove deprecated games eclassAustin English2017-01-302-4/+61
| | | | | | | | Also update to EAPI 6 Gentoo-Bug: https://bugs.gentoo.org/574082 Package-Manager: Portage-2.3.2, Repoman-2.3.1
* games-action/wordwarvi: remove deprecated games eclassAustin English2017-01-301-0/+60
| | | | | | | | Also update to EAPI 6 Gentoo-Bug: https://bugs.gentoo.org/574082 Package-Manager: Portage-2.3.2, Repoman-2.3.1
* games-action/transcend: remove deprecated games eclassAustin English2017-01-302-10/+76
| | | | | | | | Also update to EAPI 6 Gentoo-Bug: https://bugs.gentoo.org/574082 Package-Manager: Portage-2.3.2, Repoman-2.3.1
* games-action/tuxkart: remove deprecated games eclassAustin English2017-01-301-0/+46
| | | | | | | | Also update to EAPI 6 Gentoo-Bug: https://bugs.gentoo.org/574082 Package-Manager: Portage-2.3.2, Repoman-2.3.1
* games-action/trine-bin: remove deprecated games eclassAustin English2017-01-301-0/+67
| | | | | | | | Also update to EAPI 6 Gentoo-Bug: https://bugs.gentoo.org/574082 Package-Manager: Portage-2.3.2, Repoman-2.3.1
* www-client/netsurf: Fix USE=gstreamer (bug 607650, thanks ernsteiswuerfel), ↵Michael Weber2017-01-312-2/+40
| | | | | | limit NETSURF_USE_VIDEO to gtk/gtk3 versions. Package-Manager: Portage-2.3.3, Repoman-2.3.1
* www-plugins/chrome-binary-plugins: automated update (57.0.2987.13)Mike Gilbert2017-01-302-1/+1
| | | | Package-Manager: Portage-2.3.3_p42_p414513, Repoman-2.3.1_p35_p414513
* www-client/google-chrome-unstable: automated update (57.0.2987.13)Mike Gilbert2017-01-302-1/+1
| | | | Package-Manager: Portage-2.3.3_p42_p414502, Repoman-2.3.1_p35_p414502
* games-action/teeworlds: remove deprecated games eclassAustin English2017-01-301-0/+122
| | | | | | | | Also update to EAPI 6 Gentoo-Bug: https://bugs.gentoo.org/574082 Package-Manager: Portage-2.3.2, Repoman-2.3.1
* games-action/spacetripper-demo: remove deprecated games eclassAustin English2017-01-301-0/+48
| | | | | | | | Also update to EAPI 6 Gentoo-Bug: https://bugs.gentoo.org/574082 Package-Manager: Portage-2.3.2, Repoman-2.3.1
* games-action/snipes: remove deprecated games eclassAustin English2017-01-302-2/+37
| | | | | | | | Also update to EAPI 6 Gentoo-Bug: https://bugs.gentoo.org/574082 Package-Manager: Portage-2.3.2, Repoman-2.3.1
* ros-meta/image_common: Bump to 1.11.12.Alexis Ballier2017-01-302-0/+24
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-ros/polled_camera: Bump to 1.11.12.Alexis Ballier2017-01-302-0/+26
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-ros/image_transport: Bump to 1.11.12.Alexis Ballier2017-01-302-0/+27
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-ros/camera_info_manager: Bump to 1.11.12.Alexis Ballier2017-01-302-0/+26
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-ros/camera_calibration_parsers: Bump to 1.11.12.Alexis Ballier2017-01-302-0/+27
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-ros/cv_bridge: remove oldAlexis Ballier2017-01-305-100/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* ros-meta/vision_opencv: Bump to 1.12.4.Alexis Ballier2017-01-302-0/+23
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-ros/opencv_tests: Bump to 1.12.4.Alexis Ballier2017-01-302-0/+34
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-ros/image_geometry: Bump to 1.12.4.Alexis Ballier2017-01-302-0/+24
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1