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 A2E801381F3 for ; Mon, 15 Apr 2013 09:50:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71FA4E08F6; Mon, 15 Apr 2013 09:50:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0FC74E08F0 for ; Mon, 15 Apr 2013 09:50:33 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 251CC33BF5F for ; Mon, 15 Apr 2013 09:50:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A65DAE4356 for ; Mon, 15 Apr 2013 09:50:31 +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: <1366019257.90a1d9d61499f6a8666209083a7823a4c4465c31.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: 90a1d9d61499f6a8666209083a7823a4c4465c31 X-VCS-Branch: master Date: Mon, 15 Apr 2013 09:50:31 +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: 1ebbf922-80dd-4d51-95af-0b7f9884d432 X-Archives-Hash: 4efd53619509c48fe32a392c992dd0ad commit: 90a1d9d61499f6a8666209083a7823a4c4465c31 Author: Michael Palimaka gentoo org> AuthorDate: Mon Apr 15 09:47:37 2013 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon Apr 15 09:47:37 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=90a1d9d6 [Documentation] Fix set generation for 4.10. --- Documentation/maintainers/regenerate-files | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/maintainers/regenerate-files b/Documentation/maintainers/regenerate-files index ddbcd47..a368292 100755 --- a/Documentation/maintainers/regenerate-files +++ b/Documentation/maintainers/regenerate-files @@ -11,8 +11,8 @@ fi HEADER="# Autogenerated by ${SCRIPT}, DO NOT EDIT." -KDE_RELEASES="4.9 4.10" -RELEASE=${RELEASE:-4.9} +KDE_RELEASES="4.10" +RELEASE=${RELEASE:-4.10} # regenerate keywords pushd ../package.keywords/ > /dev/null @@ -97,6 +97,6 @@ pushd ../../sets/ > /dev/null for set in *-${RELEASE}; do newfile=${set/%-${RELEASE}} echo -e "${HEADER}" > "${newfile}" - sed -r "/@/s/-${RELEASE}//g;/9999$/s/~//;s/> "${newfile}" + sed -r "/@/s/-${RELEASE}//g;/9999$/s/~//;s/> "${newfile}" done popd > /dev/null