diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-11 10:25:13 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-04-11 11:39:36 +0200 |
commit | 3b3c55b4b578dd0668ae62a174dd77504738790b (patch) | |
tree | 06d2029d4a561f9ad1c4cbb309cf078565bb3d85 /dev-embedded | |
parent | app-crypt/nitrokey-app: Sync live ebuild (diff) | |
download | gentoo-3b3c55b4b578dd0668ae62a174dd77504738790b.tar.gz gentoo-3b3c55b4b578dd0668ae62a174dd77504738790b.tar.bz2 gentoo-3b3c55b4b578dd0668ae62a174dd77504738790b.zip |
dev-embedded/arduino: fix HOMEPAGE, use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/7938
Diffstat (limited to 'dev-embedded')
-rw-r--r-- | dev-embedded/arduino/arduino-1.0.5-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-embedded/arduino/arduino-1.0.5-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-embedded/arduino/arduino-1.8.5.ebuild | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/dev-embedded/arduino/arduino-1.0.5-r1.ebuild b/dev-embedded/arduino/arduino-1.0.5-r1.ebuild index f8619e449962..6dde62efe0a9 100644 --- a/dev-embedded/arduino/arduino-1.0.5-r1.ebuild +++ b/dev-embedded/arduino/arduino-1.0.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -7,7 +7,7 @@ JAVA_PKG_IUSE="doc examples" inherit eutils java-pkg-2 java-ant-2 DESCRIPTION="An open-source AVR electronics prototyping platform" -HOMEPAGE="http://arduino.cc/ https://arduino.googlecode.com/" +HOMEPAGE="https://arduino.cc/ https://github.com/arduino/" SRC_URI="https://${PN}.googlecode.com/files/${P}-src.tar.gz mirror://gentoo/arduino-icons.tar.bz2" LICENSE="GPL-2 GPL-2+ LGPL-2 CC-BY-SA-3.0" diff --git a/dev-embedded/arduino/arduino-1.0.5-r2.ebuild b/dev-embedded/arduino/arduino-1.0.5-r2.ebuild index 4a3a19ca0aaa..7ca3ff607939 100644 --- a/dev-embedded/arduino/arduino-1.0.5-r2.ebuild +++ b/dev-embedded/arduino/arduino-1.0.5-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ JAVA_PKG_IUSE="doc examples" inherit java-pkg-2 java-ant-2 DESCRIPTION="An open-source AVR electronics prototyping platform" -HOMEPAGE="http://arduino.cc/ https://github.com/arduino/" +HOMEPAGE="https://arduino.cc/ https://github.com/arduino/" SRC_URI=" https://github.com/arduino/Arduino/archive/${PV}.tar.gz -> arduino-src-${PV}.tar.gz mirror://gentoo/arduino-icons.tar.bz2 diff --git a/dev-embedded/arduino/arduino-1.8.5.ebuild b/dev-embedded/arduino/arduino-1.8.5.ebuild index 789545798dae..5eb1fe0db93d 100644 --- a/dev-embedded/arduino/arduino-1.8.5.ebuild +++ b/dev-embedded/arduino/arduino-1.8.5.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit java-pkg-2 java-ant-2 gnome2-utils DESCRIPTION="An open-source AVR electronics prototyping platform" -HOMEPAGE="http://arduino.cc/" +HOMEPAGE="https://arduino.cc/ https://github.com/arduino/" ARDUINO_LIBRARIES=( "Firmata 2.5.6" |