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 57EB01382C5 for ; Wed, 16 May 2018 19:11:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C039E08DB; Wed, 16 May 2018 19:11:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 6D935E08DB for ; Wed, 16 May 2018 19:11:15 +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 1CCD8335C0C for ; Wed, 16 May 2018 19:11:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 949E9299 for ; Wed, 16 May 2018 19:11:12 +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: <1526497863.ff5ef2277166a87d23f99c79778dd3c463c494cd.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/diffmask/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/diffmask/diffmask-0.3.3-r3.ebuild app-portage/diffmask/diffmask-9999.ebuild app-portage/diffmask/metadata.xml X-VCS-Directories: app-portage/diffmask/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ff5ef2277166a87d23f99c79778dd3c463c494cd X-VCS-Branch: master Date: Wed, 16 May 2018 19:11:12 +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: 61d614e1-757d-49fa-9f3d-c4bdb8280048 X-Archives-Hash: f984e5b41d4f40baaf7f5d255bc1ffae commit: ff5ef2277166a87d23f99c79778dd3c463c494cd Author: Michał Górny gentoo org> AuthorDate: Wed May 16 19:07:55 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed May 16 19:11:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff5ef227 app-portage/diffmask: Switch to GitHub app-portage/diffmask/diffmask-0.3.3-r3.ebuild | 4 ++-- app-portage/diffmask/diffmask-9999.ebuild | 4 ++-- app-portage/diffmask/metadata.xml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app-portage/diffmask/diffmask-0.3.3-r3.ebuild b/app-portage/diffmask/diffmask-0.3.3-r3.ebuild index 1b7c91a0cd0..7baf9d9b47c 100644 --- a/app-portage/diffmask/diffmask-0.3.3-r3.ebuild +++ b/app-portage/diffmask/diffmask-0.3.3-r3.ebuild @@ -7,8 +7,8 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) inherit distutils-r1 DESCRIPTION="A utility to maintain package.unmask entries up-to-date with masks" -HOMEPAGE="https://bitbucket.org/mgorny/diffmask/" -SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2" +HOMEPAGE="https://github.com/mgorny/diffmask/" +SRC_URI="https://github.com/mgorny/diffmask/releases/download/${P}/${P}.tar.bz2" LICENSE="BSD" SLOT="0" diff --git a/app-portage/diffmask/diffmask-9999.ebuild b/app-portage/diffmask/diffmask-9999.ebuild index 98a07f61cfe..14151f6b5ab 100644 --- a/app-portage/diffmask/diffmask-9999.ebuild +++ b/app-portage/diffmask/diffmask-9999.ebuild @@ -7,9 +7,9 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) inherit distutils-r1 git-r3 DESCRIPTION="A utility to maintain package.unmask entries up-to-date with masks" -HOMEPAGE="https://bitbucket.org/mgorny/diffmask/" +HOMEPAGE="https://github.com/mgorny/diffmask/" SRC_URI="" -EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git" +EGIT_REPO_URI="https://github.com/mgorny/${PN}.git" LICENSE="BSD" SLOT="0" diff --git a/app-portage/diffmask/metadata.xml b/app-portage/diffmask/metadata.xml index 787683efe04..a7831157d05 100644 --- a/app-portage/diffmask/metadata.xml +++ b/app-portage/diffmask/metadata.xml @@ -17,7 +17,7 @@ mgorny@gentoo.org Michał Górny - https://bitbucket.org/mgorny/diffmask/issues/ - mgorny/diffmask + https://github.com/mgorny/diffmask/issues/ + mgorny/diffmask