diff options
author | David Hicks <david@hicks.id.au> | 2017-07-30 01:39:27 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 11:37:51 +0200 |
commit | 3a2c5359842761e3fb294d5b2a0608565bd23b9c (patch) | |
tree | a65bab6803879091e78d9c91de29efd5d859b726 /dev-util | |
parent | dev-util/suse-build: use HTTPS for GitHub (diff) | |
download | gentoo-3a2c5359842761e3fb294d5b2a0608565bd23b9c.tar.gz gentoo-3a2c5359842761e3fb294d5b2a0608565bd23b9c.tar.bz2 gentoo-3a2c5359842761e3fb294d5b2a0608565bd23b9c.zip |
dev-util/osc: use HTTPS for GitHub and HOMEPAGE
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/osc/osc-0.148.2.ebuild | 6 | ||||
-rw-r--r-- | dev-util/osc/osc-0.152.0.ebuild | 6 | ||||
-rw-r--r-- | dev-util/osc/osc-0.154.0.ebuild | 6 | ||||
-rw-r--r-- | dev-util/osc/osc-9999.ebuild | 6 |
4 files changed, 12 insertions, 12 deletions
diff --git a/dev-util/osc/osc-0.148.2.ebuild b/dev-util/osc/osc-0.148.2.ebuild index 8213e108fbdd..ff92ebd5d75d 100644 --- a/dev-util/osc/osc-0.148.2.ebuild +++ b/dev-util/osc/osc-0.148.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -EGIT_REPO_URI="git://github.com/openSUSE/osc.git" +EGIT_REPO_URI="https://github.com/openSUSE/osc.git" PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="xml" @@ -20,7 +20,7 @@ inherit distutils-r1 ${EXTRA_ECLASS} unset EXTRA_ECLASS DESCRIPTION="Command line tool for Open Build Service" -HOMEPAGE="http://en.opensuse.org/openSUSE:OSC" +HOMEPAGE="https://en.opensuse.org/openSUSE:OSC" [[ "${PV}" == "9999" ]] || SRC_URI="${OBS_URI}/${P}.tar.gz" diff --git a/dev-util/osc/osc-0.152.0.ebuild b/dev-util/osc/osc-0.152.0.ebuild index 8213e108fbdd..0a9fe2d65388 100644 --- a/dev-util/osc/osc-0.152.0.ebuild +++ b/dev-util/osc/osc-0.152.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -EGIT_REPO_URI="git://github.com/openSUSE/osc.git" +EGIT_REPO_URI="https://github.com/openSUSE/${PN}.git" PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="xml" @@ -20,7 +20,7 @@ inherit distutils-r1 ${EXTRA_ECLASS} unset EXTRA_ECLASS DESCRIPTION="Command line tool for Open Build Service" -HOMEPAGE="http://en.opensuse.org/openSUSE:OSC" +HOMEPAGE="https://en.opensuse.org/openSUSE:OSC" [[ "${PV}" == "9999" ]] || SRC_URI="${OBS_URI}/${P}.tar.gz" diff --git a/dev-util/osc/osc-0.154.0.ebuild b/dev-util/osc/osc-0.154.0.ebuild index a45e90722a4b..42d6d248359a 100644 --- a/dev-util/osc/osc-0.154.0.ebuild +++ b/dev-util/osc/osc-0.154.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -EGIT_REPO_URI="git://github.com/openSUSE/osc.git" +EGIT_REPO_URI="https://github.com/openSUSE/${PN}.git" PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="xml" @@ -20,7 +20,7 @@ inherit distutils-r1 ${EXTRA_ECLASS} unset EXTRA_ECLASS DESCRIPTION="Command line tool for Open Build Service" -HOMEPAGE="http://en.opensuse.org/openSUSE:OSC" +HOMEPAGE="https://en.opensuse.org/openSUSE:OSC" [[ "${PV}" == "9999" ]] || SRC_URI="${OBS_URI}/${P}.tar.gz" diff --git a/dev-util/osc/osc-9999.ebuild b/dev-util/osc/osc-9999.ebuild index 063bcaaf95d6..42d6d248359a 100644 --- a/dev-util/osc/osc-9999.ebuild +++ b/dev-util/osc/osc-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -EGIT_REPO_URI="git://github.com/openSUSE/osc.git" +EGIT_REPO_URI="https://github.com/openSUSE/${PN}.git" PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="xml" @@ -20,7 +20,7 @@ inherit distutils-r1 ${EXTRA_ECLASS} unset EXTRA_ECLASS DESCRIPTION="Command line tool for Open Build Service" -HOMEPAGE="http://en.opensuse.org/openSUSE:OSC" +HOMEPAGE="https://en.opensuse.org/openSUSE:OSC" [[ "${PV}" == "9999" ]] || SRC_URI="${OBS_URI}/${P}.tar.gz" |