diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-01-14 00:52:14 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-01-14 00:52:14 +0000 |
commit | d5e474d7be394ac51813c2a4180fd2ad11b347a2 (patch) | |
tree | e5e59456fa943e21a88b777794cff82d846c84ff /dev-perl/Video-Info | |
parent | Marking x86 stable (diff) | |
download | gentoo-2-d5e474d7be394ac51813c2a4180fd2ad11b347a2.tar.gz gentoo-2-d5e474d7be394ac51813c2a4180fd2ad11b347a2.tar.bz2 gentoo-2-d5e474d7be394ac51813c2a4180fd2ad11b347a2.zip |
Bug 118614 has pointed out that 0.999, which has been the tree forever now, was a bogus release, and that 0.993 was the last good release on cpan. Thanks ruetama for pointing this out - too bad it had to happen after I finally marked 0.999 stable (stub that it is)
(Portage version: 2.1_pre1)
Diffstat (limited to 'dev-perl/Video-Info')
-rw-r--r-- | dev-perl/Video-Info/ChangeLog | 11 | ||||
-rw-r--r-- | dev-perl/Video-Info/Manifest | 12 | ||||
-rw-r--r-- | dev-perl/Video-Info/Video-Info-0.993.ebuild | 17 | ||||
-rw-r--r-- | dev-perl/Video-Info/files/digest-Video-Info-0.993 | 1 |
4 files changed, 30 insertions, 11 deletions
diff --git a/dev-perl/Video-Info/ChangeLog b/dev-perl/Video-Info/ChangeLog index f0b0fb0a0c75..cb3c21a4837a 100644 --- a/dev-perl/Video-Info/ChangeLog +++ b/dev-perl/Video-Info/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for dev-perl/Video-Info # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Video-Info/ChangeLog,v 1.4 2006/01/13 22:32:46 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Video-Info/ChangeLog,v 1.5 2006/01/14 00:52:14 mcummings Exp $ + +*Video-Info-0.993 (14 Jan 2006) + + 14 Jan 2006; Michael Cummings <mcummings@gentoo.org> + +Video-Info-0.993.ebuild: + Bug 118614 has pointed out that 0.999, which has been the tree forever now, + was a bogus release, and that 0.993 was the last good release on cpan. + Thanks ruetama for pointing this out - too bad it had to happen after I + finally marked 0.999 stable (stub that it is) 13 Jan 2006; Michael Cummings <mcummings@gentoo.org> Video-Info-0.999.ebuild: diff --git a/dev-perl/Video-Info/Manifest b/dev-perl/Video-Info/Manifest index 42efa6999a84..f939f87ed32b 100644 --- a/dev-perl/Video-Info/Manifest +++ b/dev-perl/Video-Info/Manifest @@ -1,14 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 67f17fcd8af0c39e9906e48563956802 ChangeLog 689 +MD5 eb59a56809b43bcf2a5fc97154a2fec8 Video-Info-0.993.ebuild 425 MD5 72e2ddca1efa46da34c9178f2740cb33 Video-Info-0.999.ebuild 532 +MD5 fd65ef289fedff35d5955d018d82b568 files/digest-Video-Info-0.993 68 MD5 b61196ae6759f9f91a2023e10d4ca475 files/digest-Video-Info-0.999 66 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFDyCqStG5z4I8BtQoRAiziAJ4rWY2oonj0A1IBuIXrNXJbHRkAOACeO+Um -B7KETzTLUTDPr8nW5Uy994Y= -=Dijd ------END PGP SIGNATURE----- diff --git a/dev-perl/Video-Info/Video-Info-0.993.ebuild b/dev-perl/Video-Info/Video-Info-0.993.ebuild new file mode 100644 index 000000000000..17e6647e1ba9 --- /dev/null +++ b/dev-perl/Video-Info/Video-Info-0.993.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Video-Info/Video-Info-0.993.ebuild,v 1.1 2006/01/14 00:52:14 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Perl extension for getting video info" +HOMEPAGE="http://search.cpan.org/~allenday/${P}/" +SRC_URI="mirror://cpan/authors/id/A/AL/ALLENDAY/${P}.tar.gz" + +LICENSE="Artistic" +#LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +SRC_TEST="do" diff --git a/dev-perl/Video-Info/files/digest-Video-Info-0.993 b/dev-perl/Video-Info/files/digest-Video-Info-0.993 new file mode 100644 index 000000000000..873d6a15e50c --- /dev/null +++ b/dev-perl/Video-Info/files/digest-Video-Info-0.993 @@ -0,0 +1 @@ +MD5 509d49886aa49ef712024789a53f0320 Video-Info-0.993.tar.gz 634560 |