From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/fritzing/
Date: Tue, 23 Feb 2021 19:53:30 +0000 (UTC) [thread overview]
Message-ID: <1614109953.71df168b71f10c937cd157f3363a49c3a2accdb8.asturm@gentoo> (raw)
commit: 71df168b71f10c937cd157f3363a49c3a2accdb8
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 20 20:17:17 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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 <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 -r src/lib/quazip/ pri/quazip.pri || die
-
- # Fritzing doesn't need zlib
- sed -i -e 's:LIBS += -lz::' -e 's:-lminizip::' phoenix.pro || die
-
- # Use system libgit
- sed -i -e 's:LIBGIT_STATIC.*:LIBGIT_STATIC = false:' phoenix.pro || die
-
- # Add correct git version
- sed -i -e "s:GIT_VERSION = \$\$system.*$:GIT_VERSION = ${MY_PV}:" pri/gitversion.pri || die
-
- default
-}
-
-src_configure() {
- eqmake5 'DEFINES=QUAZIP_INSTALLED PARTS_COMMIT=\\\"'"${PARTS_COMMIT}"'\\\"' phoenix.pro
-}
-
-src_install() {
- PARTS_DIR="${WORKDIR}/fritzing-parts-${PARTS_COMMIT}"
- INSTALL_ROOT="${D}" default
- insinto /usr/share/fritzing/fritzing-parts
- doins -r ${PARTS_DIR}/*
-}
next reply other threads:[~2021-02-23 19:53 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-23 19:53 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-15 4:01 Sam James
2020-10-23 12:34 Andreas Sturmlechner
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=1614109953.71df168b71f10c937cd157f3363a49c3a2accdb8.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