public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/URI-Fetch: ChangeLog URI-Fetch-0.08.ebuild
@ 2008-11-18 15:42 Torsten Veller (tove)
  0 siblings, 0 replies; 3+ messages in thread
From: Torsten Veller (tove) @ 2008-11-18 15:42 UTC (permalink / raw
  To: gentoo-commits

tove        08/11/18 15:42:10

  Modified:             ChangeLog URI-Fetch-0.08.ebuild
  Log:
    New virtuals: Compress-Zlib
  (Portage version: 2.2_rc14/cvs/Linux 2.6.26-tuxonice i686)

Revision  Changes    Path
1.2                  dev-perl/URI-Fetch/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/URI-Fetch/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/URI-Fetch/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/URI-Fetch/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/URI-Fetch/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	1 Aug 2008 14:54:25 -0000	1.1
+++ ChangeLog	18 Nov 2008 15:42:10 -0000	1.2
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/URI-Fetch
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI-Fetch/ChangeLog,v 1.1 2008/08/01 14:54:25 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI-Fetch/ChangeLog,v 1.2 2008/11/18 15:42:10 tove Exp $
+
+  18 Nov 2008; Torsten Veller <tove@gentoo.org> URI-Fetch-0.08.ebuild:
+  New virtuals: Compress-Zlib
 
 *URI-Fetch-0.08 (01 Aug 2008)
 



1.2                  dev-perl/URI-Fetch/URI-Fetch-0.08.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/URI-Fetch/URI-Fetch-0.08.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/URI-Fetch/URI-Fetch-0.08.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/URI-Fetch/URI-Fetch-0.08.ebuild?r1=1.1&r2=1.2

Index: URI-Fetch-0.08.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/URI-Fetch/URI-Fetch-0.08.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- URI-Fetch-0.08.ebuild	1 Aug 2008 14:54:25 -0000	1.1
+++ URI-Fetch-0.08.ebuild	18 Nov 2008 15:42:10 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI-Fetch/URI-Fetch-0.08.ebuild,v 1.1 2008/08/01 14:54:25 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI-Fetch/URI-Fetch-0.08.ebuild,v 1.2 2008/11/18 15:42:10 tove Exp $
 
 MODULE_AUTHOR=BTROTT
 inherit perl-module
@@ -17,7 +17,7 @@
 	virtual/perl-Storable
 	dev-perl/URI
 	dev-perl/Cache
-	dev-perl/Compress-Zlib"
+	virtual/perl-Compress-Zlib"
 
 PREFER_BUILDPL=no
 SRC_TEST=no






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/URI-Fetch: ChangeLog URI-Fetch-0.08.ebuild
@ 2009-07-19 17:45 Torsten Veller (tove)
  0 siblings, 0 replies; 3+ messages in thread
From: Torsten Veller (tove) @ 2009-07-19 17:45 UTC (permalink / raw
  To: gentoo-commits

tove        09/07/19 17:45:32

  Modified:             ChangeLog URI-Fetch-0.08.ebuild
  Log:
  IO-Compress replaces Compress-Zlib
  (Portage version: 2.2_rc33/cvs/Linux i686)

Revision  Changes    Path
1.3                  dev-perl/URI-Fetch/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/URI-Fetch/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/URI-Fetch/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/URI-Fetch/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/URI-Fetch/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	18 Nov 2008 15:42:10 -0000	1.2
+++ ChangeLog	19 Jul 2009 17:45:32 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/URI-Fetch
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI-Fetch/ChangeLog,v 1.2 2008/11/18 15:42:10 tove Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI-Fetch/ChangeLog,v 1.3 2009/07/19 17:45:32 tove Exp $
+
+  19 Jul 2009; Torsten Veller <tove@gentoo.org> URI-Fetch-0.08.ebuild:
+  IO-Compress replaces Compress-Zlib
 
   18 Nov 2008; Torsten Veller <tove@gentoo.org> URI-Fetch-0.08.ebuild:
   New virtuals: Compress-Zlib



1.3                  dev-perl/URI-Fetch/URI-Fetch-0.08.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/URI-Fetch/URI-Fetch-0.08.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/URI-Fetch/URI-Fetch-0.08.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/URI-Fetch/URI-Fetch-0.08.ebuild?r1=1.2&r2=1.3

Index: URI-Fetch-0.08.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/URI-Fetch/URI-Fetch-0.08.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- URI-Fetch-0.08.ebuild	18 Nov 2008 15:42:10 -0000	1.2
+++ URI-Fetch-0.08.ebuild	19 Jul 2009 17:45:32 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI-Fetch/URI-Fetch-0.08.ebuild,v 1.2 2008/11/18 15:42:10 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI-Fetch/URI-Fetch-0.08.ebuild,v 1.3 2009/07/19 17:45:32 tove Exp $
 
 MODULE_AUTHOR=BTROTT
 inherit perl-module
@@ -17,7 +17,7 @@
 	virtual/perl-Storable
 	dev-perl/URI
 	dev-perl/Cache
-	virtual/perl-Compress-Zlib"
+	virtual/perl-IO-Compress"
 
 PREFER_BUILDPL=no
 SRC_TEST=no






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/URI-Fetch: ChangeLog URI-Fetch-0.08.ebuild
@ 2011-04-02 10:36 Torsten Veller (tove)
  0 siblings, 0 replies; 3+ messages in thread
From: Torsten Veller (tove) @ 2011-04-02 10:36 UTC (permalink / raw
  To: gentoo-commits

tove        11/04/02 10:36:00

  Modified:             ChangeLog
  Removed:              URI-Fetch-0.08.ebuild
  Log:
  Cleanup
  
  (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-perl/URI-Fetch/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/URI-Fetch/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	29 Jan 2011 08:23:03 -0000	1.4
+++ ChangeLog	2 Apr 2011 10:36:00 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/URI-Fetch
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI-Fetch/ChangeLog,v 1.4 2011/01/29 08:23:03 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI-Fetch/ChangeLog,v 1.5 2011/04/02 10:36:00 tove Exp $
+
+  02 Apr 2011; Torsten Veller <tove@gentoo.org> -URI-Fetch-0.08.ebuild:
+  Cleanup
 
 *URI-Fetch-0.90 (29 Jan 2011)
 






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

end of thread, other threads:[~2011-04-02 10:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-18 15:42 [gentoo-commits] gentoo-x86 commit in dev-perl/URI-Fetch: ChangeLog URI-Fetch-0.08.ebuild Torsten Veller (tove)
  -- strict thread matches above, loose matches on Subject: below --
2009-07-19 17:45 Torsten Veller (tove)
2011-04-02 10:36 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