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 90789138334 for ; Sat, 15 Dec 2018 13:11:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61BC2E0AB1; Sat, 15 Dec 2018 13:11:31 +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 3398CE0AB1 for ; Sat, 15 Dec 2018 13:11:31 +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 54EEA335C3D for ; Sat, 15 Dec 2018 13:11:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E392444B for ; Sat, 15 Dec 2018 13:11:26 +0000 (UTC) From: "Eray Aslan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eray Aslan" Message-ID: <1544879470.d3b7c0a63f5d3622249879fce283a0f45dcd35af.eras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libverto/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libverto/libverto-0.2.5-r1.ebuild X-VCS-Directories: dev-libs/libverto/ X-VCS-Committer: eras X-VCS-Committer-Name: Eray Aslan X-VCS-Revision: d3b7c0a63f5d3622249879fce283a0f45dcd35af X-VCS-Branch: master Date: Sat, 15 Dec 2018 13:11:26 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9e045994-fcee-44a6-a265-dab59146a21c X-Archives-Hash: f858b48151a95002fa5dc97f9fab30e2 commit: d3b7c0a63f5d3622249879fce283a0f45dcd35af Author: Eray Aslan gentoo org> AuthorDate: Sat Dec 15 13:11:10 2018 +0000 Commit: Eray Aslan gentoo org> CommitDate: Sat Dec 15 13:11:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3b7c0a6 dev-libs/libverto: fix HOMEPAGE and SRC_URI Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Eray Aslan gentoo.org> dev-libs/libverto/libverto-0.2.5-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/libverto/libverto-0.2.5-r1.ebuild b/dev-libs/libverto/libverto-0.2.5-r1.ebuild index 66e4198d03c..1486d1ddb5e 100644 --- a/dev-libs/libverto/libverto-0.2.5-r1.ebuild +++ b/dev-libs/libverto/libverto-0.2.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,8 +6,8 @@ EAPI=5 inherit multilib-minimal DESCRIPTION="Main event loop abstraction library" -HOMEPAGE="https://fedorahosted.org/libverto/" -SRC_URI="https://fedorahosted.org/releases/l/i/libverto/${P}.tar.gz" +HOMEPAGE="https://github.com/latchset/libverto/" +SRC_URI="https://github.com/latchset/libverto/releases/download/${PV}/${P}.tar.gz" LICENSE="MIT" SLOT="0"