diff options
author | Robert Coie <rac@gentoo.org> | 2003-12-20 07:51:59 +0000 |
---|---|---|
committer | Robert Coie <rac@gentoo.org> | 2003-12-20 07:51:59 +0000 |
commit | 34dd90d4cd09d885302d8049b1c0cf92dc4519d0 (patch) | |
tree | f5f95ce3926e96df1b32212891d612a852a723eb /dev-perl/SGMLSpm | |
parent | file rearrangement (diff) | |
download | historical-34dd90d4cd09d885302d8049b1c0cf92dc4519d0.tar.gz historical-34dd90d4cd09d885302d8049b1c0cf92dc4519d0.tar.bz2 historical-34dd90d4cd09d885302d8049b1c0cf92dc4519d0.zip |
file rearrangement
Diffstat (limited to 'dev-perl/SGMLSpm')
-rw-r--r-- | dev-perl/SGMLSpm/Manifest | 5 | ||||
-rw-r--r-- | dev-perl/SGMLSpm/SGMLSpm-1.03-r5.ebuild | 36 | ||||
-rw-r--r-- | dev-perl/SGMLSpm/files/digest-SGMLSpm-1.03-r5 | 1 |
3 files changed, 39 insertions, 3 deletions
diff --git a/dev-perl/SGMLSpm/Manifest b/dev-perl/SGMLSpm/Manifest index 149e8bbdecba..4ce1dbd538db 100644 --- a/dev-perl/SGMLSpm/Manifest +++ b/dev-perl/SGMLSpm/Manifest @@ -1,7 +1,6 @@ -MD5 a3a0c5d41c57124a2b70e9ae5ce2506b SGMLSpm-1.03-r5.ebuild 1128 -MD5 8af145ac373b8663de9ec66a6680c350 SGMLSpm-1.03-r5.ebuild~ 1266 +MD5 6c300c1449f588fa2aba53643c287b3e SGMLSpm-1.03-r5.ebuild 1371 MD5 b481e0b796766cc7aa86708a7387352b SGMLSpm-1.03-r4.ebuild 1245 -MD5 ee30f0b8aaf16665cabbfc47d3796a0d ChangeLog 1947 +MD5 5d9e984489e8a08be0beb149553a72b7 ChangeLog 2089 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 MD5 5fdebdb471abfc7d0e923c98efab5174 SGMLSpm-1.03-r3.ebuild 1231 MD5 157321827c6fbc1c79c60e3d0b458ee0 files/SGMLSpm-1.03-Makefile 2409 diff --git a/dev-perl/SGMLSpm/SGMLSpm-1.03-r5.ebuild b/dev-perl/SGMLSpm/SGMLSpm-1.03-r5.ebuild new file mode 100644 index 000000000000..1d380b4e53ab --- /dev/null +++ b/dev-perl/SGMLSpm/SGMLSpm-1.03-r5.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SGMLSpm/SGMLSpm-1.03-r5.ebuild,v 1.1 2003/12/20 07:51:53 rac Exp $ + +MY_P="${P}ii" +S=${WORKDIR}/${PN} +DESCRIPTION="Perl library for parsing the output of nsgmls" +SRC_URI="http://search.cpan.org/CPAN/authors/id/D/DM/DMEGG/${MY_P}.tar.gz" +HOMEPAGE="http://search.cpan.org/author/DMEGG/SGMLSpm-1.03ii/" +IUSE="" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~amd64 ~sparc ~alpha ~ppc ~hppa ~ia64" +newdepend ">=dev-lang/perl-5.8.0-r12 >=sys-apps/sed-4" + +src_unpack() { + unpack ${A} + cp ${FILESDIR}/${P}-Makefile ${S}/Makefile +} + +src_install () { + eval `perl '-V:package'` + eval `perl '-V:version'` + dodir /usr/bin + dodir /usr/lib/${package}/vendor_perl/${version} + dodir /usr/share/SGMLS + dodoc BUGS COPYING ChangeLog README TODO + cd ${S} + sed -i -e "s:5.6.1:${version}:" Makefile +# sed -i -e "s:perl5:perl5/vendor_perl/${version}:" Makefile + sed -i -e "s:MODULEDIR = \${PERL5DIR}/site_perl/${version}/SGMLS:MODULEDIR = \${PERL5DIR}/vendor_perl/${version}/SGMLS:" Makefile + sed -i -e "s:SPECDIR = \${PERL5DIR}:SPECDIR = ${D}/usr/share/SGMLS:" Makefile + sed -i -e "s:\${PERL5DIR}/SGMLS.pm:\${PERL5DIR}/vendor_perl/${version}/SGMLS.pm:" Makefile + make -f Makefile || die +# cd ${D}/usr/lib/${package}/vendor_perl/${version} +} diff --git a/dev-perl/SGMLSpm/files/digest-SGMLSpm-1.03-r5 b/dev-perl/SGMLSpm/files/digest-SGMLSpm-1.03-r5 new file mode 100644 index 000000000000..8727f0df6be4 --- /dev/null +++ b/dev-perl/SGMLSpm/files/digest-SGMLSpm-1.03-r5 @@ -0,0 +1 @@ +MD5 5bcb197fd42e67d51c739b1414d514a7 SGMLSpm-1.03ii.tar.gz 93250 |