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 8CD16138334 for ; Sun, 3 Nov 2019 14:32:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D1E4E0833; Sun, 3 Nov 2019 14:32:12 +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 12873E0831 for ; Sun, 3 Nov 2019 14:32:12 +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 B1D2034C79B for ; Sun, 3 Nov 2019 14:32:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06DC07F9 for ; Sun, 3 Nov 2019 14:32:09 +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: <1572791519.d67d423016800e8550b416bd425b8742fed8832c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-lib-bin-symlink/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-eselect/eselect-lib-bin-symlink/eselect-lib-bin-symlink-0.1.1.ebuild app-eselect/eselect-lib-bin-symlink/eselect-lib-bin-symlink-9999.ebuild app-eselect/eselect-lib-bin-symlink/metadata.xml X-VCS-Directories: app-eselect/eselect-lib-bin-symlink/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d67d423016800e8550b416bd425b8742fed8832c X-VCS-Branch: master Date: Sun, 3 Nov 2019 14:32:09 +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: ba04b8bd-78de-470e-a6a7-828e68ca7fc1 X-Archives-Hash: b814afb8bd25ab75ae4b3f66d27e4536 commit: d67d423016800e8550b416bd425b8742fed8832c Author: Michał Górny gentoo org> AuthorDate: Sun Nov 3 14:09:00 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Nov 3 14:31:59 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d67d4230 app-eselect/eselect-lib-bin-symlink: Migrated to GitHub Signed-off-by: Michał Górny gentoo.org> .../eselect-lib-bin-symlink/eselect-lib-bin-symlink-0.1.1.ebuild | 4 ++-- .../eselect-lib-bin-symlink/eselect-lib-bin-symlink-9999.ebuild | 6 +++--- app-eselect/eselect-lib-bin-symlink/metadata.xml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app-eselect/eselect-lib-bin-symlink/eselect-lib-bin-symlink-0.1.1.ebuild b/app-eselect/eselect-lib-bin-symlink/eselect-lib-bin-symlink-0.1.1.ebuild index 03e71f0f649..c215a50b05f 100644 --- a/app-eselect/eselect-lib-bin-symlink/eselect-lib-bin-symlink-0.1.1.ebuild +++ b/app-eselect/eselect-lib-bin-symlink/eselect-lib-bin-symlink-0.1.1.ebuild @@ -6,8 +6,8 @@ EAPI=5 inherit autotools-utils DESCRIPTION="An eselect library to manage executable symlinks" -HOMEPAGE="https://bitbucket.org/mgorny/eselect-lib-bin-symlink/" -SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2" +HOMEPAGE="https://github.com/mgorny/eselect-lib-bin-symlink/" +SRC_URI="https://github.com/mgorny/eselect-lib-bin-symlink/releases/download/${P}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" diff --git a/app-eselect/eselect-lib-bin-symlink/eselect-lib-bin-symlink-9999.ebuild b/app-eselect/eselect-lib-bin-symlink/eselect-lib-bin-symlink-9999.ebuild index 697a4529f58..a76418a7991 100644 --- a/app-eselect/eselect-lib-bin-symlink/eselect-lib-bin-symlink-9999.ebuild +++ b/app-eselect/eselect-lib-bin-symlink/eselect-lib-bin-symlink-9999.ebuild @@ -4,7 +4,7 @@ EAPI=5 #if LIVE -EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git" +EGIT_REPO_URI="https://github.com/mgorny/eselect-lib-bin-symlink.git" AUTOTOOLS_AUTORECONF=1 inherit git-r3 #endif @@ -12,8 +12,8 @@ inherit git-r3 inherit autotools-utils DESCRIPTION="An eselect library to manage executable symlinks" -HOMEPAGE="https://bitbucket.org/mgorny/eselect-lib-bin-symlink/" -SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2" +HOMEPAGE="https://github.com/mgorny/eselect-lib-bin-symlink/" +SRC_URI="https://github.com/mgorny/eselect-lib-bin-symlink/releases/download/${P}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" diff --git a/app-eselect/eselect-lib-bin-symlink/metadata.xml b/app-eselect/eselect-lib-bin-symlink/metadata.xml index 4c2bf0965d1..630f4772b28 100644 --- a/app-eselect/eselect-lib-bin-symlink/metadata.xml +++ b/app-eselect/eselect-lib-bin-symlink/metadata.xml @@ -10,7 +10,7 @@ mgorny@gentoo.org Michał Górny - https://bitbucket.org/mgorny/eselect-lib-bin-symlink/issues/ - mgorny/eselect-lib-bin-symlink + https://github.com/mgorny/eselect-lib-bin-symlink/issues/ + mgorny/eselect-lib-bin-symlink