commit:     8ca5b209582f9fb82c03c39a9ac3df2aaa967ea9
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  5 15:21:34 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Apr  5 15:21:34 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=8ca5b209

dev-lisp/trivial-gray-streams: Updates header and EAPI. Adds metadata

 dev-lisp/trivial-gray-streams/metadata.xml                   | 12 ++++++++++++
 .../trivial-gray-streams-20081102.ebuild                     |  3 +--
 .../trivial-gray-streams/trivial-gray-streams-9999.ebuild    |  7 +++----
 3 files changed, 16 insertions(+), 6 deletions(-)

diff --git a/dev-lisp/trivial-gray-streams/metadata.xml 
b/dev-lisp/trivial-gray-streams/metadata.xml
new file mode 100644
index 00000000..53f2ee0b
--- /dev/null
+++ b/dev-lisp/trivial-gray-streams/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="project">
+               <email>common-l...@gentoo.org</email>
+               <name>Gentoo Common Lisp Project</name>
+       </maintainer>
+       <longdescription lang="en">
+               This system provides an extremely thin compatibility layer for
+               Gray streams
+       </longdescription>
+</pkgmetadata>

diff --git a/dev-lisp/trivial-gray-streams/trivial-gray-streams-20081102.ebuild 
b/dev-lisp/trivial-gray-streams/trivial-gray-streams-20081102.ebuild
index 71cf3867..3a799768 100644
--- a/dev-lisp/trivial-gray-streams/trivial-gray-streams-20081102.ebuild
+++ b/dev-lisp/trivial-gray-streams/trivial-gray-streams-20081102.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 EAPI=5
 

diff --git a/dev-lisp/trivial-gray-streams/trivial-gray-streams-9999.ebuild 
b/dev-lisp/trivial-gray-streams/trivial-gray-streams-9999.ebuild
index f73f20d1..f7681346 100644
--- a/dev-lisp/trivial-gray-streams/trivial-gray-streams-9999.ebuild
+++ b/dev-lisp/trivial-gray-streams/trivial-gray-streams-9999.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-EAPI=5
+EAPI=6
 
-inherit common-lisp-3 git-2
+inherit common-lisp-3 git-r3
 
 DESCRIPTION="A thin compatibility layer between Gray Stream Common Lisp 
implementations"
 HOMEPAGE="https://common-lisp.net/project/trivial-gray-streams/";

Reply via email to