commit:     fd74104d2611ea04ec2c8ee89079d449efbabe60
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sun May  5 18:48:13 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sun May  5 18:55:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fd74104d

gui-wm/scenefx: move to gui-libs

simply SRC_URI
drop unused optfeature eclass
remove redundant src_install

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

 {gui-wm => gui-libs}/scenefx/Manifest           | 0
 {gui-wm => gui-libs}/scenefx/scenefx-0.1.ebuild | 8 ++------
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/gui-wm/scenefx/Manifest b/gui-libs/scenefx/Manifest
similarity index 100%
rename from gui-wm/scenefx/Manifest
rename to gui-libs/scenefx/Manifest

diff --git a/gui-wm/scenefx/scenefx-0.1.ebuild 
b/gui-libs/scenefx/scenefx-0.1.ebuild
similarity index 91%
rename from gui-wm/scenefx/scenefx-0.1.ebuild
rename to gui-libs/scenefx/scenefx-0.1.ebuild
index 3af25dbdff..c82e0605dd 100644
--- a/gui-wm/scenefx/scenefx-0.1.ebuild
+++ b/gui-libs/scenefx/scenefx-0.1.ebuild
@@ -3,12 +3,12 @@
 
 EAPI=8
 
-inherit meson optfeature
+inherit meson
 
 DESCRIPTION="A replacement for the wlroots scene API with eye-candy effects."
 HOMEPAGE="https://github.com/wlrfx/scenefx";
 
-SRC_URI="https://github.com/wlrfx/scenefx/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
+SRC_URI="https://github.com/wlrfx/scenefx/archive/${PV}.tar.gz -> ${P}.tar.gz"
 S="${WORKDIR}/${PN}-${PV}"
 
 LICENSE="MIT"
@@ -80,7 +80,3 @@ src_configure() {
 
        meson_src_configure
 }
-
-src_install() {
-       meson_src_install
-}

Reply via email to