Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/acpi/
Date: Sat, 08 Jul 2017 14:13:05
Message-Id: 1499523165.ff8157cd59c7080e524a686485966de25dbca32b.monsieurp@gentoo
1 commit: ff8157cd59c7080e524a686485966de25dbca32b
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 8 13:54:53 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 8 14:12:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff8157cd
7
8 sys-power/acpi: EAPI 6 bump.
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.1
11
12 sys-power/acpi/acpi-1.7-r1.ebuild | 17 +++++++++++++++++
13 1 file changed, 17 insertions(+)
14
15 diff --git a/sys-power/acpi/acpi-1.7-r1.ebuild b/sys-power/acpi/acpi-1.7-r1.ebuild
16 new file mode 100644
17 index 00000000000..cb6a3bcb269
18 --- /dev/null
19 +++ b/sys-power/acpi/acpi-1.7-r1.ebuild
20 @@ -0,0 +1,17 @@
21 +# Copyright 1999-2017 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=6
25 +
26 +DESCRIPTION="Displays information about ACPI devices"
27 +HOMEPAGE="https://sourceforge.net/projects/acpiclient/"
28 +SRC_URI="mirror://sourceforge/acpiclient/${P}.tar.gz"
29 +
30 +LICENSE="GPL-2"
31 +SLOT="0"
32 +KEYWORDS="~amd64 ~x86"
33 +
34 +src_install() {
35 + default
36 + einstalldocs
37 +}