summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-01-11 13:25:26 +0000
committerTorsten Veller <tove@gentoo.org>2012-01-11 13:25:26 +0000
commit20f23bc50d9938e60119babbe20431a514158985 (patch)
tree4d99dfacfd1591b156bda917de049b50937ad0f1 /dev-perl/HTTP-BrowserDetect
parent[bump] dev-perl/HTTP-DAV-0.460.0 (diff)
downloadhistorical-20f23bc50d9938e60119babbe20431a514158985.tar.gz
historical-20f23bc50d9938e60119babbe20431a514158985.tar.bz2
historical-20f23bc50d9938e60119babbe20431a514158985.zip
[bump] dev-perl/HTTP-BrowserDetect-1.410.0
Package-Manager: portage-2.2.0_alpha84/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.410.0.ebuild25
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-perl/HTTP-BrowserDetect/ChangeLog b/dev-perl/HTTP-BrowserDetect/ChangeLog
index 281691cd54bc..af1dbb810cd2 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.64 2012/01/08 19:40:53 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog,v 1.65 2012/01/11 13:25:26 tove Exp $
+
+*HTTP-BrowserDetect-1.410.0 (11 Jan 2012)
+
+ 11 Jan 2012; Torsten Veller <tove@gentoo.org>
+ +HTTP-BrowserDetect-1.410.0.ebuild:
+ Version bump
*HTTP-BrowserDetect-1.400.0 (08 Jan 2012)
diff --git a/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.410.0.ebuild b/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.410.0.ebuild
new file mode 100644
index 000000000000..d78b20ce89af
--- /dev/null
+++ b/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.410.0.ebuild
@@ -0,0 +1,25 @@
+# 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.410.0.ebuild,v 1.1 2012/01/11 13:25:26 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=OALDERS
+MODULE_VERSION=1.41
+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"