diff options
author | Torsten Veller <tove@gentoo.org> | 2012-03-04 14:07:57 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-03-04 14:07:57 +0000 |
commit | 9776a5316bda50752e1f22fd9ceb1da9fc37061e (patch) | |
tree | 787bed477b055b0e3681d9c55cb4bb80fd0437d8 /dev-perl/HTTP-BrowserDetect | |
parent | [bump] dev-perl/Module-Install-1.60.0 (diff) | |
download | gentoo-2-9776a5316bda50752e1f22fd9ceb1da9fc37061e.tar.gz gentoo-2-9776a5316bda50752e1f22fd9ceb1da9fc37061e.tar.bz2 gentoo-2-9776a5316bda50752e1f22fd9ceb1da9fc37061e.zip |
[bump] dev-perl/HTTP-BrowserDetect-1.420.0
(Portage version: 2.2.0_alpha89/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.420.0.ebuild | 25 |
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-perl/HTTP-BrowserDetect/ChangeLog b/dev-perl/HTTP-BrowserDetect/ChangeLog index 77fb45a01762..f3ecf5293980 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.70 2012/03/01 20:04:42 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog,v 1.71 2012/03/04 14:07:57 tove Exp $ + +*HTTP-BrowserDetect-1.420.0 (04 Mar 2012) + + 04 Mar 2012; Torsten Veller <tove@gentoo.org> + +HTTP-BrowserDetect-1.420.0.ebuild: + Version bump 01 Mar 2012; Brent Baude <ranger@gentoo.org> HTTP-BrowserDetect-1.410.0.ebuild: diff --git a/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.420.0.ebuild b/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.420.0.ebuild new file mode 100644 index 000000000000..e4363da64117 --- /dev/null +++ b/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.420.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.420.0.ebuild,v 1.1 2012/03/04 14:07:57 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=OALDERS +MODULE_VERSION=1.42 +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" |