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 6C1791381FE for ; Tue, 7 Aug 2012 13:21:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5901EE074B; Tue, 7 Aug 2012 13:20:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2AB5EE074B for ; Tue, 7 Aug 2012 13:20:40 +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 8E1E51B403D for ; Tue, 7 Aug 2012 13:20:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 4F6F1E5444 for ; Tue, 7 Aug 2012 13:20:37 +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: <1344345608.5c16bc7b8221a498e95652946cbadac2210c0666.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: 5c16bc7b8221a498e95652946cbadac2210c0666 X-VCS-Branch: master Date: Tue, 7 Aug 2012 13:20:37 +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: d66f5f3e-036c-4f81-9b62-491e30b0ca92 X-Archives-Hash: 9878b3b0dd4fd47491dadf13e562ef56 commit: 5c16bc7b8221a498e95652946cbadac2210c0666 Author: Johannes Huber gentoo org> AuthorDate: Tue Aug 7 13:20:08 2012 +0000 Commit: Johannes Huber gentoo org> CommitDate: Tue Aug 7 13:20:08 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=5c16bc7b [scripts] Remove KDE 4.8 stable branch (4.8.49.9999). --- Documentation/maintainers/regenerate-files | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Documentation/maintainers/regenerate-files b/Documentation/maintainers/regenerate-files index e539586..06083d6 100755 --- a/Documentation/maintainers/regenerate-files +++ b/Documentation/maintainers/regenerate-files @@ -21,7 +21,7 @@ for release in 4.7 4.8 4.9; do done # ... and for completely unkeyworded packages, add "**" -for release in 4.8 4.9; do +for release in 4.9; do if [[ -d ".kde-${release}" ]]; then rm -rf ".kde-${release}.49.9999" mkdir -p ".kde-${release}.49.9999"