public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-calculators/qalculate-qt/
Date: Mon, 14 Oct 2024 00:16:19 +0000 (UTC)	[thread overview]
Message-ID: <1728864793.1a7a511a71a16751e6154395df87405ebd873ccd.sam@gentoo> (raw)

commit:     1a7a511a71a16751e6154395df87405ebd873ccd
Author:     Christopher Fore <csfore <AT> posteo <DOT> net>
AuthorDate: Sun Oct 13 02:07:58 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 14 00:13:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a7a511a

sci-calculators/qalculate-qt: add 5.3.0, add myself as proxy maintainer

Signed-off-by: Christopher Fore <csfore <AT> posteo.net>
Closes: https://github.com/gentoo/gentoo/pull/38919
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-calculators/qalculate-qt/Manifest              |  1 +
 sci-calculators/qalculate-qt/metadata.xml          |  4 +++
 .../qalculate-qt/qalculate-qt-5.3.0.ebuild         | 32 ++++++++++++++++++++++
 3 files changed, 37 insertions(+)

diff --git a/sci-calculators/qalculate-qt/Manifest b/sci-calculators/qalculate-qt/Manifest
index b25377ad37ad..d987a7ca008e 100644
--- a/sci-calculators/qalculate-qt/Manifest
+++ b/sci-calculators/qalculate-qt/Manifest
@@ -1 +1,2 @@
 DIST qalculate-qt-5.2.0.tar.gz 1763726 BLAKE2B a3d93e7740063b95ce19ff0006b11b15a38cdd5e8888e41dbf11ea896d016c8c9e1ccc56c90dc7c262852431b72332818ae39ec92f585839d97db64730cc08a1 SHA512 a25dbe16f29ad047f42c601729fdc1e79cd12f526975b358c1838085513c8fb7d70c313e258876b465a871eea0804ab6ea56e9c34eb6d9c01784a4f67f6cc6af
+DIST qalculate-qt-5.3.0.tar.gz 1850298 BLAKE2B b93a9a698d905f07e5856f09bd07c408a495514e2bb72a858400567e8d95399dcdd6b84ed52ffc4ccec19e4d2bfa500860b2e7aec888244090676d087e5727ac SHA512 841461dca4fa97d9dc3cff57de050b5c0d1dabe06c151149484a85b66540b038f6d3270ca96a34a65fbd9e71da26ce1068f2df76adc365e74a0e4d2220ccc909

diff --git a/sci-calculators/qalculate-qt/metadata.xml b/sci-calculators/qalculate-qt/metadata.xml
index f76db87e7aff..b0a4f82b1a17 100644
--- a/sci-calculators/qalculate-qt/metadata.xml
+++ b/sci-calculators/qalculate-qt/metadata.xml
@@ -5,6 +5,10 @@
 		<email>audvare@gmail.com</email>
 		<name>Andrew Udvare</name>
 	</maintainer>
+	<maintainer type="person" proxied="yes">
+		<email>csfore@posteo.net</email>
+		<name>Christopher Fore</name>
+	</maintainer>
 	<maintainer type="project" proxied="proxy">
 		<email>proxy-maint@gentoo.org</email>
 		<name>Proxy Maintainers</name>

diff --git a/sci-calculators/qalculate-qt/qalculate-qt-5.3.0.ebuild b/sci-calculators/qalculate-qt/qalculate-qt-5.3.0.ebuild
new file mode 100644
index 000000000000..bc7487dc9484
--- /dev/null
+++ b/sci-calculators/qalculate-qt/qalculate-qt-5.3.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# Bump with sci-libs/libqalculate and sci-calculators/qalculate-gtk!
+
+inherit qmake-utils xdg
+
+DESCRIPTION="Qt-based UI for libqalculate"
+HOMEPAGE="https://github.com/Qalculate/qalculate-qt"
+SRC_URI="https://github.com/Qalculate/${PN}/releases/download/v${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+	dev-qt/qtbase:6[gui,network,widgets]
+	>=sci-libs/libqalculate-${PV}:=
+"
+RDEPEND="${DEPEND}"
+BDEPEND="dev-qt/qttools:6[linguist]"
+
+src_configure() {
+	eqmake6 PREFIX="${EPREFIX}/usr"
+
+}
+
+src_install() {
+	emake INSTALL_ROOT="${ED}" install
+}


             reply	other threads:[~2024-10-14  0:16 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-14  0:16 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-28 15:31 [gentoo-commits] repo/gentoo:master commit in: sci-calculators/qalculate-qt/ Nowa Ammerlaan
2025-02-26 14:08 Nowa Ammerlaan
2025-02-24 21:28 Sam James
2025-02-05 11:27 Sam James
2025-01-14  3:29 Sam James
2024-11-29 11:57 Nowa Ammerlaan
2024-11-28 14:50 Jakov Smolić
2024-11-27 15:30 Nowa Ammerlaan
2024-10-17  7:49 Andrew Ammerlaan
2024-10-14  0:16 Sam James
2024-09-25 20:36 Andreas Sturmlechner
2024-09-25 20:36 Andreas Sturmlechner
2024-08-28  7:53 Andrew Ammerlaan
2024-04-12 11:46 Andrew Ammerlaan
2023-10-15  7:59 Andrew Ammerlaan
2023-10-14 10:30 Sam James
2023-09-18 11:19 Sam James
2023-09-18 11:19 Sam James
2023-09-18 11:19 Sam James
2023-09-18 11:14 Sam James

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=1728864793.1a7a511a71a16751e6154395df87405ebd873ccd.sam@gentoo \
    --to=sam@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