[gentoo-commits] proj/lisp:master commit in: dev-lisp/trivial-http/

2017-07-05 Thread José María Alonso
commit: 2c3e798b866d5a514c73593563547f5f6517cd8b
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Wed Jul  5 21:12:35 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Wed Jul  5 21:12:35 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=2c3e798b

dev-lisp/trivial-http: Updates to common-lisp-3 eclass

 dev-lisp/trivial-http/trivial-http-1.3.0.ebuild | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/dev-lisp/trivial-http/trivial-http-1.3.0.ebuild 
b/dev-lisp/trivial-http/trivial-http-1.3.0.ebuild
index 7307ea00..61a767a7 100644
--- a/dev-lisp/trivial-http/trivial-http-1.3.0.ebuild
+++ b/dev-lisp/trivial-http/trivial-http-1.3.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-inherit common-lisp-2
+EAPI=6
+
+inherit common-lisp-3
 
 DESCRIPTION="Library for doing HTTP POST, HEAD and GET over a socket 
interface."
 HOMEPAGE="http://common-lisp.net/project/trivial-http/;
@@ -18,6 +19,6 @@ RDEPEND="!dev-lisp/cl-${PN}
dev-lisp/lift"
 
 src_install() {
-   common-lisp-install *.asd {dev,tests}/*.lisp
-   common-lisp-symlink-asdf
+   common-lisp-install-sources {dev,tests}/*.lisp
+   common-lisp-install-asdf
 }



[gentoo-commits] proj/lisp:master commit in: dev-lisp/trivial-http/

2016-12-04 Thread José María Alonso
commit: bd7ba719843864cbf649c7b73af93a920f0aec40
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Dec  4 21:57:20 2016 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Dec  4 21:57:20 2016 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=bd7ba719

dev-lisp/trivial-http: Updates header

 dev-lisp/trivial-http/trivial-http-1.3.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-lisp/trivial-http/trivial-http-1.3.0.ebuild 
b/dev-lisp/trivial-http/trivial-http-1.3.0.ebuild
index 8fc6e33..7307ea0 100644
--- a/dev-lisp/trivial-http/trivial-http-1.3.0.ebuild
+++ b/dev-lisp/trivial-http/trivial-http-1.3.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 inherit common-lisp-2
 
-DESCRIPTION="TRIVIAL-HTTP is a library for doing HTTP POST, HEAD and GET over 
a socket interface."
+DESCRIPTION="Library for doing HTTP POST, HEAD and GET over a socket 
interface."
 HOMEPAGE="http://common-lisp.net/project/trivial-http/;
 SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2;