summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-lang/php: Stable for PPC64 (bug #578734).Jeroen Roovers2016-04-082-2/+2
| | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --ignore-arches
* dev-lang/rust: fix stage0 snapshotsDoug Goldstein2016-04-071-4/+4
| | | | | | | | | Accidently put the stage0 snapshots from 1.8.0 into the 1.7.0-r100 ebuild instead of the values from the 1.7.0 ebuild. Package-Manager: portage-2.2.26 Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
* dev-lang/vala: Stable for HPPA PPC64 (bug #566378).Jeroen Roovers2016-04-071-1/+1
| | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --ignore-arches
* dev-lang/php: x86 stable wrt bug #578734Agostino Sarubbo2016-04-072-2/+2
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/php: amd64 stable wrt bug #578734Agostino Sarubbo2016-04-072-2/+2
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/mono: bump to 4.4.0.40Heather Cynede2016-04-0611-0/+380
| | | | Package-Manager: portage-2.2.28
* dev-lang/swi-prolog: bump 7.3 development versionKeri Harris2016-04-062-0/+144
| | | | Package-Manager: portage-2.2.26
* dev-lang/parrot: BumpPatrick Lauer2016-04-062-0/+85
| | | | Package-Manager: portage-2.2.28
* dev-lang/rust-bin: version bumpDoug Goldstein2016-04-052-0/+104
| | | | | Package-Manager: portage-2.2.26 Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
* dev-lang/clojure: version bump (bug #579058)Michael Sterrett2016-04-042-0/+34
| | | | Package-Manager: portage-2.2.26
* dev-lang/php: new versions of all three series with security fixes.Michael Orlitzky2016-04-044-1/+1594
| | | | | | Gentoo-Bug: 578734 Package-Manager: portage-2.2.26
* dev-lang/ghc: add ia64 binary for ghc-7.10.3Sergei Trofimovich2016-04-042-3/+4
| | | | Package-Manager: portage-2.2.28
* dev-lang/gdl: fix bad syntax preventing USE flag switchesSébastien Fabbro2016-04-041-13/+13
| | | | | | Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=578806 Package-Manager: portage-2.2.28
* dev-lang/nasm: version bumpMichael Sterrett2016-04-042-0/+43
| | | | Package-Manager: portage-2.2.26
* dev-lang/ruby: add 2.1.10Hans de Graaff2016-04-042-0/+232
| | | | Package-Manager: portage-2.2.26
* dev-lang/jwasm: bump up to 2.11aSergei Trofimovich2016-04-032-0/+41
| | | | Package-Manager: portage-2.2.28
* dev-lang/go: remove old versionsWilliam Hubbs2016-04-025-645/+0
| | | | Package-Manager: portage-2.2.26
* dev-lang/ocaml: add flambda useflagAlexis Ballier2016-04-022-1/+5
| | | | | Package-Manager: portage-2.2.28 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* dev-lang/ocaml: bump to 4.03.0+beta2Alexis Ballier2016-04-022-1/+1
| | | | | Package-Manager: portage-2.2.28 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* dev-lang/go: arm stable, bug #577434Markus Meier2016-04-011-1/+1
| | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="arm"
* dev-lang/rust: fix LLVM sub-slot dependsDoug Goldstein2016-03-302-4/+4
| | | | | | | We need to have a depend on the sub-slot. Package-Manager: portage-2.2.26 Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
* dev-lang/ruby: add 2.1.9Hans de Graaff2016-03-302-0/+232
| | | | Package-Manager: portage-2.2.26
* dev-lang/rust: add packages for >=sys-devel/llvm-3.7.0Doug Goldstein2016-03-302-0/+316
| | | | | | | | | | | | | Because of changes Gentoo has made with how sys-devel/llvm is built the way we have to depend on it has changed. LLVM 3.6.0 is only a build time DEPEND. While LLVM 3.7.0 and newer is a run-time RDEPEND and DEPEND. Since no EAPI provides a dynamic way for packages to update RDEPEND we need to provide two different packages so that people can build against LLVM 3.6.0 and LLVM 3.7.0 and newer. Package-Manager: portage-2.2.26 Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
* dev-lang/rust: initial beta versionDoug Goldstein2016-03-272-0/+160
| | | | | | | Add an initial beta version that is un-KEYWORDed. Package-Manager: portage-2.2.26 Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
* dev-lang/rust: fix llvm dependencyDoug Goldstein2016-03-261-4/+3
| | | | | | | | Technically prior to LLVM 3.7, Gentoo still supports static linking which is what the Rust build does by default so LLVM is not a run-time depend. Package-Manager: portage-2.2.26 Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
* dev-lang/rust: version bumpDoug Goldstein2016-03-262-0/+151
| | | | | | | | | | | | | | | Based on the work of the Gentoo Rust overlay team's work. Includes additional improvements such as: - using the system LLVM by default - updates for cross compile support - using the latest stage0 bootstrap binary - drop the custom postfix that Gentoo used - provide a sub-slot for ABI so packages can rebuild - EAPI=6 - misc cleanups Package-Manager: portage-2.2.26 Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
* dev-lang/crystal: version bump to 0.14.2loong02016-03-262-0/+74
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/1140 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* dev-lang/crystal: remove old versionloong02016-03-263-146/+0
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/1140 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* dev-lang/vala: Version bumpDennis Lamm2016-03-252-0/+37
| | | | Package-Manager: portage-2.2.26
* dev-lang/mono: Version bump to 4.2.3.4Manuel Rüger2016-03-252-0/+117
| | | | Package-Manager: portage-2.2.28
* dev-lang/ekopath: Snapshot bumpMichał Górny2016-03-253-0/+138
|
* dev-lang/php: remove old vulnerable php:5.5 and php:5.6 ebuilds.Michael Orlitzky2016-03-245-3163/+0
| | | | | | Gentoo-Bug: 577376 Package-Manager: portage-2.2.26
* dev-lang/rust-bin: change metadataDoug Goldstein2016-03-241-3/+3
| | | | | | | Change maintainer to Rust Project. Package-Manager: portage-2.2.26 Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
* dev-lang/rust: fix metadataDoug Goldstein2016-03-241-1/+1
| | | | | | | Rust is a project and not a person. Package-Manager: portage-2.2.26 Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
* dev-lang/rakudo: BumpPatrick Lauer2016-03-242-0/+37
| | | | Package-Manager: portage-2.2.28
* dev-lang/nqp: BumpPatrick Lauer2016-03-242-0/+65
| | | | Package-Manager: portage-2.2.28
* dev-lang/moarvm: BumpPatrick Lauer2016-03-242-0/+32
| | | | Package-Manager: portage-2.2.28
* dev-lang/php: arm stable, bug #577376Markus Meier2016-03-241-1/+1
| | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="arm"
* dev-lang/php: arm stable, bug #577376Markus Meier2016-03-241-1/+1
| | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="arm"
* dev-lang/go: create new 386 bootstrap tarballs for #577674 and sync liveWilliam Hubbs2016-03-233-7/+7
| | | | Package-Manager: portage-2.2.26
* dev-lang/vala: Keyword 0.30.1 for ~arm64Steev Klimaszewski2016-03-231-2/+2
| | | | Package-Manager: portage-2.2.28
* dev-lang/lua: Keyword 5.1.5-r3 for ~arm64Steev Klimaszewski2016-03-231-2/+2
| | | | Package-Manager: portage-2.2.28
* dev-lang/rust: change to Rust projectDoug Goldstein2016-03-221-9/+2
|
* dev-lang/ghc: built 7.10.3 binaries for alpha, ppc, ppc64, sparcSergei Trofimovich2016-03-222-9/+13
| | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-lang/php: remove vulnerable php-5.5.30 and php-5.6.14.Michael Orlitzky2016-03-203-1570/+0
| | | | | | Gentoo-Bug: 571254 Package-Manager: portage-2.2.26
* dev-lang/php: revision the 7.0 series to add pdo-dblib support.Michael Orlitzky2016-03-201-1/+3
| | | | | | | | | | The PDO "dblib" driver was somehow lost during the transition from php:5.6 to php:7.0. I've added it back, and tested that it works with a simple query against a Microsoft SQL Server 2005 database. Gentoo-Bug: 576782 Package-Manager: portage-2.2.26
* dev-lang/crystal: version bump to 0.13.0loong02016-03-202-0/+73
| | | | Closes: https://github.com/gentoo/gentoo/pull/1095
* dev-lang/php: ia64 stable wrt bug #571254Agostino Sarubbo2016-03-202-2/+2
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/php: ia64 stable wrt bug #573892Agostino Sarubbo2016-03-202-2/+2
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/php: ia64 stable wrt bug #577376Agostino Sarubbo2016-03-202-2/+2
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>