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 BE82A138CDB for ; Thu, 11 Jun 2015 07:11:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F1D3E0815; Thu, 11 Jun 2015 07:10:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0083EE0815 for ; Thu, 11 Jun 2015 07:10:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A96F7340BFB for ; Thu, 11 Jun 2015 07:10:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70942A25 for ; Thu, 11 Jun 2015 07:10:55 +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: <1434006659.01ad98702cdcff8480e513449dbe343ae4f8e890.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.3.2.ebuild X-VCS-Directories: dev-lisp/usocket/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 01ad98702cdcff8480e513449dbe343ae4f8e890 X-VCS-Branch: master Date: Thu, 11 Jun 2015 07:10:55 +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: 567be765-a157-4ac1-b60c-bf1d31aab48d X-Archives-Hash: 56aa04f8ff316d66962f09458938857e commit: 01ad98702cdcff8480e513449dbe343ae4f8e890 Author: Chema Alonso Josa gentoo org> AuthorDate: Thu Jun 11 07:10:59 2015 +0000 Commit: José María Alonso gentoo org> CommitDate: Thu Jun 11 07:10:59 2015 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=01ad9870 dev-lisp/usocket: bump to version 0.6.3.2 dev-lisp/usocket/usocket-0.6.3.2.ebuild | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/dev-lisp/usocket/usocket-0.6.3.2.ebuild b/dev-lisp/usocket/usocket-0.6.3.2.ebuild new file mode 100644 index 0000000..99c000d --- /dev/null +++ b/dev-lisp/usocket/usocket-0.6.3.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +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.md doc/*.txt + docinto notes && dodoc notes/*.txt +}