public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/HTTP-Cache-Transparent: HTTP-Cache-Transparent-1.100.0.ebuild ChangeLog
@ 2012-11-04 15:02 Torsten Veller (tove)
  0 siblings, 0 replies; 3+ messages in thread
From: Torsten Veller (tove) @ 2012-11-04 15:02 UTC (permalink / raw
  To: gentoo-commits

tove        12/11/04 15:02:54

  Modified:             ChangeLog
  Added:                HTTP-Cache-Transparent-1.100.0.ebuild
  Log:
  [bump] dev-perl/HTTP-Cache-Transparent-1.100.0
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)

Revision  Changes    Path
1.35                 dev-perl/HTTP-Cache-Transparent/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-Cache-Transparent/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-Cache-Transparent/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-Cache-Transparent/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Cache-Transparent/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	24 Jun 2012 12:58:38 -0000	1.34
+++ ChangeLog	4 Nov 2012 15:02:53 -0000	1.35
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/HTTP-Cache-Transparent
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Cache-Transparent/ChangeLog,v 1.34 2012/06/24 12:58:38 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Cache-Transparent/ChangeLog,v 1.35 2012/11/04 15:02:53 tove Exp $
+
+*HTTP-Cache-Transparent-1.100.0 (04 Nov 2012)
+
+  04 Nov 2012; Torsten Veller <tove@gentoo.org>
+  +HTTP-Cache-Transparent-1.100.0.ebuild:
+  Version bump
 
   24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml:
   Update CPAN upstream info



1.1                  dev-perl/HTTP-Cache-Transparent/HTTP-Cache-Transparent-1.100.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-Cache-Transparent/HTTP-Cache-Transparent-1.100.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-Cache-Transparent/HTTP-Cache-Transparent-1.100.0.ebuild?rev=1.1&content-type=text/plain

Index: HTTP-Cache-Transparent-1.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/HTTP-Cache-Transparent/HTTP-Cache-Transparent-1.100.0.ebuild,v 1.1 2012/11/04 15:02:53 tove Exp $

EAPI=4

MODULE_AUTHOR=MATTIASH
MODULE_VERSION=1.1
inherit perl-module

DESCRIPTION="Cache the result of http get-requests persistently"

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

RDEPEND="dev-perl/libwww-perl
	virtual/perl-Digest-MD5
	virtual/perl-Storable"
DEPEND="${RDEPEND}
	test? (
		dev-perl/Test-Pod
		dev-perl/Test-Pod-Coverage
	)"

SRC_TEST="do"





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

* [gentoo-commits] gentoo-x86 commit in dev-perl/HTTP-Cache-Transparent: HTTP-Cache-Transparent-1.100.0.ebuild ChangeLog
@ 2013-08-27 15:16 Mikle Kolyada (zlogene)
  0 siblings, 0 replies; 3+ messages in thread
From: Mikle Kolyada (zlogene) @ 2013-08-27 15:16 UTC (permalink / raw
  To: gentoo-commits

zlogene     13/08/27 15:16:58

  Modified:             HTTP-Cache-Transparent-1.100.0.ebuild ChangeLog
  Log:
  amd64/ia64/sparc/x86 stable wrt bug #449588
  
  (Portage version: 2.1.12.2/cvs/Linux i686, signed Manifest commit with key 0xC42EB5D6)

Revision  Changes    Path
1.2                  dev-perl/HTTP-Cache-Transparent/HTTP-Cache-Transparent-1.100.0.ebuild

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

Index: HTTP-Cache-Transparent-1.100.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Cache-Transparent/HTTP-Cache-Transparent-1.100.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- HTTP-Cache-Transparent-1.100.0.ebuild	4 Nov 2012 15:02:53 -0000	1.1
+++ HTTP-Cache-Transparent-1.100.0.ebuild	27 Aug 2013 15:16:57 -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/HTTP-Cache-Transparent/HTTP-Cache-Transparent-1.100.0.ebuild,v 1.1 2012/11/04 15:02:53 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Cache-Transparent/HTTP-Cache-Transparent-1.100.0.ebuild,v 1.2 2013/08/27 15:16:57 zlogene Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Cache the result of http get-requests persistently"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ia64 ~ppc sparc x86"
 IUSE="test"
 
 RDEPEND="dev-perl/libwww-perl



1.36                 dev-perl/HTTP-Cache-Transparent/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-Cache-Transparent/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-Cache-Transparent/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-Cache-Transparent/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Cache-Transparent/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	4 Nov 2012 15:02:53 -0000	1.35
+++ ChangeLog	27 Aug 2013 15:16:57 -0000	1.36
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/HTTP-Cache-Transparent
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Cache-Transparent/ChangeLog,v 1.35 2012/11/04 15:02:53 tove Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Cache-Transparent/ChangeLog,v 1.36 2013/08/27 15:16:57 zlogene Exp $
+
+  27 Aug 2013; Mikle Kolyada <zlogene@gentoo.org>
+  HTTP-Cache-Transparent-1.100.0.ebuild:
+  amd64/ia64/sparc/x86 stable wrt bug #449588
 
 *HTTP-Cache-Transparent-1.100.0 (04 Nov 2012)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-perl/HTTP-Cache-Transparent: HTTP-Cache-Transparent-1.100.0.ebuild ChangeLog
@ 2013-08-28 20:40 Mikle Kolyada (zlogene)
  0 siblings, 0 replies; 3+ messages in thread
From: Mikle Kolyada (zlogene) @ 2013-08-28 20:40 UTC (permalink / raw
  To: gentoo-commits

zlogene     13/08/28 20:40:08

  Modified:             HTTP-Cache-Transparent-1.100.0.ebuild ChangeLog
  Log:
  ppc stable wrt bug #449588
  
  (Portage version: 2.1.12.2/cvs/Linux i686, signed Manifest commit with key 0xC42EB5D6)

Revision  Changes    Path
1.3                  dev-perl/HTTP-Cache-Transparent/HTTP-Cache-Transparent-1.100.0.ebuild

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

Index: HTTP-Cache-Transparent-1.100.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Cache-Transparent/HTTP-Cache-Transparent-1.100.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- HTTP-Cache-Transparent-1.100.0.ebuild	27 Aug 2013 15:16:57 -0000	1.2
+++ HTTP-Cache-Transparent-1.100.0.ebuild	28 Aug 2013 20:40:08 -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/HTTP-Cache-Transparent/HTTP-Cache-Transparent-1.100.0.ebuild,v 1.2 2013/08/27 15:16:57 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Cache-Transparent/HTTP-Cache-Transparent-1.100.0.ebuild,v 1.3 2013/08/28 20:40:08 zlogene Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Cache the result of http get-requests persistently"
 
 SLOT="0"
-KEYWORDS="amd64 ia64 ~ppc sparc x86"
+KEYWORDS="amd64 ia64 ppc sparc x86"
 IUSE="test"
 
 RDEPEND="dev-perl/libwww-perl



1.37                 dev-perl/HTTP-Cache-Transparent/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-Cache-Transparent/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-Cache-Transparent/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-Cache-Transparent/ChangeLog?r1=1.36&r2=1.37

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Cache-Transparent/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	27 Aug 2013 15:16:57 -0000	1.36
+++ ChangeLog	28 Aug 2013 20:40:08 -0000	1.37
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/HTTP-Cache-Transparent
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Cache-Transparent/ChangeLog,v 1.36 2013/08/27 15:16:57 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Cache-Transparent/ChangeLog,v 1.37 2013/08/28 20:40:08 zlogene Exp $
+
+  28 Aug 2013; Mikle Kolyada <zlogene@gentoo.org>
+  HTTP-Cache-Transparent-1.100.0.ebuild:
+  ppc stable wrt bug #449588
 
   27 Aug 2013; Mikle Kolyada <zlogene@gentoo.org>
   HTTP-Cache-Transparent-1.100.0.ebuild:





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

end of thread, other threads:[~2013-08-28 20:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-27 15:16 [gentoo-commits] gentoo-x86 commit in dev-perl/HTTP-Cache-Transparent: HTTP-Cache-Transparent-1.100.0.ebuild ChangeLog Mikle Kolyada (zlogene)
  -- strict thread matches above, loose matches on Subject: below --
2013-08-28 20:40 Mikle Kolyada (zlogene)
2012-11-04 15:02 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