summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2003-06-16 14:02:55 +0000
committerMichael Cummings <mcummings@gentoo.org>2003-06-16 14:02:55 +0000
commit622e2e582ef78659c60ff2f6e8f900a23b22adc1 (patch)
tree7687411afa1b89739d7e5c7d1b12c515385bde45 /dev-perl/Net-IRC/Net-IRC-0.73.ebuild
parentCPAN version bump; needs testing (diff)
downloadgentoo-2-622e2e582ef78659c60ff2f6e8f900a23b22adc1.tar.gz
gentoo-2-622e2e582ef78659c60ff2f6e8f900a23b22adc1.tar.bz2
gentoo-2-622e2e582ef78659c60ff2f6e8f900a23b22adc1.zip
CPAN version bump; needs testing
Diffstat (limited to 'dev-perl/Net-IRC/Net-IRC-0.73.ebuild')
-rw-r--r--dev-perl/Net-IRC/Net-IRC-0.73.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/Net-IRC/Net-IRC-0.73.ebuild b/dev-perl/Net-IRC/Net-IRC-0.73.ebuild
new file mode 100644
index 000000000000..fb108e8e0219
--- /dev/null
+++ b/dev-perl/Net-IRC/Net-IRC-0.73.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-IRC/Net-IRC-0.73.ebuild,v 1.1 2003/06/16 14:00:38 mcummings Exp $
+
+inherit perl-module
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Perl IRC module"
+SRC_URI="http://www.cpan.org/authors/id/J/JE/JEEK/${P}.tar.gz"
+HOMEPAGE="http://search.cpan.org/search?module=Net::IRC"
+
+SLOT="0"
+LICENSE="Artistic"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha"
+
+mydoc="TODO"
+
+src_compile() {
+
+ perl-module_src_compile
+ perl-module_src_test
+}