commit: 893205e1426bf88cdcd7ec6118aaeda9e6690f70 Author: Chema Alonso <nimiux <AT> gentoo <DOT> org> AuthorDate: Fri Dec 19 20:17:31 2014 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> 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=""
