summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-wireless/rtl_433: initial commit, thanks ayncZero_Chaos2017-07-142-0/+29
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-libs/libressl: version bumps to 2.5.5 and 2.6.0Anthony G. Basile2017-07-143-0/+106
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* net-misc/oidentd: bump to EAPI 6, add fedora masquerading patchesRobert Förster2017-07-156-12/+180
| | | | | | | | also adding a dependency on the selinux policy for this package, as well as adding myself as maintainer Closes: https://github.com/gentoo/gentoo/pull/4611 Package-Manager: Portage-2.3.6, Repoman-2.3.2
* media-video/dvgrab: fix building with GCC-6, #594548Alexander Tsoy2017-07-152-0/+29
| | | | Closes: https://github.com/gentoo/gentoo/pull/4608
* media-video/dvgrab: EAPI 6 bumpAlexander Tsoy2017-07-151-0/+28
|
* www-apps/redmine: Bump to 3.2.7, 3.3.4, 3.4.0.Azamat H. Hackimov2017-07-149-20/+549
| | | | | | | | Fixed slot dependencies, startup script (Bug #603452), added new log location and logrotate, added myself to proxied maintainers (Bug Closes: https://github.com/gentoo/gentoo/pull/4550 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-python/pep8: keyword ~arm64Alexis Ballier2017-07-141-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-python/flake8: keyword ~arm64Alexis Ballier2017-07-141-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-python/jaraco-packaging: keyword ~arm64Alexis Ballier2017-07-141-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-java/emma: keyword ~arm64Alexis Ballier2017-07-141-2/+2
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-java/ant-junit4: keyword ~arm64Alexis Ballier2017-07-141-2/+2
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-java/tomcat-servlet-api: keyword ~arm64Alexis Ballier2017-07-142-2/+2
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* java-virtuals/servlet-api: keyword ~arm64Alexis Ballier2017-07-142-3/+3
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* app-text/linuxdoc-tools: drop obsolete autotools-utils eclassIlya Tumaykin2017-07-141-2/+4
| | | | | Closes: https://github.com/gentoo/gentoo/pull/5023 Package-Manager: Portage-2.3.6, Repoman-2.3.2
* lxde-base/lxpanel: update HOMEPAGE.Patrice Clement2017-07-145-5/+5
| | | | | | Gentoo-Bug: https://bugs.gentoo.org/624942 Package-Manager: Portage-2.3.6, Repoman-2.3.1
* www-client/qutebrowser: USE for experimental webengine supportDimitrios Semitsoglou-Tsiapos2017-07-142-4/+13
| | | | Closes: https://github.com/gentoo/gentoo/pull/4207
* sys-kernel/genkernel: bump.Robin H. Johnson2017-07-142-0/+165
| | | | Package-Manager: portage-2.3.6
* sys-kernel/genkernel: Increase pax-utils version dep for code cleanups.Robin H. Johnson2017-07-143-5/+5
| | | | Package-Manager: portage-2.3.6
* media-libs/mesa: Version bump to 17.1.5Matt Turner2017-07-142-0/+504
|
* sys-cluster/nova: 15.0.6 stable amd64 and x86 with cleanup bug 625094Matthew Thode2017-07-143-234/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* sys-cluster/cinder: 8.0.2 stable for amd64 and x86, with cleanup bug 625092Matthew Thode2017-07-143-196/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* media-libs/openh264: version bump to 1.7.0Ian Stakenvicius2017-07-143-2/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream release notes courtesy the gentoo bug below: - Changed SPS/PPS strategy option name,See enum ENCODER_OPTION - Changed NAL size length parameter from static array to pointer to support more NALs.See struct SParserBsInfo - Changed semaphores to condition variables on apple platform - Changed version update mechanism as Major.Minor.patch,like 1.7.0 - Supported to force IDR independently for each layer in simulcast AVC case.See API ForceIntraFrame() - Supported LTR request independently for each layer in simulcast AVC case. See struct SLTRRecoverRequest and SLTRMarkingFeedback - Supported to set sample aspect ratio in VUI on encoder side. See struct SSpatialLayerConfig - Supported to set profile and level, changed the default level as 4.1 if the user doesn’t set it. See enum ELevelIdc - Supported to get profile and level info on decoder side.See enum DECODER_OPTION - Supported for enable/disable AVX2 build option. Build option: HAVE_AVX2 - Supported to set decoder statistics log interval, Add DECODER_OPTION_STATISTICS_LOG_INTERVAL.See DECODER_OPTION. - Supported for AU delimiter NAL on decoder side. AU delimiter refers to section 7.3.2.4 - Supported for x86 PIC assembly and build option. Build option: ENABLEPIC. git issues:#2263 #2534 - Supported for Cygwin x86_64 build - Supported to get sample aspect ratio by GetOption on decoder. Add option: DECODER_OPTION_GET_SAR_INFO - Set constraint_set4_flag constraint_set5_flag to align to CHP definition in latest H264 standard - Improved VUI support on decoder side - Improved decoder statistics info output - Refined the return value when failed in memory allocation - Added SSSE3 motion compensation routines - Added AVX2 motion compensation routines - Optimization on some of SSE2/MMX functions - Refactor rate control for RC_BUFFERBASED_MODE and RC_QUALITY_MODE mode - Added more unit tests for random resolution input,slice mode switch, profile/level setting - Refined logs - Bug fixes for 4:0:0 format support on decoder - Bug fixes for complexity calculation for screen content mode - Bug fixes for loadbalancing turn on, git issue:#2618 - Bug fixes for parser subsps, scalling list, parser longer bitstream Bug: http://bugs.gentoo.org/622170 Package-Manager: Portage-2.3.6, Repoman-2.3.1
* sci-geosciences/opencpn: bump version, fix bug #623838Marc Schiffbauer2017-07-142-0/+62
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* net-wireless/wavemon: version bumpSergey Popov2017-07-143-0/+83
| | | | | | | Reported-by: Brian Evans <grknight@gentoo.org> Gentoo-Bug: 594874 Package-Manager: Portage-2.3.6, Repoman-2.3.1
* app-admin/calamares: Remove 3.1.0Johannes Huber2017-07-142-83/+0
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* app-admin/calamares: Version bump 3.1.1Johannes Huber2017-07-142-0/+81
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-util/conan: add missing dependency on pluginbase, and force specificSébastien Fabbro2017-07-143-52/+3
| | | | | | versions on patch Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-python/pluginbase: initial importSébastien Fabbro2017-07-143-0/+54
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* sci-astronomy/astrometry: version bumpSébastien Fabbro2017-07-143-0/+208
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* net-dns/unbound: Remove old versionsMarc Schiffbauer2017-07-145-500/+0
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* package.mask: Update sci-geosciences/googleearth maskMarc Schiffbauer2017-07-141-4/+5
|
* net-dns/unbound: bump version, fixes #624856Marc Schiffbauer2017-07-142-0/+131
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* profiles/arch/arm64: mask freerdp[neon]Alexis Ballier2017-07-141-0/+4
|
* net-wireless/wavemon: drop oldSergey Popov2017-07-143-65/+0
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* profiles/arch/arm64: mask ceph[zfs]Alexis Ballier2017-07-141-0/+1
|
* profiles/arch/arm64: mask libvirt[zfs]Alexis Ballier2017-07-141-0/+4
|
* sys-apps/osinfo-db: keyword ~arm64Alexis Ballier2017-07-141-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* sys-libs/libosinfo: keyword ~arm64Alexis Ballier2017-07-141-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* media-plugins/grilo-plugins: keyword ~arm64Alexis Ballier2017-07-141-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-db/cockroach: 1.0.3 typo fix for #624732William Hubbs2017-07-141-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* net-libs/libupnp: drop old 1.8, add ~arm64Ian Whyman2017-07-143-49/+1
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* media-libs/libmediaart: keyword ~arm64Alexis Ballier2017-07-141-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-libs/libpeas: keyword ~arm64Alexis Ballier2017-07-141-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-libs/gom: keyword ~arm64Alexis Ballier2017-07-141-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* app-text/lout: drop oldSergey Popov2017-07-142-86/+0
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* app-text/lout-3.40: stable on amd64/ppc/x86Sergey Popov2017-07-141-1/+1
| | | | | | Gentoo-Bug: 622352 Package-Manager: Portage-2.3.6, Repoman-2.3.1
* sys-apps/osinfo-db-tools: keyword ~arm64Alexis Ballier2017-07-141-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-python/cx_Freeze-4.3.4: stable on amd64 and x86Sergey Popov2017-07-141-1/+1
| | | | | | | Reported-by: Pacho Ramos <pacho@gentoo.org> Gentoo-Bug: 624998 Package-Manager: Portage-2.3.5, Repoman-2.3.1
* dev-python/xcffib: keyword ~arm64Alexis Ballier2017-07-141-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* x11-apps/xeyes: keyword ~arm64Alexis Ballier2017-07-141-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2