diff options
author | Torsten Veller <tove@gentoo.org> | 2010-04-07 06:54:37 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-04-07 06:54:37 +0000 |
commit | f72241abf901e5fbb6c49efe5772991f99a24132 (patch) | |
tree | 6fa6cc16ac520344db94f35073e0e74fe9f6a881 /dev-perl/HTTP-BrowserDetect | |
parent | Version bump (diff) | |
download | gentoo-2-f72241abf901e5fbb6c49efe5772991f99a24132.tar.gz gentoo-2-f72241abf901e5fbb6c49efe5772991f99a24132.tar.bz2 gentoo-2-f72241abf901e5fbb6c49efe5772991f99a24132.zip |
Version bump
(Portage version: 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.09.ebuild | 21 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/HTTP-BrowserDetect/ChangeLog b/dev-perl/HTTP-BrowserDetect/ChangeLog index e636d6b19e97..0e664817510b 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.30 2010/03/19 07:21:00 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog,v 1.31 2010/04/07 06:54:37 tove Exp $ + +*HTTP-BrowserDetect-1.09 (07 Apr 2010) + + 07 Apr 2010; Torsten Veller <tove@gentoo.org> + +HTTP-BrowserDetect-1.09.ebuild: + Version bump *HTTP-BrowserDetect-1.08 (19 Mar 2010) diff --git a/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.09.ebuild b/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.09.ebuild new file mode 100644 index 000000000000..024fa9f637af --- /dev/null +++ b/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.09.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.09.ebuild,v 1.1 2010/04/07 06:54:37 tove 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" |