From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D7F03138334 for ; Tue, 7 Aug 2018 22:27:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F37AE0788; Tue, 7 Aug 2018 22:27:31 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3478EE079C for ; Tue, 7 Aug 2018 22:27:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0A96D335CA9 for ; Tue, 7 Aug 2018 22:27:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 97ABC398 for ; Tue, 7 Aug 2018 22:27:26 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1533678077.7442eebdd2b98366d406e4a4f287af31fe247814.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/acpi_call/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-power/acpi_call/acpi_call-9999.ebuild sys-power/acpi_call/metadata.xml X-VCS-Directories: sys-power/acpi_call/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 7442eebdd2b98366d406e4a4f287af31fe247814 X-VCS-Branch: master Date: Tue, 7 Aug 2018 22:27:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8f35c27e-3682-4587-b72b-d93b4e9e937d X-Archives-Hash: 18538f31c967f30db84678a5c021593c commit: 7442eebdd2b98366d406e4a4f287af31fe247814 Author: Henning Schild hennsch de> AuthorDate: Wed Apr 4 06:42:22 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Tue Aug 7 21:41:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7442eebd 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 hennsch.de> Closes: https://github.com/gentoo/gentoo/pull/9036 sys-power/acpi_call/acpi_call-9999.ebuild | 12 ++++++------ 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 a2501dc4df2..5fe21ce3e3b 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 3e6c789e783..64e830cdff9 100644 --- a/sys-power/acpi_call/metadata.xml +++ b/sys-power/acpi_call/metadata.xml @@ -5,6 +5,6 @@ maksbotan@gentoo.org - mkottman/acpi_call + teleshoes/acpi_call