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 B36551382C5 for ; Fri, 23 Mar 2018 20:41:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD545E096F; Fri, 23 Mar 2018 20:41:51 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 887E6E096F for ; Fri, 23 Mar 2018 20:41:51 +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 43AE1335C74 for ; Fri, 23 Mar 2018 20:41:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B12B7239 for ; Fri, 23 Mar 2018 20:41:48 +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: <1521837725.4a6f47081110b18367ae0c62ac3212b9e556383f.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: 4a6f47081110b18367ae0c62ac3212b9e556383f X-VCS-Branch: master Date: Fri, 23 Mar 2018 20:41:48 +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: fcb82363-1fed-41ec-ad30-d46201de7a66 X-Archives-Hash: ff6ef355bb5238b00a58013170a09d6e commit: 4a6f47081110b18367ae0c62ac3212b9e556383f Author: Chema Alonso Josa gentoo org> AuthorDate: Fri Mar 23 20:42:05 2018 +0000 Commit: José María Alonso gentoo org> CommitDate: Fri Mar 23 20:42:05 2018 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=4a6f4708 dev-lisp/trivial-backtrace: Updates SRC_URI dev-lisp/trivial-backtrace/trivial-backtrace-1.1.0.ebuild | 4 ++-- 1 file changed, 2 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 d1b8d4ba..2e88b16f 100644 --- a/dev-lisp/trivial-backtrace/trivial-backtrace-1.1.0.ebuild +++ b/dev-lisp/trivial-backtrace/trivial-backtrace-1.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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="https://dev.gentoo.org/~nimiux/${CATEGORY}/${PN}/${P}.tar.bz2" +SRC_URI="mirror://gentoo.org/${P}.tar.bz2" LICENSE="MIT BSD" SLOT="0"