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 BF558138A6C for ; Tue, 7 Apr 2015 18:41:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4BB84E0948; Tue, 7 Apr 2015 18:41:41 +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 EA767E0948 for ; Tue, 7 Apr 2015 18:41:40 +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 30EE9340ADC for ; Tue, 7 Apr 2015 18:41:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0650156C9 for ; Tue, 7 Apr 2015 18:41:36 +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: <1428432081.55d0d2be672f8d279e691771ea19f34e857d4021.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-who/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/cl-who/cl-who-1.1.4.ebuild X-VCS-Directories: dev-lisp/cl-who/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 55d0d2be672f8d279e691771ea19f34e857d4021 X-VCS-Branch: master Date: Tue, 7 Apr 2015 18:41:36 +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: 352207f1-5684-4fdb-8a9d-bae403d8300e X-Archives-Hash: b58617bce544a9176da4d28607195f14 commit: 55d0d2be672f8d279e691771ea19f34e857d4021 Author: Chema Alonso gentoo org> AuthorDate: Tue Apr 7 18:41:21 2015 +0000 Commit: José María Alonso gentoo org> CommitDate: Tue Apr 7 18:41:21 2015 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=55d0d2be dev-lisp/cl-who: bump to version 1.1.4 dev-lisp/cl-who/cl-who-1.1.4.ebuild | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/dev-lisp/cl-who/cl-who-1.1.4.ebuild b/dev-lisp/cl-who/cl-who-1.1.4.ebuild new file mode 100644 index 0000000..cb36b66 --- /dev/null +++ b/dev-lisp/cl-who/cl-who-1.1.4.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit common-lisp-3 + +MY_P="v${PV}" + +DESCRIPTION='CL-WHO (is yet another Lisp Markup Language).' +HOMEPAGE="http://weitz.de/cl-who/" +SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +src_install() { + common-lisp-install-sources *.lisp + common-lisp-install-asdf + dodoc CHANGELOG + dohtml doc/*.html +}