diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-03-15 14:40:19 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-03-15 14:40:19 +0000 |
commit | 33ffdf62ecd6de7bb4ca9307ac612b2164718bb4 (patch) | |
tree | 23875c988d4c4443b8a0565490fc11c075ef41d1 /dev-perl/log-dispatch/log-dispatch-2.08.ebuild | |
parent | ChangeLog header fix (diff) | |
download | gentoo-2-33ffdf62ecd6de7bb4ca9307ac612b2164718bb4.tar.gz gentoo-2-33ffdf62ecd6de7bb4ca9307ac612b2164718bb4.tar.bz2 gentoo-2-33ffdf62ecd6de7bb4ca9307ac612b2164718bb4.zip |
removed style=builder
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-perl/log-dispatch/log-dispatch-2.08.ebuild')
-rw-r--r-- | dev-perl/log-dispatch/log-dispatch-2.08.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-perl/log-dispatch/log-dispatch-2.08.ebuild b/dev-perl/log-dispatch/log-dispatch-2.08.ebuild index cf9ffb80ae7e..aab9db77ba3e 100644 --- a/dev-perl/log-dispatch/log-dispatch-2.08.ebuild +++ b/dev-perl/log-dispatch/log-dispatch-2.08.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/log-dispatch/log-dispatch-2.08.ebuild,v 1.6 2004/10/16 23:57:25 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/log-dispatch/log-dispatch-2.08.ebuild,v 1.7 2005/03/15 14:40:19 mcummings Exp $ inherit perl-module @@ -8,7 +8,7 @@ MY_P=Log-Dispatch-${PV} S=${WORKDIR}/${MY_P} DESCRIPTION="Dispatches messages to multiple Log::Dispatch::* objects" -SRC_URI="http://www.cpan.org/authors/id/D/DR/DROLSKY/${MY_P}.tar.gz" +SRC_URI="mirror://cpan/authors/id/D/DR/DROLSKY/${MY_P}.tar.gz" HOMEPAGE="http://www.cpan.org/authors/id/D/DR/DROLSKY/" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" @@ -18,4 +18,3 @@ IUSE="" DEPEND="${DEPEND} dev-perl/module-build dev-perl/Params-Validate" -style="builder" |