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 931211389E2 for ; Sun, 14 Dec 2014 15:21:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE812E09AD; Sun, 14 Dec 2014 15:21:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C68FDE0964 for ; Sun, 14 Dec 2014 15:21:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9CA6F3406FC for ; Sun, 14 Dec 2014 15:21:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41B19C6D1 for ; Sun, 14 Dec 2014 15:21:14 +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: <1418570426.6ca8a5d120990d49e7f033742411f546d5d5ce94.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: 6ca8a5d120990d49e7f033742411f546d5d5ce94 X-VCS-Branch: master Date: Sun, 14 Dec 2014 15:21:14 +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: dd82bbf7-dc6b-40b5-9707-bbee8f07f886 X-Archives-Hash: 072888c123bd716288d2605081ec7ab4 commit: 6ca8a5d120990d49e7f033742411f546d5d5ce94 Author: Michael Palimaka gentoo org> AuthorDate: Sun Dec 14 15:20:26 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Dec 14 15:20:26 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6ca8a5d1 [Documentation] Update regenerate-files for kde-plasma move. --- Documentation/maintainers/regenerate-files | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/maintainers/regenerate-files b/Documentation/maintainers/regenerate-files index 48fb648..96988d9 100755 --- a/Documentation/maintainers/regenerate-files +++ b/Documentation/maintainers/regenerate-files @@ -133,7 +133,7 @@ for release in $PLASMA_RELEASES live; do echo -e "${HEADER}" > "kde-plasma-${release}" if [[ -d "../package.unmask/.kde-plasma-${release}" ]]; then cat "../package.unmask/.kde-plasma-${release}/"* >> "kde-plasma-${release}" - sed -i "kde-plasma-${release}" -e "/^=/}" + sed -i "kde-plasma-${release}" -e "/^=/}" fi done popd > /dev/null @@ -155,7 +155,7 @@ done for set in *plasma-${PLASMA_RELEASE}; do newfile=${set/%-${PLASMA_RELEASE}} echo -e "${HEADER}" > "${newfile}" - sed -r "/@/s/-${PLASMA_RELEASE}//g;/9999$/s/~//;s/> "${newfile}" + sed -r "/@/s/-${PLASMA_RELEASE}//g;/9999$/s/~//;s/> "${newfile}" done popd > /dev/null