diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-10-30 07:20:41 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-10-30 07:20:41 +0000 |
commit | 4d298d71adedbf114a31a65a229d97c432c29db9 (patch) | |
tree | b53e28a47aa2e1ab5208acde62f7e66760a7cc13 /dev-perl/SGMLSpm | |
parent | Masking Speex cause someone has to (diff) | |
download | historical-4d298d71adedbf114a31a65a229d97c432c29db9.tar.gz historical-4d298d71adedbf114a31a65a229d97c432c29db9.tar.bz2 historical-4d298d71adedbf114a31a65a229d97c432c29db9.zip |
revision bumps to force installations into correct locations after MakeMaker upgrade
Diffstat (limited to 'dev-perl/SGMLSpm')
-rw-r--r-- | dev-perl/SGMLSpm/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/SGMLSpm/SGMLSpm-1.03-r1.ebuild | 36 | ||||
-rw-r--r-- | dev-perl/SGMLSpm/SGMLSpm-1.03-r4.ebuild (renamed from dev-perl/SGMLSpm/SGMLSpm-1.03-r2.ebuild) | 14 | ||||
-rw-r--r-- | dev-perl/SGMLSpm/files/digest-SGMLSpm-1.03-r2 | 1 | ||||
-rw-r--r-- | dev-perl/SGMLSpm/files/digest-SGMLSpm-1.03-r4 (renamed from dev-perl/SGMLSpm/files/digest-SGMLSpm-1.03-r1) | 0 |
5 files changed, 17 insertions, 43 deletions
diff --git a/dev-perl/SGMLSpm/ChangeLog b/dev-perl/SGMLSpm/ChangeLog index 006fc8e3d4f1..ffe0735aa073 100644 --- a/dev-perl/SGMLSpm/ChangeLog +++ b/dev-perl/SGMLSpm/ChangeLog @@ -1,6 +1,11 @@ -# ChangeLog for dev-perl/SGMLSpm +# ChangeLog for dev-perlSGMLSpmChangeLog/ # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SGMLSpm/ChangeLog,v 1.4 2002/08/06 00:39:14 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SGMLSpm/ChangeLog,v 1.5 2002/10/30 07:20:40 seemant Exp $ + + 29 Oct 2002; Seemant Kulleen <seemant@gentoo.org> ChangeLog : + + forced version bump to install into correct locations +# ChangeLog for dev-perl/SGMLSpm *SGMLSpm-1.03-r1 (6 May 2002) diff --git a/dev-perl/SGMLSpm/SGMLSpm-1.03-r1.ebuild b/dev-perl/SGMLSpm/SGMLSpm-1.03-r1.ebuild deleted file mode 100644 index ba8ec5b1e1cf..000000000000 --- a/dev-perl/SGMLSpm/SGMLSpm-1.03-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2002 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-r1.ebuild,v 1.8 2002/10/17 16:43:15 bjb 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 ppc sparc sparc64 alpha" - -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 || 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/SGMLSpm-1.03-r2.ebuild b/dev-perl/SGMLSpm/SGMLSpm-1.03-r4.ebuild index 536873a2308b..c0e325be8fab 100644 --- a/dev-perl/SGMLSpm/SGMLSpm-1.03-r2.ebuild +++ b/dev-perl/SGMLSpm/SGMLSpm-1.03-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 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-r2.ebuild,v 1.4 2002/10/17 16:43:15 bjb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SGMLSpm/SGMLSpm-1.03-r4.ebuild,v 1.1 2002/10/30 07:20:40 seemant Exp $ MY_P="${P}ii" S=${WORKDIR}/${PN} @@ -26,9 +26,15 @@ src_install () { 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 + cp Makefile Makefile.bak + sed -e "s:5.6.1:${version}:" Makefile.bak > Makefile + cp Makefile Makefile.bak + sed -e "s:perl5:perl5/site_perl/${version}:" Makefile.bak > Makefile + cp Makefile Makefile.bak + sed -e "s:MODULEDIR = \${PERL5DIR}/site_perl/${version}/SGMLS:MODULEDIR = \${PERL5DIR}/SGMLS:" Makefile.bak > Makefile + make -f Makefile || die + cd ${D}/usr/lib/${package}/site_perl/${version} + #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 deleted file mode 100644 index 8727f0df6be4..000000000000 --- a/dev-perl/SGMLSpm/files/digest-SGMLSpm-1.03-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 5bcb197fd42e67d51c739b1414d514a7 SGMLSpm-1.03ii.tar.gz 93250 diff --git a/dev-perl/SGMLSpm/files/digest-SGMLSpm-1.03-r1 b/dev-perl/SGMLSpm/files/digest-SGMLSpm-1.03-r4 index 8727f0df6be4..8727f0df6be4 100644 --- a/dev-perl/SGMLSpm/files/digest-SGMLSpm-1.03-r1 +++ b/dev-perl/SGMLSpm/files/digest-SGMLSpm-1.03-r4 |