summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-10-30 10:15:57 +0000
committerTorsten Veller <tove@gentoo.org>2011-10-30 10:15:57 +0000
commitf0c1c6460b82bcd5aeb1df12db95653bbda76ae4 (patch)
treea3946b3c3a4c31de81ca689963255d170b215011 /dev-perl/HTTP-BrowserDetect
parentRemove old (diff)
downloadgentoo-2-f0c1c6460b82bcd5aeb1df12db95653bbda76ae4.tar.gz
gentoo-2-f0c1c6460b82bcd5aeb1df12db95653bbda76ae4.tar.bz2
gentoo-2-f0c1c6460b82bcd5aeb1df12db95653bbda76ae4.zip
[bump] dev-perl/HTTP-BrowserDetect-1.340.0
(Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
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.340.0.ebuild25
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-perl/HTTP-BrowserDetect/ChangeLog b/dev-perl/HTTP-BrowserDetect/ChangeLog
index 0881937a5dd9..661c055d78a0 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-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog,v 1.58 2011/10/20 17:56:02 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog,v 1.59 2011/10/30 10:15:57 tove Exp $
+
+*HTTP-BrowserDetect-1.340.0 (30 Oct 2011)
+
+ 30 Oct 2011; Torsten Veller <tove@gentoo.org>
+ +HTTP-BrowserDetect-1.340.0.ebuild:
+ Version bump
*HTTP-BrowserDetect-1.330.0 (20 Oct 2011)
diff --git a/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.340.0.ebuild b/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.340.0.ebuild
new file mode 100644
index 000000000000..d44515448fd4
--- /dev/null
+++ b/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.340.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2011 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.340.0.ebuild,v 1.1 2011/10/30 10:15:57 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=OALDERS
+MODULE_VERSION=1.34
+inherit perl-module
+
+DESCRIPTION="Detect browser, version, OS from UserAgent"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="virtual/perl-Module-Build
+ test? (
+ dev-perl/Data-Dump
+ dev-perl/File-Slurp
+ virtual/perl-JSON-PP
+ )"
+
+SRC_TEST="do"