Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/HTTP-BrowserDetect: ChangeLog HTTP-BrowserDetect-1.340.0.ebuild
Date: Sun, 30 Oct 2011 10:16:08
Message-Id: 20111030101557.919F02004B@flycatcher.gentoo.org
1 tove 11/10/30 10:15:57
2
3 Modified: ChangeLog
4 Added: HTTP-BrowserDetect-1.340.0.ebuild
5 Log:
6 [bump] dev-perl/HTTP-BrowserDetect-1.340.0
7
8 (Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.59 dev-perl/HTTP-BrowserDetect/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog?rev=1.59&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog?rev=1.59&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog?r1=1.58&r2=1.59
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog,v
20 retrieving revision 1.58
21 retrieving revision 1.59
22 diff -u -r1.58 -r1.59
23 --- ChangeLog 20 Oct 2011 17:56:02 -0000 1.58
24 +++ ChangeLog 30 Oct 2011 10:15:57 -0000 1.59
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-perl/HTTP-BrowserDetect
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog,v 1.58 2011/10/20 17:56:02 tove Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog,v 1.59 2011/10/30 10:15:57 tove Exp $
30 +
31 +*HTTP-BrowserDetect-1.340.0 (30 Oct 2011)
32 +
33 + 30 Oct 2011; Torsten Veller <tove@g.o>
34 + +HTTP-BrowserDetect-1.340.0.ebuild:
35 + Version bump
36
37 *HTTP-BrowserDetect-1.330.0 (20 Oct 2011)
38
39
40
41
42 1.1 dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.340.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.340.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.340.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: HTTP-BrowserDetect-1.340.0.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.340.0.ebuild,v 1.1 2011/10/30 10:15:57 tove Exp $
52
53 EAPI=4
54
55 MODULE_AUTHOR=OALDERS
56 MODULE_VERSION=1.34
57 inherit perl-module
58
59 DESCRIPTION="Detect browser, version, OS from UserAgent"
60
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
63 IUSE="test"
64
65 RDEPEND=""
66 DEPEND="virtual/perl-Module-Build
67 test? (
68 dev-perl/Data-Dump
69 dev-perl/File-Slurp
70 virtual/perl-JSON-PP
71 )"
72
73 SRC_TEST="do"