summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-libs/totem-pl-parser: remove oldMart Raudsepp2017-12-202-62/+0
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-libs/libgusb: remove oldMart Raudsepp2017-12-204-159/+0
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-libs/folks: remove oldMart Raudsepp2017-12-202-87/+0
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-libs/libgnome-games-support: remove oldMart Raudsepp2017-12-203-60/+0
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-libs/vala-common: remove oldMart Raudsepp2017-12-204-231/+0
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-libs/spdlog: bump to 0.16.1David Roman2017-12-202-0/+35
|
* Retirement: vapier package reassigmentAmy Liffey2017-12-206-24/+10
|
* dev-libs/libassuan: New upstream version 2.5.1Kristian Fiskerstrand2017-12-202-0/+45
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-libs/libressl: version bump to 2.6.4Anthony G. Basile2017-12-202-0/+53
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-libs/libnl: Old.Jeroen Roovers2017-12-203-222/+0
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-libs/libnl: Add support for python 3.6 (bug #616928 by fhede).Jeroen Roovers2017-12-202-2/+2
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-libs/libbytesize: keyworded 1.2-r1 for ppc/ppc64, bug #641308Sergei Trofimovich2017-12-191-1/+1
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc ppc64"
* dev-libs/volume_key: keyworded 0.3.9 for ppc/ppc64, bug #641308Sergei Trofimovich2017-12-191-1/+1
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc ppc64"
* dev-libs/sway: Add subslot operator on dev-libs/json-c atomThomas Deutschmann2017-12-193-3/+3
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-libs/libmacaroons: Add subslot operator on dev-libs/json-c atomThomas Deutschmann2017-12-192-2/+2
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-libs/libxml2: x86 stable (bug #635938)Thomas Deutschmann2017-12-191-1/+1
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-libs/libgnome-games-support: x86 stable (bug #635938)Thomas Deutschmann2017-12-191-1/+1
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-libs/totem-pl-parser: x86 stable (bug #635938)Thomas Deutschmann2017-12-191-1/+1
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-libs/vala-common: x86 stable (bug #635938)Thomas Deutschmann2017-12-191-1/+1
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-libs/libgee: x86 stable (bug #635938)Thomas Deutschmann2017-12-191-1/+1
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-libs/libgudev: x86 stable (bug #635938)Thomas Deutschmann2017-12-191-1/+1
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-libs/libpwquality: x86 stable (bug #635938)Thomas Deutschmann2017-12-191-1/+1
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-libs/libgusb: x86 stable (bug #635938)Thomas Deutschmann2017-12-191-1/+1
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-libs/folks: x86 stable (bug #635938)Thomas Deutschmann2017-12-191-1/+1
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-libs/libgdata: x86 stable (bug #635938)Thomas Deutschmann2017-12-191-1/+1
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-libs/wayland-protocols: x86 stable (bug #641024)Thomas Deutschmann2017-12-191-1/+1
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-libs/libpqxx: x86 stable (bug #641128)Thomas Deutschmann2017-12-191-1/+1
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-libs/libratbag: Fixed build with recent meson releases.Lars Wendler2017-12-191-0/+6
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-libs/beignet: fix multilib libdir detection for LLVM-4+Marek Szuba2017-12-192-0/+18
| | | | | | | | | | | | | | | By default Beignet CMake scripts look for LLVM parameters using llvm-config regardless of target architecture. For multilib builds on amd64 against >=sys-devel/llvm-4.0.0 this resulted in the linker being passed the abi_x86_64 libdir in abi_x86_32 mode, causing "file in wrong format" errors and build failures. We now work around this issue by having Beignet's FindLLVM.cmake look for ${CHOST}-llvm-config instead. Hopefully there will be an official upstream fix for this at some point. Closes: https://bugs.gentoo.org/638078 Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-libs/libzia: amd64 stableJason Zaman2017-12-191-1/+1
| | | | | Gentoo-bug: 640182 Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-libs/confuse: Update HOMEPAGE.Jeroen Roovers2017-12-191-2/+2
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-libs/gmime: version bump 3.0.3 → 3.0.5Gilles Dartiguelongue2017-12-192-0/+69
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-libs/libclc: amd64 stableJason Zaman2017-12-191-1/+1
| | | | | Gentoo-bug: 639622 Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-libs/libinput: remove oldMart Raudsepp2017-12-194-170/+0
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-libs/libinput: bump to 1.9.4Mart Raudsepp2017-12-192-0/+57
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-libs/appstream-glib: remove oldMart Raudsepp2017-12-192-62/+0
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-libs/libinput: stable 1.7.3 for hppa, bug #624312Sergei Trofimovich2017-12-181-1/+1
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="hppa"
* dev-libs/appstream-glib: stable 0.6.13 for hppa, bug #624312Sergei Trofimovich2017-12-181-1/+1
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="hppa"
* dev-libs/angelscript: Version bump to 2.32.0James Le Cuirot2017-12-182-2/+2
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-libs/elfutils: arm stable, bug #627576Markus Meier2017-12-181-1/+1
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --include-arches="arm"
* dev-libs/json-c: Subslot setThomas Deutschmann2017-12-182-2/+2
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-libs/json-c: Bump to v0.13Thomas Deutschmann2017-12-182-0/+44
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-libs/libfastjson: Bump to v0.99.8Thomas Deutschmann2017-12-182-0/+41
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-libs/libusb: amd64 stableJason Zaman2017-12-191-2/+2
| | | | | Gentoo-bug: 630342 Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-libs/nsgenbind: Version bump.Michael Weber2017-12-182-0/+19
| | | | | Bug: https://bugs.gentoo.org/636224 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-libs/libnsfb: Version bump.Michael Weber2017-12-182-0/+41
| | | | | Bug: https://bugs.gentoo.org/636224 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-libs/libutf8proc: Version bump.Michael Weber2017-12-182-0/+26
| | | | | Bug: https://bugs.gentoo.org/636224 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-libs/liblinear: Version bump.Jeroen Roovers2017-12-182-0/+66
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-libs/libcss: Ignore some gcc diagnostics (upstream is aware of), version ↵Michael Weber2017-12-183-0/+41
| | | | | | | | | bump. Closes: https://bugs.gentoo.org/626754 Closes: https://bugs.gentoo.org/626752 Bug: https://bugs.gentoo.org/636224 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-libs/vala-common: Update Manifest hashes.Ulrich Müller2017-12-171-4/+4
|