commit:     b24cff7cfcb9149b0ab93034428e4a89024650d5
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 13 10:06:15 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Jan 13 10:06:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b24cff7c

sys-power/acpi_call: [QA] Fix HomepageInSrcUri

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sys-power/acpi_call/acpi_call-3.17.ebuild | 4 ++--
 sys-power/acpi_call/acpi_call-9999.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-power/acpi_call/acpi_call-3.17.ebuild 
b/sys-power/acpi_call/acpi_call-3.17.ebuild
index b0d6197ccff..630c83d6962 100644
--- a/sys-power/acpi_call/acpi_call-3.17.ebuild
+++ b/sys-power/acpi_call/acpi_call-3.17.ebuild
@@ -8,11 +8,11 @@ inherit linux-info linux-mod
 HOMEPAGE="https://github.com/teleshoes/acpi_call";
 if [ "${PV}" = "9999" ]; then
        inherit git-r3
-       EGIT_REPO_URI="${HOMEPAGE}.git"
+       EGIT_REPO_URI="https://github.com/teleshoes/acpi_call.git";
        KEYWORDS=""
 else
        inherit vcs-snapshot
-       SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+       SRC_URI="https://github.com/teleshoes/acpi_call/archive/${PV}.tar.gz -> 
${P}.tar.gz"
        KEYWORDS="~amd64"
 fi
 

diff --git a/sys-power/acpi_call/acpi_call-9999.ebuild 
b/sys-power/acpi_call/acpi_call-9999.ebuild
index 5fe21ce3e3b..1ce97d776a8 100644
--- a/sys-power/acpi_call/acpi_call-9999.ebuild
+++ b/sys-power/acpi_call/acpi_call-9999.ebuild
@@ -8,11 +8,11 @@ inherit linux-info linux-mod
 HOMEPAGE="https://github.com/teleshoes/acpi_call";
 if [ "${PV}" = "9999" ]; then
        inherit git-r3
-       EGIT_REPO_URI="${HOMEPAGE}.git"
+       EGIT_REPO_URI="https://github.com/teleshoes/acpi_call.git";
        KEYWORDS=""
 else
        inherit vcs-snapshot
-       SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+       SRC_URI="https://github.com/teleshoes/acpi_call/archive/${PV}.tar.gz -> 
${P}.tar.gz"
        KEYWORDS="~amd64"
 fi
 

Reply via email to