summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-11-26 08:02:05 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-11-26 08:02:05 +0000
commit8ce00296214f5b613e130ab355cb5f697168f135 (patch)
tree2a8c5f47607f54a40f394a396d5472e37bd09f92 /dev-perl/HTTP-BrowserDetect
parentVersion bump. (diff)
downloadhistorical-8ce00296214f5b613e130ab355cb5f697168f135.tar.gz
historical-8ce00296214f5b613e130ab355cb5f697168f135.tar.bz2
historical-8ce00296214f5b613e130ab355cb5f697168f135.zip
Version bump via perl-bump experimental tool.
Package-Manager: portage-2.2_rc51/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.06.ebuild20
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-perl/HTTP-BrowserDetect/ChangeLog b/dev-perl/HTTP-BrowserDetect/ChangeLog
index 2874b6bde0eb..8a695b5dd342 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-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog,v 1.25 2009/11/05 18:29:19 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog,v 1.26 2009/11/26 08:02:05 robbat2 Exp $
+
+*HTTP-BrowserDetect-1.06 (26 Nov 2009)
+
+ 26 Nov 2009; Robin H. Johnson <robbat2@gentoo.org>
+ +HTTP-BrowserDetect-1.06.ebuild:
+ Version bump via perl-bump experimental tool.
05 Nov 2009; Raúl Porcel <armin76@gentoo.org>
HTTP-BrowserDetect-1.02.ebuild, HTTP-BrowserDetect-1.03.ebuild:
diff --git a/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.06.ebuild b/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.06.ebuild
new file mode 100644
index 000000000000..0989f505473b
--- /dev/null
+++ b/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.06.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2009 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.06.ebuild,v 1.1 2009/11/26 08:02:05 robbat2 Exp $
+
+EAPI=2
+
+MODULE_AUTHOR=OALDERS
+inherit perl-module
+
+DESCRIPTION="Detect browser, version, OS from UserAgent"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="virtual/perl-Module-Build
+ test? ( dev-perl/Data-Dump )"
+
+SRC_TEST="do"