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:22:10
Message-Id: 1450027487.5c127997ede38429391669d9ad73c4533e397bc5.nimiux@gentoo
1 commit: 5c127997ede38429391669d9ad73c4533e397bc5
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 13 17:24:47 2015 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 13 17:24:47 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=5c127997
7
8 dev-lisp/trivial-garbage: Fix id in header and description
9
10 dev-lisp/trivial-garbage/trivial-garbage-0.19.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/dev-lisp/trivial-garbage/trivial-garbage-0.19.ebuild b/dev-lisp/trivial-garbage/trivial-garbage-0.19.ebuild
14 index b024705..a0e1ab1 100644
15 --- a/dev-lisp/trivial-garbage/trivial-garbage-0.19.ebuild
16 +++ b/dev-lisp/trivial-garbage/trivial-garbage-0.19.ebuild
17 @@ -1,10 +1,10 @@
18 # Copyright 1999-2010 Gentoo Foundation
19 # Distributed under the terms of the GNU General Public License v2
20 -# $Header: $
21 +# $Id$
22
23 inherit common-lisp-2
24
25 -DESCRIPTION="trivial-garbage is a simple library that provides a portable API to finalizers, weak hash-tables and weak pointers."
26 +DESCRIPTION="Simple library that provides a portable API to finalizers, weak hash-tables and weak pointers."
27 HOMEPAGE="http://www.cliki.net/trivial-garbage"
28 SRC_URI="http://common-lisp.net/~loliveira/tarballs/${PN}/${PN}_${PV}.tar.gz"