commit: 60035c9956c075d42034edad23603a5558364963
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 11 16:48:06 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Sep 11 16:48:06 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=60035c99
dev-lisp/flexi-streams: Update header and use arrow
dev-lisp/flexi-streams/flexi-streams-1.0.15.ebuild | 6 ++----
dev-lisp/flexi-streams/flexi-streams-1.0.7.ebuild | 4 ++--
2 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/dev-lisp/flexi-streams/flexi-streams-1.0.15.ebuild
b/dev-lisp/flexi-streams/flexi-streams-1.0.15.ebuild
index 54995d5..2968cb8 100644
--- a/dev-lisp/flexi-streams/flexi-streams-1.0.15.ebuild
+++ b/dev-lisp/flexi-streams/flexi-streams-1.0.15.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -6,12 +6,10 @@ EAPI=5
inherit common-lisp-3
-MY_V="v${PV}"
-
DESCRIPTION="Flexible bivalent streams for Common Lisp"
HOMEPAGE="http://weitz.de/flexi-streams/
http://www.cliki.net/flexi-streams/"
-SRC_URI="https://github.com/edicl/${PN}/archive/${MY_V}.tar.gz"
+SRC_URI="https://github.com/edicl/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD-2"
SLOT="0"
diff --git a/dev-lisp/flexi-streams/flexi-streams-1.0.7.ebuild
b/dev-lisp/flexi-streams/flexi-streams-1.0.7.ebuild
index 8fc9b61..1072c63 100644
--- a/dev-lisp/flexi-streams/flexi-streams-1.0.7.ebuild
+++ b/dev-lisp/flexi-streams/flexi-streams-1.0.7.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
inherit common-lisp-2
-DESCRIPTION="Implements \"virtual\" bivalent streams that can be layered atop
real binary or bivalent streams."
+DESCRIPTION="Flexible bivalent streams for Common Lisp"
HOMEPAGE="http://weitz.de/flexi-streams/
http://www.cliki.net/flexi-streams/"
SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2"