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/trivial-garbage/
Date: Sun, 13 Dec 2015 17:35:53
Message-Id: 1450028305.27fed055d36a3beb3ad4817a7551be70decc7939.nimiux@gentoo
1 commit: 27fed055d36a3beb3ad4817a7551be70decc7939
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 13 17:38:25 2015 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 13 17:38:25 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=27fed055
7
8 dev-lisp/trivial-garbage: Bump to version 0.20
9
10 dev-lisp/trivial-garbage/trivial-garbage-0.20.ebuild | 20 ++++++++++++++++++++
11 1 file changed, 20 insertions(+)
12
13 diff --git a/dev-lisp/trivial-garbage/trivial-garbage-0.20.ebuild b/dev-lisp/trivial-garbage/trivial-garbage-0.20.ebuild
14 new file mode 100644
15 index 0000000..141f964
16 --- /dev/null
17 +++ b/dev-lisp/trivial-garbage/trivial-garbage-0.20.ebuild
18 @@ -0,0 +1,20 @@
19 +# Copyright 1999-2015 Gentoo Foundation
20 +# Distributed under the terms of the GNU General Public License v2
21 +# $Id$
22 +
23 +EAPI=5
24 +
25 +inherit common-lisp-3
26 +
27 +MY_V="v${PV}"
28 +
29 +DESCRIPTION="Simple library that provides a portable API to finalizers, weak hash-tables and weak pointers."
30 +HOMEPAGE="http://www.cliki.net/trivial-garbage"
31 +SRC_URI="https://github.com/${PN}/${PN}/archive/${MY_V}.tar.gz"
32 +
33 +LICENSE="public-domain"
34 +SLOT="0"
35 +KEYWORDS="~amd64 ~ppc ~sparc ~x86"
36 +IUSE=""
37 +
38 +RDEPEND="!dev-lisp/cl-${PN}"