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 15BE41382C5 for ; Tue, 23 Feb 2021 19:53:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4612EE087F; Tue, 23 Feb 2021 19:53:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 17AABE0885 for ; Tue, 23 Feb 2021 19:53:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B24D7340E01 for ; Tue, 23 Feb 2021 19:53:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38026583 for ; Tue, 23 Feb 2021 19:53:30 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1614109953.71df168b71f10c937cd157f3363a49c3a2accdb8.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/fritzing/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-electronics/fritzing/fritzing-0.9.4-r1.ebuild X-VCS-Directories: sci-electronics/fritzing/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 71df168b71f10c937cd157f3363a49c3a2accdb8 X-VCS-Branch: master Date: Tue, 23 Feb 2021 19:53:30 +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: fd452f93-69c8-41b2-9fec-2c3b56c26203 X-Archives-Hash: b0fee68a8e867e90d0c08015842d89ed commit: 71df168b71f10c937cd157f3363a49c3a2accdb8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Feb 20 20:17:17 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Feb 23 19:52:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71df168b sci-electronics/fritzing: Drop 0.9.4-r1 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-electronics/fritzing/fritzing-0.9.4-r1.ebuild | 81 ----------------------- 1 file changed, 81 deletions(-) diff --git a/sci-electronics/fritzing/fritzing-0.9.4-r1.ebuild b/sci-electronics/fritzing/fritzing-0.9.4-r1.ebuild deleted file mode 100644 index 09faeeae460..00000000000 --- a/sci-electronics/fritzing/fritzing-0.9.4-r1.ebuild +++ /dev/null @@ -1,81 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit qmake-utils xdg - -MY_PV="CD-498" -PARTS_P="${PN}-parts-${PV}" -PARTS_COMMIT="e79a69765026f3fda8aab1b3e7a4952c28047a62" - -DESCRIPTION="Electronic Design Automation" -HOMEPAGE="https://fritzing.org/ - https://github.com/fritzing/fritzing-app/" -SRC_URI="https://github.com/fritzing/fritzing-app/archive/${MY_PV}.tar.gz -> ${P}.tar.gz - https://github.com/fritzing/fritzing-parts/archive/${PARTS_COMMIT}.tar.gz -> ${PARTS_P}.tar.gz" - -LICENSE="CC-BY-SA-3.0 GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-qt/qtconcurrent:5 - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtprintsupport:5 - dev-qt/qtserialport:5 - dev-qt/qtsql:5[sqlite] - dev-qt/qtsvg:5 - dev-qt/qtwidgets:5 - dev-qt/qtxml:5 - dev-libs/quazip:0 - dev-libs/libgit2:= -" -DEPEND=" - ${RDEPEND} - dev-libs/boost -" - -S="${WORKDIR}/${PN}-app-${MY_PV}" - -DOCS=( "README.md" ) - -PATCHES=( - "${FILESDIR}/${P}-fix-libgit2-version.patch" - "${FILESDIR}/${P}-move-parts-db-path.patch" -) - -src_prepare() { - # fix build with newer quazip - bug #597988 - sed -i -e "s/#include