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.17.ebuild
Date: Sun, 29 Aug 2010 11:30:20
Message-Id: 20100829113015.62C8520051@flycatcher.gentoo.org
1 tove 10/08/29 11:30:15
2
3 Modified: ChangeLog
4 Added: HTTP-BrowserDetect-1.17.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2_rc71/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.41 dev-perl/HTTP-BrowserDetect/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog?rev=1.41&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog?rev=1.41&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog?r1=1.40&r2=1.41
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog,v
20 retrieving revision 1.40
21 retrieving revision 1.41
22 diff -u -r1.40 -r1.41
23 --- ChangeLog 20 Aug 2010 21:09:53 -0000 1.40
24 +++ ChangeLog 29 Aug 2010 11:30:15 -0000 1.41
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.40 2010/08/20 21:09:53 robbat2 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog,v 1.41 2010/08/29 11:30:15 tove Exp $
30 +
31 +*HTTP-BrowserDetect-1.17 (29 Aug 2010)
32 +
33 + 29 Aug 2010; Torsten Veller <tove@g.o>
34 + +HTTP-BrowserDetect-1.17.ebuild:
35 + Version bump
36
37 *HTTP-BrowserDetect-1.16 (20 Aug 2010)
38
39
40
41
42 1.1 dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.17.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.17.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.17.ebuild?rev=1.1&content-type=text/plain
46
47 Index: HTTP-BrowserDetect-1.17.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.17.ebuild,v 1.1 2010/08/29 11:30:15 tove Exp $
52
53 EAPI=2
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"