summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2003-12-30 18:39:10 +0000
committerMichael Cummings <mcummings@gentoo.org>2003-12-30 18:39:10 +0000
commite1992c2f316ac3fb651e8574969352197619b4f3 (patch)
treee13234ea040a08c366a18d3ce781e6350cd2185a /dev-perl/log-dispatch/log-dispatch-2.08.ebuild
parentNew version (diff)
downloadgentoo-2-e1992c2f316ac3fb651e8574969352197619b4f3.tar.gz
gentoo-2-e1992c2f316ac3fb651e8574969352197619b4f3.tar.bz2
gentoo-2-e1992c2f316ac3fb651e8574969352197619b4f3.zip
New version
Diffstat (limited to 'dev-perl/log-dispatch/log-dispatch-2.08.ebuild')
-rw-r--r--dev-perl/log-dispatch/log-dispatch-2.08.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/log-dispatch/log-dispatch-2.08.ebuild b/dev-perl/log-dispatch/log-dispatch-2.08.ebuild
new file mode 100644
index 000000000000..60279ea1dbda
--- /dev/null
+++ b/dev-perl/log-dispatch/log-dispatch-2.08.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.08.ebuild,v 1.1 2003/12/30 18:39:02 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"