From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CFE751384B4 for ; Sat, 19 Dec 2015 19:07:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D55721C005; Sat, 19 Dec 2015 19:07:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EF9EA21C005 for ; Sat, 19 Dec 2015 19:07:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 14BBD340139 for ; Sat, 19 Dec 2015 19:07:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD517CAF for ; Sat, 19 Dec 2015 19:07:36 +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: <1450548472.ce27ce7006355a07359e42a6ca4d351cceeda516.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/acpi/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-power/acpi/Manifest sys-power/acpi/acpi-1.6.ebuild sys-power/acpi/acpi-1.7.ebuild X-VCS-Directories: sys-power/acpi/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: ce27ce7006355a07359e42a6ca4d351cceeda516 X-VCS-Branch: master Date: Sat, 19 Dec 2015 19:07:36 +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: 6ab86342-da5a-4118-8735-aab83aba8c64 X-Archives-Hash: 822f82b005535db1823d15c28524a039 commit: ce27ce7006355a07359e42a6ca4d351cceeda516 Author: Alessandro Calorì gmail com> AuthorDate: Fri Dec 18 13:51:57 2015 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sat Dec 19 18:07:52 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce27ce70 sys-power/acpi: bump version to 1.7 sys-power/acpi/Manifest | 1 + sys-power/acpi/acpi-1.6.ebuild | 2 +- sys-power/acpi/{acpi-1.6.ebuild => acpi-1.7.ebuild} | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/sys-power/acpi/Manifest b/sys-power/acpi/Manifest index 34607f7..f98ecd9 100644 --- a/sys-power/acpi/Manifest +++ b/sys-power/acpi/Manifest @@ -1 +1,2 @@ DIST acpi-1.6.tar.gz 92448 SHA256 ed61d20400c4fd3965dde9b49ab3ac74da02f8eca1a55454f7a1ac3fa1fd5c31 SHA512 29d9a59beaed119a48cb426807e6fc6c90597ced2b8b9be3356b1d763478174fc5a2824c64c66b742c0bc4ff54a9cc94224225b7978f00496f977422ec5f6ede WHIRLPOOL 1cc2fd06db0e91fe401e09e05280013a215393e43a129fe019ecbe28259bfa93eca79bb6618280cea002a134e9e823e1e8e9d0f93de5922282314be8f61d59bf +DIST acpi-1.7.tar.gz 100501 SHA256 d7a504b61c716ae5b7e81a0c67a50a51f06c7326f197b66a4b823de076a35005 SHA512 e6c96707d651eb20aa4a4c76f78891154d576ccdfaef08b5eff6094b90b62a0e97f6e35a4a996dcc3b5f0b57ee2c60542f41832039c6cbdf853ff3d022c1b609 WHIRLPOOL 3db63479189de0ef8ecefad1495e5ab0a3570649c64d2d41460a4ec60150b6f04ba39d1c1ed78b5061e4bda96770a40fc21d804cc8bcd92b73f64ab211fe0d17 diff --git a/sys-power/acpi/acpi-1.6.ebuild b/sys-power/acpi/acpi-1.6.ebuild index 1559841..e0fdc85 100644 --- a/sys-power/acpi/acpi-1.6.ebuild +++ b/sys-power/acpi/acpi-1.6.ebuild @@ -4,7 +4,7 @@ EAPI=5 -DESCRIPTION="Attempts to replicate the functionality of the 'old' apm command on ACPI systems" +DESCRIPTION="Displays information about ACPI devices" HOMEPAGE="http://sourceforge.net/projects/acpiclient/" SRC_URI="mirror://sourceforge/acpiclient/${P}.tar.gz" diff --git a/sys-power/acpi/acpi-1.6.ebuild b/sys-power/acpi/acpi-1.7.ebuild similarity index 62% copy from sys-power/acpi/acpi-1.6.ebuild copy to sys-power/acpi/acpi-1.7.ebuild index 1559841..c033fe5 100644 --- a/sys-power/acpi/acpi-1.6.ebuild +++ b/sys-power/acpi/acpi-1.7.ebuild @@ -1,16 +1,16 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -DESCRIPTION="Attempts to replicate the functionality of the 'old' apm command on ACPI systems" +DESCRIPTION="Displays information about ACPI devices" HOMEPAGE="http://sourceforge.net/projects/acpiclient/" SRC_URI="mirror://sourceforge/acpiclient/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="~amd64 ~x86" IUSE="" DOCS="AUTHORS ChangeLog README"