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 990861382C5 for ; Mon, 23 Apr 2018 21:23:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE341E09FA; Mon, 23 Apr 2018 21:23:18 +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 ABCFBE09FA for ; Mon, 23 Apr 2018 21:23:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 36946335C61 for ; Mon, 23 Apr 2018 21:23:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6FEB27F for ; Mon, 23 Apr 2018 21:23:15 +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: <1524518633.8d3e1b496a2198a1c1a5e6c475ec448e8a5df4b4.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: 8d3e1b496a2198a1c1a5e6c475ec448e8a5df4b4 X-VCS-Branch: master Date: Mon, 23 Apr 2018 21:23:15 +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: f060434a-bc53-4747-9b9f-61731c289ec3 X-Archives-Hash: f59307b1a87dedbf532dd8c24923e018 commit: 8d3e1b496a2198a1c1a5e6c475ec448e8a5df4b4 Author: Chema Alonso Josa gentoo org> AuthorDate: Mon Apr 23 21:23:53 2018 +0000 Commit: José María Alonso gentoo org> CommitDate: Mon Apr 23 21:23:53 2018 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=8d3e1b49 dev-lisp/trivial-backtrace: Fixes SRC_URI dev-lisp/trivial-backtrace/trivial-backtrace-1.1.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 2e88b16f..95e6a1f3 100644 --- a/dev-lisp/trivial-backtrace/trivial-backtrace-1.1.0.ebuild +++ b/dev-lisp/trivial-backtrace/trivial-backtrace-1.1.0.ebuild @@ -6,8 +6,9 @@ EAPI=6 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.org/${P}.tar.bz2" +HOMEPAGE="http://common-lisp.net/project/trivial-backtrace + https://github.com/gwkkwg/trivial-backtrace" +SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="MIT BSD" SLOT="0"