commit: 34dff194407fa99694165745b5172daf0d05ffbb
Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 25 21:12:51 2017 +0000
Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Sat Mar 25 21:46:32 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34dff194
sys-power/hibernate-script: remove eutils
Package-Manager: Portage-2.3.3, Repoman-2.3.1
sys-power/hibernate-script/hibernate-script-2.0-r6.ebuild | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/sys-power/hibernate-script/hibernate-script-2.0-r6.ebuild
b/sys-power/hibernate-script/hibernate-script-2.0-r6.ebuild
index 673655309af..fb36cefcf9a 100644
--- a/sys-power/hibernate-script/hibernate-script-2.0-r6.ebuild
+++ b/sys-power/hibernate-script/hibernate-script-2.0-r6.ebuild
@@ -3,8 +3,6 @@
EAPI=6
-inherit eutils
-
PATCH_VERSION="5"
DESCRIPTION="Hibernate script supporting multiple suspend methods"
@@ -27,10 +25,9 @@ DOCS=(
SCRIPTLET-API
)
-src_prepare() {
- default
- epatch "${WORKDIR}/${PV}/"*.patch
-}
+PATCHES=(
+ "${WORKDIR}/${PV}"
+)
src_install() {
BASE_DIR="${D}" \