diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-08-20 21:15:48 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-08-20 21:15:48 +0000 |
commit | a0bcba22a43c07b3424ebd6254c1fdfa8e62581a (patch) | |
tree | 3b8cbce73f54ccc7fa86cadc0e9375b2bb89224a /dev-perl/HTTP-BrowserDetect | |
parent | Version bump via perl-bump experimental tool. (diff) | |
download | historical-a0bcba22a43c07b3424ebd6254c1fdfa8e62581a.tar.gz historical-a0bcba22a43c07b3424ebd6254c1fdfa8e62581a.tar.bz2 historical-a0bcba22a43c07b3424ebd6254c1fdfa8e62581a.zip |
Version bump via perl-bump experimental tool.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/HTTP-BrowserDetect')
-rw-r--r-- | dev-perl/HTTP-BrowserDetect/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.16.ebuild | 21 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/HTTP-BrowserDetect/ChangeLog b/dev-perl/HTTP-BrowserDetect/ChangeLog index 80ce3d0d2174..cbf7e2f43c1a 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog,v 1.39 2010/08/15 06:51:28 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog,v 1.40 2010/08/20 21:09:53 robbat2 Exp $ + +*HTTP-BrowserDetect-1.16 (20 Aug 2010) + + 20 Aug 2010; Robin H. Johnson <robbat2@gentoo.org> + +HTTP-BrowserDetect-1.16.ebuild: + Version bump via perl-bump experimental tool. *HTTP-BrowserDetect-1.13 (15 Aug 2010) diff --git a/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.16.ebuild b/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.16.ebuild new file mode 100644 index 000000000000..23dc42772a9f --- /dev/null +++ b/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.16.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2010 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.16.ebuild,v 1.1 2010/08/20 21:09:53 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 + dev-perl/YAML-Tiny )" + +SRC_TEST="do" |