diff options
-rw-r--r-- | dev-perl/ImageInfo/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/ImageInfo/ImageInfo-1.28.ebuild | 22 |
2 files changed, 5 insertions, 24 deletions
diff --git a/dev-perl/ImageInfo/ChangeLog b/dev-perl/ImageInfo/ChangeLog index c19bc46cf046..5e32dd30122a 100644 --- a/dev-perl/ImageInfo/ChangeLog +++ b/dev-perl/ImageInfo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/ImageInfo -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ImageInfo/ChangeLog,v 1.80 2010/11/05 14:06:58 ssuominen Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ImageInfo/ChangeLog,v 1.81 2011/04/03 06:20:46 tove Exp $ + + 03 Apr 2011; Torsten Veller <tove@gentoo.org> -ImageInfo-1.28.ebuild: + Cleanup 05 Nov 2010; Samuli Suominen <ssuominen@gentoo.org> ImageInfo-1.30.ebuild: ppc64 stable wrt #341865 diff --git a/dev-perl/ImageInfo/ImageInfo-1.28.ebuild b/dev-perl/ImageInfo/ImageInfo-1.28.ebuild deleted file mode 100644 index a48344f49c74..000000000000 --- a/dev-perl/ImageInfo/ImageInfo-1.28.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ImageInfo/ImageInfo-1.28.ebuild,v 1.7 2009/01/11 13:48:08 maekke 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://search.cpan.org/dist/Image-Info/" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" -IUSE="" - -DEPEND=">=dev-perl/IO-String-1.01 - dev-perl/XML-Simple - dev-lang/perl" - -SRC_TEST="do" |