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-http/
Date: Sun, 04 Dec 2016 21:57:29
Message-Id: 1480888640.bd7ba719843864cbf649c7b73af93a920f0aec40.nimiux@gentoo
1 commit: bd7ba719843864cbf649c7b73af93a920f0aec40
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 4 21:57:20 2016 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 4 21:57:20 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=bd7ba719
7
8 dev-lisp/trivial-http: Updates header
9
10 dev-lisp/trivial-http/trivial-http-1.3.0.ebuild | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/dev-lisp/trivial-http/trivial-http-1.3.0.ebuild b/dev-lisp/trivial-http/trivial-http-1.3.0.ebuild
14 index 8fc6e33..7307ea0 100644
15 --- a/dev-lisp/trivial-http/trivial-http-1.3.0.ebuild
16 +++ b/dev-lisp/trivial-http/trivial-http-1.3.0.ebuild
17 @@ -1,10 +1,10 @@
18 -# Copyright 1999-2010 Gentoo Foundation
19 +# Copyright 1999-2016 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21 -# $Header: $
22 +# $Id$
23
24 inherit common-lisp-2
25
26 -DESCRIPTION="TRIVIAL-HTTP is a library for doing HTTP POST, HEAD and GET over a socket interface."
27 +DESCRIPTION="Library for doing HTTP POST, HEAD and GET over a socket interface."
28 HOMEPAGE="http://common-lisp.net/project/trivial-http/"
29 SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2"