diff options
author | 2007-01-19 17:12:57 +0000 | |
---|---|---|
committer | 2007-01-19 17:12:57 +0000 | |
commit | ac4b1c3d8cdf3a38d52f650c13d917978d7f30a7 (patch) | |
tree | 7ffc4912e5a9359ab5359d65798e5e3ab26a4934 /dev-perl/Video-Info | |
parent | Ebuild maintenance (diff) | |
download | gentoo-2-ac4b1c3d8cdf3a38d52f650c13d917978d7f30a7.tar.gz gentoo-2-ac4b1c3d8cdf3a38d52f650c13d917978d7f30a7.tar.bz2 gentoo-2-ac4b1c3d8cdf3a38d52f650c13d917978d7f30a7.zip |
Ebuild maintenance
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'dev-perl/Video-Info')
-rw-r--r-- | dev-perl/Video-Info/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Video-Info/Video-Info-0.993.ebuild | 7 |
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-perl/Video-Info/ChangeLog b/dev-perl/Video-Info/ChangeLog index aff1fe794420..902281730ca8 100644 --- a/dev-perl/Video-Info/ChangeLog +++ b/dev-perl/Video-Info/ChangeLog @@ -1,6 +1,10 @@ # 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.9 2006/10/20 21:15:34 mcummings Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Video-Info/ChangeLog,v 1.10 2007/01/19 17:12:57 mcummings Exp $ + + 19 Jan 2007; Michael Cummings <mcummings@gentoo.org> + Video-Info-0.993.ebuild: + Ebuild maintenance 20 Oct 2006; Michael Cummings <mcummings@gentoo.org> Video-Info-0.993.ebuild: diff --git a/dev-perl/Video-Info/Video-Info-0.993.ebuild b/dev-perl/Video-Info/Video-Info-0.993.ebuild index 8a27255702d9..8c5997917a74 100644 --- a/dev-perl/Video-Info/Video-Info-0.993.ebuild +++ b/dev-perl/Video-Info/Video-Info-0.993.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.4 2006/10/20 21:15:34 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Video-Info/Video-Info-0.993.ebuild,v 1.5 2007/01/19 17:12:57 mcummings Exp $ inherit perl-module DESCRIPTION="Perl extension for getting video info" -HOMEPAGE="http://search.cpan.org/~allenday/${P}/" +HOMEPAGE="http://search.cpan.org/~allenday/" SRC_URI="mirror://cpan/authors/id/A/AL/ALLENDAY/${P}.tar.gz" LICENSE="Artistic" @@ -18,4 +18,3 @@ SRC_TEST="do" DEPEND="dev-lang/perl" -RDEPEND="${DEPEND}" |