diff options
author | Chema Alonso Josa <nimiux@gentoo.org> | 2016-12-17 14:26:27 +0100 |
---|---|---|
committer | Chema Alonso Josa <nimiux@gentoo.org> | 2016-12-17 14:26:49 +0100 |
commit | 31c215bccadccadc5507519af7f6f9f415e4f550 (patch) | |
tree | ded9ef46dd60c2d9d6fec1d47d006f4ffdd38af5 /dev-lisp | |
parent | app-portage/gentoolkit: amd64 stable wrt bug #590170 (diff) | |
download | gentoo-31c215bccadccadc5507519af7f6f9f415e4f550.tar.gz gentoo-31c215bccadccadc5507519af7f6f9f415e4f550.tar.bz2 gentoo-31c215bccadccadc5507519af7f6f9f415e4f550.zip |
dev-lisp/clx: Syncs with lisp overlay
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/clx/clx-0.7.4.ebuild | 4 | ||||
-rw-r--r-- | dev-lisp/clx/clx-9999.ebuild | 12 |
2 files changed, 7 insertions, 9 deletions
diff --git a/dev-lisp/clx/clx-0.7.4.ebuild b/dev-lisp/clx/clx-0.7.4.ebuild index e30c37d325e6..643c6ae449c4 100644 --- a/dev-lisp/clx/clx-0.7.4.ebuild +++ b/dev-lisp/clx/clx-0.7.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ DESCRIPTION="CLX is the Common Lisp interface to the X11 protocol primarily for HOMEPAGE="http://www.cliki.net/CLX" SRC_URI="http://common-lisp.net/~abridgewater/dist/${PN}/${P}.tgz" -LICENSE="CLX" +LICENSE="HPND" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="doc" diff --git a/dev-lisp/clx/clx-9999.ebuild b/dev-lisp/clx/clx-9999.ebuild index bf616dd9c08f..5eb764c50e70 100644 --- a/dev-lisp/clx/clx-9999.ebuild +++ b/dev-lisp/clx/clx-9999.ebuild @@ -1,17 +1,15 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 -inherit common-lisp-3 git-2 +inherit common-lisp-3 git-r3 -DESCRIPTION="A fork of crhodes' fork of danb's fork of the CLX library, an X11 client for Common Lisp" +DESCRIPTION="A fork of crhodes' fork of danb's fork of CLX, an X11 client for Common Lisp" HOMEPAGE="https://github.com/sharplispers/clx http://www.cliki.net/CLX" EGIT_REPO_URI="git://github.com/sharplispers/clx.git" -LICENSE="CLX" +LICENSE="MIT" SLOT="0" IUSE="" - -RDEPEND="!dev-lisp/cl-${PN}" |