From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1STdFk-0007md-7M for garchives@archives.gentoo.org; Sun, 13 May 2012 18:10:44 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 308DDE07AA; Sun, 13 May 2012 18:10:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 050F0E07AA for ; Sun, 13 May 2012 18:10:11 +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 685031B402A for ; Sun, 13 May 2012 18:10:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 153AFE5431 for ; Sun, 13 May 2012 18:10:09 +0000 (UTC) From: "Jorge Manuel B. S. Vicetto" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jorge Manuel B. S. Vicetto" Message-ID: <1336932274.672a8b80225e5e32d6e8d6ddfbc5e4ad13264a9b.jmbsvicetto@gentoo> Subject: [gentoo-commits] proj/catalyst:catalyst_2 commit in: / X-VCS-Repository: proj/catalyst X-VCS-Files: catalyst X-VCS-Directories: / X-VCS-Committer: jmbsvicetto X-VCS-Committer-Name: Jorge Manuel B. S. Vicetto X-VCS-Revision: 672a8b80225e5e32d6e8d6ddfbc5e4ad13264a9b X-VCS-Branch: catalyst_2 Date: Sun, 13 May 2012 18:10:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 63aa457b-3810-4a29-a6c9-04321f18fd09 X-Archives-Hash: 5a9cd353cad5cf4b3116e3ed4b31542c commit: 672a8b80225e5e32d6e8d6ddfbc5e4ad13264a9b Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) ge= ntoo org> AuthorDate: Sun May 13 18:04:34 2012 +0000 Commit: Jorge Manuel B. S. Vicetto gentoo org= > CommitDate: Sun May 13 18:04:34 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/catalyst.git;= a=3Dcommit;h=3D672a8b80 Release 2.0.9 --- catalyst | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/catalyst b/catalyst index 70631ab..9da14c0 100755 --- a/catalyst +++ b/catalyst @@ -3,6 +3,7 @@ # Maintained in full by: # Andrew Gaffney # Chris Gianelloni +# Release Engineering Team # $Id$ =20 import os, sys, imp, string, getopt @@ -16,8 +17,8 @@ sys.path.append(__selfpath__ + "/modules") import catalyst.config import catalyst.util =20 -__maintainer__=3D"Chris Gianelloni " -__version__=3D"2.0.8.1" +__maintainer__=3D"Chris Gianelloni " +__version__=3D"2.0.9" =20 conf_values=3D{} =20