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 B54A1139694 for ; Wed, 12 Jul 2017 11:09:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 139DF21413A; Wed, 12 Jul 2017 11:09:20 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E6DBB21413A for ; Wed, 12 Jul 2017 11:09:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D6C51341926 for ; Wed, 12 Jul 2017 11:09:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 344EC7474 for ; Wed, 12 Jul 2017 11:09:17 +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: <1499857752.424ee0404d9ab214a2498c034b7b8de8c42f7266.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-unicode/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/cl-unicode/cl-unicode-0.1.4.ebuild dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild X-VCS-Directories: dev-lisp/cl-unicode/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 424ee0404d9ab214a2498c034b7b8de8c42f7266 X-VCS-Branch: master Date: Wed, 12 Jul 2017 11:09:17 +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: cdcd65f1-6174-4b16-bfda-e539a8078be9 X-Archives-Hash: 241ddaec10b2d0834782af891f23c70f commit: 424ee0404d9ab214a2498c034b7b8de8c42f7266 Author: Chema Alonso Josa gentoo org> AuthorDate: Wed Jul 12 11:09:12 2017 +0000 Commit: José María Alonso gentoo org> CommitDate: Wed Jul 12 11:09:12 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=424ee040 dev-lisp/cl-unicode: Use dodoc dev-lisp/cl-unicode/cl-unicode-0.1.4.ebuild | 2 +- dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lisp/cl-unicode/cl-unicode-0.1.4.ebuild b/dev-lisp/cl-unicode/cl-unicode-0.1.4.ebuild index a0bf0537..f0efb765 100644 --- a/dev-lisp/cl-unicode/cl-unicode-0.1.4.ebuild +++ b/dev-lisp/cl-unicode/cl-unicode-0.1.4.ebuild @@ -43,5 +43,5 @@ src_install() { common-lisp-install-sources -t all build/ common-lisp-install-asdf dodoc CHANGELOG.txt - dohtml doc/index.html + dodoc doc/index.html } diff --git a/dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild b/dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild index 5fbd6e19..41c33628 100644 --- a/dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild +++ b/dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild @@ -43,5 +43,5 @@ src_install() { common-lisp-install-sources -t all build/ common-lisp-install-asdf dodoc CHANGELOG - dohtml doc/index.html + dodoc doc/index.html }