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/cl-jpeg/
Date: Sun, 01 Dec 2013 21:57:33
Message-Id: 1385935084.9a70a99e1c9aab23b9945c184e9e63a4746d85da.nimiux@gentoo
1 commit: 9a70a99e1c9aab23b9945c184e9e63a4746d85da
2 Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 1 21:58:04 2013 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 1 21:58:04 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=9a70a99e
7
8 dev-lisp/cl-jpeg: add live ebuild
9
10 ---
11 dev-lisp/cl-jpeg/cl-jpeg-9999.ebuild | 16 ++++++++++++++++
12 1 file changed, 16 insertions(+)
13
14 diff --git a/dev-lisp/cl-jpeg/cl-jpeg-9999.ebuild b/dev-lisp/cl-jpeg/cl-jpeg-9999.ebuild
15 new file mode 100644
16 index 0000000..1ed3f5c
17 --- /dev/null
18 +++ b/dev-lisp/cl-jpeg/cl-jpeg-9999.ebuild
19 @@ -0,0 +1,16 @@
20 +# Copyright 1999-2013 Gentoo Foundation
21 +# Distributed under the terms of the GNU General Public License v2
22 +# $Header: $
23 +
24 +EAPI=5
25 +
26 +inherit common-lisp-3 git-2
27 +
28 +DESCRIPTION="A JPEG library for Common Lisp"
29 +HOMEPAGE="http://www.cliki.net/cl-jpeg"
30 +EGIT_REPO_URI="https://github.com/sharplispers/${PN}.git"
31 +
32 +LICENSE="BSD"
33 +SLOT="0"
34 +KEYWORDS="~amd64 ~ppc ~sparc ~x86"
35 +IUSE=""