From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E2BB81381F3 for ; Mon, 15 Jul 2013 18:25:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 835E3E08F9; Mon, 15 Jul 2013 18:25:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 15F3BE08F9 for ; Mon, 15 Jul 2013 18:25:32 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E0E7733E97E for ; Mon, 15 Jul 2013 18:25:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7B531E468F for ; Mon, 15 Jul 2013 18:25:29 +0000 (UTC) From: "José María Alonso" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "José María Alonso" Message-ID: <1373912731.0796e304c2a3fa7c7937697d829d455c3f79eb16.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/salza2/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/salza2/salza2-2.0.8.ebuild X-VCS-Directories: dev-lisp/salza2/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 0796e304c2a3fa7c7937697d829d455c3f79eb16 X-VCS-Branch: master Date: Mon, 15 Jul 2013 18:25:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c2d499e7-588b-4020-b960-d987504ab374 X-Archives-Hash: a33524b5b25b4dc4faf6a7980302c4fa commit: 0796e304c2a3fa7c7937697d829d455c3f79eb16 Author: Chema Alonso gentoo org> AuthorDate: Mon Jul 15 18:25:31 2013 +0000 Commit: José María Alonso gentoo org> CommitDate: Mon Jul 15 18:25:31 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=0796e304 dev-lisp/salza2: bump to version 2.0.8 --- dev-lisp/salza2/salza2-2.0.8.ebuild | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/dev-lisp/salza2/salza2-2.0.8.ebuild b/dev-lisp/salza2/salza2-2.0.8.ebuild new file mode 100644 index 0000000..eb6a24b --- /dev/null +++ b/dev-lisp/salza2/salza2-2.0.8.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit common-lisp-3 + +DESCRIPTION="A compression library for creating data in the ZLIB, DEFLATE, or GZIP data formats." +HOMEPAGE="http://www.xach.com/lisp/salza2/" +SRC_URI="mirror://gentoo/${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +src_install() { + common-lisp-install-sources *.{lisp,asd} + common-lisp-install-asdf + dohtml doc/index.html +}