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: Sat, 26 Apr 2025 13:28:46 +0000 (UTC)	[thread overview]
Message-ID: <1745674107.95034461c7ff638b798d5f9ad66d6f64d59fadd1.asturm@gentoo> (raw)
commit:     95034461c7ff638b798d5f9ad66d6f64d59fadd1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 25 12:26:10 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Apr 26 13:28:27 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95034461
kde-frameworks/purpose-kaccounts-services: drop 6.10.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
 kde-frameworks/purpose-kaccounts-services/Manifest |  1 -
 .../purpose-kaccounts-services-6.10.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 ab620766d541..53978868cccc 100644
--- a/kde-frameworks/purpose-kaccounts-services/Manifest
+++ b/kde-frameworks/purpose-kaccounts-services/Manifest
@@ -1,2 +1 @@
-DIST purpose-6.10.0.tar.xz 188940 BLAKE2B a51200beca1dad78b164f276b1b4333455cc8af8f805fb9be4873789879e1f3edd2cbb69614ca4b192e036fa1bd4746bd7f4114e12cc1751e0877e4914dd6b6f SHA512 b6d847e4715a5779c10da92179db9d0a858c62582b729bcc25fc1d2e9796cfa634d4cb1cf49283c3d0364f96f97fc3420895ab4aad526920d65fcf2518e4b39f
 DIST purpose-6.13.0.tar.xz 188136 BLAKE2B 19a891fb3944c48e6e6044dcfd3e6c54b6e677307221bb0f9dc121264d439e1b2e0601378c026d72a93fb30f1148104c9af456c208d3c859af4e147e876b2cd4 SHA512 5b9346d6798cc5aff995d53308b214b1d11db108de5b0a17cbe03a64cabf0cfa10511bfddd0303462de45f81b6105ddbd894c51ee7e7147058442e9fd4232151
diff --git a/kde-frameworks/purpose-kaccounts-services/purpose-kaccounts-services-6.10.0.ebuild b/kde-frameworks/purpose-kaccounts-services/purpose-kaccounts-services-6.10.0.ebuild
deleted file mode 100644
index e0e0f755148a..000000000000
--- a/kde-frameworks/purpose-kaccounts-services/purpose-kaccounts-services-6.10.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-04-26 13:29 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-26 13:28 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-20 16:43 [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose-kaccounts-services/ Andreas Sturmlechner
2025-10-18  8:39 Arthur Zamarin
2025-10-18  8:36 Arthur Zamarin
2025-10-11 20:58 Andreas Sturmlechner
2025-10-08 18:26 Andreas Sturmlechner
2025-09-12 19:47 Andreas Sturmlechner
2025-08-11  4:31 Andreas Sturmlechner
2025-08-10 19:25 Arthur Zamarin
2025-08-10 16:16 Andreas Sturmlechner
2025-07-13 12:25 Andreas Sturmlechner
2025-07-11 18:56 Andreas Sturmlechner
2025-06-15 17:39 Andreas Sturmlechner
2025-05-13 21:12 Andreas Sturmlechner
2025-04-22 22:23 Andreas Sturmlechner
2025-04-12 16:36 Andreas Sturmlechner
2025-03-23 17:11 Andreas Sturmlechner
2025-03-15 20:56 Andreas Sturmlechner
2025-02-21 20:39 Andreas Sturmlechner
2025-02-14 15:24 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=1745674107.95034461c7ff638b798d5f9ad66d6f64d59fadd1.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