commit: e9c6ac97b6de8b9d09693db68b11ef47a3a12fcc Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Sun Sep 11 15:17:10 2016 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Sun Sep 11 15:17:10 2016 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=e9c6ac97
dev-lisp/usocket: Bump to version 0.6.4.1 dev-lisp/usocket/usocket-0.6.4.1.ebuild | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/dev-lisp/usocket/usocket-0.6.4.1.ebuild b/dev-lisp/usocket/usocket-0.6.4.1.ebuild new file mode 100644 index 0000000..0069231 --- /dev/null +++ b/dev-lisp/usocket/usocket-0.6.4.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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 +}
