Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 191495 - provide Skribe (bigloo)
Summary: provide Skribe (bigloo)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Scheme Project
URL: http://www-sop.inria.fr/mimosa/fp/Skr...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-06 13:23 UTC by Marijn Schouten (RETIRED)
Modified: 2010-07-01 23:05 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Skribe-1.2g ebuild (skribe-1.2g.ebuild,1010 bytes, text/plain)
2008-05-06 02:58 UTC, Austen Dicken
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marijn Schouten (RETIRED) gentoo-dev 2007-09-06 13:23:33 UTC
provide Scribe (bigloo)
Comment 1 Marijn Schouten (RETIRED) gentoo-dev 2007-09-25 16:31:59 UTC
"Skribe is the successor of Scribe (whose development has been abandoned in favor of Skribe)."
Comment 2 Austen Dicken 2008-05-06 02:58:34 UTC
Created attachment 152047 [details]
Skribe-1.2g ebuild

Ebuild to install the skribe scheme to text compiler
Comment 3 Marijn Schouten (RETIRED) gentoo-dev 2008-05-06 11:01:22 UTC
	cat ./etc/bigloo/configure \
		| sed -r 's/^blinkflags="(.*)"$/blinkflags="\1 -eval '\''(set! *strip* \\#f)'\''"/gi' - \
		> ./etc/bigloo/configure

seems to kill ./etc/bigloo/configure completely on my system. Also sed has a -i flag to modify files ``in place'', so you can say:

sed -r 's/^blinkflags="(.*)"$/blinkflags="\1 -eval '\''(set! *strip* \\#f)'\''"/gi' -i ./etc/bigloo/configure

which worked here. Also you don't need to stick these ebuild in bugs now that you have overlay access.
Comment 4 Tomás Touceda (RETIRED) gentoo-dev 2010-07-01 23:05:07 UTC
+*skribe-1.2l (02 Jul 2010)
+
+  02 Jul 2010; Tomas Touceda <chiiph@gentoo.org> +skribe-1.2l.ebuild,
+  +metadata.xml:
+  Skibe initial commit wrt bug 191495. Thanks Austen for the initial layout
+  of the ebuild