From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D6BCD1382C5 for ; Sun, 7 Feb 2021 00:27:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E48D0E083E; Sun, 7 Feb 2021 00:27:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C7D90E083E for ; Sun, 7 Feb 2021 00:27:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5567B34369F for ; Sun, 7 Feb 2021 00:27:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A95D34BE for ; Sun, 7 Feb 2021 00:27:16 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1612657564.985c906b4388e3c2c1aafa9acf88e36da8d3de1a.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/prog-express/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/prog-express/prog-express-3.8.8-r1.ebuild X-VCS-Directories: app-misc/prog-express/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 985c906b4388e3c2c1aafa9acf88e36da8d3de1a X-VCS-Branch: master Date: Sun, 7 Feb 2021 00:27:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d4c1038c-58f4-480d-9796-432f8b567cdf X-Archives-Hash: e6bd78a4cb90ca03a8bce44a8fc30ce5 commit: 985c906b4388e3c2c1aafa9acf88e36da8d3de1a Author: Conrad Kostecki gentoo org> AuthorDate: Sun Feb 7 00:26:04 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Feb 7 00:26:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=985c906b app-misc/prog-express: drop dev-dotnet/gtk-sharp It seems, that this dependency isn't needed at all anymore, as upstream dropped it and it runs fine here without it. So removing it. Closes: https://bugs.gentoo.org/769080 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Conrad Kostecki gentoo.org> app-misc/prog-express/prog-express-3.8.8-r1.ebuild | 81 ++++++++++++++++++++++ 1 file changed, 81 insertions(+) diff --git a/app-misc/prog-express/prog-express-3.8.8-r1.ebuild b/app-misc/prog-express/prog-express-3.8.8-r1.ebuild new file mode 100644 index 00000000000..b6202108f46 --- /dev/null +++ b/app-misc/prog-express/prog-express-3.8.8-r1.ebuild @@ -0,0 +1,81 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit desktop udev unpacker xdg-utils + +DESCRIPTION="A modern and intuitive control software for the Batronix USB programming devices" +HOMEPAGE="https://www.batronix.com" +SRC_URI=" + amd64? ( https://www.batronix.com/exe/Batronix/Prog-Express/deb/${P}-1.amd64.deb ) + x86? ( https://www.batronix.com/exe/Batronix/Prog-Express/deb/${P}-1.i386.deb ) +" + +KEYWORDS="-* amd64 x86" +LICENSE="prog-express" +SLOT="0" + +RDEPEND=" + dev-db/sqlite:3 + dev-dotnet/libgdiplus + dev-lang/mono + dev-lang/mono-basic + virtual/libusb:1 + virtual/udev +" + +S="${WORKDIR}" + +DOCS=( + "usr/share/doc/prog-express/changelog" + "usr/share/doc/prog-express/manuals" +) + +QA_PREBUILT=" + usr/bin/bxusb + usr/bin/bxusb-gui + usr/bin/prog-express + usr/sbin/bxfxload +" + +src_unpack() { + unpack_deb ${A} +} + +src_prepare() { + default + + gunzip usr/share/doc/prog-express/changelog.gz usr/share/man/man1/*.gz || die +} + +src_install() { + dobin usr/bin/{bxusb,bxusb-gui,prog-express} + dosbin usr/sbin/bxfxload + + insinto /usr/lib + doins -r usr/lib/bxusb usr/lib/prog-express + + insinto /usr/lib/prog-express + doins "${FILESDIR}"/pe.exe.config + + udev_dorules lib/udev/rules.d/85-batronix-devices.rules + + doicon usr/share/pixmaps/prog-express.png + + domenu usr/share/applications/prog-express.desktop + + doman usr/share/man/man1/{bxfxload,bxusb,bxusb-gui,prog-express}.1 +} + +pkg_postinst() { + udev_reload + xdg_desktop_database_update + xdg_icon_cache_update +} + +pkg_postrm() { + udev_reload + xdg_desktop_database_update + xdg_icon_cache_update +}