Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/clx/
Date: Mon, 28 Apr 2014 09:41:02
Message-Id: 1398678103.62eb5e6b518ac48d2f9e1cbf506548efa578826c.nimiux@gentoo
1 commit: 62eb5e6b518ac48d2f9e1cbf506548efa578826c
2 Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 28 09:41:43 2014 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 28 09:41:43 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=62eb5e6b
7
8 dev-lisp/clx: fix description and uri
9
10 ---
11 dev-lisp/clx/clx-9999.ebuild | 4 ++--
12 1 file changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/dev-lisp/clx/clx-9999.ebuild b/dev-lisp/clx/clx-9999.ebuild
15 index 5d41ab4..d698632 100644
16 --- a/dev-lisp/clx/clx-9999.ebuild
17 +++ b/dev-lisp/clx/clx-9999.ebuild
18 @@ -6,8 +6,8 @@ EAPI=5
19
20 inherit common-lisp-3 git-2
21
22 -DESCRIPTION="A collection of public domain utilities."
23 -HOMEPAGE="http://www.cliki.net/CLX"
24 +DESCRIPTION="A fork of crhodes' fork of danb's fork of the CLX library, an X11 client for Common Lisp"
25 +HOMEPAGE="https://github.com/sharplispers/clx http://www.cliki.net/CLX"
26 EGIT_REPO_URI="git://github.com/sharplispers/clx.git"
27
28 LICENSE="as-is"