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

2017-09-29 Thread José María Alonso
commit: 2ce83b97bfefb49e4daeb68e9af0717a91bea5cf
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Fri Sep 29 15:04:24 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Fri Sep 29 15:04:24 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=2ce83b97

dev-lisp/trivial-gray-streams: Renames live ebuild

 ...vial-gray-streams-.ebuild => trivial-gray-streams-.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-lisp/trivial-gray-streams/trivial-gray-streams-.ebuild 
b/dev-lisp/trivial-gray-streams/trivial-gray-streams-.ebuild
similarity index 100%
rename from dev-lisp/trivial-gray-streams/trivial-gray-streams-.ebuild
rename to dev-lisp/trivial-gray-streams/trivial-gray-streams-.ebuild



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

2017-09-27 Thread José María Alonso
commit: f2e31621446d25ad7178c45303898d23facd61a8
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Wed Sep 27 19:28:21 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Wed Sep 27 19:28:21 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=f2e31621

dev-lisp/trivial-gray-streams: Drops old version

Package-Manager: Portage-2.3.8, Repoman-2.3.1
Manifest-Sign-Key: 0x7FEB832CF253DB15

 .../trivial-gray-streams-20081102.ebuild   | 27 --
 1 file changed, 27 deletions(-)

diff --git a/dev-lisp/trivial-gray-streams/trivial-gray-streams-20081102.ebuild 
b/dev-lisp/trivial-gray-streams/trivial-gray-streams-20081102.ebuild
deleted file mode 100644
index 3a799768..
--- a/dev-lisp/trivial-gray-streams/trivial-gray-streams-20081102.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit common-lisp-3
-
-MY_PV=${PV:0:4}-${PV:4:2}-${PV:6:2}
-MY_P=${PN}-${MY_PV}
-
-DESCRIPTION="A thin compatibility layer between Gray Stream Common Lisp 
implementations"
-HOMEPAGE="https://common-lisp.net/project/trivial-gray-streams/;
-SRC_URI="http://common-lisp.net/project/cl-plus-ssl/download/${MY_P}.tar.gz;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}"
-
-S="${WORKDIR}"/${MY_P}
-
-src_unpack() {
-   unpack ${A}
-   rm "${S}"/Makefile
-}



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

2017-08-30 Thread José María Alonso
commit: 606ed0c0e318aeed84e64f154a300f8eefae1e2c
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Wed Aug 30 21:39:12 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Wed Aug 30 21:39:12 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=606ed0c0

dev-lisp/trivial-gray-streams: Bump snapshot

 .../trivial-gray-streams-20170830.ebuild| 17 +
 1 file changed, 17 insertions(+)

diff --git a/dev-lisp/trivial-gray-streams/trivial-gray-streams-20170830.ebuild 
b/dev-lisp/trivial-gray-streams/trivial-gray-streams-20170830.ebuild
new file mode 100644
index ..127f7c34
--- /dev/null
+++ b/dev-lisp/trivial-gray-streams/trivial-gray-streams-20170830.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit common-lisp-3
+
+DESCRIPTION="A thin compatibility layer between Gray Stream Common Lisp 
implementations"
+HOMEPAGE="https://common-lisp.net/project/trivial-gray-streams/;
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="!dev-lisp/cl-${PN}"



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

2017-08-21 Thread José María Alonso
commit: bd533cbee4e6ec5105205a6d60eb461cc6eec6a2
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Mon Aug 21 14:41:41 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Mon Aug 21 14:41:41 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=bd533cbe

dev-lisp/trivial-gray-streams: Use https schema in live ebuild

 dev-lisp/trivial-gray-streams/trivial-gray-streams-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lisp/trivial-gray-streams/trivial-gray-streams-.ebuild 
b/dev-lisp/trivial-gray-streams/trivial-gray-streams-.ebuild
index f7681346..9fa802ef 100644
--- a/dev-lisp/trivial-gray-streams/trivial-gray-streams-.ebuild
+++ b/dev-lisp/trivial-gray-streams/trivial-gray-streams-.ebuild
@@ -7,7 +7,7 @@ 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/;
-EGIT_REPO_URI="git://github.com/${PN}/${PN}"
+EGIT_REPO_URI="https://github.com/${PN}/${PN};
 
 LICENSE="MIT"
 SLOT="0"



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

2017-04-05 Thread José María Alonso
commit: 8ca5b209582f9fb82c03c39a9ac3df2aaa967ea9
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Wed Apr  5 15:21:34 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Wed Apr  5 15:21:34 2017 +
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-.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 ..53f2ee0b
--- /dev/null
+++ b/dev-lisp/trivial-gray-streams/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   common-l...@gentoo.org
+   Gentoo Common Lisp Project
+   
+   
+   This system provides an extremely thin compatibility layer for
+   Gray streams
+   
+

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-.ebuild 
b/dev-lisp/trivial-gray-streams/trivial-gray-streams-.ebuild
index f73f20d1..f7681346 100644
--- a/dev-lisp/trivial-gray-streams/trivial-gray-streams-.ebuild
+++ b/dev-lisp/trivial-gray-streams/trivial-gray-streams-.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/;



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

2015-12-15 Thread José María Alonso
commit: 4b6d52486f37c49f038bef6303c4580606d5cf96
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Tue Dec 15 22:14:50 2015 +
Commit: José María Alonso  gentoo  org>
CommitDate: Tue Dec 15 22:14:50 2015 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=4b6d5248

dev-lisp/trivial-gray-streams: Move to EAPI 5

 dev-lisp/trivial-gray-streams/trivial-gray-streams-20081102.ebuild | 2 ++
 1 file changed, 2 insertions(+)

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 5de48d7..71cf386 100644
--- a/dev-lisp/trivial-gray-streams/trivial-gray-streams-20081102.ebuild
+++ b/dev-lisp/trivial-gray-streams/trivial-gray-streams-20081102.ebuild
@@ -2,6 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+EAPI=5
+
 inherit common-lisp-3
 
 MY_PV=${PV:0:4}-${PV:4:2}-${PV:6:2}



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

2015-12-14 Thread José María Alonso
commit: dbd4d9b6af822bfbd33557ed49982a3c430edb8c
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Mon Dec 14 11:40:47 2015 +
Commit: José María Alonso  gentoo  org>
CommitDate: Mon Dec 14 11:40:47 2015 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=dbd4d9b6

dev-lisp/trivial-gray-streams: move to common-lisp-3 eclass

 dev-lisp/trivial-gray-streams/trivial-gray-streams-20081102.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 51cbb70..5de48d7 100644
--- a/dev-lisp/trivial-gray-streams/trivial-gray-streams-20081102.ebuild
+++ b/dev-lisp/trivial-gray-streams/trivial-gray-streams-20081102.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-inherit common-lisp-2
+inherit common-lisp-3
 
 MY_PV=${PV:0:4}-${PV:4:2}-${PV:6:2}
 MY_P=${PN}-${MY_PV}



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

2015-12-13 Thread José María Alonso
commit: c88854f63f25d160220d6c50d67275d22437
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Dec 13 22:43:54 2015 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Dec 13 22:43:54 2015 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=c88854f6

dev-lisp/trivial-gray-streams: fix header and homepage

 dev-lisp/trivial-gray-streams/trivial-gray-streams-20081102.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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 03b5a81..51cbb70 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,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 inherit common-lisp-2
 
@@ -8,7 +8,7 @@ MY_PV=${PV:0:4}-${PV:4:2}-${PV:6:2}
 MY_P=${PN}-${MY_PV}
 
 DESCRIPTION="A thin compatibility layer between Gray Stream Common Lisp 
implementations"
-HOMEPAGE="http://common-lisp.net/project/cl-plus-ssl/#trivial-gray-streams;
+HOMEPAGE="https://common-lisp.net/project/trivial-gray-streams/;
 SRC_URI="http://common-lisp.net/project/cl-plus-ssl/download/${MY_P}.tar.gz;
 
 LICENSE="MIT"



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

2015-12-13 Thread José María Alonso
commit: 3a319c0f70efecf745cddedd77af7edaa1170666
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Dec 13 22:47:41 2015 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Dec 13 22:47:41 2015 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=3a319c0f

dev-lisp/trivial-gray-streams: add live ebuild

 .../trivial-gray-streams-.ebuild| 17 +
 1 file changed, 17 insertions(+)

diff --git a/dev-lisp/trivial-gray-streams/trivial-gray-streams-.ebuild 
b/dev-lisp/trivial-gray-streams/trivial-gray-streams-.ebuild
new file mode 100644
index 000..f73f20d
--- /dev/null
+++ b/dev-lisp/trivial-gray-streams/trivial-gray-streams-.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit common-lisp-3 git-2
+
+DESCRIPTION="A thin compatibility layer between Gray Stream Common Lisp 
implementations"
+HOMEPAGE="https://common-lisp.net/project/trivial-gray-streams/;
+EGIT_REPO_URI="git://github.com/${PN}/${PN}"
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND="!dev-lisp/cl-${PN}"