diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-11-22 10:51:49 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-11-22 10:51:49 +0000 |
commit | 6c5acda88d9e3c6faf65df996c0d215220da52a9 (patch) | |
tree | 70337296df11be62fefda5f2b0a641cb98d1e308 /dev-perl/WWW-Shorten | |
parent | Version bump via perl-bump experimental tool. (diff) | |
download | gentoo-2-6c5acda88d9e3c6faf65df996c0d215220da52a9.tar.gz gentoo-2-6c5acda88d9e3c6faf65df996c0d215220da52a9.tar.bz2 gentoo-2-6c5acda88d9e3c6faf65df996c0d215220da52a9.zip |
Version bump via perl-bump experimental tool.
(Portage version: 2.2_rc51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/WWW-Shorten')
-rw-r--r-- | dev-perl/WWW-Shorten/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/WWW-Shorten/WWW-Shorten-2.06.ebuild | 24 |
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-perl/WWW-Shorten/ChangeLog b/dev-perl/WWW-Shorten/ChangeLog index ab06b4523f72..25dc8fe18e56 100644 --- a/dev-perl/WWW-Shorten/ChangeLog +++ b/dev-perl/WWW-Shorten/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/WWW-Shorten # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Shorten/ChangeLog,v 1.1 2009/10/10 11:09:23 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Shorten/ChangeLog,v 1.2 2009/11/22 10:51:49 robbat2 Exp $ + +*WWW-Shorten-2.06 (22 Nov 2009) + + 22 Nov 2009; Robin H. Johnson <robbat2@gentoo.org> + +WWW-Shorten-2.06.ebuild: + Version bump via perl-bump experimental tool. *WWW-Shorten-2.05 (10 Oct 2009) diff --git a/dev-perl/WWW-Shorten/WWW-Shorten-2.06.ebuild b/dev-perl/WWW-Shorten/WWW-Shorten-2.06.ebuild new file mode 100644 index 000000000000..b546963b4385 --- /dev/null +++ b/dev-perl/WWW-Shorten/WWW-Shorten-2.06.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Shorten/WWW-Shorten-2.06.ebuild,v 1.1 2009/11/22 10:51:49 robbat2 Exp $ + +EAPI=2 + +MODULE_AUTHOR=DAVECROSS +inherit perl-module + +DESCRIPTION="Interface to URL shortening sites" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-perl/libwww-perl + dev-perl/URI" +DEPEND="virtual/perl-Module-Build" +# test? ( ${RDEPEND} +# dev-perl/Test-Pod +# dev-perl/Test-Pod-Coverage )" + +# online tests +SRC_TEST=skip |