commit:     2585af142414cf35e7cb1060dcf803ea26aae124
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Fri Apr  8 12:00:44 2022 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Fri Apr  8 12:01:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2585af14

*/*: Removed useless src_configure phase and reordered layout

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 app-crypt/clevis/clevis-18.ebuild | 10 +++-------
 dev-libs/jose/jose-11.ebuild      |  4 ----
 2 files changed, 3 insertions(+), 11 deletions(-)

diff --git a/app-crypt/clevis/clevis-18.ebuild 
b/app-crypt/clevis/clevis-18.ebuild
index 7e7b30797..43912b1fb 100644
--- a/app-crypt/clevis/clevis-18.ebuild
+++ b/app-crypt/clevis/clevis-18.ebuild
@@ -5,10 +5,6 @@ EAPI=8
 
 inherit meson
 
-PATCHES=(
-       "${FILESDIR}/${PN}-dracut.patch"
-)
-
 DESCRIPTION="Automated Encryption Framework"
 HOMEPAGE="https://github.com/latchset/clevis";
 SRC_URI="https://github.com/latchset/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
@@ -27,6 +23,6 @@ DEPEND="luks? ( app-misc/jq )
 RDEPEND="${DEPEND}"
 BDEPEND=""
 
-src_configure() {
-       meson_src_configure
-}
+PATCHES=(
+       "${FILESDIR}/${PN}-dracut.patch"
+)

diff --git a/dev-libs/jose/jose-11.ebuild b/dev-libs/jose/jose-11.ebuild
index 6253b4159..e20249556 100644
--- a/dev-libs/jose/jose-11.ebuild
+++ b/dev-libs/jose/jose-11.ebuild
@@ -16,7 +16,3 @@ KEYWORDS="~amd64"
 DEPEND="dev-libs/jansson"
 RDEPEND="${DEPEND}"
 BDEPEND=""
-
-src_configure() {
-       meson_src_configure
-}

Reply via email to