summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-12-08 11:56:13 +0000
committerTorsten Veller <tove@gentoo.org>2012-12-08 11:56:13 +0000
commit57b4dcce7eec8d88fbb8d20209bf841f2cbb44b5 (patch)
tree7b6530b827bb349d0d0abe8d3221c415db6be80b /dev-perl/HTTP-BrowserDetect
parentSet correct LICENSE wrt bug #446050, assign RDEPEND explicitly (diff)
downloadgentoo-2-57b4dcce7eec8d88fbb8d20209bf841f2cbb44b5.tar.gz
gentoo-2-57b4dcce7eec8d88fbb8d20209bf841f2cbb44b5.tar.bz2
gentoo-2-57b4dcce7eec8d88fbb8d20209bf841f2cbb44b5.zip
[bump] dev-perl/HTTP-BrowserDetect-1.460.0
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'dev-perl/HTTP-BrowserDetect')
-rw-r--r--dev-perl/HTTP-BrowserDetect/ChangeLog8
-rw-r--r--dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.460.0.ebuild26
2 files changed, 33 insertions, 1 deletions
diff --git a/dev-perl/HTTP-BrowserDetect/ChangeLog b/dev-perl/HTTP-BrowserDetect/ChangeLog
index d959096b6f4f..11d4525a6c16 100644
--- a/dev-perl/HTTP-BrowserDetect/ChangeLog
+++ b/dev-perl/HTTP-BrowserDetect/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/HTTP-BrowserDetect
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog,v 1.82 2012/09/30 18:35:32 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog,v 1.83 2012/12/08 11:56:13 tove Exp $
+
+*HTTP-BrowserDetect-1.460.0 (08 Dec 2012)
+
+ 08 Dec 2012; Torsten Veller <tove@gentoo.org>
+ +HTTP-BrowserDetect-1.460.0.ebuild:
+ Version bump
30 Sep 2012; Raúl Porcel <armin76@gentoo.org>
HTTP-BrowserDetect-1.410.0.ebuild, HTTP-BrowserDetect-1.420.0.ebuild,
diff --git a/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.460.0.ebuild b/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.460.0.ebuild
new file mode 100644
index 000000000000..2cc067877fb0
--- /dev/null
+++ b/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.460.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.460.0.ebuild,v 1.1 2012/12/08 11:56:13 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=OALDERS
+MODULE_VERSION=1.46
+inherit perl-module
+
+DESCRIPTION="Detect browser, version, OS from UserAgent"
+
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~mips ~ppc ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="
+ virtual/perl-Module-Build
+ test? (
+ dev-perl/File-Slurp
+ virtual/perl-JSON-PP
+ )
+"
+
+SRC_TEST="do"