public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/WWW-Bugzilla: ChangeLog WWW-Bugzilla-1.500.0.ebuild
@ 2011-08-28  9:12 Torsten Veller (tove)
  0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller (tove) @ 2011-08-28  9:12 UTC (permalink / raw
  To: gentoo-commits

tove        11/08/28 09:12:05

  Modified:             ChangeLog
  Added:                WWW-Bugzilla-1.500.0.ebuild
  Log:
  Change version scheme
  
  (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)

Revision  Changes    Path
1.42                 dev-perl/WWW-Bugzilla/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog?r1=1.41&r2=1.42

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	12 Oct 2009 20:29:44 -0000	1.41
+++ ChangeLog	28 Aug 2011 09:12:05 -0000	1.42
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/WWW-Bugzilla
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog,v 1.41 2009/10/12 20:29:44 tove Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog,v 1.42 2011/08/28 09:12:05 tove Exp $
+
+*WWW-Bugzilla-1.500.0 (28 Aug 2011)
+
+  28 Aug 2011; Torsten Veller <tove@gentoo.org> +WWW-Bugzilla-1.500.0.ebuild:
+  Change version scheme
 
 *WWW-Bugzilla-1.5 (12 Oct 2009)
 



1.1                  dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.500.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.500.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.500.0.ebuild?rev=1.1&content-type=text/plain

Index: WWW-Bugzilla-1.500.0.ebuild
===================================================================
# Copyright 1999-2011 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.500.0.ebuild,v 1.1 2011/08/28 09:12:05 tove Exp $

EAPI=4

MODULE_AUTHOR=BMC
MODULE_VERSION=1.5
inherit perl-module

DESCRIPTION="WWW::Bugzilla - automate interaction with bugzilla"

SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""

RDEPEND="dev-perl/WWW-Mechanize
	>=dev-perl/Params-Validate-0.88
	>=dev-perl/Crypt-SSLeay-0.57
	dev-perl/Class-MethodMaker"
DEPEND="${RDEPEND}"

src_prepare() {
	perl-module_src_prepare
	mkdir "${S}"/lib
	cp -r "${S}"/{WWW,lib}
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-perl/WWW-Bugzilla: ChangeLog WWW-Bugzilla-1.500.0.ebuild
@ 2012-02-24 10:44 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 2+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-02-24 10:44 UTC (permalink / raw
  To: gentoo-commits

ago         12/02/24 10:44:22

  Modified:             ChangeLog WWW-Bugzilla-1.500.0.ebuild
  Log:
  Stable for amd64, wrt bug #400261
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.44                 dev-perl/WWW-Bugzilla/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	4 Sep 2011 11:21:22 -0000	1.43
+++ ChangeLog	24 Feb 2012 10:44:21 -0000	1.44
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/WWW-Bugzilla
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog,v 1.43 2011/09/04 11:21:22 tove Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog,v 1.44 2012/02/24 10:44:21 ago Exp $
+
+  24 Feb 2012; Agostino Sarubbo <ago@gentoo.org> WWW-Bugzilla-1.500.0.ebuild:
+  Stable for amd64, wrt bug #400261
 
   04 Sep 2011; Torsten Veller <tove@gentoo.org> -WWW-Bugzilla-1.5.ebuild:
   Cleanup



1.2                  dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.500.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.500.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.500.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.500.0.ebuild?r1=1.1&r2=1.2

Index: WWW-Bugzilla-1.500.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.500.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- WWW-Bugzilla-1.500.0.ebuild	28 Aug 2011 09:12:05 -0000	1.1
+++ WWW-Bugzilla-1.500.0.ebuild	24 Feb 2012 10:44:21 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 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.500.0.ebuild,v 1.1 2011/08/28 09:12:05 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.500.0.ebuild,v 1.2 2012/02/24 10:44:21 ago Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="WWW::Bugzilla - automate interaction with bugzilla"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc ~x86"
 IUSE=""
 
 RDEPEND="dev-perl/WWW-Mechanize






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-02-24 10:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-24 10:44 [gentoo-commits] gentoo-x86 commit in dev-perl/WWW-Bugzilla: ChangeLog WWW-Bugzilla-1.500.0.ebuild Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2011-08-28  9:12 Torsten Veller (tove)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox