From: "Ingo Bormuth" <ibormuth@efil.de>
To: "Gentoo LISP Mailing List" <gentoo-lisp@lists.gentoo.org>
Subject: [gentoo-lisp] Weblocks Bug_[Scanned]
Date: Tue, 30 Dec 2008 14:16:20 +0100 [thread overview]
Message-ID: <1230642980.3192.26.camel@localhost> (raw)
[-- Attachment #1: Type: text/plain, Size: 858 bytes --]
Hi lis[tp],
thank you for adding the overlay to layman, this makes it
much easier to convince others to actually use it :)
Being very happy to see weblocks arriving in the overlay I gave
it a try and ran into the following noob annoying bug:
http://groups.google.com/group/weblocks/browse_thread/thread/6a455ac8e1ede4ad
As stated during the discussion the stable mercurial tree has already
been fixed (but there is no new release). The relevant commit is:
http://www.bitbucket.org/skypher/weblocks-stable/changeset/778384ad4830/
Attached is a live ebuild for the stable mercurial branch
which can also be found at:
http://repo.or.cz/w/gentoo-overlay-ibormuth.git?a=tree;f=dev-lisp/weblocks
Happy new year, everybody
Ingo
--
Ingo Bormuth, voicebox & telefax: +49-(0)-12125-10226517
PGP public key 86326EC9 at http://ibormuth.efil.de/contact
[-- Attachment #2: weblocks-9999.ebuild --]
[-- Type: text/plain, Size: 1487 bytes --]
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
WEBLOCKS_BRANCH="stable"
EHG_REPO_URI="http://bitbucket.org/skypher/weblocks-${WEBLOCKS_BRANCH}/"
inherit common-lisp-2 mercurial
DESCRIPTION="Weblocks is a continuations-based web framework written in Common Lisp."
HOMEPAGE="http://common-lisp.net/project/cl-weblocks/"
LICENSE="LLGPL-2.1"
SLOT="0"
KEYWORDS=""
IUSE=""
DEPEND="dev-lisp/closer-mop
dev-lisp/metatilities
dev-lisp/hunchentoot
dev-lisp/cl-who
dev-lisp/cl-ppcre
dev-lisp/cl-json
dev-lisp/puri
dev-lisp/md5
dev-lisp/fare-matcher
dev-lisp/cl-cont
dev-lisp/parenscript
dev-lisp/anaphora
dev-lisp/f-underscore
dev-lisp/cl-fad
dev-lisp/clsql
dev-lisp/elephant
dev-lisp/cl-prevalence
dev-lisp/rt
dev-lisp/lift"
CLSYSTEMS="${PN} ${PN}-test ${PN}-scripts ${PN}-store-test
src/store/clsql/${PN}-clsql
src/store/elephant/${PN}-elephant
src/store/memory/${PN}-memory
src/store/prevalence/${PN}-prevalence
examples/${PN}-clsql-demo/${PN}-clsql-demo
examples/${PN}-demo/${PN}-demo
examples/${PN}-elephant-demo/${PN}-elephant-demo"
src_install() {
cd "${PN}-${WEBLOCKS_BRANCH}"
dodir "${CLSOURCEROOT}/${PN}-${WEBLOCKS_BRANCH}"/scripts
cp -a scripts/weblocks-core "${D}/${CLSOURCEROOT}/${PN}"/scripts
rm -rf scripts/weblocks-core
common-lisp-install *.asd examples pub scripts src test
common-lisp-symlink-asdf
dodoc docs/*
}
next reply other threads:[~2008-12-30 13:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-12-30 13:16 Ingo Bormuth [this message]
2008-12-30 15:55 ` [gentoo-lisp] Weblocks Bug_[Scanned] Stelian Ionescu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1230642980.3192.26.camel@localhost \
--to=ibormuth@efil.de \
--cc=gentoo-lisp@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox