From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4D8A2138330 for ; Sun, 11 Sep 2016 17:23:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DCD7E083C; Sun, 11 Sep 2016 17:22:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3B9B5E083C for ; Sun, 11 Sep 2016 17:22:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B57E5340836 for ; Sun, 11 Sep 2016 17:22:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38DD12473 for ; Sun, 11 Sep 2016 17:22:55 +0000 (UTC) From: "José María Alonso" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "José María Alonso" Message-ID: <1473614572.87e37af5038115f407226537026849348063d9d5.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/salza2/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/salza2/salza2-2.0.9.ebuild X-VCS-Directories: dev-lisp/salza2/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 87e37af5038115f407226537026849348063d9d5 X-VCS-Branch: master Date: Sun, 11 Sep 2016 17:22:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c4bdb8c1-e5c4-4432-b460-cee46e06b987 X-Archives-Hash: bcd11edaaa9931b41af6ba17d893cf60 commit: 87e37af5038115f407226537026849348063d9d5 Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Sep 11 17:22:52 2016 +0000 Commit: José María Alonso gentoo org> CommitDate: Sun Sep 11 17:22:52 2016 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=87e37af5 dev-lisp/salza2: Add arrow dev-lisp/salza2/salza2-2.0.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lisp/salza2/salza2-2.0.9.ebuild b/dev-lisp/salza2/salza2-2.0.9.ebuild index b45202e..b27b372 100644 --- a/dev-lisp/salza2/salza2-2.0.9.ebuild +++ b/dev-lisp/salza2/salza2-2.0.9.ebuild @@ -10,7 +10,7 @@ MY_PV="release-${PV}" DESCRIPTION="Library for creating compressed data in the ZLIB, DEFLATE, or GZIP data formats" HOMEPAGE="http://www.xach.com/lisp/salza2/" -SRC_URI="https://github.com/xach/${PN}/archive/${MY_PV}.tar.gz" +SRC_URI="https://github.com/xach/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" SLOT="0"