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 3450C139085 for ; Sat, 17 Dec 2016 12:58:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 893EAE0C00; Sat, 17 Dec 2016 12:58:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6C7EEE0C00 for ; Sat, 17 Dec 2016 12:58:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 90AFC340C97 for ; Sat, 17 Dec 2016 12:58:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08D904A9 for ; Sat, 17 Dec 2016 12:58:11 +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: <1481979487.ed601b397e720e5091ccb32e4a88fa52869b08ce.nimiux@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/hyperspec/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild X-VCS-Directories: dev-lisp/hyperspec/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: ed601b397e720e5091ccb32e4a88fa52869b08ce X-VCS-Branch: master Date: Sat, 17 Dec 2016 12:58:11 +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: 23136fb7-8332-495a-82f0-28892a486118 X-Archives-Hash: a9692b20ec6dbf6e67b60e907680f3c4 commit: ed601b397e720e5091ccb32e4a88fa52869b08ce Author: Chema Alonso Josa gentoo org> AuthorDate: Sat Dec 17 12:57:42 2016 +0000 Commit: José María Alonso gentoo org> CommitDate: Sat Dec 17 12:58:07 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed601b39 dev-lisp/hyperspec: Bumps EAPI version. Fixes missing quotes Package-Manager: portage-2.3.0 dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild b/dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild index b87f5c8..190ac7c 100644 --- a/dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild +++ b/dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild @@ -1,7 +1,9 @@ -# Copyright 1999-2008 Gentoo Foundation +# 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} @@ -31,6 +33,6 @@ EOF src_install() { dodir /usr/share/doc/${P} - cp -r HyperSpec* ${D}/usr/share/doc/${P} + cp -r HyperSpec* "${D}/usr/share/doc/${P}" dosym /usr/share/doc/${P} /usr/share/doc/hyperspec }