public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Nowa Ammerlaan" <nowa@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-calculators/qalculate-gtk/
Date: Fri, 28 Feb 2025 15:31:41 +0000 (UTC)	[thread overview]
Message-ID: <1740756655.213e8b814d335323c9ad89784017b806759fff92.nowa@gentoo> (raw)

commit:     213e8b814d335323c9ad89784017b806759fff92
Author:     Christopher Fore <csfore <AT> posteo <DOT> net>
AuthorDate: Thu Feb 27 16:18:50 2025 +0000
Commit:     Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
CommitDate: Fri Feb 28 15:30:55 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=213e8b81

sci-calculators/qalculate-gtk: drop 5.3.0, 5.4.0

Signed-off-by: Christopher Fore <csfore <AT> posteo.net>
Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org>

 sci-calculators/qalculate-gtk/Manifest             |  2 -
 .../qalculate-gtk/qalculate-gtk-5.3.0.ebuild       | 45 ----------------------
 .../qalculate-gtk/qalculate-gtk-5.4.0.ebuild       | 45 ----------------------
 3 files changed, 92 deletions(-)

diff --git a/sci-calculators/qalculate-gtk/Manifest b/sci-calculators/qalculate-gtk/Manifest
index a5a7e563dba5..0ecd78cd7bb4 100644
--- a/sci-calculators/qalculate-gtk/Manifest
+++ b/sci-calculators/qalculate-gtk/Manifest
@@ -1,4 +1,2 @@
-DIST qalculate-gtk-5.3.0.tar.gz 2963963 BLAKE2B a7d827b62c5a771b401c0d7578293d60ec3a68721e00521baed05f202bee9464e3d75be097dbcff2d11883b5988c13c34245bf3eb7779ca5dffa55e31e7304e2 SHA512 d36165e1e4321c64d99a788110f0a567e51649a62f563f2a24be470d3cf302da3840c65634336b7d0508858fa2f77aae94531f9447298b32891bcf60e87d625f
-DIST qalculate-gtk-5.4.0.tar.gz 3003465 BLAKE2B c863b50aa0a400ce6c77423878ddd1ad4b77529273b7de424da3456343008a558712bd6cdf73a913930130b2c93516b716d504a41d190bda5b592543afb2ac4e SHA512 e9a30220d19b207a4b9dc5b0690b117135432afe60255eae148acc14d38b24157fe67d9b7f6dd45c9a862d6d28e9fad2f594d56274a1a4b6d431dc577089acfc
 DIST qalculate-gtk-5.5.0.tar.gz 3007792 BLAKE2B 32f4621be47236a156c11d7512dff15cf76089da53bd17c6a47171f5788642dfdef2d83eaa62c927e83240445a16f68cea176a618f45d03d19e6d272ff29b7aa SHA512 2dbc04cf687e93ec7a32c43f8b11c51a2211705dbbd9de73a70c97b6f972bb7558abe00f9c94e0718f07c87ce789e819782e5c5eed50de1dd099ceb32a875cda
 DIST qalculate-gtk-5.5.1.tar.gz 3025854 BLAKE2B efcde2e0fb28b86719fda1e90dd161b2eca5e2cf1ccbb9dcfc7ffba1c98a53da169309ebda4a298393facb90c721863f9c14fbe1f029202c5addc5a300e3f037 SHA512 982c68376f432eddef691e4bd9ae0e09cac302c6f223cd3225769de142fa8988fdf713f0507d99b0da2bf7bb2fc71260fd5743a6fea8fc25eb77835e4f53b6d5

diff --git a/sci-calculators/qalculate-gtk/qalculate-gtk-5.3.0.ebuild b/sci-calculators/qalculate-gtk/qalculate-gtk-5.3.0.ebuild
deleted file mode 100644
index 4e463fb9f938..000000000000
--- a/sci-calculators/qalculate-gtk/qalculate-gtk-5.3.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# Note: bump with sci-libs/libqalculate and sci-calculators/qalculate-qt!
-
-inherit optfeature xdg
-
-DESCRIPTION="Modern multi-purpose calculator"
-HOMEPAGE="https://qalculate.github.io/"
-SRC_URI="https://github.com/Qalculate/${PN}/releases/download/v${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~hppa ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="dev-libs/glib:2
-	>=sci-libs/libqalculate-${PV}:=
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf
-	x11-libs/gtk+:3
-	x11-libs/pango"
-DEPEND="${RDEPEND}"
-BDEPEND="dev-util/gdbus-codegen
-	dev-util/intltool
-	sys-devel/gettext
-	virtual/pkgconfig"
-
-src_prepare() {
-	# Required by src_test() and `make check`
-	cat >po/POTFILES.skip <<-EOF || die
-		# Required by make check
-		data/calendarconversion.ui
-		data/periodictable.ui
-	EOF
-
-	default
-}
-
-pkg_postinst() {
-	xdg_pkg_postinst
-
-	optfeature "gnuplot support" sci-libs/libqalculate[gnuplot]
-}

diff --git a/sci-calculators/qalculate-gtk/qalculate-gtk-5.4.0.ebuild b/sci-calculators/qalculate-gtk/qalculate-gtk-5.4.0.ebuild
deleted file mode 100644
index 82ab4737e55c..000000000000
--- a/sci-calculators/qalculate-gtk/qalculate-gtk-5.4.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# Note: bump with sci-libs/libqalculate and sci-calculators/qalculate-qt!
-
-inherit optfeature xdg
-
-DESCRIPTION="Modern multi-purpose calculator"
-HOMEPAGE="https://qalculate.github.io/"
-SRC_URI="https://github.com/Qalculate/${PN}/releases/download/v${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~hppa ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="dev-libs/glib:2
-	>=sci-libs/libqalculate-${PV}:=
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf
-	x11-libs/gtk+:3
-	x11-libs/pango"
-DEPEND="${RDEPEND}"
-BDEPEND="dev-util/gdbus-codegen
-	dev-util/intltool
-	sys-devel/gettext
-	virtual/pkgconfig"
-
-src_prepare() {
-	# Required by src_test() and `make check`
-	cat >po/POTFILES.skip <<-EOF || die
-		# Required by make check
-		data/calendarconversion.ui
-		data/periodictable.ui
-	EOF
-
-	default
-}
-
-pkg_postinst() {
-	xdg_pkg_postinst
-
-	optfeature "gnuplot support" sci-libs/libqalculate[gnuplot]
-}


             reply	other threads:[~2025-02-28 15:31 UTC|newest]

Thread overview: 96+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-28 15:31 Nowa Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-26 14:08 [gentoo-commits] repo/gentoo:master commit in: sci-calculators/qalculate-gtk/ Nowa Ammerlaan
2025-02-24 21:28 Sam James
2025-02-24 21:28 Sam James
2025-02-24 21:28 Sam James
2025-02-05 11:27 Sam James
2025-02-04 13:24 Sam James
2025-02-04 13:24 Sam James
2025-01-14  3:29 Sam James
2024-11-28 15:22 Sam James
2024-10-17  7:49 Andrew Ammerlaan
2024-10-14  0:16 Sam James
2024-10-04 17:37 Andreas Sturmlechner
2024-09-23  9:13 Arthur Zamarin
2024-09-23  9:13 Arthur Zamarin
2024-09-23  8:26 Arthur Zamarin
2024-08-28  7:53 Andrew Ammerlaan
2024-06-24  0:13 Sam James
2024-06-05 19:59 Arthur Zamarin
2024-04-12 11:46 Andrew Ammerlaan
2024-02-18 22:42 Sam James
2023-12-16 16:17 Arthur Zamarin
2023-10-14 10:30 Sam James
2023-09-18 11:19 Sam James
2023-09-18 11:14 Sam James
2023-09-05 11:15 Andrew Ammerlaan
2023-06-10  4:20 Sam James
2023-05-06 10:21 Sam James
2023-04-25 11:09 Andrew Ammerlaan
2023-03-07 15:45 Sam James
2023-03-04 11:21 Arthur Zamarin
2023-01-13 18:20 Arthur Zamarin
2022-12-29 23:01 Sam James
2022-12-29 23:01 Sam James
2022-12-29 22:45 Sam James
2022-08-24  2:18 Sam James
2022-05-28  6:09 Sam James
2022-04-05  2:35 Sam James
2022-04-05  2:32 Sam James
2022-01-09 20:44 Jakov Smolić
2022-01-09  1:11 Sam James
2022-01-08 12:21 Jakov Smolić
2022-01-08 12:21 Jakov Smolić
2021-12-16 17:02 Jakov Smolić
2021-12-16  7:45 Sam James
2021-12-13  6:57 Agostino Sarubbo
2021-12-12 14:35 Jakov Smolić
2021-12-04  1:26 Sam James
2021-10-14  9:18 Jakov Smolić
2021-09-30 18:45 Jakov Smolić
2021-09-18 19:51 Sam James
2021-09-14  6:29 Agostino Sarubbo
2021-09-14  6:28 Agostino Sarubbo
2021-07-30 15:14 Agostino Sarubbo
2021-07-29 17:05 Sam James
2021-07-29 17:05 Sam James
2021-07-29  7:08 Agostino Sarubbo
2021-07-29  6:45 Agostino Sarubbo
2021-07-29  6:40 Agostino Sarubbo
2021-07-29  0:46 Sam James
2021-05-28 19:37 Agostino Sarubbo
2021-05-27 16:51 Sergei Trofimovich
2021-05-26 13:03 Sam James
2021-05-26  8:11 Sam James
2021-05-26  6:49 Agostino Sarubbo
2021-05-25 12:33 Sam James
2021-05-04 22:06 Sam James
2021-05-04 22:06 Sam James
2021-05-01  7:57 Sergei Trofimovich
2021-04-30 23:37 Sam James
2021-04-30 23:29 Sam James
2021-04-30 15:23 Agostino Sarubbo
2021-03-26 11:30 David Seifert
2021-02-27 16:54 Sam James
2021-02-27 16:16 Sam James
2021-02-25 13:17 Sam James
2021-02-25  8:20 Sam James
2021-02-24 20:44 Sam James
2021-01-24 20:06 Sam James
2021-01-24 13:35 Sam James
2021-01-24 12:10 Agostino Sarubbo
2021-01-24  0:37 Sam James
2021-01-23 10:43 David Seifert
2020-12-28 15:50 David Seifert
2020-12-28 15:50 David Seifert
2020-02-08 10:00 Mart Raudsepp
2020-02-08 10:00 Mart Raudsepp
2019-07-03  6:35 Agostino Sarubbo
2019-07-02 12:14 Agostino Sarubbo
2019-07-02 10:33 Agostino Sarubbo
2019-07-02  8:24 Sergei Trofimovich
2019-06-30 18:20 Matthias Maier
2018-02-07  0:54 Matthias Maier
2017-02-02  6:18 Jeroen Roovers
2016-12-30 16:47 Agostino Sarubbo
2016-12-05 22:54 Tobias Klausmann

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=1740756655.213e8b814d335323c9ad89784017b806759fff92.nowa@gentoo \
    --to=nowa@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