From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 632ED139BC7 for ; Fri, 25 Sep 2015 08:11:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BB3B21C01D; Fri, 25 Sep 2015 08:11:08 +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 A518F21C01D for ; Fri, 25 Sep 2015 08:11:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 22BD6340861 for ; Fri, 25 Sep 2015 08:11:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D208238 for ; Fri, 25 Sep 2015 08:11:04 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1443168298.ef5fd42e0d085f3d184bb1c1783679fb6336b1df.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/replicatorg/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/replicatorg/metadata.xml media-gfx/replicatorg/replicatorg-37-r2.ebuild media-gfx/replicatorg/replicatorg-40-r1.ebuild X-VCS-Directories: media-gfx/replicatorg/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: ef5fd42e0d085f3d184bb1c1783679fb6336b1df X-VCS-Branch: master Date: Fri, 25 Sep 2015 08:11:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 84f06347-c3bd-4c7f-a5b8-8c98578a33d7 X-Archives-Hash: 23f9d1d1364bfc2ce1cdac4b3286a6db commit: ef5fd42e0d085f3d184bb1c1783679fb6336b1df Author: Justin Lecher gentoo org> AuthorDate: Fri Sep 25 08:04:58 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Sep 25 08:04:58 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef5fd42e media-gfx/replicatorg: Fix leading whitespaces Package-Manager: portage-2.2.21 Signed-off-by: Justin Lecher gentoo.org> media-gfx/replicatorg/metadata.xml | 12 ++++++------ media-gfx/replicatorg/replicatorg-37-r2.ebuild | 4 ++-- media-gfx/replicatorg/replicatorg-40-r1.ebuild | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/media-gfx/replicatorg/metadata.xml b/media-gfx/replicatorg/metadata.xml index b32219d..6adaf93 100644 --- a/media-gfx/replicatorg/metadata.xml +++ b/media-gfx/replicatorg/metadata.xml @@ -1,13 +1,13 @@ - -mattm@gentoo.org -Matthew Marlowe - - + + mattm@gentoo.org + Matthew Marlowe + + This is the software that will drive your MakerBot Replicator, Thing-O-Matic, CupCake CNC, RepRap machine, or generic CNC machine. You can give it a GCode or STL file to process, and it takes it from there. It's cross platform, easily installed, and is based on the familiar Arduino / Processing environments. ReplicatorG is used by thousands of MakerBot Operators, and has printed tens of thousands of objects and counting. - + diff --git a/media-gfx/replicatorg/replicatorg-37-r2.ebuild b/media-gfx/replicatorg/replicatorg-37-r2.ebuild index af8892a..652b8e3 100644 --- a/media-gfx/replicatorg/replicatorg-37-r2.ebuild +++ b/media-gfx/replicatorg/replicatorg-37-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -77,7 +77,7 @@ src_install() { insinto /usr/share/replicatorg doins -r \ - contributors.txt \ + contributors.txt \ license.txt \ readme.txt \ todo.txt diff --git a/media-gfx/replicatorg/replicatorg-40-r1.ebuild b/media-gfx/replicatorg/replicatorg-40-r1.ebuild index ae71d22..fd7d09c 100644 --- a/media-gfx/replicatorg/replicatorg-40-r1.ebuild +++ b/media-gfx/replicatorg/replicatorg-40-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -77,7 +77,7 @@ src_install() { insinto /usr/share/replicatorg doins -r \ - contributors.txt \ + contributors.txt \ license.txt \ readme.txt \ todo.txt