From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-776569-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A15E1138A87 for <garchives@archives.gentoo.org>; Mon, 23 Feb 2015 21:59:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE186E08DF; Mon, 23 Feb 2015 21:58:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5B0D0E08DF for <gentoo-commits@lists.gentoo.org>; Mon, 23 Feb 2015 21:58:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5CE10340897 for <gentoo-commits@lists.gentoo.org>; Mon, 23 Feb 2015 21:58:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1F0212681 for <gentoo-commits@lists.gentoo.org>; Mon, 23 Feb 2015 21:58:45 +0000 (UTC) From: "Sebastian Pipping" <sping@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, "Sebastian Pipping" <sping@gentoo.org> Message-ID: <1424728700.17a3d24f07900413360bdb9f60a4fb89f1b557a9.sping@gentoo> Subject: [gentoo-commits] proj/api:master commit in: files/overlays/ X-VCS-Repository: proj/api X-VCS-Files: files/overlays/repositories.xml X-VCS-Directories: files/overlays/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 17a3d24f07900413360bdb9f60a4fb89f1b557a9 X-VCS-Branch: master Date: Mon, 23 Feb 2015 21:58:45 +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: 6934809c-a8b3-4e25-b260-f81efac3b904 X-Archives-Hash: 273c113acaa1bd79b2c6d6e36d6a3d9b commit: 17a3d24f07900413360bdb9f60a4fb89f1b557a9 Author: Sebastian Pipping <sping <AT> gentoo <DOT> org> AuthorDate: Mon Feb 23 21:58:20 2015 +0000 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org> CommitDate: Mon Feb 23 21:58:20 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/api.git;a=commit;h=17a3d24f Add overlay "blender-gentoo-logo" --- files/overlays/repositories.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index 15b803b..345c9ee 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -603,6 +603,19 @@ FIN </owner> <source type="git">git://gitorious.org/jasiu/bleeding-edge.git</source> </repo> + <repo quality="experimental" status="official"> + <name>blender-gentoo-logo</name> + <description lang="en">Software needed to render the Blender-based gentoo Logo of 2003</description> + <homepage>https://github.com/gentoo/blender-gentoo-logo-overlay</homepage> + <owner type="person"> + <email>sping@gentoo.org</email> + <name>Sebastian Pipping</name> + </owner> + <source type="git">https://github.com/gentoo/blender-gentoo-logo-overlay.git</source> + <source type="git">git://github.com/gentoo/blender-gentoo-logo-overlay.git</source> + <source type="git">git@github.com:gentoo/blender-gentoo-logo-overlay.git</source> + <feed>https://github.com/gentoo/blender-gentoo-logo-overlay/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>bliss-overlay</name> <description>FearedBliss's Gentoo Overlay</description>