public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/fritzing/
Date: Fri, 23 Oct 2020 12:34:12 +0000 (UTC)	[thread overview]
Message-ID: <1603456414.5b1704cbabf39f9c62e6d2d2011bd36ce769ce14.asturm@gentoo> (raw)

commit:     5b1704cbabf39f9c62e6d2d2011bd36ce769ce14
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 23 12:22:59 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Oct 23 12:33:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b1704cb

sci-electronics/fritzing: Drop 0.9.2b-r2

Closes: https://bugs.gentoo.org/633990
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sci-electronics/fritzing/Manifest                  |  2 -
 sci-electronics/fritzing/fritzing-0.9.2b-r2.ebuild | 80 ----------------------
 2 files changed, 82 deletions(-)

diff --git a/sci-electronics/fritzing/Manifest b/sci-electronics/fritzing/Manifest
index ad703c4dbb4..d96da819aa9 100644
--- a/sci-electronics/fritzing/Manifest
+++ b/sci-electronics/fritzing/Manifest
@@ -1,4 +1,2 @@
-DIST fritzing-0.9.2b.tar.gz 10913985 BLAKE2B d25eed63ec1448b158684c27edaac1aebce93b03c5f36b0a8939c2b0f256203ffcb727f809c4ca3facd186f39218055ad404886633a3cf11ba3126e5177cb286 SHA512 a8b6d99c4e08f86d7a7cc6574053e8b1af565a3919cb2fc406e67972052b3fa3ded002be43e4fd0345189e4e1f3cecb3851cd14711efd83ccbcbef4cbd135c58
 DIST fritzing-0.9.4.tar.gz 11430102 BLAKE2B 20232b3c33308edcab188c61597f87d8a21d9b786eeab4e398c1add6e263562d1b0df95634850d5271decfa380d7b2b0c18c7f19f8b8544f330687e4cffa3700 SHA512 b148d8b93d2e452c975ca3acfd2ad5de4259f99da69c5890ebeea30730674526d480ee3830f61f6057e83b7720f07fce80ef3a74d4b718be691a92d656b755e0
-DIST fritzing-parts-0.9.2b.tar.gz 15924206 BLAKE2B 48ad614c363c77b309275f3f808f9e4e8f38587cbb00439716102e88267ad33536e06b531304abb26f40932d9fc72a4f2563596b0084c5b1ff082adb72132b07 SHA512 055c866532c4a09a7de3315fffc485c6be5a576e998fca7b001faae513da86d451ca8ed39583108ec54472ab0e1d8b953c192efcf93e5c19139f0fa83484a549
 DIST fritzing-parts-0.9.4.tar.gz 17662003 BLAKE2B a67f4f1297793131d25e6b9c853e987fc0c5ecebd5f57b3675b7f9c4539f867ad18fc6e854c7a2bef1669e05dbc13dcc93df9b9befb8991ca64b2bc3e2a71b84 SHA512 f6f6c396eaf0b61dd56ece22f6bb8fce4369503729fd8f5550643e74a60aaad75abce9e391d63d52f12e4f3420296791fdf9832f7c8507dad2cf623e1bd8340f

diff --git a/sci-electronics/fritzing/fritzing-0.9.2b-r2.ebuild b/sci-electronics/fritzing/fritzing-0.9.2b-r2.ebuild
deleted file mode 100644
index 29db4abc920..00000000000
--- a/sci-electronics/fritzing/fritzing-0.9.2b-r2.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PARTS_P="${PN}-parts-${PV}"
-
-inherit qmake-utils
-
-DESCRIPTION="Electronic Design Automation"
-HOMEPAGE="https://fritzing.org/"
-SRC_URI="https://github.com/fritzing/fritzing-app/archive/${PV}.tar.gz -> ${P}.tar.gz
-	https://github.com/fritzing/fritzing-parts/archive/${PV}.tar.gz -> ${PARTS_P}.tar.gz"
-
-LICENSE="CC-BY-SA-3.0 GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-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.7.2[qt5(+)]"
-DEPEND="${RDEPEND}
-	>=dev-libs/boost-1.40"
-
-S="${WORKDIR}/${PN}-app-${PV}"
-
-DOCS="readme.md"
-
-src_prepare() {
-	local lang translations=
-
-	# fix build with newer quazip - bug #597988
-	sed -i -e "s/#include <quazip/&5/" src/utils/folderutils.cpp || die
-	sed -i -e "s|/usr/include/quazip|&5|" -e "s/-lquazip/&5/" phoenix.pro || die
-
-	# Get a rid of the bundled libs
-	# Bug 412555 and
-	# https://code.google.com/p/fritzing/issues/detail?id=1898
-	rm -rf src/lib/quazip/ pri/quazip.pri src/lib/boost* || die
-
-	# Fritzing doesn't need zlib
-	sed -i -e 's:LIBS += -lz::' -e 's:-lminizip::' phoenix.pro || die
-
-	# Somewhat evil but IMHO the best solution
-	for lang in $L10N; do
-		lang=${lang/linguas_}
-		[[ -f "translations/${PN}_${lang}.qm" ]] && translations+=" translations/${PN}_${lang}.qm"
-	done
-	if [[ -n "${translations}" ]]; then
-		sed -i -e "s:\(translations.extra =\) .*:\1	cp -p ${translations} \$(INSTALL_ROOT)\$\$PKGDATADIR/translations\r:" phoenix.pro || die
-	else
-		sed -i -e "s:translations.extra = .*:\r:" phoenix.pro || die
-	fi
-
-	# Fix missing Intel bin icon
-	# https://github.com/fritzing/fritzing-parts/commit/716560e9
-	sed -i -e 's:Intel.png:intel.png:' bins/more/intel.fzb || die
-
-	default
-}
-
-src_configure() {
-	eqmake5 DEFINES=QUAZIP_INSTALLED phoenix.pro
-}
-
-src_install() {
-	INSTALL_ROOT="${D}" default
-
-	insinto /usr/share/fritzing/parts
-	doins -r "${WORKDIR}/${PARTS_P}"/*
-}


             reply	other threads:[~2020-10-23 12:34 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-23 12:34 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-09-10  0:29 [gentoo-commits] repo/gentoo:master commit in: sci-electronics/fritzing/ Sam James
2022-09-09 16:09 Andrew Ammerlaan
2021-02-24 16:21 Andreas Sturmlechner
2021-02-23 19:53 Andreas Sturmlechner
2021-02-15  4:01 Sam James
2020-07-03 23:22 Aaron Bauman
2017-01-07 19:57 Andreas Sturmlechner
2016-10-28 20:18 Michael Palimaka
2016-07-07 22:50 Austin English
2016-07-04 18:44 Christian Ruppert
2016-07-01 20:02 David Seifert
2016-01-16 17:48 Manuel Rüger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1603456414.5b1704cbabf39f9c62e6d2d2011bd36ce769ce14.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox