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.20.ebuild
Date: Sat, 27 Nov 2010 20:36:42
Message-Id: 20101127203636.571F320051@flycatcher.gentoo.org
1 tove 10/11/27 20:36:36
2
3 Modified: ChangeLog
4 Added: HTTP-BrowserDetect-1.20.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.0_alpha5/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.46 dev-perl/HTTP-BrowserDetect/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog?rev=1.46&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog?rev=1.46&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog?r1=1.45&r2=1.46
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog,v
20 retrieving revision 1.45
21 retrieving revision 1.46
22 diff -u -r1.45 -r1.46
23 --- ChangeLog 20 Oct 2010 08:18:43 -0000 1.45
24 +++ ChangeLog 27 Nov 2010 20:36:36 -0000 1.46
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-perl/HTTP-BrowserDetect
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog,v 1.45 2010/10/20 08:18:43 tove Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog,v 1.46 2010/11/27 20:36:36 tove Exp $
30 +
31 +*HTTP-BrowserDetect-1.20 (27 Nov 2010)
32 +
33 + 27 Nov 2010; Torsten Veller <tove@g.o>
34 + +HTTP-BrowserDetect-1.20.ebuild:
35 + Version bump
36
37 20 Oct 2010; Torsten Veller <tove@g.o>
38 -HTTP-BrowserDetect-0.99.ebuild, -HTTP-BrowserDetect-1.09.ebuild,
39
40
41
42 1.1 dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.20.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.20.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.20.ebuild?rev=1.1&content-type=text/plain
46
47 Index: HTTP-BrowserDetect-1.20.ebuild
48 ===================================================================
49 # Copyright 1999-2010 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.20.ebuild,v 1.1 2010/11/27 20:36:36 tove Exp $
52
53 EAPI=3
54
55 MODULE_AUTHOR=OALDERS
56 inherit perl-module
57
58 DESCRIPTION="Detect browser, version, OS from UserAgent"
59
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
62 IUSE="test"
63
64 RDEPEND=""
65 DEPEND="virtual/perl-Module-Build
66 test? ( dev-perl/Data-Dump
67 dev-perl/YAML-Tiny )"
68
69 SRC_TEST="do"