summaryrefslogtreecommitdiff
blob: 3db01a74ac0fd6a1544a3095798645f1d735881a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clx/clx-9999.ebuild,v 1.1 2014/12/23 19:41:47 nimiux Exp $

EAPI=5

inherit common-lisp-3 git-2

DESCRIPTION="A fork of crhodes' fork of danb's fork of the CLX library, 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"
SLOT="0"
IUSE=""

RDEPEND="!dev-lisp/cl-${PN}"