From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1087524-garchives=archives.gentoo.org@lists.gentoo.org> 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 3FCCC138334 for <garchives@archives.gentoo.org>; Fri, 3 May 2019 19:16:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1104BE07BA; Fri, 3 May 2019 19:16:29 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E9CA5E07BA for <gentoo-commits@lists.gentoo.org>; Fri, 3 May 2019 19:16:28 +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 4CDB2343522 for <gentoo-commits@lists.gentoo.org>; Fri, 3 May 2019 19:16:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A621A449 for <gentoo-commits@lists.gentoo.org>; Fri, 3 May 2019 19:16:25 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> 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" <mgorny@gentoo.org> Message-ID: <1556910979.f12fe8d3ca1897e08917432d164e22284d7f0fdd.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: f12fe8d3ca1897e08917432d164e22284d7f0fdd X-VCS-Branch: master Date: Fri, 3 May 2019 19:16:25 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6d9520b3-21a4-4ae3-8c97-ce686f795cff X-Archives-Hash: b000cd4e00d19c54fd2c715b9bd9ba57 commit: f12fe8d3ca1897e08917432d164e22284d7f0fdd Author: Witaut Bajaryn <vitaut.bayaryn <AT> gmail <DOT> com> AuthorDate: Fri May 3 18:29:57 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri May 3 19:16:19 2019 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=f12fe8d3 repositories: Add linux-be Co-authored-by: Aleksander Mistewicz <a.mistewicz <AT> gmail.com> Closes: https://github.com/gentoo/api-gentoo-org/pull/200 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> files/overlays/repositories.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index ce7897c..14c195c 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -2740,6 +2740,22 @@ <source type="git">git+ssh://git@git.gentoo.org/repo/proj/libressl.git</source> <feed>https://cgit.gentoo.org/repo/proj/libressl.git/atom/</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>linux-be</name> + <description lang="en">Port of Boot Environments for GNU/Linux</description> + <homepage>https://gitlab.com/linux-be</homepage> + <owner type="person"> + <email>vitaut.bayaryn@gmail.com</email> + <name>Witaut Bajaryn</name> + </owner> + <owner type="person"> + <email>a.mistewicz@gmail.com</email> + <name>Aleksander Mistewicz</name> + </owner> + <source type="git">https://gitlab.com/linux-be/overlay.git</source> + <source type="git">git+ssh://git@gitlab.com/linux-be/overlay.git</source> + <feed>https://gitlab.com/linux-be/overlay/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>linuxunderground-overlay</name> <description>experimental ebuilds from linuxunderground.be</description>