public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/B-Utils: B-Utils-0.210.0.ebuild ChangeLog
@ 2012-03-30 17:24 Torsten Veller (tove)
  0 siblings, 0 replies; 3+ messages in thread
From: Torsten Veller (tove) @ 2012-03-30 17:24 UTC (permalink / raw
  To: gentoo-commits

tove        12/03/30 17:24:27

  Modified:             ChangeLog
  Added:                B-Utils-0.210.0.ebuild
  Log:
  [bump] dev-perl/B-Utils-0.210.0
  
  (Portage version: 2.2.0_alpha96/cvs/Linux x86_64)

Revision  Changes    Path
1.15                 dev-perl/B-Utils/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Utils/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Utils/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Utils/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/B-Utils/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	13 Mar 2012 14:55:25 -0000	1.14
+++ ChangeLog	30 Mar 2012 17:24:26 -0000	1.15
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/B-Utils
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Utils/ChangeLog,v 1.14 2012/03/13 14:55:25 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Utils/ChangeLog,v 1.15 2012/03/30 17:24:26 tove Exp $
+
+*B-Utils-0.210.0 (30 Mar 2012)
+
+  30 Mar 2012; Torsten Veller <tove@gentoo.org> +B-Utils-0.210.0.ebuild:
+  Version bump
 
 *B-Utils-0.190.0 (13 Mar 2012)
 



1.1                  dev-perl/B-Utils/B-Utils-0.210.0.ebuild

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

Index: B-Utils-0.210.0.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Utils/B-Utils-0.210.0.ebuild,v 1.1 2012/03/30 17:24:26 tove Exp $

EAPI=4

MODULE_AUTHOR=JJORE
MODULE_VERSION=0.21
inherit perl-module

DESCRIPTION="Helper functions for op tree manipulation"

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"

DEPEND="
	>=dev-perl/extutils-depends-0.301
	test? (
		dev-perl/Test-Exception
	)
"

SRC_TEST=do






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/B-Utils: B-Utils-0.210.0.ebuild ChangeLog
@ 2013-01-13 13:42 Markus Meier (maekke)
  0 siblings, 0 replies; 3+ messages in thread
From: Markus Meier (maekke) @ 2013-01-13 13:42 UTC (permalink / raw
  To: gentoo-commits

maekke      13/01/13 13:42:43

  Modified:             B-Utils-0.210.0.ebuild ChangeLog
  Log:
  add ~arm, bug #449762
  
  (Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key 072AD062)

Revision  Changes    Path
1.2                  dev-perl/B-Utils/B-Utils-0.210.0.ebuild

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

Index: B-Utils-0.210.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/B-Utils/B-Utils-0.210.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- B-Utils-0.210.0.ebuild	30 Mar 2012 17:24:26 -0000	1.1
+++ B-Utils-0.210.0.ebuild	13 Jan 2013 13:42:42 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Utils/B-Utils-0.210.0.ebuild,v 1.1 2012/03/30 17:24:26 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Utils/B-Utils-0.210.0.ebuild,v 1.2 2013/01/13 13:42:42 maekke Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Helper functions for op tree manipulation"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE="test"
 
 DEPEND="



1.19                 dev-perl/B-Utils/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Utils/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Utils/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Utils/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/B-Utils/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	18 Nov 2012 11:08:30 -0000	1.18
+++ ChangeLog	13 Jan 2013 13:42:42 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/B-Utils
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Utils/ChangeLog,v 1.18 2012/11/18 11:08:30 robbat2 Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Utils/ChangeLog,v 1.19 2013/01/13 13:42:42 maekke Exp $
+
+  13 Jan 2013; Markus Meier <maekke@gentoo.org> B-Utils-0.210.0.ebuild:
+  add ~arm, bug #449762
 
   18 Nov 2012; Robin H. Johnson <robbat2@gentoo.org> metadata.xml:
   Drop duplication of myself as a maintainer where there is a herd.





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

* [gentoo-commits] gentoo-x86 commit in dev-perl/B-Utils: B-Utils-0.210.0.ebuild ChangeLog
@ 2013-04-16 17:19 Vicente Olivert Riera (vincent)
  0 siblings, 0 replies; 3+ messages in thread
From: Vicente Olivert Riera (vincent) @ 2013-04-16 17:19 UTC (permalink / raw
  To: gentoo-commits

vincent     13/04/16 17:19:49

  Modified:             B-Utils-0.210.0.ebuild ChangeLog
  Log:
  Adding ~ppc keyword for dev-perl/PDL and his dependences, wrt bug #464970
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 5AE9E7B2E9BBCBA8)

Revision  Changes    Path
1.3                  dev-perl/B-Utils/B-Utils-0.210.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Utils/B-Utils-0.210.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Utils/B-Utils-0.210.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Utils/B-Utils-0.210.0.ebuild?r1=1.2&r2=1.3

Index: B-Utils-0.210.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/B-Utils/B-Utils-0.210.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- B-Utils-0.210.0.ebuild	13 Jan 2013 13:42:42 -0000	1.2
+++ B-Utils-0.210.0.ebuild	16 Apr 2013 17:19:49 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Utils/B-Utils-0.210.0.ebuild,v 1.2 2013/01/13 13:42:42 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Utils/B-Utils-0.210.0.ebuild,v 1.3 2013/04/16 17:19:49 vincent Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Helper functions for op tree manipulation"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
 IUSE="test"
 
 DEPEND="



1.20                 dev-perl/B-Utils/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Utils/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Utils/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Utils/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/B-Utils/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	13 Jan 2013 13:42:42 -0000	1.19
+++ ChangeLog	16 Apr 2013 17:19:49 -0000	1.20
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/B-Utils
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Utils/ChangeLog,v 1.19 2013/01/13 13:42:42 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Utils/ChangeLog,v 1.20 2013/04/16 17:19:49 vincent Exp $
+
+  16 Apr 2013; Vicente Olivert Riera <vincent@gentoo.org>
+  B-Utils-0.210.0.ebuild:
+  Adding ~ppc keyword for dev-perl/PDL and his dependences, wrt bug #464970
 
   13 Jan 2013; Markus Meier <maekke@gentoo.org> B-Utils-0.210.0.ebuild:
   add ~arm, bug #449762





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

end of thread, other threads:[~2013-04-16 17:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-13 13:42 [gentoo-commits] gentoo-x86 commit in dev-perl/B-Utils: B-Utils-0.210.0.ebuild ChangeLog Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2013-04-16 17:19 Vicente Olivert Riera (vincent)
2012-03-30 17:24 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