summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-scheme/greg: Drop oldMikle Kolyada2017-12-291-28/+0
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-scheme/greg: x86 stable wrt bug #626694Mikle Kolyada2017-12-291-1/+1
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-scheme/*: Update Manifest hashesMichał Górny2017-12-0934-49/+49
|
* dev-scheme/guile: version bump 2.2.3Amy Liffey2017-12-043-0/+87
| | | | | Closes: https://bugs.gentoo.org/614966 Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-scheme/kawa: Remove old (EAPI3)Harri Nieminen2017-12-023-135/+0
| | | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/6385
* dev-scheme/jscheme: [QA] Fix DESCRIPTION.toolongDavid Seifert2017-12-021-1/+1
|
* dev-scheme/guile: fix ia64 segmentation faultAmy Liffey2017-11-273-1/+65
| | | | | Closes: https://bugs.gentoo.org/613986 Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-scheme/gauche-gtk: [QA] Consistent whitespace in metadata.xmlDavid Seifert2017-11-261-2/+2
|
* dev-scheme/gauche-gl: [QA] Consistent whitespace in metadata.xmlDavid Seifert2017-11-261-2/+2
|
* dev-scheme/gauche: [QA] Consistent whitespace in metadata.xmlDavid Seifert2017-11-261-6/+6
|
* dev-scheme/ypsilon: WhitespacePatrick Lauer2017-11-251-0/+1
| | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6
* dev-scheme/kawa: WhitespacePatrick Lauer2017-11-251-0/+1
| | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6
* dev-scheme/kawa: x86 stable (bug #626974)Thomas Deutschmann2017-10-291-2/+2
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4
* Remove masked for removal packagesPacho Ramos2017-09-043-93/+0
|
* dev-scheme/greg: amd64 stable wrt bug #626694Mikle Kolyada2017-08-261-2/+2
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* dev-scheme/gambit: drop oldAmy Liffey2017-08-129-416/+0
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* dev-scheme/gambit: enable tls support bug #620770Amy Liffey2017-08-121-0/+61
| | | | | | Submitted-by: Guillaume LE VAILLANT <glv@posteo.net> Package-Manager: Portage-2.3.6, Repoman-2.3.1
* dev-scheme/guile: add regex as required bug #596322Amy Liffey2017-08-052-2/+6
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* dev-scheme/guile: remove oldAmy Liffey2017-08-051-81/+0
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* dev-scheme/scmxlate: eapi bump to 6Amy Liffey2017-08-031-6/+5
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* dev-scheme/sigscheme: eapi bump to 6Amy Liffey2017-08-031-2/+2
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* dev-scheme/scm: eapi bump to 6Amy Liffey2017-08-031-13/+10
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* dev-scheme/termite: fix revAmy Liffey2017-08-031-0/+0
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* dev-scheme/termite: eapi bump 6, add ~amd64 keywordAmy Liffey2017-08-031-10/+8
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* dev-scheme/stklos: eapi bump to 6Amy Liffey2017-08-021-7/+7
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* dev-scheme/guile: Don't install .la files, neither build static always (#592088)Pacho Ramos2017-07-171-0/+83
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-scheme/guile: fix compilation on Darwin, thanks * in bug #612338Fabian Groffen2017-06-212-1/+42
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* 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
* dev-scheme/guile: add upstream patch bug #608190Amy Liffey2017-04-223-0/+51
| | | | Package-Manager: portage-2.3.3
* dev-scheme/schoca: Remove last-rited pkg, #592184Michał Górny2017-04-183-67/+0
|
* dev-scheme/gauche-gl: fix *DEPENDAkinori Hattori2017-03-302-0/+2
| | | | | | Gentoo-Bug: 613758 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-scheme/gauche-gl: update to EAPI 6Akinori Hattori2017-03-302-16/+10
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-scheme/gauche-gl: rename patchAkinori Hattori2017-03-302-2/+2
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-scheme/guile-gtk: drop to ~arch with deps bug #577630Amy Liffey2017-03-281-1/+1
| | | | Closes:#4304
* dev-scheme/gambit: version bump 4.8.8 bug #612088Amy Liffey2017-03-212-0/+58
| | | | | | Submitted-by: Bill Six <billsix@gmail.com> Package-Manager: portage-2.3.0
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-2859-59/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-scheme/guile: mark 1.8.8-r3 arm64/m68k/s390/sh stableMike Frysinger2017-02-271-1/+1
|
* dev-scheme/guile: revert fix CFLAGS=-gddb3 build failure, bug#608190Sergei Trofimovich2017-02-191-3/+0
| | | | | | | guile-snarf should be fixed upstream as it's a sensitive and brittle sed script. This reverts commit aa3c28baa056846ebd14dfbb48058b91018188fd.
* dev-scheme/guile: fix CFLAGS=-gddb3 build failure, bug#608190Sergei Trofimovich2017-02-191-0/+3
| | | | | | | | | | | | guile-snarf uses cpp to get rid of comments, #defines and type declarations in C code. But in -ggdb3 mode gcc leaves all of them in the output. The workaround is to downgrade -ggdb3 down to -ggdb2. Bug: https://bugs.gentoo.org/608190 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-scheme/guile: verbump 2.0.14 bug #609324Amy Liffey2017-02-152-0/+78
| | | | Package-Manager: portage-2.3.0
* 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/guile-lib: fix dep bug #606678Amy Liffey2017-02-111-1/+1
| | | | Package-Manager: portage-2.3.0
* dev-scheme/guile-json: fix dep bug #608296Amy Liffey2017-02-061-1/+1
| | | | Package-Manager: portage-2.3.0
* dev-scheme/guile-json: Initial commitAmy Liffey2017-02-043-0/+26
| | | | Package-Manager: portage-2.3.0
* dev-scheme/guile: dropped ~x86-interixFabian Groffen2017-01-292-4/+4
| | | | Package-Manager: portage-2.3.3
* dev-scheme/scm: Remove oldManuel Rüger2017-01-152-322/+0
| | | | Package-Manager: portage-2.3.3
* dev-scheme/ypsilon: add missing dep bug #514610Amy Liffey2017-01-141-6/+6
| | | | Package-Manager: portage-2.3.0
* dev-scheme/schoca: rm invalid dep,eapi bumpAmy Liffey2017-01-141-6/+6
| | | | Package-Manager: portage-2.3.0