diff options
author | Torsten Veller <tove@gentoo.org> | 2010-08-29 11:30:15 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-08-29 11:30:15 +0000 |
commit | 97c0100846722da66494f16fd9c7b9bfb19c1283 (patch) | |
tree | 9dab298109d36e47fcbaefee03b57d313debba17 /dev-perl | |
parent | Install static gitweb files into correct location. (diff) | |
download | gentoo-2-97c0100846722da66494f16fd9c7b9bfb19c1283.tar.gz gentoo-2-97c0100846722da66494f16fd9c7b9bfb19c1283.tar.bz2 gentoo-2-97c0100846722da66494f16fd9c7b9bfb19c1283.zip |
Version bump
(Portage version: 2.2_rc71/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/HTTP-BrowserDetect/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.17.ebuild | 21 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/HTTP-BrowserDetect/ChangeLog b/dev-perl/HTTP-BrowserDetect/ChangeLog index cbf7e2f43c1a..bac369c18c0a 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.40 2010/08/20 21:09:53 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog,v 1.41 2010/08/29 11:30:15 tove Exp $ + +*HTTP-BrowserDetect-1.17 (29 Aug 2010) + + 29 Aug 2010; Torsten Veller <tove@gentoo.org> + +HTTP-BrowserDetect-1.17.ebuild: + Version bump *HTTP-BrowserDetect-1.16 (20 Aug 2010) diff --git a/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.17.ebuild b/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.17.ebuild new file mode 100644 index 000000000000..9452b28d792f --- /dev/null +++ b/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.17.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.17.ebuild,v 1.1 2010/08/29 11:30:15 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" |