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 880D81395E2 for ; Sun, 4 Dec 2016 22:04:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF5DC21C012; Sun, 4 Dec 2016 22:04:41 +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 8C8A721C012 for ; Sun, 4 Dec 2016 22:04:41 +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 0159934104D for ; Sun, 4 Dec 2016 22:04:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 661AC24A2 for ; Sun, 4 Dec 2016 22:04:38 +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: <1480889074.84f82e852261b1cff2504ab677efce3dfdba18e4.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/madeira-port/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/madeira-port/madeira-port-9999.ebuild X-VCS-Directories: dev-lisp/madeira-port/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 84f82e852261b1cff2504ab677efce3dfdba18e4 X-VCS-Branch: master Date: Sun, 4 Dec 2016 22:04:38 +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: 89e32caa-6700-4efc-9aad-650db3731ebb X-Archives-Hash: 80c4a5fd0039efb92acd5db83db56384 commit: 84f82e852261b1cff2504ab677efce3dfdba18e4 Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Dec 4 22:04:34 2016 +0000 Commit: José María Alonso gentoo org> CommitDate: Sun Dec 4 22:04:34 2016 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=84f82e85 dev-lisp/madeira-port: Updates header and EAPI dev-lisp/madeira-port/madeira-port-9999.ebuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/dev-lisp/madeira-port/madeira-port-9999.ebuild b/dev-lisp/madeira-port/madeira-port-9999.ebuild index 6de19e4..560fd1a 100644 --- a/dev-lisp/madeira-port/madeira-port-9999.ebuild +++ b/dev-lisp/madeira-port/madeira-port-9999.ebuild @@ -1,18 +1,17 @@ -# 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 git-2 +inherit common-lisp-3 git-r3 -DESCRIPTION="Makes it easy to specify implementation (or feature) dependent files as part of an ASDF system" +DESCRIPTION="Makes easy to specify implementation dependent files as part of an ASDF system" HOMEPAGE="https://github.com/nikodemus/madeira-port" EGIT_REPO_URI="git://github.com/nikodemus/${PN}.git" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-lisp/eos"