From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose-kaccounts-services/
Date: Fri, 21 Feb 2025 20:39:59 +0000 (UTC) [thread overview]
Message-ID: <1740170344.335d838b767fdcc125889eaebf011030f4dab54b.asturm@gentoo> (raw)
commit: 335d838b767fdcc125889eaebf011030f4dab54b
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 21 19:05:11 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Feb 21 20:39:04 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=335d838b
kde-frameworks/purpose-kaccounts-services: drop 6.9.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/purpose-kaccounts-services/Manifest | 1 -
.../purpose-kaccounts-services-6.9.0.ebuild | 45 ----------------------
2 files changed, 46 deletions(-)
diff --git a/kde-frameworks/purpose-kaccounts-services/Manifest b/kde-frameworks/purpose-kaccounts-services/Manifest
index 88b02cb44ee1..233943464a07 100644
--- a/kde-frameworks/purpose-kaccounts-services/Manifest
+++ b/kde-frameworks/purpose-kaccounts-services/Manifest
@@ -1,3 +1,2 @@
DIST purpose-6.10.0.tar.xz 188940 BLAKE2B a51200beca1dad78b164f276b1b4333455cc8af8f805fb9be4873789879e1f3edd2cbb69614ca4b192e036fa1bd4746bd7f4114e12cc1751e0877e4914dd6b6f SHA512 b6d847e4715a5779c10da92179db9d0a858c62582b729bcc25fc1d2e9796cfa634d4cb1cf49283c3d0364f96f97fc3420895ab4aad526920d65fcf2518e4b39f
DIST purpose-6.11.0.tar.xz 188056 BLAKE2B 5bf26165cd60da956e9a5fcb95ba4cf3fc0362376f77ac3799bcabe9d0835a862178d642e068194f55354c439bf6fd1c4341847e6ffdc147fca0560c3fd947e0 SHA512 9f4780fb49b7895d145586eac7179e11790d1ef7029e83d9bb00f809ba60238c470174e9d7dbf8b5f443b79aac5d1b78e452135fb66eded6d0d67a6aad0356d4
-DIST purpose-6.9.0.tar.xz 179568 BLAKE2B fafe0cd546237fc0f295949f3fa26f71126d833169549bb79aa2aba6de882aab931f79ae5620b6dbdbde54801e883b2641d1954be9928c5e98fa67dd6f3f7f88 SHA512 24994cb11b34d9696a67157b0e2b63ed32a8f3f5e26ff8ef82c94ddffc62bf5b39810f985cb2581ce4e15104f96c79cdd8736de2c67fade7cf5f0e415eeab492
diff --git a/kde-frameworks/purpose-kaccounts-services/purpose-kaccounts-services-6.9.0.ebuild b/kde-frameworks/purpose-kaccounts-services/purpose-kaccounts-services-6.9.0.ebuild
deleted file mode 100644
index e0e0f755148a..000000000000
--- a/kde-frameworks/purpose-kaccounts-services/purpose-kaccounts-services-6.9.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
-
-# this is purely for service file creation
-ECM_I18N="false"
-ECM_HANDBOOK="false"
-KDE_ORG_NAME="${PN/-kaccounts-services/}"
-inherit ecm-common frameworks.kde.org
-
-DESCRIPTION="KAccounts generated service files for nextcloud and google services"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm64"
-IUSE=""
-
-RDEPEND="
- !<kde-frameworks/purpose-5.116.0-r2:5
- !<kde-frameworks/purpose-6.5.0-r1:6
-"
-BDEPEND="kde-apps/kaccounts-integration:6"
-
-ecm-common_inject_heredoc() {
- cat >> CMakeLists.txt <<- _EOF_ || die
- find_package(KAccounts6 REQUIRED)
- kaccounts_add_service(\${CMAKE_CURRENT_SOURCE_DIR}/src/plugins/nextcloud/nextcloud-upload.service.in)
- kaccounts_add_service(\${CMAKE_CURRENT_SOURCE_DIR}/src/plugins/youtube/google-youtube.service.in)
- _EOF_
-}
-
-src_prepare() {
- ecm-common_src_prepare
-
- # Safety measure in case new services are added in the future
- local known_num_of_services=2
- local found_num_of_services=$(find . -iname "*service.in" | wc -l)
- if [[ ${found_num_of_services} != ${known_num_of_services} ]]; then
- eerror "Number of service files mismatch!"
- eerror "Expected: ${known_num_of_services}"
- eerror "Found: ${found_num_of_services}"
- die
- fi
-}
next reply other threads:[~2025-02-21 20:40 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-21 20:39 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-14 15:24 [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose-kaccounts-services/ Andreas Sturmlechner
2025-02-07 21:16 Arthur Zamarin
2025-02-07 20:51 Arthur Zamarin
2025-01-27 18:43 Andreas Sturmlechner
2024-12-17 21:47 Andreas Sturmlechner
2024-12-16 22:28 Andreas Sturmlechner
2024-11-29 16:26 Andreas Sturmlechner
2024-11-29 14:30 Arthur Zamarin
2024-11-09 11:50 Andreas Sturmlechner
2024-11-08 14:38 Andreas Sturmlechner
2024-10-11 12:57 Andreas Sturmlechner
2024-10-09 7:03 Arthur Zamarin
2024-10-04 20:27 Arthur Zamarin
2024-09-14 3:23 Andreas Sturmlechner
2024-09-04 14:15 Andreas Sturmlechner
2024-08-29 19:42 Sam James
2024-08-28 21:38 Jakov Smolić
2024-08-28 20:35 Sam James
2024-08-26 6:34 Andreas Sturmlechner
2024-08-21 21:51 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=1740170344.335d838b767fdcc125889eaebf011030f4dab54b.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