diff options
author | Michael Cummings <mcummings@gentoo.org> | 2003-07-29 14:23:55 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2003-07-29 14:23:55 +0000 |
commit | f0f6f4ab3dcc966fbd9169301de02c6178de976c (patch) | |
tree | 8d4698c2c039bddb8a2a88f5f16ea0d6bb2c6c4c /dev-perl/log-dispatch/log-dispatch-2.06.ebuild | |
parent | Bug 24864 for Request Tracker (diff) | |
download | gentoo-2-f0f6f4ab3dcc966fbd9169301de02c6178de976c.tar.gz gentoo-2-f0f6f4ab3dcc966fbd9169301de02c6178de976c.tar.bz2 gentoo-2-f0f6f4ab3dcc966fbd9169301de02c6178de976c.zip |
Bug 24864 for Request Tracker
Diffstat (limited to 'dev-perl/log-dispatch/log-dispatch-2.06.ebuild')
-rw-r--r-- | dev-perl/log-dispatch/log-dispatch-2.06.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/log-dispatch/log-dispatch-2.06.ebuild b/dev-perl/log-dispatch/log-dispatch-2.06.ebuild new file mode 100644 index 000000000000..e942f0b97345 --- /dev/null +++ b/dev-perl/log-dispatch/log-dispatch-2.06.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/log-dispatch/log-dispatch-2.06.ebuild,v 1.1 2003/07/29 14:23:50 mcummings Exp $ + +inherit perl-module + +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" +HOMEPAGE="http://www.cpan.org/authors/id/D/DR/DROLSKY/" +SLOT="0" +LICENSE="Artistic | GPL-2" +KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~hppa" + +DEPEND="${DEPEND}" +style="builder" |