From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/qelectrotech/
Date: Sun, 9 Aug 2020 08:32:10 +0000 (UTC) [thread overview]
Message-ID: <1596961910.e17d709ebee7ee83dc951cdcdee40242f04316e9.asturm@gentoo> (raw)
commit: e17d709ebee7ee83dc951cdcdee40242f04316e9
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 8 22:26:46 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 9 08:31:50 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e17d709e
sci-electronics/qelectrotech: 0.70 version bump
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
sci-electronics/qelectrotech/Manifest | 1 +
.../qelectrotech/qelectrotech-0.70.ebuild | 60 ++++++++++++++++++++++
2 files changed, 61 insertions(+)
diff --git a/sci-electronics/qelectrotech/Manifest b/sci-electronics/qelectrotech/Manifest
index aeea8bcdd5f..bb0fdc73ddd 100644
--- a/sci-electronics/qelectrotech/Manifest
+++ b/sci-electronics/qelectrotech/Manifest
@@ -1 +1,2 @@
DIST qelectrotech-0.61-src.tar.gz 9083192 BLAKE2B 25966e70f7f297ed55b539472970698f0947985c377cd90648d03fce8bf73c1bdede97e1104163147c5e60bb8ad05c55718f182528e6131adef6efeaf76f8e82 SHA512 b07d28520bef5773f5f93595c53a839a160c5927a7534ec30eba451fd33ab090909fc1971f28aea53538ff8e20ca45eff0b6597f3ab103b00b89eaa65067f918
+DIST qelectrotech-0.70.tar.gz 10870717 BLAKE2B 21af2000080526cc75e67d80d514286a294a805073beb97d142758449e1290db56e741b70eeb9c38adbdb770fc548eb0fba18429bceaa8cd88bcba5335c3fca9 SHA512 db5b74ce9ac64e55a463c821ee43a2cde8cc4dc4a7be79c8a39512e54dfb85653e20981b5879ecc6e5949c1c1196ad5b7cae9780bf16de0b4d7b2381731173bd
diff --git a/sci-electronics/qelectrotech/qelectrotech-0.70.ebuild b/sci-electronics/qelectrotech/qelectrotech-0.70.ebuild
new file mode 100644
index 00000000000..85e3e238086
--- /dev/null
+++ b/sci-electronics/qelectrotech/qelectrotech-0.70.ebuild
@@ -0,0 +1,60 @@
+# Copyright 2001-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit qmake-utils xdg
+
+DESCRIPTION="Qt5 application to design electric diagrams"
+HOMEPAGE="https://qelectrotech.org/"
+
+if [[ ${PV} = *9999* ]]; then
+ inherit subversion
+ ESVN_REPO_URI="svn://svn.tuxfamily.org/svnroot/qet/qet/trunk"
+else
+ MY_P=qet-${PV/%0/.0}
+ SRC_URI="https://git.tuxfamily.org/qet/qet.git/snapshot/${MY_P}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+ S="${WORKDIR}"/${MY_P}
+fi
+
+LICENSE="CC-BY-3.0 GPL-2+"
+SLOT="0"
+IUSE="doc"
+
+BDEPEND="
+ doc? ( app-doc/doxygen )
+"
+RDEPEND="
+ dev-qt/qtconcurrent:5
+ dev-qt/qtcore:5
+ dev-qt/qtgui:5
+ dev-qt/qtnetwork:5
+ dev-qt/qtprintsupport:5
+ dev-qt/qtsql:5[sqlite]
+ dev-qt/qtsvg:5
+ dev-qt/qtwidgets:5
+ dev-qt/qtxml:5
+ kde-frameworks/kcoreaddons:5
+ kde-frameworks/kwidgetsaddons:5
+"
+DEPEND="${RDEPEND}"
+
+DOCS=( CREDIT ChangeLog README )
+
+PATCHES=( "${FILESDIR}/${PN}-0.3-fix-paths.patch" )
+
+src_configure() {
+ eqmake5 ${PN}.pro
+}
+
+src_install() {
+ emake INSTALL_ROOT="${D}" install
+
+ if use doc; then
+ doxygen Doxyfile || die
+ local HTML_DOCS=( doc/html/. )
+ fi
+
+ einstalldocs
+}
next reply other threads:[~2020-08-09 8:32 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-09 8:32 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-18 8:18 [gentoo-commits] repo/gentoo:master commit in: sci-electronics/qelectrotech/ Sam James
2021-04-05 16:45 Sam James
2021-04-05 16:43 Sam James
2021-02-28 21:36 Andreas Sturmlechner
2020-10-10 11:57 Andreas Sturmlechner
2020-10-09 8:41 Agostino Sarubbo
2020-10-04 16:59 Sam James
2020-08-09 8:32 Andreas Sturmlechner
2020-08-09 8:32 Andreas Sturmlechner
2020-08-09 8:32 Andreas Sturmlechner
2020-05-21 19:12 Andreas Sturmlechner
2018-12-28 12:45 Andreas Sturmlechner
2018-12-28 8:09 Mikle Kolyada
2018-12-22 22:25 Thomas Deutschmann
2018-10-06 15:38 Michael Palimaka
2018-10-06 15:38 Michael Palimaka
2018-04-10 9:22 Andreas Sturmlechner
2017-06-18 9:06 Michael Palimaka
2016-06-08 16:15 Michael Palimaka
2016-06-08 16:15 Michael Palimaka
2016-06-08 16:15 Michael Palimaka
2016-01-14 15:26 Michael Palimaka
2016-01-14 15:26 Michael Palimaka
2016-01-14 15:26 Michael Palimaka
2016-01-14 15:04 Michael Palimaka
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=1596961910.e17d709ebee7ee83dc951cdcdee40242f04316e9.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