commit: 5f17d5e99ac614593446d9c8a71eea9ad1354245 Author: kernaltrap8 <kernaltrap <AT> gmail <DOT> com> AuthorDate: Tue Jun 4 01:27:22 2024 +0000 Commit: Aiden Wingard <kernaltrap <AT> gmail <DOT> com> CommitDate: Tue Jun 4 01:29:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5f17d5e9
app-misc/proctl, app-misc/tinyfetch: remove unnecessary BDEPEND and src_configure() Signed-off-by: kernaltrap8 <kernaltrap <AT> gmail.com> app-misc/proctl/proctl-9999.ebuild | 12 +++--------- app-misc/tinyfetch/tinyfetch-9999.ebuild | 9 --------- 2 files changed, 3 insertions(+), 18 deletions(-) diff --git a/app-misc/proctl/proctl-9999.ebuild b/app-misc/proctl/proctl-9999.ebuild index a6a804a1e..e818370c1 100644 --- a/app-misc/proctl/proctl-9999.ebuild +++ b/app-misc/proctl/proctl-9999.ebuild @@ -1,3 +1,6 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + EAPI=8 inherit meson @@ -13,12 +16,3 @@ HOMEPAGE="https://github.com/kernaltrap8/proctl" LICENSE="GPL-3" SLOT="0" - -DEPEND="${BDEPEND}" -BDEPEND=" - dev-build/meson -" - -src_configure() { - meson_src_configure -} diff --git a/app-misc/tinyfetch/tinyfetch-9999.ebuild b/app-misc/tinyfetch/tinyfetch-9999.ebuild index 0b1720794..f05ed1281 100644 --- a/app-misc/tinyfetch/tinyfetch-9999.ebuild +++ b/app-misc/tinyfetch/tinyfetch-9999.ebuild @@ -13,12 +13,3 @@ HOMEPAGE="https://github.com/kernaltrap8/tinyfetch" LICENSE="GPL-3" SLOT="0" - -DEPEND="${BDEPEND}" -BDEPEND=" - dev-build/meson -" - -src_configure() { - meson_src_configure -}
