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 912EF139694 for ; Thu, 23 Feb 2017 02:30:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C55B121C03C; Thu, 23 Feb 2017 02:30:11 +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 A07E621C03C for ; Thu, 23 Feb 2017 02:30:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 280D133FE7D for ; Thu, 23 Feb 2017 02:30:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B6205153 for ; Thu, 23 Feb 2017 02:30:07 +0000 (UTC) From: "Göktürk Yüksek" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Göktürk Yüksek" Message-ID: <1487816973.82df0f13b9d8da043781a81fd0cb69d86a78ff87.gokturk@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libaio/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libaio/libaio-0.3.110.ebuild X-VCS-Directories: dev-libs/libaio/ X-VCS-Committer: gokturk X-VCS-Committer-Name: Göktürk Yüksek X-VCS-Revision: 82df0f13b9d8da043781a81fd0cb69d86a78ff87 X-VCS-Branch: master Date: Thu, 23 Feb 2017 02:30:07 +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: 7dcf6581-c3ad-45a8-a95b-b385843f22f5 X-Archives-Hash: 7225cde13ac8c6368e2d5f38f06da9e1 commit: 82df0f13b9d8da043781a81fd0cb69d86a78ff87 Author: Göktürk Yüksek gentoo org> AuthorDate: Thu Feb 23 02:29:33 2017 +0000 Commit: Göktürk Yüksek gentoo org> CommitDate: Thu Feb 23 02:29:33 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82df0f13 dev-libs/libaio: switch from fedorahosted to debian mirrors Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-libs/libaio/libaio-0.3.110.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/libaio/libaio-0.3.110.ebuild b/dev-libs/libaio/libaio-0.3.110.ebuild index 0605dbed07..e71030affb 100644 --- a/dev-libs/libaio/libaio-0.3.110.ebuild +++ b/dev-libs/libaio/libaio-0.3.110.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,8 +7,8 @@ EAPI=5 inherit eutils multilib-minimal toolchain-funcs flag-o-matic DESCRIPTION="Asynchronous input/output library that uses the kernels native interface" -HOMEPAGE="https://git.fedorahosted.org/cgit/libaio.git/ http://lse.sourceforge.net/io/aio.html" -SRC_URI="https://fedorahosted.org/releases/${PN:0:1}/${PN:1:1}/${PN}/${P}.tar.gz" +HOMEPAGE="http://lse.sourceforge.net/io/aio.html" +SRC_URI="mirror://debian/pool/main/liba/${PN}/${PN}_${PV}.orig.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2" SLOT="0"