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
commit0ebfc31300f0d6075b80f6347f528f4ab201fda3 (patch)
tree6f3938d1bed3eb711cd291942d6d317c9dfaba5f /dev-perl
parentVersion bump via perl-bump experimental tool. (diff)
downloadgentoo-2-0ebfc31300f0d6075b80f6347f528f4ab201fda3.tar.gz
gentoo-2-0ebfc31300f0d6075b80f6347f528f4ab201fda3.tar.bz2
gentoo-2-0ebfc31300f0d6075b80f6347f528f4ab201fda3.zip
Version bump via perl-bump experimental tool.
(Portage version: 2.2_rc51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-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"