diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-11-10 10:17:43 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-11-10 10:17:43 +0000 |
commit | 823cbd40d5509f77806df2114231e7ab525ba762 (patch) | |
tree | 8c4dd293bf75e29eb31e87e16433fce40f6174cd /dev-perl/ImageSize/ImageSize-3.2.2.0.ebuild | |
parent | Version bump via perl-bump experimental tool. (diff) | |
download | gentoo-2-823cbd40d5509f77806df2114231e7ab525ba762.tar.gz gentoo-2-823cbd40d5509f77806df2114231e7ab525ba762.tar.bz2 gentoo-2-823cbd40d5509f77806df2114231e7ab525ba762.zip |
Version bump via perl-bump experimental tool.
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/ImageSize/ImageSize-3.2.2.0.ebuild')
-rw-r--r-- | dev-perl/ImageSize/ImageSize-3.2.2.0.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-perl/ImageSize/ImageSize-3.2.2.0.ebuild b/dev-perl/ImageSize/ImageSize-3.2.2.0.ebuild new file mode 100644 index 000000000000..2ce30411f76f --- /dev/null +++ b/dev-perl/ImageSize/ImageSize-3.2.2.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ImageSize/ImageSize-3.2.2.0.ebuild,v 1.1 2009/11/10 10:17:43 robbat2 Exp $ + +EAPI=2 + +inherit versionator +MY_PN=Image-Size +MY_P=${MY_PN}-$(get_major_version).$(delete_all_version_separators $(get_after_major_version)) +S=${WORKDIR}/${MY_P} +MODULE_AUTHOR=RJRAY +inherit perl-module + +DESCRIPTION="The Perl Image-Size Module" + +LICENSE="|| ( Artistic-2 LGPL-2.1 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND=" + virtual/perl-IO-Compress + virtual/perl-File-Spec" +DEPEND="${RDEPEND} + >=virtual/perl-Module-Build-0.28" + +SRC_TEST="do" +mydoc="ToDo" |