From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 285441389E2 for ; Fri, 19 Dec 2014 20:15:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2AA67E09CF; Fri, 19 Dec 2014 20:15:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BCC20E09CF for ; Fri, 19 Dec 2014 20:15:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B9DC4340682 for ; Fri, 19 Dec 2014 20:15:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5FCEDCDCB for ; Fri, 19 Dec 2014 20:15:40 +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: <1419020251.893205e1426bf88cdcd7ec6118aaeda9e6690f70.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/clx/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/clx/clx-0.7.4-r1.ebuild dev-lisp/clx/clx-9999.ebuild X-VCS-Directories: dev-lisp/clx/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 893205e1426bf88cdcd7ec6118aaeda9e6690f70 X-VCS-Branch: master Date: Fri, 19 Dec 2014 20:15:40 +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: c5c77ee6-e72a-41d0-b212-25dd43ea0430 X-Archives-Hash: 2c8d2f3bd3c634b83a81dd94f7cba5f3 commit: 893205e1426bf88cdcd7ec6118aaeda9e6690f70 Author: Chema Alonso gentoo org> AuthorDate: Fri Dec 19 20:17:31 2014 +0000 Commit: José María Alonso gentoo org> CommitDate: Fri Dec 19 20:17:31 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=893205e1 dev-lisp/clx: update license and move to EAPI 5 --- dev-lisp/clx/clx-0.7.4-r1.ebuild | 9 +++++---- dev-lisp/clx/clx-9999.ebuild | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/dev-lisp/clx/clx-0.7.4-r1.ebuild b/dev-lisp/clx/clx-0.7.4-r1.ebuild index 513a5b7..15a716c 100644 --- a/dev-lisp/clx/clx-0.7.4-r1.ebuild +++ b/dev-lisp/clx/clx-0.7.4-r1.ebuild @@ -1,15 +1,16 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=3 +EAPI=5 + inherit common-lisp-3 eutils DESCRIPTION="CLX is the Common Lisp interface to the X11 protocol primarily for SBCL." HOMEPAGE="http://www.cliki.net/CLX" SRC_URI="http://common-lisp.net/~abridgewater/dist/${PN}/${P}.tgz" -LICENSE="as-is" +LICENSE="HPND" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="doc" @@ -28,7 +29,7 @@ src_prepare() { } src_compile() { - cd manual + cd manual || die makeinfo ${PN}.texinfo -o ${PN}.info || die "Cannot compile info docs" if use doc ; then VARTEXFONTS="${T}"/fonts \ diff --git a/dev-lisp/clx/clx-9999.ebuild b/dev-lisp/clx/clx-9999.ebuild index d698632..c42bd9d 100644 --- a/dev-lisp/clx/clx-9999.ebuild +++ b/dev-lisp/clx/clx-9999.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="A fork of crhodes' fork of danb's fork of the CLX library, an X11 c HOMEPAGE="https://github.com/sharplispers/clx http://www.cliki.net/CLX" EGIT_REPO_URI="git://github.com/sharplispers/clx.git" -LICENSE="as-is" +LICENSE="HPND" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE=""