From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-889297-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 192E51382DE for <garchives@archives.gentoo.org>; Tue, 28 Jun 2016 19:40:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D101141A5; Tue, 28 Jun 2016 19:40:14 +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 94E76141A5 for <gentoo-commits@lists.gentoo.org>; Tue, 28 Jun 2016 19:40:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 190E43409D0 for <gentoo-commits@lists.gentoo.org>; Tue, 28 Jun 2016 19:40:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C2037241D for <gentoo-commits@lists.gentoo.org>; Tue, 28 Jun 2016 19:40:10 +0000 (UTC) From: "Anthony G. Basile" <blueness@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, "Anthony G. Basile" <blueness@gentoo.org> Message-ID: <1467142735.658a517ef38ce9cd0cbf5cea3936695a241e50c8.blueness@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: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 658a517ef38ce9cd0cbf5cea3936695a241e50c8 X-VCS-Branch: master Date: Tue, 28 Jun 2016 19:40:10 +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: 5373e239-bcda-459e-a94c-72c17cf5b223 X-Archives-Hash: e104eb7ef26bd5ac216c114cf4b2da64 commit: 658a517ef38ce9cd0cbf5cea3936695a241e50c8 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Tue Jun 28 19:38:37 2016 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Tue Jun 28 19:38:55 2016 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=658a517e repositories: add ppc64le overlay files/overlays/repositories.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index 3dd60f5..509559a 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -3499,6 +3499,19 @@ FIN </owner> <source type="git">https://github.com/powerman/powerman-overlay.git</source> </repo> + <repo quality="experimental" status="official"> + <name>ppc64le</name> + <description lang="en">ppc64le development overlay</description> + <homepage>https://cgit.gentoo.org/repo/proj/ppc64le.git/</homepage> + <owner type="person"> + <email>blueness@gentoo.org</email> + <name>Anthony G. Basile</name> + </owner> + <source type="git">https://anongit.gentoo.org/git/repo/proj/ppc64le.git</source> + <source type="git">git://anongit.gentoo.org/repo/proj/ppc64le.git</source> + <source type="git">git+ssh://git@git.gentoo.org/repo/proj/ppc64le.git</source> + <feed>https://cgit.gentoo.org/repo/proj/ppc64le.git/atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>printer-drivers</name> <description lang="en">User-submitted ebuilds for printer drivers</description>