From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 83885139360 for ; Wed, 11 Aug 2021 06:10:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA07DE0837; Wed, 11 Aug 2021 06:10:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2F8BAE0837 for ; Wed, 11 Aug 2021 06:10:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 27DAC342ACB for ; Wed, 11 Aug 2021 06:10:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3EEC57BD for ; Wed, 11 Aug 2021 06:10:27 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1628661979.97c63b7d3d04fdbc150499437628992bc0f91686.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: Documentation/maintainers/ X-VCS-Repository: proj/kde X-VCS-Files: Documentation/maintainers/regenerate-files X-VCS-Directories: Documentation/maintainers/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 97c63b7d3d04fdbc150499437628992bc0f91686 X-VCS-Branch: master Date: Wed, 11 Aug 2021 06:10:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b46930a0-c2cc-48b8-be5c-79057ae55003 X-Archives-Hash: 0fdb457ce95ed899a04c4fbdd6629121 commit: 97c63b7d3d04fdbc150499437628992bc0f91686 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Aug 4 10:24:49 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Aug 11 06:06:19 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=97c63b7d Documentation: Drop KDE Release Service mangling (replaced by KDE Gear) Signed-off-by: Andreas Sturmlechner gentoo.org> Documentation/maintainers/regenerate-files | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/Documentation/maintainers/regenerate-files b/Documentation/maintainers/regenerate-files index af5f136512..cd48ef4191 100755 --- a/Documentation/maintainers/regenerate-files +++ b/Documentation/maintainers/regenerate-files @@ -18,9 +18,6 @@ PLASMA_RELEASE=${PLASMA_RELEASE:-5.21} GEAR_RELEASES="21.04 21.08" GEAR_RELEASE=${GEAR_RELEASE:-21.04} -SERVICE_RELEASES="20.12" -SERVICE_RELEASE=${SERVICE_RELEASE:-20.12} - # regenerate keywords pushd ../package.accept_keywords/ > /dev/null for release in $KF_RELEASES; do @@ -62,14 +59,6 @@ for release in $GEAR_RELEASES; do fi done -for release in $SERVICE_RELEASES; do - echo -e "${HEADER}" > "kde-release-service-${release}.keywords" - if [[ -d ".kde-release-service-${release}" ]]; then - cat ".kde-release-service-${release}/"* | \ - sed -e '/^~.*[.-]9999$/s/$/ **/' -e '/^@/d' >> "kde-release-service-${release}.keywords" - fi -done - if [[ -d .kde-frameworks-live.base ]]; then rm -rf .kde-frameworks-live mkdir -p .kde-frameworks-live @@ -190,11 +179,6 @@ for set in *-${GEAR_RELEASE}; do sed -r "/@/s/-${GEAR_RELEASE}//g;/9999$/s/~//;s/> "${newfile}" done -for set in *-${SERVICE_RELEASE}; do - newfile=${set/%-${SERVICE_RELEASE}} - echo -e "${HEADER}" > "${newfile}" - sed -r "/@/s/-${SERVICE_RELEASE}//g;/9999$/s/~//;s/> "${newfile}" -done popd > /dev/null # regenerate CONTRIBUTORS file