sys-power/acpi_call: move to another upstream git repo.
authorHenning Schild <henning@hennsch.de>
Wed, 4 Apr 2018 06:42:22 +0000 (08:42 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Tue, 7 Aug 2018 21:41:17 +0000 (23:41 +0200)
Move to the repo we also use for app-laptop/tpacpi-bat

Signed-off-by: Henning Schild <henning@hennsch.de>
Closes: https://github.com/gentoo/gentoo/pull/9036

sys-power/acpi_call/acpi_call-9999.ebuild
sys-power/acpi_call/metadata.xml

index a2501dc4df20b3a6ddf1aef1d2ebd73bbd43b3e7..5fe21ce3e3bcf832868b5d44322062fb1976eea8 100644 (file)
@@ -1,22 +1,22 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
 inherit linux-info linux-mod
 
+HOMEPAGE="https://github.com/teleshoes/acpi_call"
 if [ "${PV}" = "9999" ]; then
-       inherit git-2
-       EGIT_REPO_URI="https://github.com/mkottman/acpi_call.git"
+       inherit git-r3
+       EGIT_REPO_URI="${HOMEPAGE}.git"
        KEYWORDS=""
 else
        inherit vcs-snapshot
-       SRC_URI="https://github.com/mkottman/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+       SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
        KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="A kernel module that enables you to call ACPI methods"
-HOMEPAGE="https://github.com/mkottman/acpi_call"
 
 LICENSE="GPL-2"
 SLOT="0"
index 3e6c789e78354d850ecb2e9546a17210449ccf06..64e830cdff9618d5212a081a13de5454c11853f0 100644 (file)
@@ -5,6 +5,6 @@
                <email>maksbotan@gentoo.org</email>
        </maintainer>
        <upstream>
-               <remote-id type="github">mkottman/acpi_call</remote-id>
+               <remote-id type="github">teleshoes/acpi_call</remote-id>
        </upstream>
 </pkgmetadata>