Gentoo Archives: gentoo-commits

From: Jonas Stein <jstein@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/replicatorg/
Date: Thu, 16 Nov 2017 10:38:55
Message-Id: 1510828723.59a56b7c4ab860dbba75cbcf87b29d40dc8e9db0.jstein@gentoo
1 commit: 59a56b7c4ab860dbba75cbcf87b29d40dc8e9db0
2 Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 16 10:38:33 2017 +0000
4 Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 16 10:38:43 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59a56b7c
7
8 media-gfx/replicatorg: Add homepage and maintainer-needed
9
10 The repository moved from google to github.
11 <!-- maintainer-needed --> was missing in metadata.xml
12
13 Package-Manager: Portage-2.3.14, Repoman-2.3.5
14
15 media-gfx/replicatorg/metadata.xml | 11 +++++++++--
16 media-gfx/replicatorg/replicatorg-37-r2.ebuild | 4 ++--
17 media-gfx/replicatorg/replicatorg-40-r1.ebuild | 4 ++--
18 3 files changed, 13 insertions(+), 6 deletions(-)
19
20 diff --git a/media-gfx/replicatorg/metadata.xml b/media-gfx/replicatorg/metadata.xml
21 index fba3a21a731..d193ce4f0db 100644
22 --- a/media-gfx/replicatorg/metadata.xml
23 +++ b/media-gfx/replicatorg/metadata.xml
24 @@ -1,7 +1,14 @@
25 <?xml version="1.0" encoding="UTF-8"?>
26 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
27 <pkgmetadata>
28 +<!-- maintainer-needed -->
29 <longdescription>
30 -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.
31 -</longdescription>
32 + This is the software that will drive your MakerBot Replicator,
33 + Thing-O-Matic, CupCake CNC, RepRap machine, or generic CNC machine.
34 + You can give it a GCode or STL file to process, and it takes it from
35 + there. It's cross platform, easily installed, and is based on the
36 + familiar Arduino / Processing environments. ReplicatorG is used by
37 + thousands of MakerBot Operators, and has printed tens of thousands
38 + of objects and counting.
39 + </longdescription>
40 </pkgmetadata>
41
42 diff --git a/media-gfx/replicatorg/replicatorg-37-r2.ebuild b/media-gfx/replicatorg/replicatorg-37-r2.ebuild
43 index 839824ac1a4..fbb7b8981ea 100644
44 --- a/media-gfx/replicatorg/replicatorg-37-r2.ebuild
45 +++ b/media-gfx/replicatorg/replicatorg-37-r2.ebuild
46 @@ -1,4 +1,4 @@
47 -# Copyright 1999-2015 Gentoo Foundation
48 +# Copyright 1999-2017 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50
51 EAPI="3"
52 @@ -8,7 +8,7 @@ inherit eutils versionator user
53 MY_P="${PN}-00${PV}"
54
55 DESCRIPTION="ReplicatorG is a simple, open source 3D printing program"
56 -HOMEPAGE="http://replicat.org/start"
57 +HOMEPAGE="http://replicat.org/start https://github.com/makerbot/ReplicatorG"
58 SRC_URI="https://replicatorg.googlecode.com/files/${MY_P}-linux.tgz"
59
60 SLOT="0"
61
62 diff --git a/media-gfx/replicatorg/replicatorg-40-r1.ebuild b/media-gfx/replicatorg/replicatorg-40-r1.ebuild
63 index 042c8795ed5..2653c8696e8 100644
64 --- a/media-gfx/replicatorg/replicatorg-40-r1.ebuild
65 +++ b/media-gfx/replicatorg/replicatorg-40-r1.ebuild
66 @@ -1,4 +1,4 @@
67 -# Copyright 1999-2015 Gentoo Foundation
68 +# Copyright 1999-2017 Gentoo Foundation
69 # Distributed under the terms of the GNU General Public License v2
70
71 EAPI="3"
72 @@ -8,7 +8,7 @@ inherit eutils versionator user
73 MY_P="${PN}-00${PV}"
74
75 DESCRIPTION="ReplicatorG is a simple, open source 3D printing program"
76 -HOMEPAGE="http://replicat.org/start"
77 +HOMEPAGE="http://replicat.org/start https://github.com/makerbot/ReplicatorG"
78 SRC_URI="https://replicatorg.googlecode.com/files/${MY_P}-linux.tgz"
79
80 SLOT="0"