From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 521351384B4 for ; Thu, 3 Dec 2015 22:40:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA23321C0C0; Thu, 3 Dec 2015 22:40:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6F38B21C0C0 for ; Thu, 3 Dec 2015 22:40:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 10A20340873 for ; Thu, 3 Dec 2015 22:40:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28881C7D for ; Thu, 3 Dec 2015 22:40:21 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1449182410.5511a5a23a9087ddcf3b8bf774288afed93b43a2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gd/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/gd/gd-2.1.1-r1.ebuild media-libs/gd/gd-2.1.1.ebuild X-VCS-Directories: media-libs/gd/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5511a5a23a9087ddcf3b8bf774288afed93b43a2 X-VCS-Branch: master Date: Thu, 3 Dec 2015 22:40:21 +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: dc2535dc-3cd5-4143-a6fa-0c4ddbc850f2 X-Archives-Hash: 33b5a75665d1d29d0d9c0ca6aacae33d commit: 5511a5a23a9087ddcf3b8bf774288afed93b43a2 Author: Michał Górny gentoo org> AuthorDate: Thu Dec 3 22:39:21 2015 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Dec 3 22:40:10 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5511a5a2 media-libs/gd: Replace mirror://bitbucket with inline URL Replace mirror://bitbucket that has been removed in July 2014 with correct inline URL. media-libs/gd/gd-2.1.1-r1.ebuild | 2 +- media-libs/gd/gd-2.1.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/gd/gd-2.1.1-r1.ebuild b/media-libs/gd/gd-2.1.1-r1.ebuild index 5e62731..2be673f 100644 --- a/media-libs/gd/gd-2.1.1-r1.ebuild +++ b/media-libs/gd/gd-2.1.1-r1.ebuild @@ -8,7 +8,7 @@ inherit libtool multilib-minimal eutils autotools DESCRIPTION="A graphics library for fast image creation" HOMEPAGE="http://libgd.org/ http://www.boutell.com/gd/" -SRC_URI="mirror://bitbucket/libgd/gd-libgd/downloads/lib${P}.tar.xz" +SRC_URI="https://bitbucket.org/libgd/gd-libgd/downloads/lib${P}.tar.xz" LICENSE="gd IJG HPND BSD" SLOT="2/3" diff --git a/media-libs/gd/gd-2.1.1.ebuild b/media-libs/gd/gd-2.1.1.ebuild index a888450..0d365a8 100644 --- a/media-libs/gd/gd-2.1.1.ebuild +++ b/media-libs/gd/gd-2.1.1.ebuild @@ -8,7 +8,7 @@ inherit libtool multilib-minimal eutils DESCRIPTION="A graphics library for fast image creation" HOMEPAGE="http://libgd.org/ http://www.boutell.com/gd/" -SRC_URI="mirror://bitbucket/libgd/gd-libgd/downloads/lib${P}.tar.xz" +SRC_URI="https://bitbucket.org/libgd/gd-libgd/downloads/lib${P}.tar.xz" LICENSE="gd IJG HPND BSD" SLOT="2/3"