From: David Seifert Date: Mon, 13 Jan 2020 10:05:28 +0000 (+0100) Subject: sys-apps/hwids: [QA] Fix HomepageInSrcUri X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=58dc8d2c62f11daed974440e63a32e0bbd498bc0;p=gentoo.git sys-apps/hwids: [QA] Fix HomepageInSrcUri Signed-off-by: David Seifert --- diff --git a/sys-apps/hwids/hwids-20190316.ebuild b/sys-apps/hwids/hwids-20190316.ebuild index 083d801e08cd..61cefea68916 100644 --- a/sys-apps/hwids/hwids-20190316.ebuild +++ b/sys-apps/hwids/hwids-20190316.ebuild @@ -10,9 +10,9 @@ HOMEPAGE="https://github.com/gentoo/hwids" if [[ ${PV} == "99999999" ]]; then PYTHON_COMPAT=( python3_{6,7} ) inherit git-r3 python-any-r1 - EGIT_REPO_URI="${HOMEPAGE}.git" + EGIT_REPO_URI="https://github.com/gentoo/hwids.git" else - SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz" + SRC_URI="https://github.com/gentoo/hwids/archive/${P}.tar.gz" KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86 ~amd64-linux ~x86-linux" fi diff --git a/sys-apps/hwids/hwids-20190818.ebuild b/sys-apps/hwids/hwids-20190818.ebuild index 62fd46e5bbb1..0cd5e37d5255 100644 --- a/sys-apps/hwids/hwids-20190818.ebuild +++ b/sys-apps/hwids/hwids-20190818.ebuild @@ -10,9 +10,9 @@ HOMEPAGE="https://github.com/gentoo/hwids" if [[ ${PV} == 99999999 ]]; then PYTHON_COMPAT=( python3_{6,7} ) inherit git-r3 python-any-r1 - EGIT_REPO_URI="${HOMEPAGE}.git" + EGIT_REPO_URI="https://github.com/gentoo/hwids.git" else - SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz" + SRC_URI="https://github.com/gentoo/hwids/archive/${P}.tar.gz" KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86 ~amd64-linux ~x86-linux" fi diff --git a/sys-apps/hwids/hwids-20191025.ebuild b/sys-apps/hwids/hwids-20191025.ebuild index 81079882934b..c84ff0bd35df 100644 --- a/sys-apps/hwids/hwids-20191025.ebuild +++ b/sys-apps/hwids/hwids-20191025.ebuild @@ -10,9 +10,9 @@ HOMEPAGE="https://github.com/gentoo/hwids" if [[ ${PV} == 99999999 ]]; then PYTHON_COMPAT=( python3_{6,7} ) inherit git-r3 python-any-r1 - EGIT_REPO_URI="${HOMEPAGE}.git" + EGIT_REPO_URI="https://github.com/gentoo/hwids.git" else - SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz" + SRC_URI="https://github.com/gentoo/hwids/archive/${P}.tar.gz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" fi diff --git a/sys-apps/hwids/hwids-99999999.ebuild b/sys-apps/hwids/hwids-99999999.ebuild index 81079882934b..c84ff0bd35df 100644 --- a/sys-apps/hwids/hwids-99999999.ebuild +++ b/sys-apps/hwids/hwids-99999999.ebuild @@ -10,9 +10,9 @@ HOMEPAGE="https://github.com/gentoo/hwids" if [[ ${PV} == 99999999 ]]; then PYTHON_COMPAT=( python3_{6,7} ) inherit git-r3 python-any-r1 - EGIT_REPO_URI="${HOMEPAGE}.git" + EGIT_REPO_URI="https://github.com/gentoo/hwids.git" else - SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz" + SRC_URI="https://github.com/gentoo/hwids/archive/${P}.tar.gz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" fi