public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/B-Hooks-Parser: ChangeLog B-Hooks-Parser-0.100.0.ebuild
@ 2012-02-07 18:39 Torsten Veller (tove)
  0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller (tove) @ 2012-02-07 18:39 UTC (permalink / raw
  To: gentoo-commits

tove        12/02/07 18:39:40

  Modified:             ChangeLog
  Added:                B-Hooks-Parser-0.100.0.ebuild
  Log:
  [bump] dev-perl/B-Hooks-Parser-0.100.0
  
  (Portage version: 2.2.0_alpha85/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-perl/B-Hooks-Parser/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-Parser/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	4 Sep 2011 11:23:38 -0000	1.4
+++ ChangeLog	7 Feb 2012 18:39:40 -0000	1.5
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/B-Hooks-Parser
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-Parser/ChangeLog,v 1.4 2011/09/04 11:23:38 tove Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-Parser/ChangeLog,v 1.5 2012/02/07 18:39:40 tove Exp $
+
+*B-Hooks-Parser-0.100.0 (07 Feb 2012)
+
+  07 Feb 2012; Torsten Veller <tove@gentoo.org> +B-Hooks-Parser-0.100.0.ebuild:
+  Version bump
 
   04 Sep 2011; Torsten Veller <tove@gentoo.org> -B-Hooks-Parser-0.09.ebuild:
   Cleanup



1.1                  dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.100.0.ebuild

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

Index: B-Hooks-Parser-0.100.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-Hooks-Parser/B-Hooks-Parser-0.100.0.ebuild,v 1.1 2012/02/07 18:39:40 tove Exp $

EAPI=4

MODULE_AUTHOR=ZEFRAM
MODULE_VERSION=0.10
inherit perl-module

DESCRIPTION="Interface to perls parser variables"

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

RDEPEND="dev-perl/B-Hooks-OP-Check"
DEPEND="${RDEPEND}
	>=dev-perl/extutils-depends-0.302
	test? ( dev-perl/Test-Exception
		dev-perl/B-Hooks-EndOfScope )"
SRC_TEST=do






^ permalink raw reply	[flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/B-Hooks-Parser: ChangeLog B-Hooks-Parser-0.100.0.ebuild
@ 2012-09-02 17:47 Torsten Veller (tove)
  0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller (tove) @ 2012-09-02 17:47 UTC (permalink / raw
  To: gentoo-commits

tove        12/09/02 17:47:06

  Modified:             ChangeLog
  Removed:              B-Hooks-Parser-0.100.0.ebuild
  Log:
  Cleanup
  
  (Portage version: 2.2.0_alpha123/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  dev-perl/B-Hooks-Parser/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-Parser/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	24 Jun 2012 15:48:57 -0000	1.8
+++ ChangeLog	2 Sep 2012 17:47:06 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/B-Hooks-Parser
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-Parser/ChangeLog,v 1.8 2012/06/24 15:48:57 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-Parser/ChangeLog,v 1.9 2012/09/02 17:47:06 tove Exp $
+
+  02 Sep 2012; Torsten Veller <tove@gentoo.org> -B-Hooks-Parser-0.100.0.ebuild:
+  Cleanup
 
 *B-Hooks-Parser-0.110.0 (24 Jun 2012)
 





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

end of thread, other threads:[~2012-09-02 17:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-07 18:39 [gentoo-commits] gentoo-x86 commit in dev-perl/B-Hooks-Parser: ChangeLog B-Hooks-Parser-0.100.0.ebuild Torsten Veller (tove)
  -- strict thread matches above, loose matches on Subject: below --
2012-09-02 17:47 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