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 1IiyJw-0001Na-KL for garchives@archives.gentoo.org; Fri, 19 Oct 2007 20:19:49 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.1/8.14.0) with SMTP id l9JK97Wp020559; Fri, 19 Oct 2007 20:09:07 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 l9JK97ST020554 for ; Fri, 19 Oct 2007 20:09:07 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 CD44A64C0D for ; Fri, 19 Oct 2007 20:09:06 +0000 (UTC) Received: from ian by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1Iiy9Z-00036i-MI for gentoo-commits@lists.gentoo.org; Fri, 19 Oct 2007 20:09:05 +0000 From: "Christian Hartmann (ian)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ian@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/WWW-Bugzilla: ChangeLog WWW-Bugzilla-1.3.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog WWW-Bugzilla-1.3.ebuild X-VCS-Directories: dev-perl/WWW-Bugzilla X-VCS-Committer: ian X-VCS-Committer-Name: Christian Hartmann Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: Sender: Christian Hartmann Date: Fri, 19 Oct 2007 20:09:05 +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: abd15ec2-14fe-4d5e-b5b1-b0a8336e0672 X-Archives-Hash: eeeca1e26098720d2d7faa83dfe55577 ian 07/10/19 20:09:05 Modified: ChangeLog Added: WWW-Bugzilla-1.3.ebuild Log: Version bump (Portage version: 2.1.3.9) Revision Changes Path 1.27 dev-perl/WWW-Bugzilla/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog?rev=1.27&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog?rev=1.27&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog?r1=1.26&r2=1.27 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- ChangeLog 14 Jul 2007 14:28:46 -0000 1.26 +++ ChangeLog 19 Oct 2007 20:09:05 -0000 1.27 @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/WWW-Bugzilla # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog,v 1.26 2007/07/14 14:28:46 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog,v 1.27 2007/10/19 20:09:05 ian Exp $ + +*WWW-Bugzilla-1.3 (19 Oct 2007) + + 19 Oct 2007; Christian Hartmann +WWW-Bugzilla-1.3.ebuild: + Version bump 14 Jul 2007; Raúl Porcel WWW-Bugzilla-1.0.ebuild: ia64/x86 stable 1.1 dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.3.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.3.ebuild?rev=1.1&content-type=text/plain Index: WWW-Bugzilla-1.3.ebuild =================================================================== # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.3.ebuild,v 1.1 2007/10/19 20:09:05 ian Exp $ inherit perl-module DESCRIPTION="WWW::Bugzilla - automate interaction with bugzilla" SRC_URI="mirror://cpan/authors/id/B/BM/BMC/${P}.tar.gz" HOMEPAGE="http://search.cpan.org/~bmc/" SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" IUSE="" RDEPEND="dev-perl/WWW-Mechanize dev-perl/Class-MethodMaker dev-lang/perl" DEPEND="${RDEPEND}" -- gentoo-commits@gentoo.org mailing list