summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* profiles: mask app-admin/amazon-ec2-init for removal in 30 days.Michael Orlitzky2017-01-071-0/+5
|
* media-libs/exiftool: remove oldTim Harder2017-01-072-24/+0
|
* media-libs/exiftool: stabilize 10.36Tim Harder2017-01-071-1/+1
|
* media-video/mediainfo: remove oldTim Harder2017-01-072-73/+0
|
* media-video/mediainfo: stabilize 0.7.91Tim Harder2017-01-071-1/+1
|
* media-libs/libmediainfo: remove oldTim Harder2017-01-072-85/+0
|
* media-libs/libmediainfo: stabilize 0.7.91Tim Harder2017-01-071-1/+1
|
* media-libs/libzen: remove oldTim Harder2017-01-072-66/+0
|
* media-libs/libzen: stabilize 0.4.34Tim Harder2017-01-071-1/+1
|
* media-video/mkvtoolnix: add ruby24 supportTim Harder2017-01-072-2/+2
|
* dev-php/PEAR-Pager: drop unused version 2.4.8 and add upstream metadata.Michael Orlitzky2017-01-073-17/+7
| | | | Package-Manager: portage-2.3.0
* app-misc/ranger: version bump to 1.8.0Tim Harder2017-01-073-1/+47
|
* dev-libs/pugixml: force emake as cmake makefile generator (bug #601064)Tim Harder2017-01-071-1/+2
|
* dev-php/PEAR-PEAR_PackageFileManager: remove unused version 1.6.3.Michael Orlitzky2017-01-072-18/+0
| | | | Package-Manager: portage-2.3.0
* dev-php/phing: new unbundled version 2.16.0.Michael Orlitzky2017-01-075-51/+86
| | | | | | | | | | | | | | | | | | | | | | This new version is a major overhaul of the ebuild. We start with an update to EAPI=6, and then everything else is basically new. The previous version installed a single compressed PHAR archive, while now we actually install the source, documentation, examples, and executables -- all in the correct places. Some dependencies were fixed, and there are new USE flags for a couple of optional dependencies (eventually there should be more flags, rather than rely on USE=minimal). Upstream's metadata was updated, too. Unfortunately, many features of this package will not work. Since phpDocumentor and phpunit are still packaged as PHAR archives, phing cannot make use of their libraries. This is not a new problem, however, so it is acceptable to allow in in the new version. Gentoo-Bug: 604954 Package-Manager: portage-2.3.0
* dev-php/PEAR-HTTP_Request2: remove unused versions 2.0.0 and 2.1.1.Michael Orlitzky2017-01-073-36/+0
| | | | Package-Manager: portage-2.3.0
* dev-php/agavi: new version 1.0.8.Michael Orlitzky2017-01-075-45/+69
| | | | | | | | | | | | | | | | | | | | | | This new version fixes a lot of problems caused by the old PEAR build system. First, we don't need the PEAR dependencies, so they've been dropped. The docs are installed in the correct place, and the build system won't crash if you eselect the wrong version of PHP. The ebuild has been updated to EAPI=6, and has a few more USE flags to control its dependencies. Even the executable (which requires phing) is now optional. But beware: this package is mostly broken out-of-the-box. The "agavi" executable requires some code from dev-php/phing, but the phing ebuild was rewritten to use a PHAR, and no longer installs any source code. Since the old version of phing (a) would not build for me and (b) should have exactly the same problem, I don't consider that a blocker for this new version. Gentoo-Bug: 604954 Package-Manager: portage-2.3.0
* dev-games/clanlib: Version bump to 4.0.0David Seifert2017-01-073-0/+103
| | | | | | * EAPI=6 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* sys-apps/pcmciautils: flex-2.6.3 compatibility fixNicholas Vinson2017-01-072-7/+37
| | | | | | | | | Fixes yywrap errors caused by behavior changes in flex-2.6.3. Gentoo-bug: 604606 Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3363
* profiles: mask dev-libs/glib:1 for removalMart Raudsepp2017-01-071-1/+7
| | | | Gentoo-bug: 604966
* dev-ros/urdf: append-cxxflags -std=gnu++11. Fixes build with gcc 5. Bug #604960.Alexis Ballier2017-01-071-1/+6
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* eutils.eclass: add 512 icon size to doicon documentationChris Mayo2017-01-071-1/+1
| | | | Closes: https://github.com/gentoo/gentoo/pull/3298
* www-client/chromium: rename gnome USE flag to gconfMike Gilbert2017-01-072-7/+6
| | | | | Bug: https://bugs.gentoo.org/576712 Package-Manager: Portage-2.3.3_p19, Repoman-2.3.1_p12
* www-client/google-chrome-beta: automated update (56.0.2924.51)Mike Gilbert2017-01-072-2/+2
| | | | Package-Manager: Portage-2.3.3_p19, Repoman-2.3.1_p12
* www-plugins/chrome-binary-plugins: automated update (56.0.2924.51)Mike Gilbert2017-01-072-2/+2
| | | | Package-Manager: Portage-2.3.3_p19, Repoman-2.3.1_p12
* dev-libs/qoauth: Drop oldAndreas Sturmlechner2017-01-071-71/+0
| | | | Package-Manager: portage-2.3.0
* dev-libs/qoauth: Drop broken USE=static-libs, fix DEPEND, bump EAPI 6Andreas Sturmlechner2017-01-071-0/+61
| | | | Package-Manager: portage-2.3.0
* media-libs/harfbuzz: Raise glib minimum dependency for USE=glibMart Raudsepp2017-01-073-4/+4
| | | | | | | | | | | | harfbuzz-1.3.3 raised this to 2.38 for G_TEST_DIST usage. This was lowered again in 1.4.0 to support firefox and Windows use cases, where glib 2.22 can still be used. But because G_TEST_DIST is still used in the tests, keep this minimum version requirement in newer versions as well. 1.4 now hava a fallback for G_TEST_DIST, but it is mentioned that it then fails out of source tree tests. We have only newer than 2.38 glib versions anyways. Package-Manager: Portage-2.3.3, Repoman-2.3.1
* www-apps/tt-rss: Take over as maintainerJames Le Cuirot2017-01-071-2/+2
| | | | Package-Manager: portage-2.3.3
* app-misc/mime-types: bump to EAPI=6Benda Xu2017-01-081-2/+4
| | | | | | | | | No revision bump was carried out because this is a trivial ebuild and nothing need to be rebuilt. Bug: 604918 Package-Manager: portage-2.3.3
* dev-python/virtualenvwrapper: add python3_5 supportIlya Tumaykin2017-01-071-3/+5
| | | | | | | | | Build succeeds, no testsuite, basic virtualenv operations work. Gentoo-Bug: 572834 Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3355
* dev-python/virtualenv-clone: add python3_5 supportIlya Tumaykin2017-01-071-3/+3
| | | | | | | Build succeeds, no testsuite, cloning virtualenv works. Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3355
* dev-python/ansicolor: add python3_5 supportIlya Tumaykin2017-01-071-3/+3
| | | | | | | | | Build succeeds, no testsuite, builtin demos work. Gentoo-Bug: 590354 Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3353
* media-video/mpv: move linuxtv-dvb-headers to DEPEND in 9999Ilya Tumaykin2017-01-071-1/+1
| | | | | | | These headers aren't required at runtime. Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3351
* media-video/mpv: disable all opengl bits with USE=-opengl in 9999Ilya Tumaykin2017-01-071-0/+1
| | | | | | | | This doesn't change generated code with any USE combo, but makes configure output cleaner with USE=-opengl. Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3351
* media-video/mpv: restore required SLOT=0 on ffmpeg/libavIlya Tumaykin2017-01-072-4/+4
| | | | | | | See https://github.com/gentoo/gentoo/pull/3329 Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3351
* media-video/mpv: require os-headers for v4lIlya Tumaykin2017-01-074-0/+4
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3351
* media-video/mpv: require opengl or egl for testsIlya Tumaykin2017-01-074-0/+4
| | | | | | | Testsuite won't build otherwise. Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3351
* media-video/mpv: sort IUSE alphabeticallyIlya Tumaykin2017-01-074-4/+4
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3351
* sci-libs/rtabmap: remove oldAlexis Ballier2017-01-073-120/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* sci-libs/rtabmap: bump to 0.11.13Alexis Ballier2017-01-072-0/+56
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-ros/robot_state_publisher: remove oldAlexis Ballier2017-01-074-119/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-ros/robot_state_publisher: bump to 1.13.4Alexis Ballier2017-01-072-0/+34
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-ros/collada_urdf: remove oldAlexis Ballier2017-01-075-300/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-ros/urdf: remove oldAlexis Ballier2017-01-076-141/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-ros/image_geometry: remove oldAlexis Ballier2017-01-075-96/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-ros/kdl_parser: remove oldAlexis Ballier2017-01-075-136/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-ros/collada_parser: remove oldAlexis Ballier2017-01-075-320/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-ros/collada_parser: bump urdf depsAlexis Ballier2017-01-072-4/+4
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* ros-meta/robot_model: Bump to 1.12.6.Alexis Ballier2017-01-072-0/+27
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1