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 ECCC01395E2 for ; Mon, 5 Dec 2016 09:29:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14C6721C038; Mon, 5 Dec 2016 09:29:46 +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 D649C21C038 for ; Mon, 5 Dec 2016 09:29:45 +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 B639534105A for ; Mon, 5 Dec 2016 09:29:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E3801F2F for ; Mon, 5 Dec 2016 09:29:43 +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: <1480930181.4840ba7dedf6df802923d3aefdda549e372c9e5f.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/zpb-ttf/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/zpb-ttf/zpb-ttf-1.0.3.ebuild dev-lisp/zpb-ttf/zpb-ttf-1.0.ebuild X-VCS-Directories: dev-lisp/zpb-ttf/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 4840ba7dedf6df802923d3aefdda549e372c9e5f X-VCS-Branch: master Date: Mon, 5 Dec 2016 09:29:43 +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: 0676650a-a32c-4b9b-bc2a-3cf61498db3e X-Archives-Hash: e63e115185a163cdf0a2e2720a0c2bc2 commit: 4840ba7dedf6df802923d3aefdda549e372c9e5f Author: Chema Alonso Josa gentoo org> AuthorDate: Mon Dec 5 09:29:41 2016 +0000 Commit: José María Alonso gentoo org> CommitDate: Mon Dec 5 09:29:41 2016 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=4840ba7d dev-lisp/zpb-ttf: Updates header dev-lisp/zpb-ttf/zpb-ttf-1.0.3.ebuild | 8 ++++---- dev-lisp/zpb-ttf/zpb-ttf-1.0.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-lisp/zpb-ttf/zpb-ttf-1.0.3.ebuild b/dev-lisp/zpb-ttf/zpb-ttf-1.0.3.ebuild index 7e8fa6b..de92eef 100644 --- a/dev-lisp/zpb-ttf/zpb-ttf-1.0.3.ebuild +++ b/dev-lisp/zpb-ttf/zpb-ttf-1.0.3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ -EAPI=5 +EAPI=6 inherit common-lisp-3 @@ -22,5 +22,5 @@ S="${WORKDIR}/${PN}-release-${PV}" src_install() { common-lisp-install-sources *.lisp common-lisp-install-asdf - dohtml doc/*.{html,png} + dodoc doc/*.{html,png} } diff --git a/dev-lisp/zpb-ttf/zpb-ttf-1.0.ebuild b/dev-lisp/zpb-ttf/zpb-ttf-1.0.ebuild index b89a1a1..1f1ebce 100644 --- a/dev-lisp/zpb-ttf/zpb-ttf-1.0.ebuild +++ b/dev-lisp/zpb-ttf/zpb-ttf-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ inherit common-lisp-2 eutils