diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-12-26 13:26:14 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-12-26 13:26:14 +0100 |
commit | b8bf7882190ec4313aaf58f60c5abac33cd5b90b (patch) | |
tree | 2fc6e2872cfe7a768f391c28ece306417f2b8da0 /sys-power | |
parent | profiles.desc: Uncomment 17.1 amd64 profiles (diff) | |
download | gentoo-b8bf7882190ec4313aaf58f60c5abac33cd5b90b.tar.gz gentoo-b8bf7882190ec4313aaf58f60c5abac33cd5b90b.tar.bz2 gentoo-b8bf7882190ec4313aaf58f60c5abac33cd5b90b.zip |
sys-power/pm-quirks: Bump eapi (#642290)
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/pm-quirks/pm-quirks-20100619-r1.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
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 000000000000..a0f858be3bfa --- /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 +} |