summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2013-03-17 16:21:58 +0000
committerTorsten Veller <tove@gentoo.org>2013-03-17 16:21:58 +0000
commitd36a8f36b1d21bbd1766353604e46691b4531397 (patch)
tree57ba2cdc5bc35c9fe1b5dc7292e14db98f3716e3 /dev-perl
parentAdd proxy-maintainers to metadata.xml (diff)
downloadgentoo-2-d36a8f36b1d21bbd1766353604e46691b4531397.tar.gz
gentoo-2-d36a8f36b1d21bbd1766353604e46691b4531397.tar.bz2
gentoo-2-d36a8f36b1d21bbd1766353604e46691b4531397.zip
[bump] dev-perl/HTTP-BrowserDetect-1.500.0
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/HTTP-BrowserDetect/ChangeLog8
-rw-r--r--dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.500.0.ebuild27
2 files changed, 34 insertions, 1 deletions
diff --git a/dev-perl/HTTP-BrowserDetect/ChangeLog b/dev-perl/HTTP-BrowserDetect/ChangeLog
index e6f422fe0c3a..9659b2fae3c9 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-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog,v 1.85 2013/01/06 20:26:03 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog,v 1.86 2013/03/17 16:21:58 tove Exp $
+
+*HTTP-BrowserDetect-1.500.0 (17 Mar 2013)
+
+ 17 Mar 2013; Torsten Veller <tove@gentoo.org>
+ +HTTP-BrowserDetect-1.500.0.ebuild:
+ Version bump
06 Jan 2013; Torsten Veller <tove@gentoo.org>
-HTTP-BrowserDetect-1.410.0.ebuild, -HTTP-BrowserDetect-1.420.0.ebuild,
diff --git a/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.500.0.ebuild b/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.500.0.ebuild
new file mode 100644
index 000000000000..c0f0509efb01
--- /dev/null
+++ b/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.500.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2013 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.500.0.ebuild,v 1.1 2013/03/17 16:21:58 tove Exp $
+
+EAPI=5
+
+MODULE_AUTHOR=OALDERS
+MODULE_VERSION=1.50
+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
+ dev-perl/Test-NoWarnings
+ )
+"
+
+SRC_TEST="do"