diff options
author | Torsten Veller <tove@gentoo.org> | 2010-11-27 20:36:36 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-11-27 20:36:36 +0000 |
commit | 94826c29b7e80f99f3cdc42d33219290ffee5109 (patch) | |
tree | 0244e31eed285133d816df6c09ab5b9d32f3e534 /dev-perl/HTTP-BrowserDetect | |
parent | Add deblob support to 2.6.34-rX kernels (diff) | |
download | gentoo-2-94826c29b7e80f99f3cdc42d33219290ffee5109.tar.gz gentoo-2-94826c29b7e80f99f3cdc42d33219290ffee5109.tar.bz2 gentoo-2-94826c29b7e80f99f3cdc42d33219290ffee5109.zip |
Version bump
(Portage version: 2.2.0_alpha5/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.20.ebuild | 21 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/HTTP-BrowserDetect/ChangeLog b/dev-perl/HTTP-BrowserDetect/ChangeLog index 75bde170e27f..81c4795c9ec5 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.45 2010/10/20 08:18:43 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog,v 1.46 2010/11/27 20:36:36 tove Exp $ + +*HTTP-BrowserDetect-1.20 (27 Nov 2010) + + 27 Nov 2010; Torsten Veller <tove@gentoo.org> + +HTTP-BrowserDetect-1.20.ebuild: + Version bump 20 Oct 2010; Torsten Veller <tove@gentoo.org> -HTTP-BrowserDetect-0.99.ebuild, -HTTP-BrowserDetect-1.09.ebuild, diff --git a/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.20.ebuild b/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.20.ebuild new file mode 100644 index 000000000000..99af0d3f8a9a --- /dev/null +++ b/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.20.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.20.ebuild,v 1.1 2010/11/27 20:36:36 tove Exp $ + +EAPI=3 + +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" |