Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/HTTP-BrowserDetect: ChangeLog HTTP-BrowserDetect-1.16.ebuild
Date: Fri, 20 Aug 2010 21:10:06
Message-Id: 20100820210953.679332004C@flycatcher.gentoo.org
1 robbat2 10/08/20 21:09:53
2
3 Modified: ChangeLog
4 Added: HTTP-BrowserDetect-1.16.ebuild
5 Log:
6 Version bump via perl-bump experimental tool.
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.40 dev-perl/HTTP-BrowserDetect/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog?rev=1.40&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog?rev=1.40&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog?r1=1.39&r2=1.40
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog,v
19 retrieving revision 1.39
20 retrieving revision 1.40
21 diff -p -w -b -B -u -u -r1.39 -r1.40
22 --- ChangeLog 15 Aug 2010 06:51:28 -0000 1.39
23 +++ ChangeLog 20 Aug 2010 21:09:53 -0000 1.40
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-perl/HTTP-BrowserDetect
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog,v 1.39 2010/08/15 06:51:28 tove Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog,v 1.40 2010/08/20 21:09:53 robbat2 Exp $
29 +
30 +*HTTP-BrowserDetect-1.16 (20 Aug 2010)
31 +
32 + 20 Aug 2010; Robin H. Johnson <robbat2@g.o>
33 + +HTTP-BrowserDetect-1.16.ebuild:
34 + Version bump via perl-bump experimental tool.
35
36 *HTTP-BrowserDetect-1.13 (15 Aug 2010)
37
38
39
40
41 1.1 dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.16.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.16.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.16.ebuild?rev=1.1&content-type=text/plain
45
46 Index: HTTP-BrowserDetect-1.16.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.16.ebuild,v 1.1 2010/08/20 21:09:53 robbat2 Exp $
51
52 EAPI=2
53
54 MODULE_AUTHOR=OALDERS
55 inherit perl-module
56
57 DESCRIPTION="Detect browser, version, OS from UserAgent"
58
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
61 IUSE="test"
62
63 RDEPEND=""
64 DEPEND="virtual/perl-Module-Build
65 test? ( dev-perl/Data-Dump
66 dev-perl/YAML-Tiny )"
67
68 SRC_TEST="do"