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 4B834138330 for ; Mon, 28 May 2018 17:56:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FF93E0801; Mon, 28 May 2018 17:56:42 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3AA12E0801 for ; Mon, 28 May 2018 17:56:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A9522335C43 for ; Mon, 28 May 2018 17:56:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3167229B for ; Mon, 28 May 2018 17:56:39 +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: <1527530197.8aa4959dfbd1ead12d60c5c2de7702a8de221f64.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/terminfo/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/terminfo/terminfo-1.10.ebuild X-VCS-Directories: dev-lisp/terminfo/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 8aa4959dfbd1ead12d60c5c2de7702a8de221f64 X-VCS-Branch: master Date: Mon, 28 May 2018 17:56:39 +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: 45dd690c-9ca5-44f6-bcf9-8ff0a7d1c913 X-Archives-Hash: 2be5ef378a7cc2e167cda550260eae7b commit: 8aa4959dfbd1ead12d60c5c2de7702a8de221f64 Author: Chema Alonso Josa gentoo org> AuthorDate: Mon May 28 17:56:37 2018 +0000 Commit: José María Alonso gentoo org> CommitDate: Mon May 28 17:56:37 2018 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=8aa4959d dev-lisp/terminfo: Use snapshot ebuild dev-lisp/terminfo/terminfo-1.10.ebuild | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/dev-lisp/terminfo/terminfo-1.10.ebuild b/dev-lisp/terminfo/terminfo-1.10.ebuild index 64294693..9f9f730a 100644 --- a/dev-lisp/terminfo/terminfo-1.10.ebuild +++ b/dev-lisp/terminfo/terminfo-1.10.ebuild @@ -5,23 +5,14 @@ EAPI=6 inherit common-lisp-3 -LINEDITPKG="linedit-0.17.5" - DESCRIPTION="Common Lisp interface to the terminfo database." HOMEPAGE="http://users.actrix.co.nz/mycroft/cl.html - https://github.com/nikodemus/linedit" -SRC_URI="mirror://gentoo/${LINEDITPKG}.tar.gz" + https://www.cliki.net/Terminfo" +SRC_URI="mirror/gentoo/${P}.tar.bz2" -LICENSE="BSD" +LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" RDEPEND="sys-libs/ncurses" - -S="${WORKDIR}"/"${LINEDITPKG}" - -src_install() { - common-lisp-install-sources "${PN}.lisp" - common-lisp-install-asdf "${PN}.asd" -}