From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0AAE9138200 for ; Tue, 9 Jul 2013 23:12:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61A5DE0C63; Tue, 9 Jul 2013 22:52:06 +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 B012AE0BE3 for ; Tue, 9 Jul 2013 22:51: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 09EA133EE61 for ; Tue, 9 Jul 2013 16:30:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 93770E468F for ; Tue, 9 Jul 2013 16:30:34 +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: <1373387430.45b576b70ff29039e2e7525288bbe9d75c4e0cc9.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/usocket/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/usocket/usocket-0.6.1.ebuild X-VCS-Directories: dev-lisp/usocket/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 45b576b70ff29039e2e7525288bbe9d75c4e0cc9 X-VCS-Branch: master Date: Tue, 9 Jul 2013 16:30:34 +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: 9ab4ca3d-5f3a-486c-a588-eb46275f01db X-Archives-Hash: eea628e1e3b5015a023f374418336a50 commit: 45b576b70ff29039e2e7525288bbe9d75c4e0cc9 Author: Chema Alonso gentoo org> AuthorDate: Tue Jul 9 16:30:30 2013 +0000 Commit: José María Alonso gentoo org> CommitDate: Tue Jul 9 16:30:30 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=45b576b7 dev-lisp/usocket: bump to version 0.6.1 --- dev-lisp/usocket/usocket-0.6.1.ebuild | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/dev-lisp/usocket/usocket-0.6.1.ebuild b/dev-lisp/usocket/usocket-0.6.1.ebuild new file mode 100644 index 0000000..f76efaa --- /dev/null +++ b/dev-lisp/usocket/usocket-0.6.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit common-lisp-3 + +DESCRIPTION="Usocket is a universal socket library for Common Lisp." +HOMEPAGE="http://common-lisp.net/project/usocket/" +SRC_URI="http://common-lisp.net/project/${PN}/releases/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="!dev-lisp/cl-${PN} + dev-lisp/split-sequence + dev-lisp/rt" + +CLSYSTEMS="${PN} ${PN}-test" + +src_install() { + common-lisp-install-sources . + common-lisp-install-asdf + dodoc TODO README doc/*.txt + docinto notes && dodoc notes/*.txt +}