summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-scheme/racket: remove old 6.7, 6.12Amy Liffey2018-11-051-4/+0
| | | | | | Closes: https://bugs.gentoo.org/652732 Signed-off-by: Amy Liffey <amynka@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
* dev-scheme/racket: version bump 7.1Amy Liffey2018-10-271-0/+2
| | | | | Signed-off-by: Amy Liffey <amynka@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
* dev-scheme/racket: version bump 7.0Amy Liffey2018-08-061-0/+2
| | | | | Closes: https://bugs.gentoo.org/662952 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-scheme/racket: remove old 6.11Amy Liffey2018-08-051-2/+0
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-scheme/racket: remove old 5.3.6Amy Liffey2018-03-061-1/+0
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/7374 Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-scheme/racket: version bump 6.12Amy Liffey2018-02-111-0/+2
| | | | | Closes: https://bugs.gentoo.org/647234 Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-scheme/racket: remove oldAmy Liffey2018-02-051-2/+0
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-scheme/racket: version bump 6.11Amy Liffey2018-02-031-0/+2
| | | | | | | | Submitted-by: Ilya Mochalov <chrootsu@gmail.com> Closes: https://bugs.gentoo.org/636776 Closes: https://github.com/gentoo/gentoo/pull/6709 Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-scheme/*: Update Manifest hashesMichał Górny2017-12-091-5/+5
|
* dev-scheme/racket: new (masked) version 6.9 with permission from amynka.Michael Orlitzky2017-05-111-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This new ebuild comes with a lot of fixes: 1. Dropped the unused eutils eclass. 2. Updated the LICENSE to LGPL-3 from LGPL-2 (upstream change). I've also included GPL-3+ in there, because I see some plain-GPLed code in the source tree. 3. Added some missing dependencies, and a comment mentioning why they're needed. This includes pango per bug 486016. 4. Added a blocker on dev-tex/slatex to avoid file collisions. This is bug 547398, and the solution isn't entirely satisfactory, so I've left a comment explaining what I know. 5. Added --disable-strip to the configure flags to avoid some QA warnings. 6. Changed a few "make" commands that are used with USE=jit, to ensure that two executables are pax-marked before they're used. Along with some commands to pax-mark the installed binaries, this fixes bug 613634. 7. Removed the *.desktop file DESTDIR mangling; it looks like whatever problem this solved has been fixed upstream. However, this new ebuild comes with one new problem: 1. The build randomly crashes with racketcgc segfaults. This seems to only happen with USE=jit. I've filed a bug upstream at http://bugs.racket-lang.org/query/?cmd=view&pr=15433, but even changing the GC doesn't appear to fix it. I get a different backtrace, but it's always racketcgc that segfaults. I'm not sure what to do about this (mask the "jit" flag?), so this new ebuild is committed package.masked. Gentoo-Bug: 486016 Gentoo-Bug: 547398 Gentoo-Bug: 613634 Gentoo-Bug: 613918 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-scheme/racket: remove oldAmy Liffey2017-02-121-8/+0
| | | | Package-Manager: portage-2.3.0
* dev-scheme/racket: version bump 6.7 bug #598304Amy Winston2016-10-301-0/+2
| | | | Package-Manager: portage-2.2.28
* dev-scheme/racket: version bump 6.5 bug #584752Amy Winston2016-06-031-0/+2
| | | | Package-Manager: portage-2.2.28
* dev-scheme/racket: version bump 6.4 bug #567358Amy Winston2016-03-211-0/+2
| | | | Package-Manager: portage-2.2.26
* dev-scheme/racket: old versions removedAmy Winston2016-03-211-6/+0
| | | | Package-Manager: portage-2.2.26
* dev-scheme/racket: bump up to 6.2.1, bug #558852 by Amy WinstonSergei Trofimovich2015-10-041-0/+2
| | | | | | | While at it fixed broken sed magic by Nolan Eakins Bug: https://bugs.gentoo.org/show_bug.cgi?id=558852 Package-Manager: portage-2.2.22
* Update hashes in ManifestJustin Lecher2015-09-231-1/+1
| | | | | | Add missing SHA512 and WHIRLPOOL hashes Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+9
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed