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 6B6901382C5 for ; Mon, 1 Feb 2021 09:31:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97740E0995; Mon, 1 Feb 2021 09:31:38 +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 7A33DE0995 for ; Mon, 1 Feb 2021 09:31:37 +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 B819D33C84E for ; Mon, 1 Feb 2021 09:31:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45370478 for ; Mon, 1 Feb 2021 09:31:34 +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: <1612171888.8c2a3e59f0f044d3ed5f261cac7df98462bf280e.mgorny@gentoo> Subject: [gentoo-commits] data/api:master commit in: files/overlays/ X-VCS-Repository: data/api X-VCS-Files: files/overlays/repositories.xml X-VCS-Directories: files/overlays/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8c2a3e59f0f044d3ed5f261cac7df98462bf280e X-VCS-Branch: master Date: Mon, 1 Feb 2021 09:31:34 +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: ad5c45f9-320c-436b-b850-189485b6aef2 X-Archives-Hash: 099b49edba42105a3824c1b5dafa7056 commit: 8c2a3e59f0f044d3ed5f261cac7df98462bf280e Author: David Sveningsson sidvind com> AuthorDate: Mon Feb 1 08:50:13 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Feb 1 09:31:28 2021 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=8c2a3e59 repositories: migrate ext-devlibs from svn to git Closes: https://bugs.gentoo.org/767544 Closes: https://github.com/gentoo/api-gentoo-org/pull/364 Signed-off-by: Michał Górny gentoo.org> files/overlays/repositories.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index 4596907..12664f6 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -1554,12 +1554,14 @@ ext-devlibs Mostly c/c++ and python libraries - http://sidvind.com/wiki/Main_Page + https://gitlab.com/extsidvind/ext-devlibs ext@sidvind.com David Sveningsson - svn://sidvind.com/overlays/ext-devlibs + https://gitlab.com/extsidvind/ext-devlibs.git + git@gitlab.com:extsidvind/ext-devlibs.git + https://gitlab.com/extsidvind/ext-devlibs/-/commits/master?format=atom farmboy0