diff options
author | Henning Schild <henning@hennsch.de> | 2018-04-04 08:42:22 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-08-07 23:41:17 +0200 |
commit | 7442eebdd2b98366d406e4a4f287af31fe247814 (patch) | |
tree | 73cfed393a311c63244c5006f8af4406e187009d /sys-power | |
parent | app-forensics/volatility: EAPI7, add missing die. (diff) | |
download | gentoo-7442eebdd2b98366d406e4a4f287af31fe247814.tar.gz gentoo-7442eebdd2b98366d406e4a4f287af31fe247814.tar.bz2 gentoo-7442eebdd2b98366d406e4a4f287af31fe247814.zip |
sys-power/acpi_call: move to another upstream git repo.
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
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/acpi_call/acpi_call-9999.ebuild | 12 | ||||
-rw-r--r-- | sys-power/acpi_call/metadata.xml | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sys-power/acpi_call/acpi_call-9999.ebuild b/sys-power/acpi_call/acpi_call-9999.ebuild index a2501dc4df20..5fe21ce3e3bc 100644 --- a/sys-power/acpi_call/acpi_call-9999.ebuild +++ b/sys-power/acpi_call/acpi_call-9999.ebuild @@ -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" diff --git a/sys-power/acpi_call/metadata.xml b/sys-power/acpi_call/metadata.xml index 3e6c789e7835..64e830cdff96 100644 --- a/sys-power/acpi_call/metadata.xml +++ b/sys-power/acpi_call/metadata.xml @@ -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> |