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 8375213825A for ; Sat, 14 May 2016 18:34:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D64F2142A0; Sat, 14 May 2016 18:34:09 +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 AB57214294 for ; Sat, 14 May 2016 18:34:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2F654340B27 for ; Sat, 14 May 2016 18:34:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AEF239F4 for ; Sat, 14 May 2016 18:33:57 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1463250580.3f524aa39a4849fc92ad37ee538a45d09b3133c4.dolsen@gentoo> Subject: [gentoo-commits] proj/portage:repoman commit in: /, repoman/ X-VCS-Repository: proj/portage X-VCS-Files: repoman/setup.py setup.py X-VCS-Directories: repoman/ / X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 3f524aa39a4849fc92ad37ee538a45d09b3133c4 X-VCS-Branch: repoman Date: Sat, 14 May 2016 18:33:57 +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: 5f689b16-0bbf-45c2-97cd-b86ce86cd500 X-Archives-Hash: f25e4c683d999e6a73d7721e3f17ff91 commit: 3f524aa39a4849fc92ad37ee538a45d09b3133c4 Author: Brian Dolbec gentoo org> AuthorDate: Sat May 14 18:29:17 2016 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Sat May 14 18:29:40 2016 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=3f524aa3 Test bump versions repoman/setup.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/repoman/setup.py b/repoman/setup.py index b7b8ee2..07b14dc 100755 --- a/repoman/setup.py +++ b/repoman/setup.py @@ -612,7 +612,7 @@ def get_manpages(): setup( name = 'repoman', - version = '2.3.0', + version = '2.3.0_rc1', url = 'https://wiki.gentoo.org/wiki/Project:Portage', author = 'Gentoo Portage Development Team', author_email = 'dev-portage@gentoo.org', diff --git a/setup.py b/setup.py index c487ddf..75c4bcb 100755 --- a/setup.py +++ b/setup.py @@ -615,7 +615,7 @@ def get_manpages(): setup( name = 'portage', - version = '2.2.28', + version = '2.3.0_rc1', url = 'https://wiki.gentoo.org/wiki/Project:Portage', author = 'Gentoo Portage Development Team', author_email = 'dev-portage@gentoo.org', 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 85E6B13825A for ; Sun, 15 May 2016 23:51:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65DD7142F0; Sun, 15 May 2016 23:51:19 +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 E248D14225 for ; Sun, 15 May 2016 23:51:17 +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 C81A1340BC1 for ; Sun, 15 May 2016 23:51:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8086697B for ; Sun, 15 May 2016 23:51:13 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1463250580.3f524aa39a4849fc92ad37ee538a45d09b3133c4.dolsen@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: /, repoman/ X-VCS-Repository: proj/portage X-VCS-Files: repoman/setup.py setup.py X-VCS-Directories: / repoman/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 3f524aa39a4849fc92ad37ee538a45d09b3133c4 X-VCS-Branch: master Date: Sun, 15 May 2016 23:51:13 +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: ce1beb16-8221-41a3-9c3a-8f110665cf6c X-Archives-Hash: 16b21bcbf914cd1871d6fe5031201399 Message-ID: <20160515235113.ngDpxlyTOacUXos1I4r6Pa4tBQID0bslS78qb9iCvms@z> commit: 3f524aa39a4849fc92ad37ee538a45d09b3133c4 Author: Brian Dolbec gentoo org> AuthorDate: Sat May 14 18:29:17 2016 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Sat May 14 18:29:40 2016 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=3f524aa3 Test bump versions repoman/setup.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/repoman/setup.py b/repoman/setup.py index b7b8ee2..07b14dc 100755 --- a/repoman/setup.py +++ b/repoman/setup.py @@ -612,7 +612,7 @@ def get_manpages(): setup( name = 'repoman', - version = '2.3.0', + version = '2.3.0_rc1', url = 'https://wiki.gentoo.org/wiki/Project:Portage', author = 'Gentoo Portage Development Team', author_email = 'dev-portage@gentoo.org', diff --git a/setup.py b/setup.py index c487ddf..75c4bcb 100755 --- a/setup.py +++ b/setup.py @@ -615,7 +615,7 @@ def get_manpages(): setup( name = 'portage', - version = '2.2.28', + version = '2.3.0_rc1', url = 'https://wiki.gentoo.org/wiki/Project:Portage', author = 'Gentoo Portage Development Team', author_email = 'dev-portage@gentoo.org',