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 69D1913877A for ; Tue, 5 Aug 2014 13:23:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 071E0E0824; Tue, 5 Aug 2014 13:23:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8F3B9E0824 for ; Tue, 5 Aug 2014 13:23:25 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C1D2433F2BF for ; Tue, 5 Aug 2014 13:23:24 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2342) id 90A352004E; Tue, 5 Aug 2014 13:23:23 +0000 (UTC) From: "Mikle Kolyada (zlogene)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, zlogene@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/IO-Pipely: IO-Pipely-0.005.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: IO-Pipely-0.005.0.ebuild ChangeLog X-VCS-Directories: dev-perl/IO-Pipely X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140805132323.90A352004E@flycatcher.gentoo.org> Date: Tue, 5 Aug 2014 13:23:23 +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: da7c5436-2d50-44d8-8cfd-66958b66ed1d X-Archives-Hash: 46ff33a4868882a4f976d02d901ee728 zlogene 14/08/05 13:23:23 Modified: IO-Pipely-0.005.0.ebuild ChangeLog Log: Fix DESCRIPTION (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6) Revision Changes Path 1.4 dev-perl/IO-Pipely/IO-Pipely-0.005.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-Pipely/IO-Pipely-0.005.0.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-Pipely/IO-Pipely-0.005.0.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-Pipely/IO-Pipely-0.005.0.ebuild?r1=1.3&r2=1.4 Index: IO-Pipely-0.005.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/IO-Pipely/IO-Pipely-0.005.0.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- IO-Pipely-0.005.0.ebuild 17 Dec 2013 20:32:24 -0000 1.3 +++ IO-Pipely-0.005.0.ebuild 5 Aug 2014 13:23:23 -0000 1.4 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Pipely/IO-Pipely-0.005.0.ebuild,v 1.3 2013/12/17 20:32:24 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Pipely/IO-Pipely-0.005.0.ebuild,v 1.4 2014/08/05 13:23:23 zlogene Exp $ EAPI=5 @@ -8,7 +8,7 @@ MODULE_VERSION=0.005 inherit perl-module -DESCRIPTION="Portably create pipe() or pipe-like handles, one way or another." +DESCRIPTION="Portably create pipe() or pipe-like handles, one way or another" SLOT="0" KEYWORDS="amd64 ppc x86" 1.4 dev-perl/IO-Pipely/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-Pipely/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-Pipely/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-Pipely/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/IO-Pipely/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 17 Dec 2013 20:32:24 -0000 1.3 +++ ChangeLog 5 Aug 2014 13:23:23 -0000 1.4 @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/IO-Pipely -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Pipely/ChangeLog,v 1.3 2013/12/17 20:32:24 zlogene Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Pipely/ChangeLog,v 1.4 2014/08/05 13:23:23 zlogene Exp $ + + 05 Aug 2014; Mikle Kolyada IO-Pipely-0.005.0.ebuild: + Fix DESCRIPTION 17 Dec 2013; Mikle Kolyada IO-Pipely-0.005.0.ebuild: amd64/ppc/x86 stable wrt bug #494580