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.07.ebuild
Date: Thu, 11 Feb 2010 11:50:11
Message-Id: E1NfXYb-0006tc-Ah@stork.gentoo.org
1 tove 10/02/11 11:50:05
2
3 Modified: ChangeLog
4 Added: HTTP-BrowserDetect-1.07.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc62/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.28 dev-perl/HTTP-BrowserDetect/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog?rev=1.28&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog?rev=1.28&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog?r1=1.27&r2=1.28
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog,v
19 retrieving revision 1.27
20 retrieving revision 1.28
21 diff -u -r1.27 -r1.28
22 --- ChangeLog 24 Dec 2009 20:02:13 -0000 1.27
23 +++ ChangeLog 11 Feb 2010 11:50:04 -0000 1.28
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-perl/HTTP-BrowserDetect
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog,v 1.27 2009/12/24 20:02:13 tove Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog,v 1.28 2010/02/11 11:50:04 tove Exp $
30 +
31 +*HTTP-BrowserDetect-1.07 (11 Feb 2010)
32 +
33 + 11 Feb 2010; Torsten Veller <tove@g.o>
34 + +HTTP-BrowserDetect-1.07.ebuild:
35 + Version bump
36
37 24 Dec 2009; Torsten Veller <tove@g.o>
38 -HTTP-BrowserDetect-1.02.ebuild, -HTTP-BrowserDetect-1.03.ebuild:
39
40
41
42 1.1 dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.07.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.07.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.07.ebuild?rev=1.1&content-type=text/plain
46
47 Index: HTTP-BrowserDetect-1.07.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.07.ebuild,v 1.1 2010/02/11 11:50:04 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 ~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"