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 5F81013832E for ; Sun, 31 Jul 2016 19:48:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9295FE0B0D; Sun, 31 Jul 2016 19:48:12 +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 31BF8E0B0D for ; Sun, 31 Jul 2016 19:48:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2FA61340BF6 for ; Sun, 31 Jul 2016 19:48:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 796187DD for ; Sun, 31 Jul 2016 19:48:08 +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: <1469994481.3fa086f713544d1ae9dc601548e308f51da5d1a2.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: 3fa086f713544d1ae9dc601548e308f51da5d1a2 X-VCS-Branch: master Date: Sun, 31 Jul 2016 19:48:08 +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: fd823be5-f4fa-4d7e-b4eb-68bc68df8a12 X-Archives-Hash: b5e544ccb06ed171abbc4d9373caf788 commit: 3fa086f713544d1ae9dc601548e308f51da5d1a2 Author: Michael Palimaka gentoo org> AuthorDate: Sun Jul 31 19:47:47 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Jul 31 19:48:01 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3fa086f7 Documentation: remove @set atoms from package.unmask files Documentation/maintainers/regenerate-files | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/maintainers/regenerate-files b/Documentation/maintainers/regenerate-files index 8096334..8d36956 100755 --- a/Documentation/maintainers/regenerate-files +++ b/Documentation/maintainers/regenerate-files @@ -118,6 +118,7 @@ for release in $APPS_RELEASES live; do echo -e "${HEADER}" > "kde-applications-${release}" if [[ -d ".kde-applications-${release}" ]]; then cat ".kde-applications-${release}/"* >> "kde-applications-${release}" + sed -i "kde-applications-${release}" -e "/^@/d" fi done popd > /dev/null