diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-04-19 15:24:56 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-04-19 15:24:56 +0000 |
commit | 55d2150b0df5df31c777707f7fea8cd5b6a2a286 (patch) | |
tree | c15a12bf7d4efc1209d762155a00ac837fc5ceb0 /dev-perl/Video-Info | |
parent | bug 74394 (diff) | |
download | historical-55d2150b0df5df31c777707f7fea8cd5b6a2a286.tar.gz historical-55d2150b0df5df31c777707f7fea8cd5b6a2a286.tar.bz2 historical-55d2150b0df5df31c777707f7fea8cd5b6a2a286.zip |
bug 74394
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-perl/Video-Info')
-rw-r--r-- | dev-perl/Video-Info/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Video-Info/Manifest | 14 | ||||
-rw-r--r-- | dev-perl/Video-Info/Video-Info-0.999.ebuild | 17 | ||||
-rw-r--r-- | dev-perl/Video-Info/files/digest-Video-Info-0.999 | 1 | ||||
-rw-r--r-- | dev-perl/Video-Info/metadata.xml | 10 |
5 files changed, 52 insertions, 0 deletions
diff --git a/dev-perl/Video-Info/ChangeLog b/dev-perl/Video-Info/ChangeLog new file mode 100644 index 000000000000..2ee15b66677c --- /dev/null +++ b/dev-perl/Video-Info/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/Video-Info +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Video-Info/ChangeLog,v 1.1 2005/04/19 15:24:56 mcummings Exp $ + +*Video-Info-0.999 (19 Apr 2005) + + 19 Apr 2005; Michael Cummings <mcummings@gentoo.org> +metadata.xml, + +Video-Info-0.999.ebuild: + new dep for mplay, bug 74394 + diff --git a/dev-perl/Video-Info/Manifest b/dev-perl/Video-Info/Manifest new file mode 100644 index 000000000000..4c93f35f0c24 --- /dev/null +++ b/dev-perl/Video-Info/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 +MD5 3ac60e16d8ff0a8aec21c07023f687f1 Video-Info-0.999.ebuild 484 +MD5 3dbbc0260aa7f681c56f7026f43709a2 ChangeLog 377 +MD5 b61196ae6759f9f91a2023e10d4ca475 files/digest-Video-Info-0.999 66 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.0 (GNU/Linux) + +iD8DBQFCZSLbtG5z4I8BtQoRAg9cAJ9MgTzJXm1fDLzXRoUZqSoc0l70zgCfX4Rw +tl9s+OOngvLHTFVFYuWPhVQ= +=YcMT +-----END PGP SIGNATURE----- diff --git a/dev-perl/Video-Info/Video-Info-0.999.ebuild b/dev-perl/Video-Info/Video-Info-0.999.ebuild new file mode 100644 index 000000000000..b9546f5d92fa --- /dev/null +++ b/dev-perl/Video-Info/Video-Info-0.999.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2005 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.999.ebuild,v 1.1 2005/04/19 15:24:56 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="" +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="~x86 ~sparc" +IUSE="" + +SRC_TEST="do" diff --git a/dev-perl/Video-Info/files/digest-Video-Info-0.999 b/dev-perl/Video-Info/files/digest-Video-Info-0.999 new file mode 100644 index 000000000000..777f7149f97e --- /dev/null +++ b/dev-perl/Video-Info/files/digest-Video-Info-0.999 @@ -0,0 +1 @@ +MD5 59d29316f219ad12c4f0c66d2bda3f13 Video-Info-0.999.tar.gz 2542 diff --git a/dev-perl/Video-Info/metadata.xml b/dev-perl/Video-Info/metadata.xml new file mode 100644 index 000000000000..86672fe64c10 --- /dev/null +++ b/dev-perl/Video-Info/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <maintainer> + <email>perl@gentoo.org</email> + <description>Primary Maintainer</description> + </maintainer> + <longdescription></longdescription> +</pkgmetadata> |