diff options
author | Ulrich Müller <ulm@gentoo.org> | 2016-09-11 17:57:23 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2016-09-11 17:57:23 +0200 |
commit | d0690a6e77270f35a981a2eddcc0ca6fdad1bba9 (patch) | |
tree | 7d3f4e1a0ad125d502a0ba7e2b0e66584c9bdbde /dev-lisp | |
parent | net-misc/networkmanager: depend on >=sys-auth/consolekit-1.0.0 (diff) | |
download | gentoo-d0690a6e77270f35a981a2eddcc0ca6fdad1bba9.tar.gz gentoo-d0690a6e77270f35a981a2eddcc0ca6fdad1bba9.tar.bz2 gentoo-d0690a6e77270f35a981a2eddcc0ca6fdad1bba9.zip |
dev-lisp/flexi-streams: Add SRC_URI arrow.
Non-maintainer commit with permission from nimiux.
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/flexi-streams/Manifest | 2 | ||||
-rw-r--r-- | dev-lisp/flexi-streams/flexi-streams-1.0.15.ebuild | 6 |
2 files changed, 3 insertions, 5 deletions
diff --git a/dev-lisp/flexi-streams/Manifest b/dev-lisp/flexi-streams/Manifest index 3a09bbea6721..30ec1d3d8849 100644 --- a/dev-lisp/flexi-streams/Manifest +++ b/dev-lisp/flexi-streams/Manifest @@ -1 +1 @@ -DIST v1.0.15.tar.gz 135550 SHA256 1c9d8020cfd2bf0344e5baf1dff8b01aa7cefcdc5bc3765d029bd2e723d00251 SHA512 103e6c53f8c0ffd6d218e08e49fd49c21f420c1221912121dba1218d4631b6869357002fb1a18444e58283e2d6e59ae3f43d5a23c06c506538d69f4a178b3973 WHIRLPOOL d8a88f21b26079f86d5deb55cfeae0bc4c7f34d853e4b2a887eeb829f38e5be8d8902dea675caa7d373503f25c798b2492d6a1212fb58ea15e352e1c3c9b90fa +DIST flexi-streams-1.0.15.tar.gz 135550 SHA256 1c9d8020cfd2bf0344e5baf1dff8b01aa7cefcdc5bc3765d029bd2e723d00251 SHA512 103e6c53f8c0ffd6d218e08e49fd49c21f420c1221912121dba1218d4631b6869357002fb1a18444e58283e2d6e59ae3f43d5a23c06c506538d69f4a178b3973 WHIRLPOOL d8a88f21b26079f86d5deb55cfeae0bc4c7f34d853e4b2a887eeb829f38e5be8d8902dea675caa7d373503f25c798b2492d6a1212fb58ea15e352e1c3c9b90fa 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 54995d59fbc4..2968cb844cc0 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" |