From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-906260-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 EA7A9138330
	for <garchives@archives.gentoo.org>; Thu, 13 Oct 2016 13:46:32 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 276D2E0B7F;
	Thu, 13 Oct 2016 13:46:32 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 0B0EDE0B7F
	for <gentoo-commits@lists.gentoo.org>; Thu, 13 Oct 2016 13:46:32 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id EA87B3414E9
	for <gentoo-commits@lists.gentoo.org>; Thu, 13 Oct 2016 13:46:29 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D7A42F6
	for <gentoo-commits@lists.gentoo.org>; Thu, 13 Oct 2016 13:46:27 +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: <1476366362.33b21249c4dc3cb52e210b8260a0de8a09ccf9ee.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: 33b21249c4dc3cb52e210b8260a0de8a09ccf9ee
X-VCS-Branch: master
Date: Thu, 13 Oct 2016 13:46:27 +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: d8d3c644-055d-4088-8bbc-39a6c7bb0503
X-Archives-Hash: 3aa15ee8d9ba0fe9315246bd0ea7e1df

commit:     33b21249c4dc3cb52e210b8260a0de8a09ccf9ee
Author:     Erayd <steve <AT> erayd <DOT> net>
AuthorDate: Thu Oct 13 07:35:16 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Oct 13 13:46:02 2016 +0000
URL:        https://gitweb.gentoo.org/data/api.git/commit/?id=33b21249

repositories: add personal overlay 'erayd' (bug #596712)

Closes: https://github.com/gentoo/api-gentoo-org/pull/18

 files/overlays/repositories.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 729f1ee..59105d5 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -1414,6 +1414,19 @@ FIN
     <feed>https://gitweb.gentoo.org/user/ennui.git/atom/</feed>
   </repo>
   <repo quality="experimental" status="unofficial">
+    <name>erayd</name>
+    <description lang="en">Various personal ebuilds</description>
+    <homepage>https://github.com/erayd/overlay</homepage>
+    <owner type="person">
+      <email>steve@erayd.net</email>
+      <name>Steve Gilberd</name>
+    </owner>
+    <source type="git">https://github.com/erayd/overlay.git</source>
+    <source type="git">git://github.com/erayd/overlay.git</source>
+    <source type="git">git@github.com:erayd/overlay.git</source>
+    <feed>https://github.com/erayd/overlay/commits/master.atom</feed>
+  </repo>
+  <repo quality="experimental" status="unofficial">
     <name>erikmack</name>
     <description lang="en"><![CDATA[Erik Mackdanz' overlay]]></description>
     <homepage>http://github.com/erikmack/gentoo-overlay</homepage>