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-gray-streams/
Date: Wed, 05 Apr 2017 15:21:44
Message-Id: 1491405694.8ca5b209582f9fb82c03c39a9ac3df2aaa967ea9.nimiux@gentoo
1 commit: 8ca5b209582f9fb82c03c39a9ac3df2aaa967ea9
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 5 15:21:34 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 5 15:21:34 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=8ca5b209
7
8 dev-lisp/trivial-gray-streams: Updates header and EAPI. Adds metadata
9
10 dev-lisp/trivial-gray-streams/metadata.xml | 12 ++++++++++++
11 .../trivial-gray-streams-20081102.ebuild | 3 +--
12 .../trivial-gray-streams/trivial-gray-streams-9999.ebuild | 7 +++----
13 3 files changed, 16 insertions(+), 6 deletions(-)
14
15 diff --git a/dev-lisp/trivial-gray-streams/metadata.xml b/dev-lisp/trivial-gray-streams/metadata.xml
16 new file mode 100644
17 index 00000000..53f2ee0b
18 --- /dev/null
19 +++ b/dev-lisp/trivial-gray-streams/metadata.xml
20 @@ -0,0 +1,12 @@
21 +<?xml version="1.0" encoding="UTF-8"?>
22 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
23 +<pkgmetadata>
24 + <maintainer type="project">
25 + <email>common-lisp@g.o</email>
26 + <name>Gentoo Common Lisp Project</name>
27 + </maintainer>
28 + <longdescription lang="en">
29 + This system provides an extremely thin compatibility layer for
30 + Gray streams
31 + </longdescription>
32 +</pkgmetadata>
33
34 diff --git a/dev-lisp/trivial-gray-streams/trivial-gray-streams-20081102.ebuild b/dev-lisp/trivial-gray-streams/trivial-gray-streams-20081102.ebuild
35 index 71cf3867..3a799768 100644
36 --- a/dev-lisp/trivial-gray-streams/trivial-gray-streams-20081102.ebuild
37 +++ b/dev-lisp/trivial-gray-streams/trivial-gray-streams-20081102.ebuild
38 @@ -1,6 +1,5 @@
39 -# Copyright 1999-2015 Gentoo Foundation
40 +# Copyright 1999-2017 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42 -# $Id$
43
44 EAPI=5
45
46
47 diff --git a/dev-lisp/trivial-gray-streams/trivial-gray-streams-9999.ebuild b/dev-lisp/trivial-gray-streams/trivial-gray-streams-9999.ebuild
48 index f73f20d1..f7681346 100644
49 --- a/dev-lisp/trivial-gray-streams/trivial-gray-streams-9999.ebuild
50 +++ b/dev-lisp/trivial-gray-streams/trivial-gray-streams-9999.ebuild
51 @@ -1,10 +1,9 @@
52 -# Copyright 1999-2015 Gentoo Foundation
53 +# Copyright 1999-2017 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Id$
56
57 -EAPI=5
58 +EAPI=6
59
60 -inherit common-lisp-3 git-2
61 +inherit common-lisp-3 git-r3
62
63 DESCRIPTION="A thin compatibility layer between Gray Stream Common Lisp implementations"
64 HOMEPAGE="https://common-lisp.net/project/trivial-gray-streams/"