From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RlRbc-0007gt-S7 for garchives@archives.gentoo.org; Thu, 12 Jan 2012 20:50:41 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 639DEE073A; Thu, 12 Jan 2012 20:50:27 +0000 (UTC) Received: from mail-vx0-f181.google.com (mail-vx0-f181.google.com [209.85.220.181]) by pigeon.gentoo.org (Postfix) with ESMTP id E933EE073A for ; Thu, 12 Jan 2012 20:50:26 +0000 (UTC) Received: by vcbfk26 with SMTP id fk26so2029810vcb.40 for ; Thu, 12 Jan 2012 12:50:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=IYFbvzY+h1gNQ7D1w9PN0mylND4YA2+05voOb6uhm0M=; b=QA9fJNj05Omr0xPaq4qgmBooBsW7OXWxRK2MoBM199vzdv8+WPZMcaEwU1/tNLwpoI ywAGMEKecCcjZAyXi9SuwYw+1Y8smtiyV8D70/QzXDq6/PO/rlFb2LhPpKRXH3h6syZz MqeCNP00qndVP69ihUPEri0stvQaiY+FlxfrA= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Development-related help X-BeenThere: gentoo-devhelp@gentoo.org X-BeenThere: gentoo-devhelp@lists.gentoo.org Reply-To: gentoo-devhelp@lists.gentoo.org MIME-Version: 1.0 Received: by 10.220.142.84 with SMTP id p20mr3155904vcu.19.1326401426450; Thu, 12 Jan 2012 12:50:26 -0800 (PST) Received: by 10.52.29.142 with HTTP; Thu, 12 Jan 2012 12:50:26 -0800 (PST) Date: Thu, 12 Jan 2012 23:50:26 +0300 Message-ID: Subject: [gentoo-devhelp] CLFSWM.ebuild From: Stayvoid To: gentoo-devhelp@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: 8376d6a5-0083-4cb7-8b51-faf7de502eaf X-Archives-Hash: e0b8b01762cecabf0a05998e8b8d2874 Hello! I am trying to write a ebuild for CLFSWM: http://common-lisp.net/project/clfswm/ It's hard because I don't know bash and lisp. Here is what I have for today: http://paste.pocoo.org/show/533700/ I've successfully run: manifest, configure, compile, install and merge. What should I do next? How to check that it's OK? Is there some guide for "checking" ebuilds? I've also tried to run it via dev-lisp/clisp, but it failed. (I've installed clisp manually (via emerge). I've thought that it should be done automatically (via ebuild).) And I'm not sure why. Here is a guide: http://trac.common-lisp.net/clfswm/wiki/Setup Cheers.