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 <gentoo-dev+bounces-48831-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1RWezC-0004av-3s
	for garchives@archives.gentoo.org; Sat, 03 Dec 2011 02:05:54 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 8B6E821C06B
	for <garchives@archives.gentoo.org>; Sat,  3 Dec 2011 02:05:53 +0000 (UTC)
Received: from mail-iy0-f181.google.com (mail-iy0-f181.google.com [209.85.210.181])
	by pigeon.gentoo.org (Postfix) with ESMTP id 2B10221C04C
	for <gentoo-dev@lists.gentoo.org>; Sat,  3 Dec 2011 01:15:11 +0000 (UTC)
Received: by iakk12 with SMTP id k12so5493586iak.40
        for <gentoo-dev@lists.gentoo.org>; Fri, 02 Dec 2011 17:15:11 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=date:from:cc:subject:message-id:references:mime-version
         :content-type:content-disposition:in-reply-to:user-agent;
        bh=G/3Vy/NeKQAyCUU4LlfOsKZ5mOzSnzzFMgzGKXFYQaU=;
        b=Ic/eXxbtnnVthi6cyDpStdCy6ljS+uJvhAZdKrb14sMpbn092FUTQ8ot16Mr8k/da8
         VYG/ePsELcUQa4WOWevXQjxN6xFxgqKNWjC70c03GYhXJIZDVSGGmXEhp66kJq5G+HqO
         q03C81SE0nKSRSfcnEzhaJu+Xi0JCA/F8tnQw=
Received: by 10.42.161.9 with SMTP id r9mr594326icx.49.1322874911642;
        Fri, 02 Dec 2011 17:15:11 -0800 (PST)
Received: from smtp.gmail.com:587 (74-95-192-101-SFBA.hfc.comcastbusiness.net. [74.95.192.101])
        by mx.google.com with ESMTPS id e2sm41194727ibe.0.2011.12.02.17.15.08
        (version=TLSv1/SSLv3 cipher=OTHER);
        Fri, 02 Dec 2011 17:15:10 -0800 (PST)
Received: by smtp.gmail.com:587 (sSMTP sendmail emulation); Fri, 02 Dec 2011 17:15:12 -0800
Date: Fri, 2 Dec 2011 17:15:12 -0800
From: Brian Harring <ferringb@gmail.com>
Cc: gentoo-dev@lists.gentoo.org
Subject: Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in
 sys-apps/pkgcore: pkgcore-0.7.7.1.ebuild ChangeLog pkgcore-0.7.6.1.ebuild
 pkgcore-0.7.7-r1.ebuild pkgcore-0.7.7.ebuild
Message-ID: <20111203011512.GA31417@localhost>
References: <20111203001118.1623C2004B@flycatcher.gentoo.org>
 <4ED96BD4.3070203@gentoo.org>
Precedence: bulk
List-Post: <mailto:gentoo-dev@lists.gentoo.org>
List-Help: <mailto:gentoo-dev+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-dev+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-dev+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-dev.gentoo.org>
X-BeenThere: gentoo-dev@lists.gentoo.org
Reply-to: gentoo-dev@lists.gentoo.org
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <4ED96BD4.3070203@gentoo.org>
User-Agent: Mutt/1.5.21 (2010-09-15)
X-Archives-Salt: 5b4e6bc5-3ffa-4a24-8549-b2f0ed631d4a
X-Archives-Hash: d1038333ef2833897c71dd6236342713

On Sat, Dec 03, 2011 at 12:22:44AM +0000, Markos Chandras wrote:
> On 12/03/2011 12:11 AM, Brian Harring (ferringb) wrote:
> > ferringb    11/12/03 00:11:17
> > 
> > Modified:             ChangeLog Added:
> > pkgcore-0.7.7.1.ebuild Removed:              pkgcore-0.7.6.1.ebuild
> > pkgcore-0.7.7-r1.ebuild pkgcore-0.7.7.ebuild Log: pull in 0.7.7.1
> > with another fix (metadata); punt older versions that have known
> > misbehaviours
> > 
> > (Portage version: 2.1.10.39/cvs/Linux x86_64)
> > 
> Why did you erase the entire Changelog?

Command history being:

echangelog
# crap, need to redo it
rm ChangeLog
cvs up Changelog
echangelog
repoman commit -m "blah blah blah"

See if you can spot the typo. ;)

Fixing it meanwhile...
~brian