summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-scheme/racket: version bump 7.3Amy Liffey2019-05-182-0/+97
| | | | | Signed-off-by: Amy Liffey <amynka@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* dev-scheme/racket: version bump 7.2Amy Liffey2019-04-282-0/+97
| | | | | Signed-off-by: Amy Liffey <amynka@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* dev-scheme/racket: use HTTPSMichael Mair-Keimberger2019-04-042-6/+6
| | | | | | Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11586 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* dev-scheme/racket: remove old 6.7, 6.12Amy Liffey2018-11-053-167/+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: amd64 stable wrt bug #669836Mikle Kolyada2018-11-051-1/+1
| | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* dev-scheme/racket: x86 stable (bug #669836)Thomas Deutschmann2018-10-281-2/+2
| | | | | Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-scheme/racket: version bump 7.1Amy Liffey2018-10-272-0/+95
| | | | | 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-062-0/+95
| | | | | 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-052-91/+0
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-scheme/racket: uncompress doc files for racoAmy Liffey2018-08-051-0/+4
| | | | | | | | - raco pkg manager needs the doc files uncompressed Suggested-by: Winston Weinert <winston@ml1.net> Closes: https://bugs.gentoo.org/662424 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-scheme/racket: add readline support to REPLpini2018-06-182-2/+4
| | | | | | | Racket REPL supports readline by searching for libedit. Closes: https://github.com/gentoo/gentoo/pull/8708 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-scheme/racket: remove old 5.3.6Amy Liffey2018-03-063-78/+0
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/7374 Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-scheme/racket: add ~ppc and ~ppc64 keywordsMikle Kolyada2018-03-063-4/+4
| | | | | Closes: https://bugs.gentoo.org/647284 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-scheme/racket: version bump 6.12Amy Liffey2018-02-112-0/+90
| | | | | Closes: https://bugs.gentoo.org/647234 Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-scheme/racket: remove oldAmy Liffey2018-02-052-134/+0
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-scheme/racket: version bump 6.11Amy Liffey2018-02-032-0/+90
| | | | | | | | 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-112-0/+134
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-282-2/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-scheme/racket: remove oldAmy Liffey2017-02-125-291/+0
| | | | Package-Manager: portage-2.3.0
* dev-scheme/racket: x86 stable wrt bug #608830Agostino Sarubbo2017-02-121-1/+1
| | | | | | Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-scheme/racket: amd64 stable wrt bug #608830Agostino Sarubbo2017-02-121-2/+2
| | | | | | Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-scheme/racket: clean upAmy Winston2016-10-304-6/+4
| | | | Package-Manager: portage-2.2.28
* dev-scheme/racket: version bump 6.7 bug #598304Amy Winston2016-10-302-0/+73
| | | | Package-Manager: portage-2.2.28
* dev-scheme/racket: x86 stable wrt bug #577902Agostino Sarubbo2016-06-251-1/+1
| | | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-scheme/racket: version bump 6.5 bug #584752Amy Winston2016-06-032-0/+74
| | | | Package-Manager: portage-2.2.28
* dev-scheme/racket: amd64 stable wrt bug #577902Agostino Sarubbo2016-03-221-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-scheme/racket: version bump 6.4 bug #567358Amy Winston2016-03-212-0/+74
| | | | Package-Manager: portage-2.2.26
* dev-scheme/racket: description changedAmy Winston2016-03-213-6/+6
| | | | Package-Manager: portage-2.2.26
* dev-scheme/racket: old versions removedAmy Winston2016-03-217-433/+0
| | | | Package-Manager: portage-2.2.26
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+4
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* Unify quoting in metadata.xml files for machine processingMichał Górny2016-01-241-6/+5
| | | | | | | Force unified quoting in all metadata.xml files since lxml does not preserve original use of single and double quotes. Ensuring unified quoting before the process allows distinguishing the GLEP 67-related metadata.xml changes from unrelated quoting changes.
* dev-scheme/racket: bump up to 6.2.1, bug #558852 by Amy WinstonSergei Trofimovich2015-10-042-0/+73
| | | | | | | 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>
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-0810-0/+611
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