diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-19 15:30:33 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-19 15:30:33 +0000 |
commit | 900fb31765ff047b03ceaeaab47c78746cb26723 (patch) | |
tree | 27c899b0919e7ef12ec19185d5e9f35208c272fd /dev-perl/PodToHTML | |
parent | Ebuild maintenance (diff) | |
download | gentoo-2-900fb31765ff047b03ceaeaab47c78746cb26723.tar.gz gentoo-2-900fb31765ff047b03ceaeaab47c78746cb26723.tar.bz2 gentoo-2-900fb31765ff047b03ceaeaab47c78746cb26723.zip |
Version bump, thanks seemant
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'dev-perl/PodToHTML')
-rw-r--r-- | dev-perl/PodToHTML/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/PodToHTML/PodToHTML-0.05.ebuild | 9 |
2 files changed, 9 insertions, 8 deletions
diff --git a/dev-perl/PodToHTML/ChangeLog b/dev-perl/PodToHTML/ChangeLog index f7b27a49151c..40528ae2b755 100644 --- a/dev-perl/PodToHTML/ChangeLog +++ b/dev-perl/PodToHTML/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/PodToHTML -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PodToHTML/ChangeLog,v 1.8 2006/08/18 01:10:20 mcummings Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PodToHTML/ChangeLog,v 1.9 2007/01/19 15:30:33 mcummings Exp $ + + 19 Jan 2007; Michael Cummings <mcummings@gentoo.org> + PodToHTML-0.05.ebuild: + Version bump, thanks seemant 18 Aug 2006; Michael Cummings <mcummings@gentoo.org> PodToHTML-0.05.ebuild: diff --git a/dev-perl/PodToHTML/PodToHTML-0.05.ebuild b/dev-perl/PodToHTML/PodToHTML-0.05.ebuild index f5355b393345..1ad08c0b5b23 100644 --- a/dev-perl/PodToHTML/PodToHTML-0.05.ebuild +++ b/dev-perl/PodToHTML/PodToHTML-0.05.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/PodToHTML/PodToHTML-0.05.ebuild,v 1.8 2006/08/18 01:10:20 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PodToHTML/PodToHTML-0.05.ebuild,v 1.9 2007/01/19 15:30:33 mcummings Exp $ inherit perl-module DESCRIPTION="convert POD documentation to HTML" -HOMEPAGE="http://search.cpan.org/search?query=${PN}" +HOMEPAGE="http://search.cpan.org/~ni-s/" SRC_URI="mirror://cpan/authors/id/N/NI/NI-S/${P}.tar.gz" LICENSE="Artistic" @@ -19,6 +19,3 @@ DEPEND="dev-perl/HTML-Tree dev-perl/HTML-Parser dev-perl/HTML-Format dev-lang/perl" -RDEPEND="${DEPEND}" - - |