public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/Net-Google-SafeBrowsing-Blocklist: Net-Google-SafeBrowsing-Blocklist-1.40.0.ebuild ChangeLog
@ 2011-08-29 11:58 Torsten Veller (tove)
  0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller (tove) @ 2011-08-29 11:58 UTC (permalink / raw
  To: gentoo-commits

tove        11/08/29 11:58:18

  Modified:             ChangeLog
  Added:                Net-Google-SafeBrowsing-Blocklist-1.40.0.ebuild
  Log:
  Change version scheme
  
  (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  dev-perl/Net-Google-SafeBrowsing-Blocklist/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-Google-SafeBrowsing-Blocklist/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-Google-SafeBrowsing-Blocklist/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-Google-SafeBrowsing-Blocklist/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Net-Google-SafeBrowsing-Blocklist/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	18 Nov 2008 15:19:25 -0000	1.7
+++ ChangeLog	29 Aug 2011 11:58:18 -0000	1.8
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Net-Google-SafeBrowsing-Blocklist
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Google-SafeBrowsing-Blocklist/ChangeLog,v 1.7 2008/11/18 15:19:25 tove Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Google-SafeBrowsing-Blocklist/ChangeLog,v 1.8 2011/08/29 11:58:18 tove Exp $
+
+*Net-Google-SafeBrowsing-Blocklist-1.40.0 (29 Aug 2011)
+
+  29 Aug 2011; Torsten Veller <tove@gentoo.org>
+  +Net-Google-SafeBrowsing-Blocklist-1.40.0.ebuild:
+  Change version scheme
 
   18 Nov 2008; Torsten Veller <tove@gentoo.org>
   Net-Google-SafeBrowsing-Blocklist-1.04.ebuild:



1.1                  dev-perl/Net-Google-SafeBrowsing-Blocklist/Net-Google-SafeBrowsing-Blocklist-1.40.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-Google-SafeBrowsing-Blocklist/Net-Google-SafeBrowsing-Blocklist-1.40.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-Google-SafeBrowsing-Blocklist/Net-Google-SafeBrowsing-Blocklist-1.40.0.ebuild?rev=1.1&content-type=text/plain

Index: Net-Google-SafeBrowsing-Blocklist-1.40.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/Net-Google-SafeBrowsing-Blocklist/Net-Google-SafeBrowsing-Blocklist-1.40.0.ebuild,v 1.1 2011/08/29 11:58:18 tove Exp $

EAPI=4

MODULE_AUTHOR=DANBORN
MODULE_VERSION=1.04
inherit perl-module

DESCRIPTION="Query a Google SafeBrowsing table"

SLOT="0"
LICENSE="Apache-2.0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="test"

RDEPEND="dev-perl/URI
	>=virtual/perl-Math-BigInt-1.87
	virtual/perl-DB_File
	|| (
		virtual/perl-Math-BigInt-FastCalc
		dev-perl/Math-BigInt-GMP
	)"
DEPEND="${RDEPEND}
	test? ( dev-perl/Test-Pod )"

SRC_TEST="do"






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Net-Google-SafeBrowsing-Blocklist: Net-Google-SafeBrowsing-Blocklist-1.40.0.ebuild ChangeLog
@ 2011-09-03 21:04 Torsten Veller (tove)
  0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller (tove) @ 2011-09-03 21:04 UTC (permalink / raw
  To: gentoo-commits

tove        11/09/03 21:04:50

  Modified:             Net-Google-SafeBrowsing-Blocklist-1.40.0.ebuild
                        ChangeLog
  Log:
  Merge stable keywords from former version scheme ebuilds
  
  (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-perl/Net-Google-SafeBrowsing-Blocklist/Net-Google-SafeBrowsing-Blocklist-1.40.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-Google-SafeBrowsing-Blocklist/Net-Google-SafeBrowsing-Blocklist-1.40.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-Google-SafeBrowsing-Blocklist/Net-Google-SafeBrowsing-Blocklist-1.40.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-Google-SafeBrowsing-Blocklist/Net-Google-SafeBrowsing-Blocklist-1.40.0.ebuild?r1=1.1&r2=1.2

Index: Net-Google-SafeBrowsing-Blocklist-1.40.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Net-Google-SafeBrowsing-Blocklist/Net-Google-SafeBrowsing-Blocklist-1.40.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Net-Google-SafeBrowsing-Blocklist-1.40.0.ebuild	29 Aug 2011 11:58:18 -0000	1.1
+++ Net-Google-SafeBrowsing-Blocklist-1.40.0.ebuild	3 Sep 2011 21:04:50 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Google-SafeBrowsing-Blocklist/Net-Google-SafeBrowsing-Blocklist-1.40.0.ebuild,v 1.1 2011/08/29 11:58:18 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Google-SafeBrowsing-Blocklist/Net-Google-SafeBrowsing-Blocklist-1.40.0.ebuild,v 1.2 2011/09/03 21:04:50 tove Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 SLOT="0"
 LICENSE="Apache-2.0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="test"
 
 RDEPEND="dev-perl/URI



1.9                  dev-perl/Net-Google-SafeBrowsing-Blocklist/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Net-Google-SafeBrowsing-Blocklist/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	29 Aug 2011 11:58:18 -0000	1.8
+++ ChangeLog	3 Sep 2011 21:04:50 -0000	1.9
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Net-Google-SafeBrowsing-Blocklist
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Google-SafeBrowsing-Blocklist/ChangeLog,v 1.8 2011/08/29 11:58:18 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Google-SafeBrowsing-Blocklist/ChangeLog,v 1.9 2011/09/03 21:04:50 tove Exp $
+
+  03 Sep 2011; Torsten Veller <tove@gentoo.org>
+  Net-Google-SafeBrowsing-Blocklist-1.40.0.ebuild:
+  Merge stable keywords from former version scheme ebuild
 
 *Net-Google-SafeBrowsing-Blocklist-1.40.0 (29 Aug 2011)
 






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

end of thread, other threads:[~2011-09-03 21:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-03 21:04 [gentoo-commits] gentoo-x86 commit in dev-perl/Net-Google-SafeBrowsing-Blocklist: Net-Google-SafeBrowsing-Blocklist-1.40.0.ebuild ChangeLog Torsten Veller (tove)
  -- strict thread matches above, loose matches on Subject: below --
2011-08-29 11:58 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