Commit Graph

1176 Commits

Author SHA1 Message Date
Tom Briden c8dcc6d55c
blink: version bump to 3.2.0 2019-06-03 10:49:26 +01:00
Tom Briden 95e0219d20
python-sipsimple: version bump to 3.4.2 2019-06-03 10:49:20 +01:00
Tom Briden 25a1476a63
python-application: version bump to 2.7.0 2019-06-03 09:23:07 +01:00
Julian Ospald 8b94e41e86
Merge remote-tracking branch 'kapsh/zim' 2019-05-23 09:35:17 +08:00
Alexander Kapshuna ec357b2a55 zim: version bump to 0.71.0 2019-05-08 13:12:48 +03:00
Julian Ospald 3cd1d614e6
dev-lang/GHC: bump to 8.6.5 2019-04-24 14:45:45 +08:00
Julian Ospald ff1bba2534
dev-lang/ghc-bin: bump to 8.6.5 2019-04-24 14:45:45 +08:00
Julian Ospald 4a78042076
x11-misc/fsearch: initial import of scm version 2019-04-23 01:45:20 +08:00
Julian Ospald 47dd44960b
net-im/signal-desktop: bump to 1.23.2 2019-04-15 20:57:16 +08:00
Julian Ospald bd562c50ee
Merge remote-tracking branch 'tombriden/armv8' 2019-04-10 10:51:57 +08:00
Tom Briden dbdd912967
rsa: add ~armv8 to platforms 2019-04-06 18:10:10 +01:00
Tom Briden cbfe44c5be
oauth2client: add ~armv8 to platforms 2019-04-06 18:10:09 +01:00
Heiko Becker 202a8fd01b
dianara: Remove bogus qjson dependency
It's no longer needed after the port to Qt5, which has JSON support
of it's own (although qjson has also been ported to qt5 in the
meantime, but our exheres doesn't provide that version nor does
any package use it AFAIK).
2019-04-03 10:31:59 +08:00
Heiko Becker 0e8300cc25
dianara: Adapt to the removal of app-crypt/qca[qt5]
The qt5 option is now hard-enabled.
2019-04-03 10:31:55 +08:00
Heiko Becker b88462c4c0
freeorion: Fix build with boost[>=1.69.0] 2019-04-03 10:31:47 +08:00
Julian Ospald 25c4021803
dev-haskell/ghcup: initial import 2019-03-31 22:33:01 +08:00
Julian Ospald d1d63cb4ed
net-misc/seafile: fix deps 2019-03-30 17:46:10 +08:00
Julian Ospald 34c4e07240
net-misc/seafile-client: fix deps 2019-03-30 17:45:57 +08:00
Mykola Orliuk 44e2869a1d
seafile: bump to 6.2.10
Signed-off-by: Mykola Orliuk <virkony@gmail.com>
2019-03-30 16:30:56 +08:00
Julian Ospald 690e124c2d
sys-apps/openrc: bump to 0.41.2 2019-03-13 21:54:07 +08:00
Julian Ospald bc28586ce1
dev-libs/mbedtls: bump to 2.16.0 2019-03-13 21:42:33 +08:00
Julian Ospald 909af2e2d8
app-admin/supervisor: bump to 3.3.5 2019-03-13 21:18:03 +08:00
Julian Ospald 7d30376303
sys-apps/earlyoom: bump to 1.2 2019-03-12 23:04:01 +08:00
Julian Ospald ff107e0cb4
app-ergonomics/workrave: bump to 1.10.23 2019-03-12 22:51:14 +08:00
Julian Ospald 06e051c936
Merge remote-tracking branch 'kapsh/typed-ast' 2019-03-10 20:10:35 +08:00
Julian Ospald bf95a7808c
Merge remote-tracking branch 'kapsh/mypy' 2019-03-10 20:10:23 +08:00
Julian Ospald 439d7cac7a dev-lang/GHC: bump to 8.6.4 2019-03-06 16:53:06 +08:00
Julian Ospald ef0cc90bc5
dev-lang/ghc-bin: bump to 8.6.4 2019-03-06 15:30:35 +08:00
Alexander Kapshuna c1628f8d2c typed-ast: add version 1.3.1 2019-02-27 23:28:54 +03:00
Alexander Kapshuna 68441dab0a mypy: version bump to 0.670 2019-02-27 20:57:46 +03:00
Julian Ospald f510f794cf
Merge remote-tracking branch 'kapsh/lsd' 2019-02-24 22:45:40 +08:00
Alexander Kapshuna 78fad033e5 lsd: fix sandbox violation in src_test 2019-02-21 21:39:32 +03:00
Julian Ospald 26761cd859
sys-apps/lsd: initial import 2019-02-12 12:09:38 +08:00
Julian Ospald 4cc2eb403f
net-im/signal-desktop: bump to 1.20.0 2019-02-01 10:37:28 +08:00
Julian Ospald 1745296905
Merge remote-tracking branch 'tombriden/sipsimple_depfix' 2019-01-23 22:46:12 +08:00
Tom Briden 7e9f4bf7c5
sipsimple: add icu as a dependency
having removed old icu slots, i now get an error running blink

  File "/usr/host/bin/blink", line 67, in <module>
    from blink import Blink
  File "/usr/x86_64-pc-linux-gnu/lib/python2.7/site-packages/blink/__init__.py", line 15, in <module>
    from sipsimple.account import Account, AccountManager, BonjourAccount
  File "/usr/x86_64-pc-linux-gnu/lib/python2.7/site-packages/sipsimple/account/__init__.py", line 23, in <module>
    from sipsimple.account.bonjour import BonjourServices, _bonjour
  File "/usr/x86_64-pc-linux-gnu/lib/python2.7/site-packages/sipsimple/account/bonjour/__init__.py", line 21, in <module>
    from sipsimple.core import FrozenSIPURI, SIPCoreError, NoGRUU
  File "/usr/x86_64-pc-linux-gnu/lib/python2.7/site-packages/sipsimple/core/__init__.py", line 2, in <module>
    from sipsimple.core._core import *
ImportError: libicui18n.so.62: cannot open shared object file: No such file or directory
2019-01-23 10:21:48 +00:00
Heiko Becker d0bdc1b926
games-rpg/flare: Use cmake [ api=2 ]
And let emagicdocs handle README (which would otherwise need to
be installed from ${CMAKE_SOURCE}).
2019-01-23 11:28:56 +08:00
Heiko Becker 69856c6391
pnmixer: Use cmake [ api=2 ] 2019-01-23 11:28:47 +08:00
Julian Ospald 6dd4e0f8ea
net-im/signal-desktop: bump to 1.19.0 2018-12-29 23:05:08 +01:00
Julian Ospald a749d5efb3
Merge branch 'blink_bump' of https://gogs.hasufell.de/tombriden/hasufell-repository 2018-12-25 09:02:58 +01:00
Tom Briden 81afc50f2b
blink: version bump to 3.1.0 2018-12-18 12:00:31 +00:00
Tom Briden a4ea000d0c
python-sipsimple: version bump to 3.3.0 2018-12-18 12:00:26 +00:00
Tom Briden b586e42edf
python_application: version bump to 2.5.0 2018-12-18 11:55:30 +00:00
Julian Ospald 006ff009ed
dev-haskell/cabal-install-bin: bump to 2.4.1.0 2018-12-12 16:16:59 +08:00
Julian Ospald 7cdc48baa2
dev-lang/GHC: add 8.6.3 2018-12-11 17:36:15 +08:00
Julian Ospald e67b8f8e09
dev-lang/ghc-bin: add 8.6.3 2018-12-11 16:14:19 +08:00
Julian Ospald 59d48f5815
dev-lang/ghc-bin: add 8.4.4 2018-12-11 16:13:30 +08:00
Julian Ospald ab54bf85de
dev-lang/ghc-bin: fix blocker 2018-12-11 16:13:10 +08:00
Julian Ospald b14860cebf
Merge remote-tracking branch 'tombriden/python-sipsimple_openssl-1.1' 2018-11-30 15:02:42 +08:00
Tom Briden 13d8406bd3
python-sipsimple: add patches to support openssl-1.1 2018-11-29 17:30:12 +00:00