From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1042526-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 BAD26138334 for <garchives@archives.gentoo.org>; Sat, 18 Aug 2018 07:02:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BF45E0819; Sat, 18 Aug 2018 07:02:07 +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 4AD60E0819 for <gentoo-commits@lists.gentoo.org>; Sat, 18 Aug 2018 07:02:07 +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 AEDBE33BF51 for <gentoo-commits@lists.gentoo.org>; Sat, 18 Aug 2018 07:02:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28BFB395 for <gentoo-commits@lists.gentoo.org>; Sat, 18 Aug 2018 07:02:04 +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: <1534575708.27b9f8a695d417a0126c38f3eedce6a419bdd40b.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: 27b9f8a695d417a0126c38f3eedce6a419bdd40b X-VCS-Branch: master Date: Sat, 18 Aug 2018 07:02:04 +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-Archives-Salt: ca6dd675-b389-447f-b26e-4d72e5d433a2 X-Archives-Hash: 27a12a0c033708508a77fb9ed812e5ed commit: 27b9f8a695d417a0126c38f3eedce6a419bdd40b Author: jellybean <qi777xj <AT> gmail <DOT> com> AuthorDate: Fri Aug 17 09:27:30 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Aug 18 07:01:48 2018 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=27b9f8a6 repositories: Add jellybean Closes: https://github.com/gentoo/api-gentoo-org/pull/155 files/overlays/repositories.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index afb7ac8..d3e038e 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -5603,5 +5603,17 @@ <source type="git">git@github.com:kabili207/zyrenth-overlay.git</source> <feed>https://github.com/kabili207/zyrenth-overlay/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>jellybean</name> + <description lang="en">My personal overlay</description> + <homepage>https://github.com/qi777xj/jellybean</homepage> + <owner type="person"> + <email>qi777xj@gmail.com</email> + <name>Hyogeon Gi</name> + </owner> + <source type="git">https://github.com/qi777xj/jellybean.git</source> + <source type="git">git+ssh://git@github.com/qi777xj/jellybean.git</source> + <feed>https://github.com/qi777xj/jellybean/commits/master.atom</feed> + </repo> <!-- vim:se et sw=2 ts=2 sts=2 :--> </repositories>