public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/HTTP-BrowserDetect: HTTP-BrowserDetect-1.770.0.ebuild ChangeLog
@ 2015-03-17 17:42 Andreas HAttel (dilfridge)
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas HAttel (dilfridge) @ 2015-03-17 17:42 UTC (permalink / raw
  To: gentoo-commits

dilfridge    15/03/17 17:42:08

  Modified:             ChangeLog
  Added:                HTTP-BrowserDetect-1.770.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)

Revision  Changes    Path
1.96                 dev-perl/HTTP-BrowserDetect/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- ChangeLog	31 Aug 2014 11:39:50 -0000	1.95
+++ ChangeLog	17 Mar 2015 17:42:08 -0000	1.96
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/HTTP-BrowserDetect
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog,v 1.95 2014/08/31 11:39:50 zlogene Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog,v 1.96 2015/03/17 17:42:08 dilfridge Exp $
+
+*HTTP-BrowserDetect-1.770.0 (17 Mar 2015)
+
+  17 Mar 2015; Andreas K. Huettel <dilfridge@gentoo.org>
+  +HTTP-BrowserDetect-1.770.0.ebuild:
+  Version bump
 
   31 Aug 2014; Mikle Kolyada <zlogene@gentoo.org>
   -HTTP-BrowserDetect-1.440.0.ebuild, -HTTP-BrowserDetect-1.470.0.ebuild:



1.1                  dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.770.0.ebuild

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

Index: HTTP-BrowserDetect-1.770.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.770.0.ebuild,v 1.1 2015/03/17 17:42:08 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=OALDERS
MODULE_VERSION=1.77
inherit perl-module

DESCRIPTION="Determine Web browser, version, and platform from an HTTP user agent string"

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

RDEPEND=""
DEPEND="
	>=virtual/perl-Module-Build-0.280.0
	virtual/perl-ExtUtils-MakeMaker
	test? (
		virtual/perl-JSON-PP
		dev-perl/Path-Tiny
		dev-perl/Test-FailWarnings
		virtual/perl-Test-Simple
		dev-perl/Test-Most
		dev-perl/Test-NoWarnings
	)
"

SRC_TEST="do"





^ permalink raw reply	[flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/HTTP-BrowserDetect: HTTP-BrowserDetect-1.770.0.ebuild ChangeLog
@ 2015-03-21 23:06 Mikle Kolyada (zlogene)
  0 siblings, 0 replies; 2+ messages in thread
From: Mikle Kolyada (zlogene) @ 2015-03-21 23:06 UTC (permalink / raw
  To: gentoo-commits

zlogene     15/03/21 23:06:19

  Modified:             HTTP-BrowserDetect-1.770.0.ebuild ChangeLog
  Log:
  Add ~ppc keyword
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)

Revision  Changes    Path
1.3                  dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.770.0.ebuild

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

Index: HTTP-BrowserDetect-1.770.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.770.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- HTTP-BrowserDetect-1.770.0.ebuild	21 Mar 2015 06:03:50 -0000	1.2
+++ HTTP-BrowserDetect-1.770.0.ebuild	21 Mar 2015 23:06:19 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.770.0.ebuild,v 1.2 2015/03/21 06:03:50 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.770.0.ebuild,v 1.3 2015/03/21 23:06:19 zlogene Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Determine Web browser, version, and platform from an HTTP user agent string"
 
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~mips ~x86"
+KEYWORDS="~amd64 ~hppa ~mips ~ppc ~x86"
 IUSE="test"
 
 RDEPEND=""



1.98                 dev-perl/HTTP-BrowserDetect/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- ChangeLog	21 Mar 2015 06:03:50 -0000	1.97
+++ ChangeLog	21 Mar 2015 23:06:19 -0000	1.98
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/HTTP-BrowserDetect
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog,v 1.97 2015/03/21 06:03:50 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog,v 1.98 2015/03/21 23:06:19 zlogene Exp $
+
+  21 Mar 2015; Mikle Kolyada <zlogene@gentoo.org>
+  HTTP-BrowserDetect-1.770.0.ebuild:
+  Add ~ppc keyword
 
   21 Mar 2015; Jeroen Roovers <jer@gentoo.org>
   HTTP-BrowserDetect-1.770.0.ebuild:





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

end of thread, other threads:[~2015-03-21 23:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-17 17:42 [gentoo-commits] gentoo-x86 commit in dev-perl/HTTP-BrowserDetect: HTTP-BrowserDetect-1.770.0.ebuild ChangeLog Andreas HAttel (dilfridge)
  -- strict thread matches above, loose matches on Subject: below --
2015-03-21 23:06 Mikle Kolyada (zlogene)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox