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: kde-apps/analitza/
Date: Thu, 30 Jan 2025 17:19:08 +0000 (UTC)	[thread overview]
Message-ID: <1738257535.83e8fc25fea2220c851745ba809b0462d6316018.asturm@gentoo> (raw)

commit:     83e8fc25fea2220c851745ba809b0462d6316018
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 30 16:27:44 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jan 30 17:18:55 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83e8fc25

kde-apps/analitza: drop 24.08.3, 24.12.0

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/analitza/Manifest                |  2 --
 kde-apps/analitza/analitza-24.08.3.ebuild | 43 -------------------------------
 kde-apps/analitza/analitza-24.12.0.ebuild | 43 -------------------------------
 3 files changed, 88 deletions(-)

diff --git a/kde-apps/analitza/Manifest b/kde-apps/analitza/Manifest
index a09018a682d1..daea4f0e7bbe 100644
--- a/kde-apps/analitza/Manifest
+++ b/kde-apps/analitza/Manifest
@@ -1,3 +1 @@
-DIST analitza-24.08.3.tar.xz 359932 BLAKE2B 4fb190be849c36379dc89a0eb098ca10894afa38ae2d53ca88863fe4a04587daff14f378a127a70c3aed6ab4f44f0df8c3149fc6ccd831e5cc6cee9101547a2c SHA512 3ec18dfb0f15577fb7f4d233723bc20da8cf0fddf01f289962f86b4b1af4766add16499eae91d40f6e77f920b07d620a0edc00bac2e179831412d7c58a7351b8
-DIST analitza-24.12.0.tar.xz 359960 BLAKE2B 0caf1e3371acaa3030881fc05d6801200adc99a4b7bbe538a316d7b633acf8a5f75e309caa6be297741a3e6be27998b296abf4ae1d1300c1239b939f314dfc13 SHA512 fcee0187c1a4bf4964140cce9a00d49897e72b14d5d5fe352a4c09c20890af6b71756bbc60c751c4a8190cb77054b54f6d3e9db13d03b3237a2285f655bac952
 DIST analitza-24.12.1.tar.xz 359992 BLAKE2B 08a0e2898ca1f22bb52ed592e3835b364c06babd4955930967492a3f17c7da2991805d84d9f1f7fbb422f30c0a23f5d4d217815d8a5ae8b45bccccb736bd55e3 SHA512 a43200449de93070284f665304206a6bbe5b02db5fd390e545c456466f7300b79ae15e37d442fcbb8f3c7ac33e41212b2b0d95ef9ace18841ebb082e385cc605

diff --git a/kde-apps/analitza/analitza-24.08.3.ebuild b/kde-apps/analitza/analitza-24.08.3.ebuild
deleted file mode 100644
index 8b01a7c96446..000000000000
--- a/kde-apps/analitza/analitza-24.08.3.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="forceoptional"
-KFMIN=6.5.0
-QTMIN=6.7.2
-inherit ecm gear.kde.org
-
-DESCRIPTION="KDE library for mathematical features"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="6"
-KEYWORDS="amd64 arm64 ~riscv ~x86"
-IUSE="eigen"
-
-DEPEND="
-	>=dev-qt/qtbase-${QTMIN}:6[-gles2-only,gui,opengl,widgets,xml]
-	>=dev-qt/qtdeclarative-${QTMIN}:6
-	>=dev-qt/qtsvg-${QTMIN}:6
-	eigen? ( dev-cpp/eigen:3 )
-"
-RDEPEND="${DEPEND}"
-BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]"
-
-src_prepare() {
-	ecm_src_prepare
-
-	if ! use test; then
-		sed -i \
-			-e "/add_subdirectory(examples)/ s/^/#DONT/" \
-			analitzaplot/CMakeLists.txt || die
-	fi
-}
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake_use_find_package eigen Eigen3)
-	)
-
-	ecm_src_configure
-}

diff --git a/kde-apps/analitza/analitza-24.12.0.ebuild b/kde-apps/analitza/analitza-24.12.0.ebuild
deleted file mode 100644
index 9a1a98605d09..000000000000
--- a/kde-apps/analitza/analitza-24.12.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="forceoptional"
-KFMIN=6.5.0
-QTMIN=6.7.2
-inherit ecm gear.kde.org
-
-DESCRIPTION="KDE library for mathematical features"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="6"
-KEYWORDS="amd64 ~arm64 ~riscv ~x86"
-IUSE="eigen"
-
-DEPEND="
-	>=dev-qt/qtbase-${QTMIN}:6[-gles2-only,gui,opengl,widgets,xml]
-	>=dev-qt/qtdeclarative-${QTMIN}:6
-	>=dev-qt/qtsvg-${QTMIN}:6
-	eigen? ( dev-cpp/eigen:3 )
-"
-RDEPEND="${DEPEND}"
-BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]"
-
-src_prepare() {
-	ecm_src_prepare
-
-	if ! use test; then
-		sed -i \
-			-e "/add_subdirectory(examples)/ s/^/#DONT/" \
-			analitzaplot/CMakeLists.txt || die
-	fi
-}
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake_use_find_package eigen Eigen3)
-	)
-
-	ecm_src_configure
-}


             reply	other threads:[~2025-01-30 17:19 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-30 17:19 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-07 16:59 [gentoo-commits] repo/gentoo:master commit in: kde-apps/analitza/ Arthur Zamarin
2025-01-30  9:29 Arthur Zamarin
2025-01-30  9:29 Arthur Zamarin
2025-01-05 19:08 Sam James
2024-09-02 13:53 Andreas Sturmlechner
2024-07-06 22:05 Andreas Sturmlechner
2024-05-23 16:00 Andreas Sturmlechner
2021-09-14 14:15 Yixun Lan
2020-04-03 20:07 Andreas Sturmlechner
2017-11-16 19:28 Andreas Sturmlechner
2017-11-16 19:28 Andreas Sturmlechner
2017-08-06 16:49 Andreas Sturmlechner
2017-05-18  6:34 Andreas Sturmlechner
2017-05-18  6:23 Andreas Sturmlechner
2017-04-23 13:38 Andreas Sturmlechner
2017-03-22 19:36 Andreas Sturmlechner

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=1738257535.83e8fc25fea2220c851745ba809b0462d6316018.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