summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVirgil Dupras <hsoft@hardcoded.net>2018-02-12 15:34:17 -0500
committerAmy Liffey <amynka@gentoo.org>2018-03-06 20:58:56 +0100
commit680fcc66df3489c5a3c2b5adf848c36200f6693a (patch)
treec1d509bf379ea77a4053f75b011f865a1875a57c /dev-embedded/arduino/metadata.xml
parentdev-embedded/arduino-listserialportsc: add package (diff)
downloadgentoo-680fcc66df3489c5a3c2b5adf848c36200f6693a.tar.gz
gentoo-680fcc66df3489c5a3c2b5adf848c36200f6693a.tar.bz2
gentoo-680fcc66df3489c5a3c2b5adf848c36200f6693a.zip
dev-embedded/arduino: bump to 1.8.5
This is a major rewrite for a major bump. As we can see in the bug referred below, a *lot* of work can be poured into this ebuild but we can also see that having too large a scope makes us never bump. Thus, I opted for a bump that didn't widen the scope of the v1.0.5 ebuild. We can always improve upon this ebuild later. This work is strongly inspired by maurerpe's fine work at https://github.com/maurerpe/arduino-overlay/tree/master/dev-embedded/arduino-ide but I scaled down the unbundling effort for simplicity's sake. Closes: https://bugs.gentoo.org/525882 Closes: https://github.com/gentoo/gentoo/pull/7166 Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-embedded/arduino/metadata.xml')
-rw-r--r--dev-embedded/arduino/metadata.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-embedded/arduino/metadata.xml b/dev-embedded/arduino/metadata.xml
index e3a5ffc7112d..02101dbf5664 100644
--- a/dev-embedded/arduino/metadata.xml
+++ b/dev-embedded/arduino/metadata.xml
@@ -1,8 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="project">
+ <maintainer type="project">
<email>embedded@gentoo.org</email>
<name>Embedded Gentoo</name>
</maintainer>
+ <upstream>
+ <remote-id type="github">arduino/Arduino</remote-id>
+ </upstream>
</pkgmetadata>