From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LHeUg-0001PJ-3i for garchives@archives.gentoo.org; Tue, 30 Dec 2008 13:18:47 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 498C7E02B5; Tue, 30 Dec 2008 13:18:44 +0000 (UTC) Received: from vexcsmtp.em.mpg.de (vexcsmtp.em.mpg.de [134.76.226.248]) by pigeon.gentoo.org (Postfix) with ESMTP id B1694E02B5 for ; Tue, 30 Dec 2008 13:18:43 +0000 (UTC) Thread-Topic: Weblocks Bug_[Scanned] X-PMWin-Version: 2.6.1, Antispam-Engine: 2.6.1, Antivirus-Engine: 2.82.1 Thread-Index: AclqgSK/O/OWB21cQdShLvGRrqgzHQ== Content-Transfer-Encoding: 7bit Content-class: urn:content-classes:message X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.4325 Importance: normal Priority: normal Received: from [134.76.225.40] ([134.76.225.40]) by vexcsmtp.em.mpg.de with Microsoft SMTPSVC(6.0.3790.3959); Tue, 30 Dec 2008 14:18:42 +0100 Subject: [gentoo-lisp] Weblocks Bug_[Scanned] From: "Ingo Bormuth" To: "Gentoo LISP Mailing List" Content-Type: multipart/mixed; boundary="=-ztNf7V+UUSTIejIgcnfb" Organization: ibormuth.efil.de Date: Tue, 30 Dec 2008 14:16:20 +0100 Message-ID: <1230642980.3192.26.camel@localhost> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Lisp mail X-BeenThere: gentoo-lisp@lists.gentoo.org MIME-Version: 1.0 X-Mailer: Evolution 2.24.2 X-OriginalArrivalTime: 30 Dec 2008 13:18:42.0274 (UTC) FILETIME=[22BA7420:01C96A81] X-Archives-Salt: d83d39e9-4be6-414a-bbdb-e5f68df4e4de X-Archives-Hash: bc89fd87180ce54d56ad6bd81f502547 This is a multi-part message in MIME format. --=-ztNf7V+UUSTIejIgcnfb Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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 --=-ztNf7V+UUSTIejIgcnfb Content-Disposition: attachment; filename="weblocks-9999.ebuild" Content-Type: text/plain; charset="UTF-8"; name="weblocks-9999.ebuild" Content-Transfer-Encoding: 7bit # 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/* } --=-ztNf7V+UUSTIejIgcnfb--