From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3963A138206 for ; Sun, 24 Apr 2016 12:47:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CFD3E0863; Sun, 24 Apr 2016 12:47:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DB51DE085B for ; Sun, 24 Apr 2016 12:47:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BA912340C42 for ; Sun, 24 Apr 2016 12:47:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A261595B for ; Sun, 24 Apr 2016 12:47:32 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1461501982.bf4d0885a67ecc77ec4b4eef0e9647c56b4ab4d9.johu@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: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: bf4d0885a67ecc77ec4b4eef0e9647c56b4ab4d9 X-VCS-Branch: master Date: Sun, 24 Apr 2016 12:47:32 +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-Archives-Salt: f74d5c45-9ae9-4d2b-911d-63f3e8a81fad X-Archives-Hash: 62109cbd3f11312e1781cb5836fdda13 commit: bf4d0885a67ecc77ec4b4eef0e9647c56b4ab4d9 Author: Johannes Huber gentoo org> AuthorDate: Sun Apr 24 12:46:22 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun Apr 24 12:46:22 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=bf4d0885 Documentation: Re-enable default set generation Documentation/maintainers/regenerate-files | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Documentation/maintainers/regenerate-files b/Documentation/maintainers/regenerate-files index 6656562..0621a6b 100755 --- a/Documentation/maintainers/regenerate-files +++ b/Documentation/maintainers/regenerate-files @@ -163,11 +163,12 @@ for set in *plasma-${PLASMA_RELEASE}; do sed -r "/@/s/-${PLASMA_RELEASE}//g;/9999$/s/~//;s/> "${newfile}" done -#for set in *-${APPS_RELEASE}; do -# newfile=${set/%-${APPS_RELEASE}} -# echo -e "${HEADER}" > "${newfile}" -# sed -r "/@/s/-${RELEASE}//g;/9999$/s/~//;s/> "${newfile}" -#done +for set in *-${APPS_RELEASE}; do + newfile=${set/%-${APPS_RELEASE}} + echo -e "${HEADER}" > "${newfile}" + # TODO bring back slots when KDE Application is fully migrated + sed -r "/@/s/-${APPS_RELEASE}//g;/9999$/s/~//;s/> "${newfile}" +done popd > /dev/null # regenerate CONTRIBUTORS file