dev-util/android-sdk-update-manager: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Wed, 16 May 2018 14:24:57 +0000 (16:24 +0200)
committerAaron Bauman <bman@gentoo.org>
Wed, 16 May 2018 22:50:22 +0000 (18:50 -0400)
Closes: https://github.com/gentoo/gentoo/pull/8431

15 files changed:
dev-util/android-sdk-update-manager/android-sdk-update-manager-21.1.ebuild
dev-util/android-sdk-update-manager/android-sdk-update-manager-21.ebuild
dev-util/android-sdk-update-manager/android-sdk-update-manager-22.0.1-r1.ebuild
dev-util/android-sdk-update-manager/android-sdk-update-manager-22.0.1.ebuild
dev-util/android-sdk-update-manager/android-sdk-update-manager-22.0.4.ebuild
dev-util/android-sdk-update-manager/android-sdk-update-manager-22.0.5-r1.ebuild
dev-util/android-sdk-update-manager/android-sdk-update-manager-22.0.5.ebuild
dev-util/android-sdk-update-manager/android-sdk-update-manager-22.2.1.ebuild
dev-util/android-sdk-update-manager/android-sdk-update-manager-22.3.ebuild
dev-util/android-sdk-update-manager/android-sdk-update-manager-22.6.1.ebuild
dev-util/android-sdk-update-manager/android-sdk-update-manager-22.6.ebuild
dev-util/android-sdk-update-manager/android-sdk-update-manager-22.ebuild
dev-util/android-sdk-update-manager/android-sdk-update-manager-23-r1.ebuild
dev-util/android-sdk-update-manager/android-sdk-update-manager-23.ebuild
dev-util/android-sdk-update-manager/android-sdk-update-manager-24.4.1.ebuild

index 5f00b9850c8a08a07e4fdf11843e20129a9289ac..7403186e3daf62d87cf54ae9939dad249e25c51d 100644 (file)
@@ -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=5
@@ -8,7 +8,7 @@ inherit eutils user
 MY_P="android-sdk_r${PV}-linux"
 
 DESCRIPTION="Open Handset Alliance's Android SDK"
-HOMEPAGE="http://developer.android.com"
+HOMEPAGE="https://developer.android.com"
 SRC_URI="https://dl.google.com/android/${MY_P}.tgz"
 IUSE=""
 RESTRICT="mirror"
@@ -91,7 +91,7 @@ pkg_postinst() {
        elog "Run 'android' to download the full SDK, including some of the platform tools."
        elog "You must be in the android group to manage the development environment."
        elog "Just run 'gpasswd -a <USER> android', then have <USER> re-login."
-       elog "See http://developer.android.com/sdk/adding-components.html for more"
+       elog "See https://developer.android.com/sdk/adding-components.html for more"
        elog "information."
        elog "If you have problems downloading the SDK, see https://code.google.com/p/android/issues/detail?id=4406"
        elog "You need to run env-update and source /etc/profile in any open shells"
index 5a517bb942a421e4d0d27957318a7bea3dc599df..6a654da49cbacd8ccf8c46a87f6ed8b25e654683 100644 (file)
@@ -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=5
@@ -8,7 +8,7 @@ inherit eutils user
 MY_P="android-sdk_r${PV}-linux"
 
 DESCRIPTION="Open Handset Alliance's Android SDK"
-HOMEPAGE="http://developer.android.com"
+HOMEPAGE="https://developer.android.com"
 SRC_URI="https://dl.google.com/android/${MY_P}.tgz"
 IUSE=""
 RESTRICT="mirror"
@@ -91,7 +91,7 @@ pkg_postinst() {
        elog "Run 'android' to download the full SDK, including some of the platform tools."
        elog "You must be in the android group to manage the development environment."
        elog "Just run 'gpasswd -a <USER> android', then have <USER> re-login."
-       elog "See http://developer.android.com/sdk/adding-components.html for more"
+       elog "See https://developer.android.com/sdk/adding-components.html for more"
        elog "information."
        elog "If you have problems downloading the SDK, see https://code.google.com/p/android/issues/detail?id=4406"
        elog "You need to run env-update and source /etc/profile in any open shells"
index f7afd5560771d09921d53474c3ba7999c2e4d909..f812d83f4ede006b5d812197637edb9b1e4c4b4b 100644 (file)
@@ -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="5"
@@ -8,7 +8,7 @@ inherit eutils user
 MY_P="android-sdk_r${PV}-linux"
 
 DESCRIPTION="Open Handset Alliance's Android SDK"
-HOMEPAGE="http://developer.android.com"
+HOMEPAGE="https://developer.android.com"
 SRC_URI="https://dl.google.com/android/${MY_P}.tgz"
 IUSE=""
 RESTRICT="mirror"
@@ -91,7 +91,7 @@ pkg_postinst() {
        elog "Run 'android' to download the full SDK, including some of the platform tools."
        elog "You must be in the android group to manage the development environment."
        elog "Just run 'gpasswd -a <USER> android', then have <USER> re-login."
-       elog "See http://developer.android.com/sdk/adding-components.html for more"
+       elog "See https://developer.android.com/sdk/adding-components.html for more"
        elog "information."
        elog "If you have problems downloading the SDK, see https://code.google.com/p/android/issues/detail?id=4406"
        elog "You need to run env-update and source /etc/profile in any open shells"
index b4f3c7e230fd0847e30231e7e515a33053ab3003..602463fce91e52fcc12dc7af394c6f9e48bc81b8 100644 (file)
@@ -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=5
@@ -8,7 +8,7 @@ inherit eutils user
 MY_P="android-sdk_r${PV}-linux"
 
 DESCRIPTION="Open Handset Alliance's Android SDK"
-HOMEPAGE="http://developer.android.com"
+HOMEPAGE="https://developer.android.com"
 SRC_URI="https://dl.google.com/android/${MY_P}.tgz"
 IUSE=""
 RESTRICT="mirror"
@@ -91,7 +91,7 @@ pkg_postinst() {
        elog "Run 'android' to download the full SDK, including some of the platform tools."
        elog "You must be in the android group to manage the development environment."
        elog "Just run 'gpasswd -a <USER> android', then have <USER> re-login."
-       elog "See http://developer.android.com/sdk/adding-components.html for more"
+       elog "See https://developer.android.com/sdk/adding-components.html for more"
        elog "information."
        elog "If you have problems downloading the SDK, see https://code.google.com/p/android/issues/detail?id=4406"
        elog "You need to run env-update and source /etc/profile in any open shells"
index f7afd5560771d09921d53474c3ba7999c2e4d909..f812d83f4ede006b5d812197637edb9b1e4c4b4b 100644 (file)
@@ -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="5"
@@ -8,7 +8,7 @@ inherit eutils user
 MY_P="android-sdk_r${PV}-linux"
 
 DESCRIPTION="Open Handset Alliance's Android SDK"
-HOMEPAGE="http://developer.android.com"
+HOMEPAGE="https://developer.android.com"
 SRC_URI="https://dl.google.com/android/${MY_P}.tgz"
 IUSE=""
 RESTRICT="mirror"
@@ -91,7 +91,7 @@ pkg_postinst() {
        elog "Run 'android' to download the full SDK, including some of the platform tools."
        elog "You must be in the android group to manage the development environment."
        elog "Just run 'gpasswd -a <USER> android', then have <USER> re-login."
-       elog "See http://developer.android.com/sdk/adding-components.html for more"
+       elog "See https://developer.android.com/sdk/adding-components.html for more"
        elog "information."
        elog "If you have problems downloading the SDK, see https://code.google.com/p/android/issues/detail?id=4406"
        elog "You need to run env-update and source /etc/profile in any open shells"
index 469b385c8e86f4a9bcd44a92ed931a20a5b44641..173fd895298fe4520c7969bb9a06afe143abcbcb 100644 (file)
@@ -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="5"
@@ -8,7 +8,7 @@ inherit eutils user
 MY_P="android-sdk_r${PV}-linux"
 
 DESCRIPTION="Open Handset Alliance's Android SDK"
-HOMEPAGE="http://developer.android.com"
+HOMEPAGE="https://developer.android.com"
 SRC_URI="https://dl.google.com/android/${MY_P}.tgz"
 IUSE=""
 RESTRICT="mirror"
@@ -92,7 +92,7 @@ pkg_postinst() {
        elog "Run 'android' to download the full SDK, including some of the platform tools."
        elog "You must be in the android group to manage the development environment."
        elog "Just run 'gpasswd -a <USER> android', then have <USER> re-login."
-       elog "See http://developer.android.com/sdk/adding-components.html for more"
+       elog "See https://developer.android.com/sdk/adding-components.html for more"
        elog "information."
        elog "If you have problems downloading the SDK, see https://code.google.com/p/android/issues/detail?id=4406"
        elog "You need to run env-update and source /etc/profile in any open shells"
index f7afd5560771d09921d53474c3ba7999c2e4d909..f812d83f4ede006b5d812197637edb9b1e4c4b4b 100644 (file)
@@ -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="5"
@@ -8,7 +8,7 @@ inherit eutils user
 MY_P="android-sdk_r${PV}-linux"
 
 DESCRIPTION="Open Handset Alliance's Android SDK"
-HOMEPAGE="http://developer.android.com"
+HOMEPAGE="https://developer.android.com"
 SRC_URI="https://dl.google.com/android/${MY_P}.tgz"
 IUSE=""
 RESTRICT="mirror"
@@ -91,7 +91,7 @@ pkg_postinst() {
        elog "Run 'android' to download the full SDK, including some of the platform tools."
        elog "You must be in the android group to manage the development environment."
        elog "Just run 'gpasswd -a <USER> android', then have <USER> re-login."
-       elog "See http://developer.android.com/sdk/adding-components.html for more"
+       elog "See https://developer.android.com/sdk/adding-components.html for more"
        elog "information."
        elog "If you have problems downloading the SDK, see https://code.google.com/p/android/issues/detail?id=4406"
        elog "You need to run env-update and source /etc/profile in any open shells"
index 469b385c8e86f4a9bcd44a92ed931a20a5b44641..173fd895298fe4520c7969bb9a06afe143abcbcb 100644 (file)
@@ -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="5"
@@ -8,7 +8,7 @@ inherit eutils user
 MY_P="android-sdk_r${PV}-linux"
 
 DESCRIPTION="Open Handset Alliance's Android SDK"
-HOMEPAGE="http://developer.android.com"
+HOMEPAGE="https://developer.android.com"
 SRC_URI="https://dl.google.com/android/${MY_P}.tgz"
 IUSE=""
 RESTRICT="mirror"
@@ -92,7 +92,7 @@ pkg_postinst() {
        elog "Run 'android' to download the full SDK, including some of the platform tools."
        elog "You must be in the android group to manage the development environment."
        elog "Just run 'gpasswd -a <USER> android', then have <USER> re-login."
-       elog "See http://developer.android.com/sdk/adding-components.html for more"
+       elog "See https://developer.android.com/sdk/adding-components.html for more"
        elog "information."
        elog "If you have problems downloading the SDK, see https://code.google.com/p/android/issues/detail?id=4406"
        elog "You need to run env-update and source /etc/profile in any open shells"
index 5c4a40c1c3a3cbaa5d8339ab42eaf3e9dc5d2b4e..56e4c80f137910fa078088a572216f83cd610db9 100644 (file)
@@ -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="5"
@@ -8,7 +8,7 @@ inherit eutils user udev
 MY_P="android-sdk_r${PV}-linux"
 
 DESCRIPTION="Open Handset Alliance's Android SDK"
-HOMEPAGE="http://developer.android.com"
+HOMEPAGE="https://developer.android.com"
 SRC_URI="https://dl.google.com/android/${MY_P}.tgz"
 IUSE=""
 RESTRICT="mirror"
@@ -94,7 +94,7 @@ pkg_postinst() {
        elog "Run 'android' to download the full SDK, including some of the platform tools."
        elog "You must be in the android group to manage the development environment."
        elog "Just run 'gpasswd -a <USER> android', then have <USER> re-login."
-       elog "See http://developer.android.com/sdk/adding-components.html for more"
+       elog "See https://developer.android.com/sdk/adding-components.html for more"
        elog "information."
        elog "If you have problems downloading the SDK, see https://code.google.com/p/android/issues/detail?id=4406"
        elog "You need to run env-update and source /etc/profile in any open shells"
index 5c4a40c1c3a3cbaa5d8339ab42eaf3e9dc5d2b4e..56e4c80f137910fa078088a572216f83cd610db9 100644 (file)
@@ -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="5"
@@ -8,7 +8,7 @@ inherit eutils user udev
 MY_P="android-sdk_r${PV}-linux"
 
 DESCRIPTION="Open Handset Alliance's Android SDK"
-HOMEPAGE="http://developer.android.com"
+HOMEPAGE="https://developer.android.com"
 SRC_URI="https://dl.google.com/android/${MY_P}.tgz"
 IUSE=""
 RESTRICT="mirror"
@@ -94,7 +94,7 @@ pkg_postinst() {
        elog "Run 'android' to download the full SDK, including some of the platform tools."
        elog "You must be in the android group to manage the development environment."
        elog "Just run 'gpasswd -a <USER> android', then have <USER> re-login."
-       elog "See http://developer.android.com/sdk/adding-components.html for more"
+       elog "See https://developer.android.com/sdk/adding-components.html for more"
        elog "information."
        elog "If you have problems downloading the SDK, see https://code.google.com/p/android/issues/detail?id=4406"
        elog "You need to run env-update and source /etc/profile in any open shells"
index 5c4a40c1c3a3cbaa5d8339ab42eaf3e9dc5d2b4e..56e4c80f137910fa078088a572216f83cd610db9 100644 (file)
@@ -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="5"
@@ -8,7 +8,7 @@ inherit eutils user udev
 MY_P="android-sdk_r${PV}-linux"
 
 DESCRIPTION="Open Handset Alliance's Android SDK"
-HOMEPAGE="http://developer.android.com"
+HOMEPAGE="https://developer.android.com"
 SRC_URI="https://dl.google.com/android/${MY_P}.tgz"
 IUSE=""
 RESTRICT="mirror"
@@ -94,7 +94,7 @@ pkg_postinst() {
        elog "Run 'android' to download the full SDK, including some of the platform tools."
        elog "You must be in the android group to manage the development environment."
        elog "Just run 'gpasswd -a <USER> android', then have <USER> re-login."
-       elog "See http://developer.android.com/sdk/adding-components.html for more"
+       elog "See https://developer.android.com/sdk/adding-components.html for more"
        elog "information."
        elog "If you have problems downloading the SDK, see https://code.google.com/p/android/issues/detail?id=4406"
        elog "You need to run env-update and source /etc/profile in any open shells"
index b4f3c7e230fd0847e30231e7e515a33053ab3003..602463fce91e52fcc12dc7af394c6f9e48bc81b8 100644 (file)
@@ -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=5
@@ -8,7 +8,7 @@ inherit eutils user
 MY_P="android-sdk_r${PV}-linux"
 
 DESCRIPTION="Open Handset Alliance's Android SDK"
-HOMEPAGE="http://developer.android.com"
+HOMEPAGE="https://developer.android.com"
 SRC_URI="https://dl.google.com/android/${MY_P}.tgz"
 IUSE=""
 RESTRICT="mirror"
@@ -91,7 +91,7 @@ pkg_postinst() {
        elog "Run 'android' to download the full SDK, including some of the platform tools."
        elog "You must be in the android group to manage the development environment."
        elog "Just run 'gpasswd -a <USER> android', then have <USER> re-login."
-       elog "See http://developer.android.com/sdk/adding-components.html for more"
+       elog "See https://developer.android.com/sdk/adding-components.html for more"
        elog "information."
        elog "If you have problems downloading the SDK, see https://code.google.com/p/android/issues/detail?id=4406"
        elog "You need to run env-update and source /etc/profile in any open shells"
index d68d94698d08d3b238f202a7abae16793a628577..5178faa3931e5b20c7e06e618ad8b370110b209a 100644 (file)
@@ -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="5"
@@ -8,7 +8,7 @@ inherit eutils user udev
 MY_P="android-sdk_r${PV}-linux"
 
 DESCRIPTION="Open Handset Alliance's Android SDK"
-HOMEPAGE="http://developer.android.com"
+HOMEPAGE="https://developer.android.com"
 SRC_URI="https://dl.google.com/android/${MY_P}.tgz"
 IUSE=""
 RESTRICT="mirror"
@@ -94,7 +94,7 @@ pkg_postinst() {
        elog "Run 'android' to download the full SDK, including some of the platform tools."
        elog "You must be in the android group to manage the development environment."
        elog "Just run 'gpasswd -a <USER> android', then have <USER> re-login."
-       elog "See http://developer.android.com/sdk/adding-components.html for more"
+       elog "See https://developer.android.com/sdk/adding-components.html for more"
        elog "information."
        elog "If you have problems downloading the SDK, see https://code.google.com/p/android/issues/detail?id=4406"
        elog "You need to run env-update and source /etc/profile in any open shells"
index dae7e2366b651cb2e234160ee66ff730e1d5a624..20463eb949fa4189608889a45ac053e9a1609590 100644 (file)
@@ -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="5"
@@ -8,7 +8,7 @@ inherit eutils user udev
 MY_P="android-sdk_r${PV}-linux"
 
 DESCRIPTION="Open Handset Alliance's Android SDK"
-HOMEPAGE="http://developer.android.com"
+HOMEPAGE="https://developer.android.com"
 SRC_URI="https://dl.google.com/android/${MY_P}.tgz"
 IUSE=""
 RESTRICT="mirror"
@@ -94,7 +94,7 @@ pkg_postinst() {
        elog "Run 'android' to download the full SDK, including some of the platform tools."
        elog "You must be in the android group to manage the development environment."
        elog "Just run 'gpasswd -a <USER> android', then have <USER> re-login."
-       elog "See http://developer.android.com/sdk/adding-components.html for more"
+       elog "See https://developer.android.com/sdk/adding-components.html for more"
        elog "information."
        elog "If you have problems downloading the SDK, see https://code.google.com/p/android/issues/detail?id=4406"
        elog "You need to run env-update and source /etc/profile in any open shells"
index d68d94698d08d3b238f202a7abae16793a628577..5178faa3931e5b20c7e06e618ad8b370110b209a 100644 (file)
@@ -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="5"
@@ -8,7 +8,7 @@ inherit eutils user udev
 MY_P="android-sdk_r${PV}-linux"
 
 DESCRIPTION="Open Handset Alliance's Android SDK"
-HOMEPAGE="http://developer.android.com"
+HOMEPAGE="https://developer.android.com"
 SRC_URI="https://dl.google.com/android/${MY_P}.tgz"
 IUSE=""
 RESTRICT="mirror"
@@ -94,7 +94,7 @@ pkg_postinst() {
        elog "Run 'android' to download the full SDK, including some of the platform tools."
        elog "You must be in the android group to manage the development environment."
        elog "Just run 'gpasswd -a <USER> android', then have <USER> re-login."
-       elog "See http://developer.android.com/sdk/adding-components.html for more"
+       elog "See https://developer.android.com/sdk/adding-components.html for more"
        elog "information."
        elog "If you have problems downloading the SDK, see https://code.google.com/p/android/issues/detail?id=4406"
        elog "You need to run env-update and source /etc/profile in any open shells"