From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8D9B31395E2 for ; Sun, 4 Dec 2016 18:40:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 798FC21C03C; Sun, 4 Dec 2016 18:40:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5668321C03C for ; Sun, 4 Dec 2016 18:40:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BBDAB341142 for ; Sun, 4 Dec 2016 18:40:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2462424AF for ; Sun, 4 Dec 2016 18:40:46 +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: <1480876838.33c0140cc9595d2bf9ec9be71f791731e14baa30.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/filtered-functions/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/filtered-functions/filtered-functions-0.1.ebuild dev-lisp/filtered-functions/filtered-functions-0.10.ebuild X-VCS-Directories: dev-lisp/filtered-functions/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 33c0140cc9595d2bf9ec9be71f791731e14baa30 X-VCS-Branch: master Date: Sun, 4 Dec 2016 18:40:46 +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: 0ca4dfbf-1cb7-46e8-9dba-1ee52d7e8849 X-Archives-Hash: de5840ac1ca253ac417611fc2935d5d1 commit: 33c0140cc9595d2bf9ec9be71f791731e14baa30 Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Dec 4 18:40:38 2016 +0000 Commit: José María Alonso gentoo org> CommitDate: Sun Dec 4 18:40:38 2016 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=33c0140c dev-lisp/filtered-functions: Fixes version 0.1 ...ed-functions-0.10.ebuild => filtered-functions-0.1.ebuild} | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/dev-lisp/filtered-functions/filtered-functions-0.10.ebuild b/dev-lisp/filtered-functions/filtered-functions-0.1.ebuild similarity index 78% rename from dev-lisp/filtered-functions/filtered-functions-0.10.ebuild rename to dev-lisp/filtered-functions/filtered-functions-0.1.ebuild index 85f2f1e..8598ca1 100644 --- a/dev-lisp/filtered-functions/filtered-functions-0.10.ebuild +++ b/dev-lisp/filtered-functions/filtered-functions-0.1.ebuild @@ -2,13 +2,15 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +EAPI=5 + inherit common-lisp-2 -MY_P=${PN}_${PV:0:3} +MY_P=${PN}_${PV} DESCRIPTION="." HOMEPAGE="http://common-lisp.net/project/closer/filtered.html" -SRC_URI="http://common-lisp.net/project/closer/ftp/${MY_P}.tar.gz" +SRC_URI="http://common-lisp.net/project/closer/ftp/${MY_P}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" @@ -18,8 +20,3 @@ IUSE="" RDEPEND="dev-lisp/closer-mop" S="${WORKDIR}"/${MY_P} - -src_install() { - common-lisp-install *.{lisp,asd} test/*.lisp - common-lisp-symlink-asdf -}