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 1PoNZf-0001jh-5j for garchives@archives.gentoo.org; Sat, 12 Feb 2011 22:04:15 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F9DFE058A; Sat, 12 Feb 2011 22:03:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5D86DE058A for ; Sat, 12 Feb 2011 22:03:43 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D75C21B4093 for ; Sat, 12 Feb 2011 22:03:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 47DDB8006A for ; Sat, 12 Feb 2011 22:03:42 +0000 (UTC) From: "Stelian Ionescu" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Stelian Ionescu" Message-ID: <72a13eaa6a79b2b918d00d22c91e7033d677f8f8.fenlix@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/nibbles/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/nibbles/nibbles-0.9.ebuild X-VCS-Directories: dev-lisp/nibbles/ X-VCS-Committer: fenlix X-VCS-Committer-Name: Stelian Ionescu X-VCS-Revision: 72a13eaa6a79b2b918d00d22c91e7033d677f8f8 Date: Sat, 12 Feb 2011 22:03:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: c328d270f16907ebd8ef768c94d4ccf9 commit: 72a13eaa6a79b2b918d00d22c91e7033d677f8f8 Author: Stelian Ionescu cddr org> AuthorDate: Sat Feb 12 22:03:01 2011 +0000 Commit: Stelian Ionescu cddr org> CommitDate: Sat Feb 12 22:03:01 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/lisp.git;a=3D= commit;h=3D72a13eaa Add dev-lisp/nibbles-0.9 --- dev-lisp/nibbles/nibbles-0.9.ebuild | 28 ++++++++++++++++++++++++++++ 1 files changed, 28 insertions(+), 0 deletions(-) diff --git a/dev-lisp/nibbles/nibbles-0.9.ebuild b/dev-lisp/nibbles/nibbl= es-0.9.ebuild new file mode 100644 index 0000000..7f4f131 --- /dev/null +++ b/dev-lisp/nibbles/nibbles-0.9.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D2 +inherit common-lisp-3 + +MY_P=3D${PN}_${PV} + +DESCRIPTION=3D"A library for accessing multibyte integers from octet arr= ays and streams" +HOMEPAGE=3D"http://method-combination.net/lisp/nibbles/" +SRC_URI=3D"http://method-combination.net/lisp/files/${MY_P}.tar.gz" + +LICENSE=3D"MIT" +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~ppc ~sparc ~x86" +IUSE=3D"" + +RDEPEND=3D"!dev-lisp/cl-${PN}" + +S=3D"${WORKDIR}"/${MY_P} + +src_install() { + common-lisp-install-sources . + common-lisp-install-asdf + dodoc README doc/nibbles-doc.txt + dohtml doc/{index.html,style.css} +}