diff options
author | 2006-10-20 17:03:09 +0000 | |
---|---|---|
committer | 2006-10-20 17:03:09 +0000 | |
commit | 706d1343dc2e3c600ed2dfeaddd1810e968a0f4b (patch) | |
tree | 3873f34619ffa6728485236be0bdca561bbdae1d /dev-perl/log-dispatch/log-dispatch-2.10.ebuild | |
parent | Marking amd64, sparc stable; cleaning up (diff) | |
download | gentoo-2-706d1343dc2e3c600ed2dfeaddd1810e968a0f4b.tar.gz gentoo-2-706d1343dc2e3c600ed2dfeaddd1810e968a0f4b.tar.bz2 gentoo-2-706d1343dc2e3c600ed2dfeaddd1810e968a0f4b.zip |
Marking amd64, sparc stable; cleaning up
(Portage version: 2.1.2_pre3-r5)
(Signed Manifest commit)
Diffstat (limited to 'dev-perl/log-dispatch/log-dispatch-2.10.ebuild')
-rw-r--r-- | dev-perl/log-dispatch/log-dispatch-2.10.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-perl/log-dispatch/log-dispatch-2.10.ebuild b/dev-perl/log-dispatch/log-dispatch-2.10.ebuild deleted file mode 100644 index ae837f9499db..000000000000 --- a/dev-perl/log-dispatch/log-dispatch-2.10.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2006 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.10.ebuild,v 1.15 2006/08/20 01:17:38 mcummings Exp $ - -inherit perl-module - -MY_P=Log-Dispatch-${PV} -S=${WORKDIR}/${MY_P} - -DESCRIPTION="Dispatches messages to multiple Log::Dispatch::* objects" -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 )" -KEYWORDS="alpha amd64 ia64 ~ppc sparc x86" -IUSE="" - -SRC_TEST="do" - -DEPEND=">=dev-perl/module-build-0.28 - dev-perl/Params-Validate - dev-lang/perl" |