Commit Graph

60828 Commits

Author SHA1 Message Date
ivierlin a9c313782c python-neovim: update to 0.1.13 2017-01-12 17:33:42 +01:00
lemmi b3fe7e7255 zathura-pdf-mupdf: update to 0.3.1. 2017-01-12 16:00:25 +01:00
lemmi 038472f2f8 zathura-pdf-poppler: update to 0.2.7. 2017-01-12 15:57:48 +01:00
lemmi a47e5195f3 zathura-djvu: update to 0.2.6. 2017-01-12 15:56:39 +01:00
lemmi f39c3bfe14 zathura-cb: update to 0.1.6. 2017-01-12 15:56:04 +01:00
lemmi 270bd3380e zathura-ps: update to 0.2.4. 2017-01-12 15:55:28 +01:00
lemmi 9f509bfa75 zathura: update to 0.3.7. 2017-01-12 15:53:27 +01:00
lemmi a90098f3c0 girara: update to 0.2.7. 2017-01-12 15:52:36 +01:00
Michael Gehring c435019cdd thefuck: depend on python-bashlex 2017-01-12 15:21:56 +01:00
Michael Gehring c99a0087f1 New package: python-bashlex-0.8 2017-01-12 15:21:42 +01:00
Andrea Brancaleoni 6f80e3f1d5 forego: update to 20170111202937. 2017-01-12 15:13:40 +01:00
Andrea Brancaleoni 96b2c3e4d4 flannel: update to 0.7.0. 2017-01-12 15:08:11 +01:00
Andrea Brancaleoni e8f89da8dc python-CherryPy: update to 8.8.0. 2017-01-12 15:07:19 +01:00
Andrea Brancaleoni d75884cc1b terraform: update to 0.8.4. 2017-01-12 15:06:10 +01:00
zev0 bf1a7abeae xorg-server: enable security extension (#5118) 2017-01-12 14:24:07 +01:00
Toyam Cox d9c1c31b55 lxc: missing runtime tools (#5505) 2017-01-12 14:21:59 +01:00
Diogo Leal eea2cca994 New package: windowchef-0.2.6 (#5506) 2017-01-12 14:21:00 +01:00
Juan RP 5aed217270 fping: update to 3.15. 2017-01-12 14:17:25 +01:00
Juan RP 87d88d416e jupp: update to 3.1jupp30. 2017-01-12 14:14:01 +01:00
Juan RP 2b40217004 lmdb: update to 0.9.20. 2017-01-12 14:10:45 +01:00
Juan RP 0b0e10c64c pcre: update to 8.40. 2017-01-12 14:07:55 +01:00
Michael Gehring 2ee69215b6 libbson: update to 1.5.3. 2017-01-12 12:52:44 +00:00
Michael Gehring ab41cb2805 notmuch: update to 0.23.5. 2017-01-12 12:52:44 +00:00
Michael Gehring afeb8c91a9 thefuck: update to 3.14. 2017-01-12 12:52:44 +00:00
Michael Gehring 2e652657a5 txr: update to 165. 2017-01-12 12:52:44 +00:00
Leah Neukirchen fef930cde4 fdk-aac: update to 0.1.5. 2017-01-12 13:38:59 +01:00
Alessio Sergi d778d0009f lz4: update to 1.7.5 2017-01-12 13:35:22 +01:00
Alessio Sergi a6051de63b dnscrypt-proxy: add /etc/dnscrypt-proxy.conf as configuration file
Since version 1.8.0, there is a proper configuration file at
/etc/dnscrypt-proxy.conf.
2017-01-12 13:32:39 +01:00
Alessio Sergi 39d8739def gnupod: fix cross 2017-01-12 13:16:46 +01:00
Alessio Sergi e6ffe4f81c redsocks: remove unnecessary vlicense (Apache-2.0) 2017-01-12 13:15:16 +01:00
Alessio Sergi 1ce12cc7b6 scapy: add missing pycompile_module 2017-01-12 13:04:33 +01:00
Alessio Sergi 8d8fc440f7 scapy: build_style=python2-module
Use PyPI tarball to avoid an issue when installing from the git archive
(i.e., scapy-unknown.version-py2.7.egg-info).
2017-01-12 13:00:02 +01:00
Alessio Sergi ae6cddd78e python-pyx: add missing pycompile_module 2017-01-12 12:56:38 +01:00
Alessio Sergi 5c7c8aaf62 python-pyx: build_style=python2-module 2017-01-12 12:55:20 +01:00
Alessio Sergi 2683753343 python-discogs_client: add missing six dependency 2017-01-12 12:50:27 +01:00
Alessio Sergi c104747a28 newt: fix cross 2017-01-12 12:46:02 +01:00
Alessio Sergi 457bb546e1 newt: split python{2,3} bindings 2017-01-12 12:39:19 +01:00
Alessio Sergi 91bcf21f20 gufw: add missing pycompile_module 2017-01-12 12:29:48 +01:00
Alessio Sergi 0d81a0ba59 gufw: revbuild with fixed python3-module 2017-01-12 12:28:27 +01:00
Alessio Sergi 2014e03dac Revert "common/buildstyle/python*: build dir can be used as python identifier"
This reverts commit a02132b2ae.

Actually, the issue with packages using python-distutils-extra hasn't
been solved. On the contrary, python build style now generates malformed
packages, e.g., gufw:

+-- usr
    +-- lib
    |   +-- python3.5
    |       +-- site-packages
    |           +-- build3_5
    |           |   +-- lib
    |           |       +-- gufw
    |           |           +-- __init__.py
    |           |           +-- gufw
    |           |           +-- gufw.py
    |           +-- gufw
    |           |   +-- __init__.py
    |           |   +-- gufw
    |           |   +-- gufw.py
    |           +-- gufw-17.04.1-py3.5.egg-info

I don't have a clean solution handy right now, but that obviously isn't.
2017-01-12 12:27:12 +01:00
Alessio Sergi 2bc8e7b1de drive: mark as broken to unbreak i686 builder 2017-01-12 11:03:45 +01:00
Juan RP 782dcce9d3 kbd: update to 2.0.4. 2017-01-12 01:10:35 +01:00
Leah Neukirchen d428bb466c go: unbroken for aarch64. 2017-01-11 21:57:12 +01:00
Leah Neukirchen 12f6f1ab44 screen: revbump for aarch64. 2017-01-11 21:56:11 +01:00
Leah Neukirchen 302cd5cb14 xbps: find aarch64 repo. 2017-01-11 21:56:11 +01:00
Peter Bui e61f199b87 linux4.4: update to 4.4.41 (#5516) 2017-01-11 20:46:22 +01:00
Peter Bui a5c484b958 rpi-kernel: update to 4.4.41 (#5517) 2017-01-11 20:45:43 +01:00
Juan RP d0a6d4919e muffin: update to 3.2.2. 2017-01-11 20:36:14 +01:00
Duncaen 6fa9d4bf7f prosody: update to 0.9.12. 2017-01-11 20:29:25 +01:00
Juan RP 2c915c9992 go: broken on aarch64*. 2017-01-11 20:08:34 +01:00