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 A4378158089 for ; Tue, 17 Oct 2023 15:09:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CEFD12BC0C2; Tue, 17 Oct 2023 15:09:00 +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 B3A0E2BC0C2 for ; Tue, 17 Oct 2023 15:09:00 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9E41B335C7E for ; Tue, 17 Oct 2023 15:08:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 348F3115C for ; Tue, 17 Oct 2023 15:08:58 +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: <1697555291.0095cfccd11476849569b552b4474e13d045e9fd.vowstar@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/kactus2/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sci-electronics/kactus2/Manifest sci-electronics/kactus2/kactus2-3.10.0.ebuild X-VCS-Directories: sci-electronics/kactus2/ X-VCS-Committer: vowstar X-VCS-Committer-Name: Rui Huang X-VCS-Revision: 0095cfccd11476849569b552b4474e13d045e9fd X-VCS-Branch: dev Date: Tue, 17 Oct 2023 15:08:58 +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: 71639831-267c-4458-8962-1340f258754f X-Archives-Hash: 66476a0dc94c21e19e5a7914c1ed61a3 commit: 0095cfccd11476849569b552b4474e13d045e9fd Author: Huang Rui gmail com> AuthorDate: Tue Oct 17 15:08:11 2023 +0000 Commit: Rui Huang gmail com> CommitDate: Tue Oct 17 15:08:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0095cfcc sci-electronics/kactus2: drop 3.10.0 Signed-off-by: Huang Rui gmail.com> sci-electronics/kactus2/Manifest | 1 - sci-electronics/kactus2/kactus2-3.10.0.ebuild | 74 --------------------------- 2 files changed, 75 deletions(-) diff --git a/sci-electronics/kactus2/Manifest b/sci-electronics/kactus2/Manifest index cab286dc47..6f3997e576 100644 --- a/sci-electronics/kactus2/Manifest +++ b/sci-electronics/kactus2/Manifest @@ -1,2 +1 @@ -DIST kactus2-3.10.0.tar.gz 27887683 BLAKE2B 3addb9d2112fcd79891748ad35bd9e1b93acff1d04bcb75612d4e8018f30c6f015e496860e66e0e8ade3397339de31f700e91d35b18f2eccbd2621b8751d477b SHA512 a54396f6e305bbc8f70a1af4a5ca0cdc28fc6a95ea1f44c8f9bcd16b7f4a161ad738edd14840ee2356aba4d7e2f198d6ee3ced1f0e5ef32a5717f2ea61cfb5bd DIST kactus2-3.12.0.tar.gz 28154387 BLAKE2B c8e0a982343d3a34f9186bca1778b68b4dfdcd977488751f90d9d5372df96c4f7349c90e15203f66778ee1be399e9e2ddb5342dffe1025754e44604c77c16684 SHA512 d7cef803314262c9fb0b77db88b5d7935203e1484965f475e954bceb1bc56a31ee9867fe1d73959d62a8454238480226df8fbd2d487442bce44fe7476de6d5bb diff --git a/sci-electronics/kactus2/kactus2-3.10.0.ebuild b/sci-electronics/kactus2/kactus2-3.10.0.ebuild deleted file mode 100644 index c325dfd757..0000000000 --- a/sci-electronics/kactus2/kactus2-3.10.0.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="8" - -PYTHON_COMPAT=( python3_{10..11} ) -inherit python-r1 qmake-utils xdg - -DESCRIPTION="A open source IP-XACT-based tool" -HOMEPAGE=" - https://research.tuni.fi/system-on-chip/tools/ - https://github.com/kactus2/kactus2dev -" - -if [[ "${PV}" == "9999" ]] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/${PN}/${PN}dev.git" -else - SRC_URI="https://github.com/${PN}/${PN}dev/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86" - S="${WORKDIR}/${PN}dev-${PV}" -fi - -LICENSE="GPL-2" -SLOT="0" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND=" - ${PYTHON_DEPS} - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qthelp:5 - dev-qt/qtprintsupport:5 - dev-qt/qtsvg:5 - dev-qt/qtwidgets:5 - dev-qt/qtxml:5 -" - -DEPEND=" - ${RDEPEND} -" - -BDEPEND=" - dev-lang/swig -" - -src_prepare() { - default - # Fix QA pre-stripped warnings, bug 781674 - while IFS= read -r -d '' i; do - echo "CONFIG+=nostrip" >> "${i}" || die - done < <(find . -type f '(' -name "*.pro" ')' -print0) - # Fix QTBIN_PATH - sed -i -e "s|QTBIN_PATH=.*|QTBIN_PATH=\"$(qt5_get_bindir)/\"|" configure || die -} - -src_install() { - # Can't use default, set INSTALL_ROOT and workaround parallel install bug - emake -j1 INSTALL_ROOT="${D}" install - python_install() { - export PYTHON_C_FLAGS="$(python_get_CFLAGS)" - export PYTHON_LIBS="$(python_get_LIBS)" - pushd "PythonAPI" || die - emake clean - eqmake5 PREFIX="$(python_get_library_path)" - emake - rm -rf _pythonAPI.so || die - cp -rf libPythonAPI.so.1.0.0 _pythonAPI.so || die - python_domodule _pythonAPI.so - python_domodule pythonAPI.py - popd - } - python_foreach_impl python_install -}