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 F1742139083 for ; Sat, 23 Dec 2017 15:37:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4AFCE0C5F; Sat, 23 Dec 2017 15:37:42 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A41B6E0C5F for ; Sat, 23 Dec 2017 15:37:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C8B0A33FE7D for ; Sat, 23 Dec 2017 15:37:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57BC6AE84 for ; Sat, 23 Dec 2017 15:37:32 +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: <1514043491.2873a0d3b28eb38ba464496f80fd7b98b808a8d0.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/trivial-backtrace/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/trivial-backtrace/trivial-backtrace-1.1.0.ebuild X-VCS-Directories: dev-lisp/trivial-backtrace/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 2873a0d3b28eb38ba464496f80fd7b98b808a8d0 X-VCS-Branch: master Date: Sat, 23 Dec 2017 15:37:32 +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: bee35d5c-7c6c-47fc-9f18-2bbbcfa996d7 X-Archives-Hash: 0e69da812fd69d8ed459e32e24b6b4cb commit: 2873a0d3b28eb38ba464496f80fd7b98b808a8d0 Author: Chema Alonso Josa gentoo org> AuthorDate: Sat Dec 23 15:38:11 2017 +0000 Commit: José María Alonso gentoo org> CommitDate: Sat Dec 23 15:38:11 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=2873a0d3 dev-lisp/trivial-backtrace: Updates SRC_URI and manifest dev-lisp/trivial-backtrace/trivial-backtrace-1.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lisp/trivial-backtrace/trivial-backtrace-1.1.0.ebuild b/dev-lisp/trivial-backtrace/trivial-backtrace-1.1.0.ebuild index aed357fc..27d16028 100644 --- a/dev-lisp/trivial-backtrace/trivial-backtrace-1.1.0.ebuild +++ b/dev-lisp/trivial-backtrace/trivial-backtrace-1.1.0.ebuild @@ -7,7 +7,7 @@ inherit common-lisp-3 eutils DESCRIPTION="A simple library for generating a backtrace portably." HOMEPAGE="http://common-lisp.net/project/trivial-backtrace" -SRC_URI="mirror://gentoo/${P}.tar.gz" +SRC_URI="https://dev.gentoo.org/~nimiux/${CATEGORY}/${PN}/${P}.tar.bz2" LICENSE="MIT BSD" SLOT="0"