Commit Graph

22313 Commits

Author SHA1 Message Date
Matthew Justin Bauer
fb836946de
Merge pull request #35187 from xurei/app/yarssr
yarssr: init at git-2017-12-01
2018-04-25 14:47:08 -05:00
John Ericson
ba52ae5048 treewide: isArm -> isAarch32
Following legacy packing conventions, `isArm` was defined just for
32-bit ARM instruction set. This is confusing to non packagers though,
because Aarch64 is an ARM instruction set.

The official ARM overview for ARMv8[1] is surprisingly not confusing,
given the overall state of affairs for ARM naming conventions, and
offers us a solution. It divides the nomenclature into three levels:

```
ISA:             ARMv8   {-A, -R, -M}
                 /    \
Mode:     Aarch32     Aarch64
             |         /   \
Encoding:   A64      A32   T32
```

At the top is the overall v8 instruction set archicture. Second are the
two modes, defined by bitwidth but differing in other semantics too, and
buttom are the encodings, (hopefully?) isomorphic if they encode the
same mode.

The 32 bit encodings are mostly backwards compatible with previous
non-Thumb and Thumb encodings, and if so we can pun the mode names to
instead mean "sets of compatable or isomorphic encodings", and then
voilà we have nice names for 32-bit and 64-bit arm instruction sets
which do not use the word ARM so as to not confused either laymen or
experienced ARM packages.

[1]: https://developer.arm.com/products/architecture/a-profile
2018-04-25 15:28:55 -04:00
Jan Tojnar
0dec4fa1db
rarian: merge gnome{2,3}.rarian 2018-04-25 15:53:26 +02:00
Rodney Lorrimar
ca7d983999 buildkite-agent3: init at 3.0.1 (#39471)
New stable release. Version 2.6 is kept for backwards compatibility.

https://github.com/buildkite/agent/releases/tag/v3.0.0
https://github.com/buildkite/agent/releases/tag/v3.0.1
2018-04-25 13:47:26 +01:00
adisbladis
337e9723ce
kde-applications: Create alias to okteta 2018-04-25 09:35:50 +08:00
Bastian Köcher
58f53dc4d4
okteta: Move into own package
Okteta was removed from kde applications and will now be released
independently. So, we currently use the released version from 17.12.3.
2018-04-25 09:35:49 +08:00
Bastian Köcher
b933157f44
kholidays: Move from kde_applications to kde_frameworks 2018-04-25 09:35:48 +08:00
Matthew Justin Bauer
ab92a474a9
Merge pull request #38822 from matthewbauer/netbsd
Introducing NetBSD userland
2018-04-24 14:46:01 -05:00
Matthew Bauer
31ef995e37 bsd: init netbsd & openbsd userland
Adds a couple of useful NetBSD and OpenBSD derivations. Some of these
will be integrated into Nixpkgs later.

Noncomprehensive list:

- netbsd.getent
- netbsd.getconf
- netbsd.fts
- openbsd.mg
- netbsd.compat (can replace libbsd)
2018-04-24 14:16:35 -05:00
lewo
18c6c495ea
Merge pull request #39171 from nocent/add/bonzomatic
bonzomatic: init at 2018-03-29
2018-04-24 17:58:55 +02:00
Franz Pletz
0520634725
xmr-stak: doesn't build with gcc7 if cuda is enabled 2018-04-24 17:06:57 +02:00
Matthew Justin Bauer
d57e6466e0
Merge pull request #39377 from timokau/pari-pthread
pari: Make pthread optional, remove unstable
2018-04-24 10:03:01 -05:00
Matthew Justin Bauer
7ebb6212a2
Merge pull request #38805 from timokau/zn_poly-init
zn_poly: init at 0.9
2018-04-24 09:28:27 -05:00
lewo
e0956295a9
Merge pull request #39363 from carlosdagos/go-jira-1.0.17
go-jira: init at 1.0.17
2018-04-24 16:13:25 +02:00
Jörg Thalheim
04a15a6ebf
Merge pull request #39338 from alexfmpe/coursera-dl
coursera-dl: init at 0.10.0
2018-04-24 14:45:58 +01:00
Carlos D'Agostino
49f02db58c go-jira: init at 1.0.17 2018-04-24 23:40:37 +10:00
Jörg Thalheim
b959c6ed60
Merge pull request #38806 from magnetophon/dragonfly-reverb
dragonfly-reverb: init at 0.9.1
2018-04-24 14:04:35 +01:00
Alexandre Esteves
c9b3a2452f
coursera-dl: init at 0.10.0 2018-04-24 13:34:49 +01:00
Tim Steinbach
fc79bf4374
linux: Remove 4.15.x 2018-04-24 08:14:31 -04:00
Bart Brouns
5f6373d582 dragonfly-reverb: init at 0.9.1 2018-04-24 12:56:50 +02:00
Timo Kaufmann
75b0866d0c pari: Make pthread optional, remove unstable 2018-04-24 12:54:59 +02:00
Vaibhav Sagar
847196143d teseq: init at 1.1.1 2018-04-24 17:26:28 +08:00
Robert Schütz
f2ad8b295c
Merge pull request #38802 from timokau/rankdwidth-init
rankwidth: init at 0.7
2018-04-24 01:01:17 +02:00
Austin Seipp
617db2df96 foundationdb: init at 5.1.7
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-04-23 12:12:53 -05:00
Matthew Justin Bauer
bf6641ede5
Merge pull request #36460 from timokau/linbox-init
linbox: init at 1.5.2
2018-04-23 12:05:29 -05:00
Vincent Laporte
5f82c322d6 eff: 20140928 -> 5.0 (#39264) 2018-04-23 08:16:03 +01:00
Benjamin Hipple
9e9cc471b6 dejavu-fonts: fix missing Perl IOString dependency (#39341)
Per the docs, IOString was recently added as a dependency:
https://github.com/dejavu-fonts/dejavu-fonts/blob/master/BUILDING.md

As-is, attempting to rebulid from source errors out with this missing perl module.
2018-04-22 23:24:44 +01:00
Matthew Justin Bauer
6a4cc3562c
Revert "initial TBS driver" 2018-04-22 15:57:51 -05:00
Timo Kaufmann
28c023e246 zn_poly: init at 0.9 2018-04-22 20:44:06 +02:00
Timo Kaufmann
0c9aaf0814 rankwidth: init at 0.7 2018-04-22 20:11:49 +02:00
Matthew Justin Bauer
fb7cdbc15d
Merge pull request #32049 from ck3d/tbs
initial TBS driver
2018-04-22 13:03:22 -05:00
Jörg Thalheim
c3e78d3988
Merge pull request #39123 from Infinisil/add/dust
dust: init at 0.2.3
2018-04-22 16:21:49 +01:00
Christian Kögler
9cbf81e11b initial kernel modules for TBS devices 2018-04-22 08:50:25 +02:00
Matthew Justin Bauer
c8e58113b2
Merge pull request #38801 from worldofpeace/wire-desktop
wire-desktop: init at 3.0.2816
2018-04-21 20:47:56 -05:00
Timo Kaufmann
b74e884aab flintqs: init at 1.0 2018-04-21 20:43:56 -05:00
Timo Kaufmann
d0d7894f75 rubiks: init at 20070917 2018-04-21 20:42:58 -05:00
Timo Kaufmann
b93e1fbbfb jmol: init at 14.29.12 2018-04-21 20:41:21 -05:00
Timo Kaufmann
be0b8f2cf6 palp: init at 2.1 2018-04-21 20:40:59 -05:00
Timo Kaufmann
7dc6b2e3c3 pynac: init at 0.7.19 2018-04-21 20:40:22 -05:00
Timo Kaufmann
10124a4743 lcalc: init at 1.23 (#38796) 2018-04-21 20:38:40 -05:00
Matthew Justin Bauer
405daa25f1
Merge pull request #27257 from hectorj/init-zipkin-server-1.28.1
zipkin-server: init at 1.28.1
2018-04-21 15:22:43 -05:00
Matthew Justin Bauer
55a7e45529
Merge pull request #31724 from pngwjpgh/feat/nsd/dnssec
Automatic DNSSEC signatures & key schedule for nsd
2018-04-21 15:15:03 -05:00
Jörg Thalheim
d79df63ea2 cloudfoundry-cli: 6.32.0 -> 6.36.1 2018-04-21 20:58:25 +01:00
Matthew Justin Bauer
7a516cd0c3
Merge branch 'master' into feat/nsd/dnssec 2018-04-21 14:48:30 -05:00
Joachim F
17b73ff90c
Merge pull request #38658 from dasJ/dnsdist-pkg
dnsdist: init at 1.3.0
2018-04-21 19:47:27 +00:00
Peter Romfeld
f5b3f9962e cocoapods: init at 1.3.1 (#32583)
* cocoapods: init at 1.3.1

* requires xcode
2018-04-21 14:37:56 -05:00
Jörg Thalheim
f7785dd61c
Merge branch 'master' into minc_ecosystem 2018-04-21 20:18:27 +01:00
Jörg Thalheim
38d6decac3
Merge pull request #38804 from timokau/sympow-init
sympow: init at 1.018.1
2018-04-21 19:46:59 +01:00
Jörg Thalheim
f6dfa072b4
Merge pull request #39203 from typetetris/master
fetchFromGitLab: Fixes #39200
2018-04-21 18:57:55 +01:00
bfortz
ba8ef6184c minergate: init at 8.1 (#39302) 2018-04-21 18:33:13 +01:00