summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-mail/cyrus-imapd: remove vulnerableEray Aslan2017-08-114-535/+0
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* net-mail/cyrus-imapd: security bump to 3.0.3Eray Aslan2017-08-115-10/+375
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* media-tv/mythtv: Drop oldAndreas Sturmlechner2017-08-111-362/+0
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* apache-2.eclass: don't enable maintainer-mode with USE=debug.Michael Orlitzky2017-08-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | The --enable-maintainer-mode flag serves two purposes: first, it enables compile-time warnings; and second, it forces all compiled modules to be loaded at runtime. To achieve the first goal, the build system checks for the "-std=c89" compiler flag and appends it to CFLAGS if found. This can cause a problem later, because the CFLAGS used to build apache are used by apxs to build extension modules. In particular, if you have an extension that relies on C99 or some later standard, and if apache was built with --enable-maintainer-mode, then apxs will attempt to build that extension according to C89 and fail. This failure can be observed in in bugs 621686, 621756, and 621794 when apache is built with USE=debug, because USE=debug sets the --enable-maintainer-mode flag. Since there is not much reason for an end user to enable maintainer- mode, the simplest fix for this is the wholesale removal of the --enable-maintainer-mode flag from USE=debug. This prevents us from having to append CFLAGS to each extension package that uses a later standard, or from having to add a USE dependency forbidding USE=debug in apache (which would create conflicts with e.g. mod_backtrace). Gentoo-Bug: 621686 Gentoo-Bug: 621756 Gentoo-Bug: 621794
* media-tv/mythtv: Drop 0.27.6Andreas Sturmlechner2017-08-117-522/+0
| | | | | | Gentoo-bug: 620706 Package-Manager: Portage-2.3.6, Repoman-2.3.3
* www-apps/mythweb: Drop 0.27.5Andreas Sturmlechner2017-08-112-90/+0
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* media-plugins/mythplugins: Drop 0.27.6Andreas Sturmlechner2017-08-112-161/+0
| | | | | Gentoo-bug: 620706 Package-Manager: Portage-2.3.6, Repoman-2.3.3
* dev-db/pgadmin3: Drop oldAndreas Sturmlechner2017-08-112-60/+0
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* dev-db/pgadmin3: Drop obsolete pgslot check, drop bogus html mimetypeAndreas Sturmlechner2017-08-112-0/+60
| | | | | | | | | pgadmin3 is not a webbrowser, and opening html is unsuccessful. Dropped unused eclasses. Bumped to EAPI 6. Gentoo-bug: 626812 Package-Manager: Portage-2.3.6, Repoman-2.3.3
* dev-db/mariadb: Drop oldBrian Evans2017-08-114-666/+0
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* dev-db/mariadb: Version bump for 10.1.26Brian Evans2017-08-112-0/+228
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* app-emulation/sen: Fixed manifest (bug #627552).Lars Wendler2017-08-111-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* Revert "profiles/arch/hppa/package.mask: mask samba-4.6 due to missing dep"Ian Stakenvicius2017-08-111-4/+0
| | | | | | This reverts commit da6edb8912693cc4443b6c1c179fdc00c9623609. Poly-C dropped keywords, so the mask is not necessary
* profiles/arch/hppa/package.mask: mask samba-4.6 due to missing depIan Stakenvicius2017-08-111-0/+4
| | | | | Samba-4.6 needs 'resolv-wrapper' which is not keyworded for hppa yet, mask for now until that can be resolved.
* net-fs/samba: Removed hppa keywords as it's missing from a dep too.Lars Wendler2017-08-112-2/+2
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* flag-o-matic.eclass: Revert "Strip LDFLAGS unsupported by the C..."Michał Górny2017-08-112-4/+1
| | | | | | | The current logic strips too much, causing build failures. Revert it until we get it right. Bug: https://bugs.gentoo.org/627474
* package.mask: Unleash samba-4.6 into ~arch.Lars Wendler2017-08-111-4/+1
|
* net-fs/samba-4.6.7: fix SRC_URI for patchsetIan Stakenvicius2017-08-111-1/+1
| | | | | | Bug: http://bugs.gentoo.org/627508 Package-Manager: Portage-2.3.6, Repoman-2.3.1
* libtool.eclass: Use external eltpatch toolMichał Górny2017-08-111-471/+6
| | | | Closes: https://github.com/gentoo/gentoo/pull/4467
* app-portage/elt-patches: New release with 'eltpatch' scriptMichał Górny2017-08-112-0/+25
| | | | | New release with the 'eltpatch' script that moves libtool.eclass code to the package, ensuring it is kept in sync with the patches.
* sys-apps/ipmiutil: Removed old.Lars Wendler2017-08-112-56/+0
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* sys-apps/ipmiutil: Bump to version 3.0.6Lars Wendler2017-08-112-0/+56
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* media-plugins/gst-plugins-opencv: Remove broken MULTILIB_COMPATMichał Górny2017-08-114-4/+1
|
* media-libs/opencv: Fix automagic dep on tesseractMichał Górny2017-08-112-0/+20
|
* media-libs/opencv: Enable multilib builds for 3.1.0 & 3.2.0Michał Górny2017-08-112-0/+630
|
* media-plugins/gst-plugins-srtp: Remove MULTILIB_COMPAT that breaks x86Michał Górny2017-08-116-4/+34
|
* net-libs/libsrtp: Enable multilib build in :2Michał Górny2017-08-111-0/+75
|
* net-libs/libsrtp: Fix post-test libsrtp2.a rm, #600946Michał Górny2017-08-111-3/+3
|
* net-libs/libsrtp: Enable multilib build in :0Michał Górny2017-08-111-0/+83
|
* media-plugins/gst-plugins-kate: Remove broken MULTILIB_COMPATMichał Górny2017-08-114-4/+0
| | | | | | | Remove the MULTILIB_COMPAT restricting the build to x86-64. This made it impossible to install the package on 32-bit x86. The dependencies are now multilib-aware, so just enable multilib for the package completely.
* media-libs/libtiger: Disable static librariesMichał Górny2017-08-111-1/+3
|
* media-libs/libtiger: Enable multilib buildMichał Górny2017-08-111-8/+9
|
* media-libs/libtiger: Modernize to EAPI=6Michał Górny2017-08-111-0/+35
|
* media-libs/libkate: Enable multilib buildMichał Górny2017-08-111-10/+11
|
* media-libs/libkate: Kill .la files unconditionallyMichał Górny2017-08-111-2/+2
|
* media-libs/libkate: Use the configure var to override PYTHONMichał Górny2017-08-111-0/+53
| | | | | Replace the 'sed' hack with a cleaner PYTHON=: configure override to disable Python. This will make it possible to override it per-ABI.
* dev-util/rpmdevtools: remove oldMichael Palimaka2017-08-114-97/+0
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* dev-util/rpmdevtools: amd64 stableMichael Palimaka2017-08-111-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* profiles: stable mask dev-util/rpmdevtools[emacs] due to unstable dependenciesMichael Palimaka2017-08-111-0/+4
|
* media-sound/grip: Bump to version 3.5.2Lars Wendler2017-08-112-0/+53
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* games-rpg/manaplus: Removed old.Lars Wendler2017-08-112-100/+0
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* games-rpg/manaplus: Version 1.7.7.22 stable for amd64 and x86.Lars Wendler2017-08-111-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* games-rpg/manaplus: Bump to version 1.7.8.5Lars Wendler2017-08-112-0/+100
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* dev-qt/qtlocation: amd64/x86 stableMichael Palimaka2017-08-111-1/+1
| | | | | Gentoo-bug: 627542 Package-Manager: Portage-2.3.6, Repoman-2.3.3
* dev-util/webstorm: shorten descriptionAmy Liffey2017-08-111-2/+2
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* dev-util/webstorm: drop inactive proxy maintainer. By jsteinAmy Liffey2017-08-111-9/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* dev-util/idea-ultimate: drop inactive proxy maintainer. By jsteinAmy Liffey2017-08-111-8/+0
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* sci-geosciences/gmapcatcher: drop inactive proxy maintainerAmy Liffey2017-08-111-8/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* media-gfx/meshlab: EAPI 6 bump ,fix bug #614776Amy Liffey2017-08-1112-36/+50
| | | | | | | | | - Add patch structuresynth build failure Submitted-by: CaptainBlood <luc_pierard_de_maujouy@yahoo.fr> - Fix slot glew Package-Manager: Portage-2.3.6, Repoman-2.3.1
* dev-lang/fpc: fix homepageAmy Liffey2017-08-114-6/+5
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1