summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2002-08-06 00:39:37 +0000
committerMichael Cummings <mcummings@gentoo.org>2002-08-06 00:39:37 +0000
commite1d5082c87cb1b0d3aa6f512f95fce55e9011a39 (patch)
tree93b69aeab82570a4f00fce58723521f2316002b5 /dev-perl
parentAdded changes to make so that it was less ambiguous - was breaking in (diff)
downloadgentoo-2-e1d5082c87cb1b0d3aa6f512f95fce55e9011a39.tar.gz
gentoo-2-e1d5082c87cb1b0d3aa6f512f95fce55e9011a39.tar.bz2
gentoo-2-e1d5082c87cb1b0d3aa6f512f95fce55e9011a39.zip
Modified make line to be less ambiguous - was breaking between versions
of perl
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/SGMLSpm/SGMLSpm-1.03-r2.ebuild35
-rw-r--r--dev-perl/SGMLSpm/files/digest-SGMLSpm-1.03-r21
2 files changed, 36 insertions, 0 deletions
diff --git a/dev-perl/SGMLSpm/SGMLSpm-1.03-r2.ebuild b/dev-perl/SGMLSpm/SGMLSpm-1.03-r2.ebuild
new file mode 100644
index 000000000000..9f9968cc5efd
--- /dev/null
+++ b/dev-perl/SGMLSpm/SGMLSpm-1.03-r2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SGMLSpm/SGMLSpm-1.03-r2.ebuild,v 1.1 2002/08/06 00:39:37 mcummings Exp $
+
+MY_P="${P}ii"
+S=${WORKDIR}/${PN}
+DESCRIPTION="Perl library for parsing the output of nsgmls"
+SRC_URI="http://cpan.perl.org/pub/perl/CPAN/modules/by-module/SGMLS/${MY_P}.tar.gz"
+HOMEPAGE="http://cpan.perl.org/pub/perl/CPAN/modules/by-module/SGMLS/${MY_P}.readme"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
+
+src_unpack() {
+
+ unpack ${A}
+ cp ${FILESDIR}/${P}-Makefile ${S}/Makefile
+
+}
+
+src_install () {
+
+ eval `perl '-V:package'`
+ eval `perl '-V:version'`
+ cd ${S}
+ dodir /usr/lib/${package}/site_perl/${version}
+ dodir /usr/bin
+ make ${S}/Makefile || die
+ cd ${D}/usr/lib/${package}
+ mv SGMLS.pm site_perl/${version}/SGMLS.pm
+
+ dodoc BUGS COPYING ChangeLog README TODO
+
+}
diff --git a/dev-perl/SGMLSpm/files/digest-SGMLSpm-1.03-r2 b/dev-perl/SGMLSpm/files/digest-SGMLSpm-1.03-r2
new file mode 100644
index 000000000000..8727f0df6be4
--- /dev/null
+++ b/dev-perl/SGMLSpm/files/digest-SGMLSpm-1.03-r2
@@ -0,0 +1 @@
+MD5 5bcb197fd42e67d51c739b1414d514a7 SGMLSpm-1.03ii.tar.gz 93250