commit: 9af8c0ed33a761046fa66379429bd38c80590387 Author: Brayan M. Salazar <this.brayan <AT> proton <DOT> me> AuthorDate: Mon Jul 15 18:12:00 2024 +0000 Commit: Brayan <this.brayan <AT> proton <DOT> me> CommitDate: Mon Jul 15 18:14:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9af8c0ed
net-wireless/btscreenlocker: * Removed unnecesary function implementations. * Removed unnecesary dependency on a system package. * Added required dependency on virtual/pkgconfig. Signed-off-by: Brayan M. Salazar <this.brayan <AT> proton.me> net-wireless/btscreenlocker/btscreenlocker-1.6.1.ebuild | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/net-wireless/btscreenlocker/btscreenlocker-1.6.1.ebuild b/net-wireless/btscreenlocker/btscreenlocker-1.6.1.ebuild index 04b6751a9..e7c520c00 100644 --- a/net-wireless/btscreenlocker/btscreenlocker-1.6.1.ebuild +++ b/net-wireless/btscreenlocker/btscreenlocker-1.6.1.ebuild @@ -3,8 +3,6 @@ EAPI=8 -inherit cmake - DESCRIPTION="Daemon to lock your screen when Bluetooth trusted devices go away." HOMEPAGE="https://github.com/brookiestein/BtScreenLocker" SRC_URI="https://github.com/brookiestein/BtScreenLocker/archive/refs/tags/${PV}.tar.gz -> BtScreenLocker-${PV}.tar.gz" @@ -23,18 +21,6 @@ dev-qt/linguist-tools:5 " RDEPEND="${DEPEND}" BDEPEND=" -sys-apps/coreutils +virtual/pkgconfig >=dev-build/cmake-3.28 " - -src_configure() { - cmake_src_configure || die "Couldn't configure ${PN}." -} - -src_compile() { - cmake_build || die "Couldn't compile ${PN}." -} - -src_install() { - cmake_src_install || die "Couldn't install ${PN}." -}