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/parley/
Date: Mon,  2 Sep 2024 13:54:00 +0000 (UTC)	[thread overview]
Message-ID: <1725283327.c043c6243c48cbbf583bb03184c548cbd86bc0b6.asturm@gentoo> (raw)

commit:     c043c6243c48cbbf583bb03184c548cbd86bc0b6
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  1 22:00:05 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Sep  2 13:22:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c043c624

kde-apps/parley: drop 23.08.5

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

 kde-apps/parley/Manifest              |  1 -
 kde-apps/parley/parley-23.08.5.ebuild | 60 -----------------------------------
 2 files changed, 61 deletions(-)

diff --git a/kde-apps/parley/Manifest b/kde-apps/parley/Manifest
index f00d85489a43..865c7533edb3 100644
--- a/kde-apps/parley/Manifest
+++ b/kde-apps/parley/Manifest
@@ -1,3 +1,2 @@
-DIST parley-23.08.5.tar.xz 8610724 BLAKE2B e486826ea225a66dcc6a7023d9b8903e590b86526af395cda09b36a2d939fc1b0cbc9ea60cde9ecd561783101bb606b8af03dace64070be47268d2fda275f2c4 SHA512 2fa685a2b33fa2487d75380980c302d65dd858afd598a4ce3bd8c95b00120c7cf487b39bed500502ac87ce947b33b12199fcde1b5d3531d3ea69fce81f6015d5
 DIST parley-24.05.2.tar.xz 8420968 BLAKE2B fa39cdfd82f0f642182adc62487cf3828356981eb477baa538564bb353b54ff826115cec18c20e316b8a4232f2d5f215da9fed6db3ad8e38d82749c79e0f7b7f SHA512 8cf2b5bb65b1f4f5339ccba5d06a0b37933867ff3b3c93aa0fb3ef0b2b0c5a88742076e2c4fd1c0f9456871ff70872297800cba8a8f281127984a7908ad398b0
 DIST parley-24.08.0.tar.xz 8420860 BLAKE2B 518f1cd7bcf2cf33574022cc395a881c12c7f75137f5e8317ed2d6bf3fded250c5097c3c49adfb147eaa6c0a21b5e1f1872c07e6f71dbc57c3b69a01f2bf197f SHA512 71529ca73903c98904784fcf22facd145171fc615c56e2453905c35e69e3751dedad68ae7a7d699264571484a9e2fb2e0631d23d9f2ac838d29ffe53fdee78d6

diff --git a/kde-apps/parley/parley-23.08.5.ebuild b/kde-apps/parley/parley-23.08.5.ebuild
deleted file mode 100644
index ef764b6bc037..000000000000
--- a/kde-apps/parley/parley-23.08.5.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-ECM_HANDBOOK_DIR="docs"
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.106.0
-QTMIN=5.15.9
-inherit ecm gear.kde.org optfeature
-
-DESCRIPTION="Vocabulary trainer to help you memorize things"
-HOMEPAGE="https://apps.kde.org/parley/"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="amd64 arm64 ~x86"
-IUSE=""
-
-DEPEND="
-	app-i18n/translate-shell
-	dev-libs/libxml2:2
-	dev-libs/libxslt
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtconcurrent-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtmultimedia-${QTMIN}:5
-	>=dev-qt/qtsvg-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtwebengine-${QTMIN}:5[widgets]
-	>=kde-apps/libkeduvocdocument-${PVCUT}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kcrash-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/knewstuff-${KFMIN}:5
-	>=kde-frameworks/knotifications-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktextwidgets-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/kxmlgui-${KFMIN}:5
-	>=kde-frameworks/sonnet-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=kde-apps/kdeedu-data-${PVCUT}:*
-"
-
-src_prepare() {
-	ecm_src_prepare
-	cmake_comment_add_subdirectory plugins
-}
-
-pkg_postinst() {
-	optfeature "online access to translations" app-i18n/translate-shell
-	ecm_pkg_postinst
-}


             reply	other threads:[~2024-09-02 13:54 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-02 13:54 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-21 13:41 [gentoo-commits] repo/gentoo:master commit in: kde-apps/parley/ Andreas Sturmlechner
2023-02-07 10:37 Andreas Sturmlechner
2022-03-24 12:02 Andreas Sturmlechner
2021-01-23 14:58 Andreas Sturmlechner
2020-07-30  7:21 Agostino Sarubbo
2020-07-30  6:58 Agostino Sarubbo
2020-03-19  6:25 Mikle Kolyada
2020-03-19  0:06 Agostino Sarubbo
2020-03-18 23:48 Agostino Sarubbo
2019-07-28  2:45 Mikle Kolyada
2019-07-28  2:33 Mikle Kolyada
2019-03-21 11:34 Mikle Kolyada
2019-03-21 11:14 Mikle Kolyada
2019-02-24 21:37 Andreas Sturmlechner
2018-07-29 12:56 Thomas Deutschmann
2018-07-29  0:38 Mikle Kolyada
2017-11-30  2:07 Thomas Deutschmann
2017-04-16 20:58 Agostino Sarubbo

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=1725283327.c043c6243c48cbbf583bb03184c548cbd86bc0b6.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