repo/proj/guru:dev commit in: sci-electronics/flexbv-free-bin/
"tooknox" <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786045589.ac7830ffca9dbf4bfb1a776597ae007da9f67cf2.yt+gentoo@gentoo> |
commit: ac7830ffca9dbf4bfb1a776597ae007da9f67cf2
Author: tooknox <yt+gentoo <AT> sysv <DOT> in>
AuthorDate: Thu Aug 6 19:46:29 2026 +0000
Commit: tooknox <yt+gentoo <AT> sysv <DOT> in>
CommitDate: Thu Aug 6 19:46:29 2026 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ac7830ff
sci-electronics/flexbv-free-bin: drop 5.3162
Signed-off-by: tooknox <yt+gentoo <AT> sysv.in>
.../flexbv-free-bin/flexbv-free-bin-5.3162.ebuild | 55 ----------------------
1 file changed, 55 deletions(-)
diff --git a/sci-electronics/flexbv-free-bin/flexbv-free-bin-5.3162.ebuild b/sci-electronics/flexbv-free-bin/flexbv-free-bin-5.3162.ebuild
deleted file mode 100644
index 3adc2bd0f6..0000000000
--- a/sci-electronics/flexbv-free-bin/flexbv-free-bin-5.3162.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop xdg
-
-DESCRIPTION="Free version of the FlexBV boardview and schematic software"
-HOMEPAGE="https://pldaniels.com/flexbv5/"
-SRC_URI="https://pldaniels.com/flexbv5/releases/flexbv-free-${PV}-linux-x86_64.tar.gz"
-
-S="${WORKDIR}/flexbv-free-${PV}-linux-x86_64"
-
-LICENSE="FlexBV-Free-EULA"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RESTRICT="mirror test strip"
-
-QA_PREBUILT="
- usr/bin/flexbv
-"
-
-RDEPEND="
- media-libs/fontconfig
- media-libs/libsdl2
- sys-libs/zlib
- virtual/opengl
-"
-
-src_install() {
- # install binary
- dobin flexbv
-
- # install desktop file
- domenu "${S}"/share/applications/flexbv.desktop
-
- # install icon
- doicon -s scalable "${S}"/share/icons/hicolor/scalable/apps/flexbv.svg
-
- # install metainfo and mime files
- insinto /usr/share/metainfo
- doins "${S}"/share/appdata/flexbv.appdata.xml
-
- insinto /usr/share/mime/packages
- doins "${S}"/share/mime/packages/flexbv.xml
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
-}
-
-pkg_postrm() {
- xdg_pkg_postrm
-}