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 50D5959CB4 for ; Wed, 20 Apr 2016 14:48:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC93521C07C; Wed, 20 Apr 2016 14:48:13 +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 7899D21C07C for ; Wed, 20 Apr 2016 14:48:13 +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 A163E340B98 for ; Wed, 20 Apr 2016 14:48:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49D8723E for ; Wed, 20 Apr 2016 14:48:11 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1461163680.d8c56d01e2cf6ccbb5ddaef898bf8b3228bbd507.kensington@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: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: d8c56d01e2cf6ccbb5ddaef898bf8b3228bbd507 X-VCS-Branch: master Date: Wed, 20 Apr 2016 14:48:11 +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: 630c4f09-13e9-4e4a-9caf-c107be6d5f59 X-Archives-Hash: ac5d086d25037c89d54ff32e010567fc commit: d8c56d01e2cf6ccbb5ddaef898bf8b3228bbd507 Author: Michael Palimaka gentoo org> AuthorDate: Wed Apr 20 14:46:52 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Apr 20 14:48:00 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d8c56d01 Documentation: drop set references when generating files Documentation/maintainers/regenerate-files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/maintainers/regenerate-files b/Documentation/maintainers/regenerate-files index d2495cc..ac9e103 100755 --- a/Documentation/maintainers/regenerate-files +++ b/Documentation/maintainers/regenerate-files @@ -84,7 +84,7 @@ if [[ -d .kde-applications-live.base ]]; then echo -e "${HEADER}" > kde-applications-live.keywords for file in .kde-applications-live.base/*; do newfile=.kde-applications-live/$(basename "${file}") - sed '/^~.*[.-]9999$/s/$/ **/' "${file}" > "${newfile}" + sed -e '/^~.*[.-]9999$/s/$/ **/' -e '/^@/d' "${file}" > "${newfile}" done cat .kde-applications-live/* >> kde-applications-live.keywords fi