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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 76542158008 for ; Mon, 12 Jun 2023 11:49:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6C81E08D3; Mon, 12 Jun 2023 11:49:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9AC56E08D3 for ; Mon, 12 Jun 2023 11:49:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9BF1E34132B for ; Mon, 12 Jun 2023 11:49:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8E39A66 for ; Mon, 12 Jun 2023 11:49:26 +0000 (UTC) From: "Rui Huang" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rui Huang" Message-ID: <1686570545.818df4a29c6ad4f8175a00f16a1bdf0241d065bf.vowstar@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/coil64/files/, sci-electronics/coil64/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sci-electronics/coil64/Manifest sci-electronics/coil64/coil64-2.1.27.ebuild sci-electronics/coil64/files/coil64.desktop sci-electronics/coil64/files/coil64.svg sci-electronics/coil64/metadata.xml X-VCS-Directories: sci-electronics/coil64/files/ sci-electronics/coil64/ X-VCS-Committer: vowstar X-VCS-Committer-Name: Rui Huang X-VCS-Revision: 818df4a29c6ad4f8175a00f16a1bdf0241d065bf X-VCS-Branch: dev Date: Mon, 12 Jun 2023 11:49:26 +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: 73441a4d-6bd0-4d82-a3fd-5b5a4bfbbb8f X-Archives-Hash: 9828544c1d9a9d1356b3e7a96a777cf1 commit: 818df4a29c6ad4f8175a00f16a1bdf0241d065bf Author: Huang Rui gmail com> AuthorDate: Mon Jun 12 11:49:05 2023 +0000 Commit: Rui Huang gmail com> CommitDate: Mon Jun 12 11:49:05 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=818df4a2 sci-electronics/coil64: new package, add 2.1.27 Signed-off-by: Huang Rui gmail.com> sci-electronics/coil64/Manifest | 1 + sci-electronics/coil64/coil64-2.1.27.ebuild | 49 +++++++++++++++++ sci-electronics/coil64/files/coil64.desktop | 10 ++++ sci-electronics/coil64/files/coil64.svg | 83 +++++++++++++++++++++++++++++ sci-electronics/coil64/metadata.xml | 17 ++++++ 5 files changed, 160 insertions(+) diff --git a/sci-electronics/coil64/Manifest b/sci-electronics/coil64/Manifest new file mode 100644 index 000000000..7f12c2336 --- /dev/null +++ b/sci-electronics/coil64/Manifest @@ -0,0 +1 @@ +DIST coil64-2.1.27.tar.gz 2185202 BLAKE2B 6f25e2a0592fa2be3eeb9a8c192a571f36cc07fdabeb2592d01b9153a2f4f1dec8a469331c461b060365e5b5f6263dd21b5f4e211595965f477ef73d345a8297 SHA512 d4ff12feff265a7bb58bdef42bb755d82fd6f768d264d190b665b9e3475c8f55a983bfd7e31fe5fce1404c8d0cd1621b9998a122a08a756e45bcffa8f805cdcd diff --git a/sci-electronics/coil64/coil64-2.1.27.ebuild b/sci-electronics/coil64/coil64-2.1.27.ebuild new file mode 100644 index 000000000..a762ee189 --- /dev/null +++ b/sci-electronics/coil64/coil64-2.1.27.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="8" +MY_PN="${PN/c/C}" + +inherit desktop qmake-utils xdg + +DESCRIPTION="Coil64 is inductance coil calculator" +HOMEPAGE=" + https://coil32.net + https://github.com/radioacoustick/Coil64 +" + +if [[ "${PV}" == "9999" ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/radioacoustick/${MY_PN}.git" +else + SRC_URI="https://github.com/radioacoustick/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" + S="${WORKDIR}/${MY_PN}-${PV}" +fi + +LICENSE="GPL-3" +SLOT="0" + +RDEPEND=" + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtnetwork:5 + dev-qt/qtprintsupport:5 + dev-qt/qtwidgets:5 +" + +DEPEND=" + ${RDEPEND} +" + +src_configure() { + eqmake5 PREFIX="${EPREFIX}"/usr +} + +src_install() { + default + dobin "${S}/${MY_PN}" + dosym "${MY_PN}" "/usr/bin/${PN}" + doicon -s scalable "${FILESDIR}/${PN}.svg" + domenu "${FILESDIR}/${PN}.desktop" +} diff --git a/sci-electronics/coil64/files/coil64.desktop b/sci-electronics/coil64/files/coil64.desktop new file mode 100644 index 000000000..ca2e0f31b --- /dev/null +++ b/sci-electronics/coil64/files/coil64.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Name=Coil64 +Comment=Coil inductance calculator (formerly Coil32) +Exec=Coil64 +Icon=coil64 +Terminal=false +StartupNotify=false +Categories=Development;Science; diff --git a/sci-electronics/coil64/files/coil64.svg b/sci-electronics/coil64/files/coil64.svg new file mode 100644 index 000000000..42339ee25 --- /dev/null +++ b/sci-electronics/coil64/files/coil64.svg @@ -0,0 +1,83 @@ + + + + diff --git a/sci-electronics/coil64/metadata.xml b/sci-electronics/coil64/metadata.xml new file mode 100644 index 000000000..39c5c1679 --- /dev/null +++ b/sci-electronics/coil64/metadata.xml @@ -0,0 +1,17 @@ + + + + + vowstar@gmail.com + Huang Rui + + + radioacoustick/Coil64 + + + Coil64 is inductance coil calculator, that allows to calculate the + single-layer and multi-layer air core inductors, the ferrite toroid + inductors or chokes, flat square coils on PCB etc. + You can help to translate application by the Crowdin Coil64 project. + +