Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-crypt/clevis/, dev-libs/jose/
Date: Sat, 09 Apr 2022 03:30:31
Message-Id: 1649419313.2585af142414cf35e7cb1060dcf803ea26aae124.tastytea@gentoo
1 commit: 2585af142414cf35e7cb1060dcf803ea26aae124
2 Author: Julien Roy <julien <AT> jroy <DOT> ca>
3 AuthorDate: Fri Apr 8 12:00:44 2022 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Fri Apr 8 12:01:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2585af14
7
8 */*: Removed useless src_configure phase and reordered layout
9
10 Signed-off-by: Julien Roy <julien <AT> jroy.ca>
11
12 app-crypt/clevis/clevis-18.ebuild | 10 +++-------
13 dev-libs/jose/jose-11.ebuild | 4 ----
14 2 files changed, 3 insertions(+), 11 deletions(-)
15
16 diff --git a/app-crypt/clevis/clevis-18.ebuild b/app-crypt/clevis/clevis-18.ebuild
17 index 7e7b30797..43912b1fb 100644
18 --- a/app-crypt/clevis/clevis-18.ebuild
19 +++ b/app-crypt/clevis/clevis-18.ebuild
20 @@ -5,10 +5,6 @@ EAPI=8
21
22 inherit meson
23
24 -PATCHES=(
25 - "${FILESDIR}/${PN}-dracut.patch"
26 -)
27 -
28 DESCRIPTION="Automated Encryption Framework"
29 HOMEPAGE="https://github.com/latchset/clevis"
30 SRC_URI="https://github.com/latchset/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
31 @@ -27,6 +23,6 @@ DEPEND="luks? ( app-misc/jq )
32 RDEPEND="${DEPEND}"
33 BDEPEND=""
34
35 -src_configure() {
36 - meson_src_configure
37 -}
38 +PATCHES=(
39 + "${FILESDIR}/${PN}-dracut.patch"
40 +)
41
42 diff --git a/dev-libs/jose/jose-11.ebuild b/dev-libs/jose/jose-11.ebuild
43 index 6253b4159..e20249556 100644
44 --- a/dev-libs/jose/jose-11.ebuild
45 +++ b/dev-libs/jose/jose-11.ebuild
46 @@ -16,7 +16,3 @@ KEYWORDS="~amd64"
47 DEPEND="dev-libs/jansson"
48 RDEPEND="${DEPEND}"
49 BDEPEND=""
50 -
51 -src_configure() {
52 - meson_src_configure
53 -}