diff options
Diffstat (limited to 'media-gfx/replicatorg')
-rw-r--r-- | media-gfx/replicatorg/metadata.xml | 12 | ||||
-rw-r--r-- | media-gfx/replicatorg/replicatorg-37-r2.ebuild | 4 | ||||
-rw-r--r-- | 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 b32219d4b98d..6adaf93efc08 100644 --- a/media-gfx/replicatorg/metadata.xml +++ b/media-gfx/replicatorg/metadata.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer> -<email>mattm@gentoo.org</email> -<name>Matthew Marlowe</name> -</maintainer> -<longdescription> + <maintainer> + <email>mattm@gentoo.org</email> + <name>Matthew Marlowe</name> + </maintainer> + <longdescription> 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. </longdescription> -<use> + <use> </use> </pkgmetadata> diff --git a/media-gfx/replicatorg/replicatorg-37-r2.ebuild b/media-gfx/replicatorg/replicatorg-37-r2.ebuild index af8892af7d2b..652b8e3f112f 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 ae71d224b1ee..fd7d09ca0229 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 |