summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-04-26 21:48:47 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-04-26 21:48:47 +0000
commit47aa5b921bb9c83d0ece2626a6d17559e6f20cfa (patch)
treef20b71c38966c0bd1f5c097f9631e6ae17082f86 /dev-perl/ImageInfo/ImageInfo-1.20.ebuild
parentVersion bump (diff)
downloadgentoo-2-47aa5b921bb9c83d0ece2626a6d17559e6f20cfa.tar.gz
gentoo-2-47aa5b921bb9c83d0ece2626a6d17559e6f20cfa.tar.bz2
gentoo-2-47aa5b921bb9c83d0ece2626a6d17559e6f20cfa.zip
Version bump
(Portage version: 2.1_pre6-r6)
Diffstat (limited to 'dev-perl/ImageInfo/ImageInfo-1.20.ebuild')
-rw-r--r--dev-perl/ImageInfo/ImageInfo-1.20.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/ImageInfo/ImageInfo-1.20.ebuild b/dev-perl/ImageInfo/ImageInfo-1.20.ebuild
new file mode 100644
index 000000000000..feac14f008c7
--- /dev/null
+++ b/dev-perl/ImageInfo/ImageInfo-1.20.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ImageInfo/ImageInfo-1.20.ebuild,v 1.1 2006/04/26 21:48:47 mcummings Exp $
+
+inherit perl-module
+
+MY_P=Image-Info-${PV}
+S=${WORKDIR}/${MY_P}
+DESCRIPTION="The Perl Image-Info Module"
+SRC_URI="mirror://cpan/authors/id/T/TE/TELS/image/${MY_P}.tar.gz"
+HOMEPAGE="http://www.cpan.org/modules/by-module/Image/${MY_P}.readme"
+
+SLOT="0"
+LICENSE="Artistic"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+DEPEND="${DEPEND}
+ dev-perl/module-build
+ >=dev-perl/IO-String-1.01"