summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* profiles: mask kde-frameworks/kwallet[gpg] due to unreleased dependenciesMichael Palimaka2015-08-121-0/+4
|
* dev-python/sphinx_rtd_theme: add ~alpha keywordTobias Klausmann2015-08-121-1/+1
| | | | | | Gentoo-Bug: 543742 Package-Manager: portage-2.2.20.1
* dev-python/sphinx: add ~alpha keywordTobias Klausmann2015-08-121-1/+1
| | | | | | Gentoo-Bug: 543742 Package-Manager: portage-2.2.20.1
* dev-python/snowballstemmer: add ~alpha keywordTobias Klausmann2015-08-121-1/+1
| | | | | | Gentoo-Bug: 543742 Package-Manager: portage-2.2.20.1
* dev-python/alabaster: add ~alpha keywordTobias Klausmann2015-08-121-1/+1
| | | | | | Gentoo-Bug: 543742 Package-Manager: portage-2.2.20.1
* sys-fs/dosfstools: amd64 stable wrt bug #557312Mikle Kolyada2015-08-121-1/+1
| | | | Package-Manager: portage-2.2.20.1
* sys-apps/pciutils: s390 stableSergey Popov2015-08-121-1/+1
| | | | | | Gentoo-Bug: 543834 Package-Manager: portage-2.2.20
* app-i18n/man-pages-pl: Drop oldMikle Kolyada2015-08-121-43/+0
| | | | Package-Manager: portage-2.2.20.1
* Merge branch 'master' of git+ssh://git.gentoo.org/repo/gentooMikle Kolyada2015-08-121-0/+4
|\
| * =sys-libs/ncurses-6.0: Masked due to ABI_X86=32 breakage (bug #557360)Lars Wendler2015-08-121-0/+4
| |
* | app-i18n/man-pages-pl: Version bump; New proxied maintainer; See bug #545288Mikle Kolyada2015-08-123-1/+25
|/ | | | Package-Manager: portage-2.2.20.1
* sys-fs/dosfstools: add alpha keywordTobias Klausmann2015-08-121-1/+1
| | | | | | Gentoo-Bug: 557312 Package-Manager: portage-2.2.20.1
* sys-apps/microcode-data: Drop reference to obsolete init.d script in -ctlTobias Klausmann2015-08-121-6/+0
| | | | | | Gentoo-Bug: 528712 Package-Manager: portage-2.2.20.1
* dev-python/pygame_sdl2: fix compilation with cython-0.23Julian Ospald2015-08-122-0/+46
| | | | | | | Gentoo-Bug: 557216 Upstream-Bug-url: https://github.com/renpy/pygame_sdl2/issues/13 Upstream-Patch-url: https://github.com/renpy/pygame_sdl2/commit/b3acbed1942f63dbbeacfe2d4736be97ae2c8ab9 Reported-by: Erik Zeek
* sys-kernel/hardened-sources: add 4.1.5Anthony G. Basile2015-08-122-0/+47
| | | | | | vanill-4.1.5 + genpatches-4.1-8 + grsecurity-3.1-4.1.5-201508102129 Package-Manager: portage-2.2.20
* sys-kernel/hardened-sources: add 3.14.50Anthony G. Basile2015-08-122-0/+47
| | | | | | vanilla-3.14.50 + genpatches-3.14-55 + grsecurity-3.1-3.14.50-201508102128 Package-Manager: portage-2.2.20
* sys-kernel/hardened-sources: add 3.2.70Anthony G. Basile2015-08-122-0/+44
| | | | | | vanilla-3.2.70 + genpatches-3.2-16 + grsecurity-3.1-3.2.70-201508102127 Package-Manager: portage-2.2.20
* net-analyzer/munin: Add missing dependency, bug #557124Justin Lecher2015-08-121-1/+7
| | | | | Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* app-crypt/xca: version bumpAlon Bar-Lev2015-08-122-0/+44
| | | | | | | thanks to Jesse Adelman. Bug: 557326 Package-Manager: portage-2.2.20
* www-plugins/adobe-flash: x86 stable wrt bug #557342Mikle Kolyada2015-08-121-1/+1
| | | | Package-Manager: portage-2.2.20.1
* sys-libs/ncurses: add USE=threads support #510440Mike Frysinger2015-08-121-22/+51
| | | | | Now that we support the new ABI 6, we can support installing the threaded versions of ncurses alongside the non-threaded.
* sys-libs/ncurses: rework use of BUILD_DIRMike Frysinger2015-08-121-9/+12
| | | | | | Rather than maintain parallel dirs, create subdirs of the main BUILD_DIR. This makes the overall flow a bit simpler as we can also stick the cross logic in there too.
* sys-libs/ncurses: run configure steps in parallelMike Frysinger2015-08-121-3/+5
| | | | | | This gives us a nice speed boost as the configure script is quite large. Follow up changes will make this more apparent (when we run configure up to 4 times instead of just 2).
* sys-libs/ncurses: rework disabling of progsMike Frysinger2015-08-121-5/+4
| | | | | | Since the configure script has an option to disable progs, leverage that instead of whiting out a random make variable. It's the same result, but feels cleaner and requires less code.
* sys-libs/ncurses: avoid building tests when unusedMike Frysinger2015-08-121-1/+2
| | | | | If the user isn't going to run the testsuite, there's no point in building all the test binaries, so put that logic behind the standard USE=test.
* sys-libs/ncurses: build the C++ libs as sharedMike Frysinger2015-08-121-1/+2
| | | | | | Since upstream has a configure flag for this now, we should be able to build+install the C++ layers as shared libs instead of only making the static libs available.
* sys-libs/ncurses: simplify the multilib dep logicMike Frysinger2015-08-121-9/+2
| | | | | | | Block the emul package all the time now that it's no longer in the tree. Unify the gpm deps since there's already a circular dep here and the multilib code makes no real difference in that respect.
* sys-libs/ncurses: version bump to 6.0Mike Frysinger2015-08-125-0/+466
| | | | | | | | | The bare min changes are here to get it working as more updates will follow. Focus is on making the base ABI match upstream defaults for this release -- namely that we update to ABI 6 which includes colors and other new extended features. #373767 Based on work by Lars Wendler.
* net-p2p/retroshare: fix MY_PV, which is non-portable across bash versions ↵Sergey Popov2015-08-121-1/+1
| | | | | | | | wrt bug #557276 Reported-by: dwfreed <dwfreed AT mtu.edu> Suggested-by: Ulrich Müller <ulm AT gentoo.org> Package-Manager: portage-2.2.20
* sys-libs/ncurses: use libgpm.so.1 all the time #544828Mike Frysinger2015-08-122-4/+6
| | | | | | | | Since the gpm code relies on running ldd on the linked file in order to calculate the SONAME, and we're passing this in as a configure flag some of the time, just change the code to always pass it in. This stabilizes behavior across cross-compiling/multilib/ldd output/etc... Relying on ldd output in general is bad juju.
* profiles: p.use.mask media-sound/qsampler[libgig], bug #557354Ben de Groot2015-08-121-0/+4
|
* media-sound/qsampler: version bump to 0.3.1Ben de Groot2015-08-122-1/+44
| | | | | | | Add qt4 and qt5 useflags. Enable qt5 by default, as that is what upstream does. Update dependency requirements. Package-Manager: portage-2.2.20.1
* media-libs/liblscp: version bump to 0.5.7Ben de Groot2015-08-122-1/+28
| | | | Package-Manager: portage-2.2.20.1
* media-sound/qsampler: reformat metadataBen de Groot2015-08-121-1/+2
|
* x11-plugins/wmifs: version bumpBernard Cafarelli2015-08-122-0/+39
| | | | | Package-Manager: portage-2.2.20.1 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
* net-misc/curl: version bump.Anthony G. Basile2015-08-122-0/+246
| | | | Package-Manager: portage-2.2.20
* x11-plugins/wmbattery: version bumpBernard Cafarelli2015-08-122-0/+39
| | | | Package-Manager: portage-2.2.20.1
* net-mail/courier-imap: bump, set border version to courier-unicodeIan Delaney2015-08-123-1/+221
| | | | | | described in bug #553820, fixes bugs #553820 & #553720 Package-Manager: portage-2.2.20
* Stable for amd64, wrt bug #557342Agostino Sarubbo2015-08-121-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64"
* net-misc/openssh: version bump to 7.0_p1 #557340Mike Frysinger2015-08-123-0/+316
|
* sci-mathematics/gimps: remove oldThomas Kahle2015-08-122-68/+0
| | | | Package-Manager: portage-2.2.20
* sci-mathematics/gimps: bump to 28.7 (bug 557190)Thomas Kahle2015-08-122-0/+68
| | | | Package-Manager: portage-2.2.20
* net-misc/openssh: relax USE=tcpd check to a warning #531156Mike Frysinger2015-08-121-3/+2
|
* sys-cluster/vzctl: version bumpSergey Popov2015-08-122-0/+87
| | | | Package-Manager: portage-2.2.20
* www-apps/nikola: version bump to 7.6.3Ben de Groot2015-08-122-0/+70
| | | | | | Bump pygal dep to 2.0.1 Package-Manager: portage-2.2.20.1
* dev-python/pygal: version bump to 2.0.1Ben de Groot2015-08-122-0/+20
| | | | | | Needed for www-apps/nikola-7.6.3 Package-Manager: portage-2.2.20.1
* dev-python/pylons: bumpIan Delaney2015-08-122-0/+55
| | | | Package-Manager: portage-2.2.20
* app-text/calibre: version bump to 2.34.0Ben de Groot2015-08-122-0/+229
| | | | Package-Manager: portage-2.2.20.1
* net-analyzer/bmon: Version bump.Jeroen Roovers2015-08-122-0/+50
| | | | Package-Manager: portage-2.2.20.1
* dev-ruby/optionable: initial importHans de Graaff2015-08-123-0/+29
| | | | | | New dependency for forthcoming dev-ruby/moped. Package-Manager: portage-2.2.20