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 BF8351381F3 for ; Thu, 20 Jun 2013 07:45:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C7A2E0A76; Thu, 20 Jun 2013 07:45:02 +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 E0F7BE0A76 for ; Thu, 20 Jun 2013 07:45:01 +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 0AD1533E65D for ; Thu, 20 Jun 2013 07:45:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 39505E468F for ; Thu, 20 Jun 2013 07:44:58 +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: <1371714296.ba3d3830de92e83d5e4f2a8486ccdcc00961e2c0.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/terminfo/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/terminfo/terminfo-1.10.ebuild X-VCS-Directories: dev-lisp/terminfo/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: ba3d3830de92e83d5e4f2a8486ccdcc00961e2c0 X-VCS-Branch: master Date: Thu, 20 Jun 2013 07:44:58 +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: a4bf64d8-5647-4712-bd49-4a8669834408 X-Archives-Hash: 1474aacaefd4eb078c4f9e8906ae979d commit: ba3d3830de92e83d5e4f2a8486ccdcc00961e2c0 Author: Chema Alonso gentoo org> AuthorDate: Thu Jun 20 07:44:56 2013 +0000 Commit: José María Alonso gentoo org> CommitDate: Thu Jun 20 07:44:56 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=ba3d3830 dev-lisp/terminfo: bump to version 1.10 --- dev-lisp/terminfo/terminfo-1.10.ebuild | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/dev-lisp/terminfo/terminfo-1.10.ebuild b/dev-lisp/terminfo/terminfo-1.10.ebuild new file mode 100644 index 0000000..bac0303 --- /dev/null +++ b/dev-lisp/terminfo/terminfo-1.10.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit common-lisp-3 + +MY_PV="${PN}_${PV}" + +DESCRIPTION="Common Lisp interface to the terminfo database." +HOMEPAGE="http://users.actrix.co.nz/mycroft/cl.html" +SRC_URI="mirror://gentoo/"${MY_PV}".tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="!dev-lisp/cl-${PN} + sys-libs/ncurses" + +S="${WORKDIR}"/"${MY_PV}"