commit: 983927cab9b369273067a558ea31a143ed0cf2f8 Author: Joe Kappus <joe <AT> wt <DOT> gd> AuthorDate: Mon Nov 10 08:54:09 2025 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Mon Nov 10 08:54:09 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=983927ca
app-mobilephone/flashlight: drop 0.1.1-r2 Signed-off-by: Joe Kappus <joe <AT> wt.gd> .../flashlight/flashlight-0.1.1-r2.ebuild | 37 ---------------------- 1 file changed, 37 deletions(-) diff --git a/app-mobilephone/flashlight/flashlight-0.1.1-r2.ebuild b/app-mobilephone/flashlight/flashlight-0.1.1-r2.ebuild deleted file mode 100644 index 93b80c6267..0000000000 --- a/app-mobilephone/flashlight/flashlight-0.1.1-r2.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit meson gnome2-utils udev - -MY_COMMIT="f5feb4b3d17bbf16171d716bbb8e28f3a84542ef" - -DESCRIPTION="It's a flashlight, what do you expect?" -HOMEPAGE="https://gitlab.com/a-wai/flashlight.git" -SRC_URI="https://gitlab.com/a-wai/flashlight/-/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz" - -S="${WORKDIR}/${PN}-${MY_COMMIT}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm64" - -RDEPEND="x11-libs/gtk+" -BDEPEND="dev-lang/python-exec[native-symlinks]" - -src_install() { - meson_src_install - udev_dorules "${FILESDIR}/60-flashlight.rules" - mv "${D}/usr/share/appdata" "${D}/usr/share/metainfo" || die -} - -pkg_postinst() { - gnome2_schemas_update - xdg_desktop_database_update -} - -pkg_postrm() { - gnome2_schemas_update - xdg_icon_cache_update -}
