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 DAC6A139085 for ; Sat, 17 Dec 2016 13:01:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43345E0C23; Sat, 17 Dec 2016 13:01:32 +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 08730E0C23 for ; Sat, 17 Dec 2016 13:01:32 +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 BF01F340C97 for ; Sat, 17 Dec 2016 13:01:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6296D71B for ; Sat, 17 Dec 2016 13:01:29 +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: <1481979681.097dd373d0d6bbc5bb25f76b240c9e2fcd2c0aae.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/hyperspec/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild dev-lisp/hyperspec/hyperspec-7.0-r2.ebuild X-VCS-Directories: dev-lisp/hyperspec/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 097dd373d0d6bbc5bb25f76b240c9e2fcd2c0aae X-VCS-Branch: master Date: Sat, 17 Dec 2016 13:01:29 +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: d49e7450-697e-4df0-bfac-96dc756f89a6 X-Archives-Hash: b6b868baf925d10225db7ae8959f7502 commit: 097dd373d0d6bbc5bb25f76b240c9e2fcd2c0aae Author: Chema Alonso Josa gentoo org> AuthorDate: Sat Dec 17 13:01:21 2016 +0000 Commit: José María Alonso gentoo org> CommitDate: Sat Dec 17 13:01:21 2016 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=097dd373 dev-lisp/hyperspec: Drop not working version. Sync with main tree (bug #583332) dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild | 38 ++++++++++++++++++++++++++++++ dev-lisp/hyperspec/hyperspec-7.0-r2.ebuild | 26 -------------------- 2 files changed, 38 insertions(+), 26 deletions(-) diff --git a/dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild b/dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild new file mode 100644 index 0000000..190ac7c --- /dev/null +++ b/dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +MY_PV=${PV/./-} +MY_P=HyperSpec-${MY_PV} + +DESCRIPTION="Common Lisp ANSI-standard Hyperspec" +HOMEPAGE="http://www.lispworks.com/reference/HyperSpec/" +SRC_URI="ftp://ftp.lispworks.com/pub/software_tools/reference/${MY_P}.tar.gz" +LICENSE="HyperSpec" +SLOT="0" +KEYWORDS="amd64 ppc sparc x86 ~x86-fbsd" +IUSE="" +DEPEND="" + +RESTRICT="mirror fetch" + +S=${WORKDIR}/ + +pkg_nofetch() { + while read line; do elog "${line}"; done <