From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Iende-0008Jm-1Y for garchives@archives.gentoo.org; Mon, 08 Oct 2007 08:06:54 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.1/8.14.0) with SMTP id l987vMK4026539; Mon, 8 Oct 2007 07:57:22 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.1/8.14.0) with ESMTP id l987vLT8026529 for ; Mon, 8 Oct 2007 07:57:22 GMT Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 9375F65296 for ; Mon, 8 Oct 2007 07:57:21 +0000 (UTC) Received: from tgall by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1IenUO-0002Ik-L6 for gentoo-commits@lists.gentoo.org; Mon, 08 Oct 2007 07:57:20 +0000 From: "Thomas Alan Gall (tgall)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, tgall@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/module-info: ChangeLog module-info-0.31.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog module-info-0.31.ebuild X-VCS-Directories: dev-perl/module-info X-VCS-Committer: tgall X-VCS-Committer-Name: Thomas Alan Gall Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: Sender: Thomas Alan Gall Date: Mon, 08 Oct 2007 07:57:20 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@gentoo.org X-Archives-Salt: d82542a2-2fcb-4655-bbc5-9e0fada5a98c X-Archives-Hash: e8ec7d8cbe4d00aebd39dbf839b58374 tgall 07/10/08 07:57:20 Modified: ChangeLog module-info-0.31.ebuild Log: stable on ppc64 (Portage version: 2.1.3.9) Revision Changes Path 1.49 dev-perl/module-info/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/module-info/ChangeLog?rev=1.49&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/module-info/ChangeLog?rev=1.49&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/module-info/ChangeLog?r1=1.48&r2=1.49 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/module-info/ChangeLog,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- ChangeLog 9 Aug 2007 15:32:58 -0000 1.48 +++ ChangeLog 8 Oct 2007 07:57:20 -0000 1.49 @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/module-info # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/ChangeLog,v 1.48 2007/08/09 15:32:58 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/ChangeLog,v 1.49 2007/10/08 07:57:20 tgall Exp $ + + 08 Oct 2007; Tom Gall module-info-0.31.ebuild: + stable on ppc64 09 Aug 2007; Tobias Scherbaum module-info-0.31.ebuild: 1.5 dev-perl/module-info/module-info-0.31.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/module-info/module-info-0.31.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/module-info/module-info-0.31.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/module-info/module-info-0.31.ebuild?r1=1.4&r2=1.5 Index: module-info-0.31.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/module-info/module-info-0.31.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- module-info-0.31.ebuild 9 Aug 2007 15:32:58 -0000 1.4 +++ module-info-0.31.ebuild 8 Oct 2007 07:57:20 -0000 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/module-info-0.31.ebuild,v 1.4 2007/08/09 15:32:58 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/module-info-0.31.ebuild,v 1.5 2007/10/08 07:57:20 tgall Exp $ inherit perl-module @@ -13,7 +13,7 @@ LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="alpha ~amd64 ~hppa ia64 ~mips ppc ~ppc64 sparc x86" +KEYWORDS="alpha ~amd64 ~hppa ia64 ~mips ppc ppc64 sparc x86" IUSE="" SRC_TEST="do" -- gentoo-commits@gentoo.org mailing list