sys-power/pm-quirks: Bump eapi (#642290)
authorPacho Ramos <pacho@gentoo.org>
Tue, 26 Dec 2017 12:26:14 +0000 (13:26 +0100)
committerPacho Ramos <pacho@gentoo.org>
Tue, 26 Dec 2017 12:26:14 +0000 (13:26 +0100)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

sys-power/pm-quirks/pm-quirks-20100619-r1.ebuild [new file with mode: 0644]

diff --git a/sys-power/pm-quirks/pm-quirks-20100619-r1.ebuild b/sys-power/pm-quirks/pm-quirks-20100619-r1.ebuild
new file mode 100644 (file)
index 0000000..a0f858b
--- /dev/null
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Video Quirks database for pm-utils"
+HOMEPAGE="https://pm-utils.freedesktop.org/"
+SRC_URI="https://pm-utils.freedesktop.org/releases/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+S="${WORKDIR}"
+
+src_install() {
+       insinto /usr/$(get_libdir)/pm-utils
+       doins -r video-quirks
+}