commit: b8bf7882190ec4313aaf58f60c5abac33cd5b90b Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Tue Dec 26 12:26:14 2017 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Tue Dec 26 12:26:14 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8bf7882
sys-power/pm-quirks: Bump eapi (#642290) Package-Manager: Portage-2.3.19, Repoman-2.3.6 sys-power/pm-quirks/pm-quirks-20100619-r1.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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 index 00000000000..a0f858be3bf --- /dev/null +++ b/sys-power/pm-quirks/pm-quirks-20100619-r1.ebuild @@ -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 +}
