summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2005-04-28 18:49:04 +0000
committerMichael Cummings <mcummings@gentoo.org>2005-04-28 18:49:04 +0000
commite230bd86573b2c0c8b63dfc0e905add4423424e6 (patch)
treedd90677472165450976d7f8e479eecf167bfe8cc
parentadd -* to keywords (diff)
downloadgentoo-2-e230bd86573b2c0c8b63dfc0e905add4423424e6.tar.gz
gentoo-2-e230bd86573b2c0c8b63dfc0e905add4423424e6.tar.bz2
gentoo-2-e230bd86573b2c0c8b63dfc0e905add4423424e6.zip
Cleaning
(Portage version: 2.0.51.20-r4)
-rw-r--r--dev-perl/SGMLSpm/ChangeLog8
-rw-r--r--dev-perl/SGMLSpm/SGMLSpm-1.03-r3.ebuild42
-rw-r--r--dev-perl/SGMLSpm/SGMLSpm-1.03-r4.ebuild42
-rw-r--r--dev-perl/SGMLSpm/SGMLSpm-1.03-r5.ebuild6
-rw-r--r--dev-perl/SGMLSpm/files/digest-SGMLSpm-1.03-r31
-rw-r--r--dev-perl/SGMLSpm/files/digest-SGMLSpm-1.03-r41
6 files changed, 9 insertions, 91 deletions
diff --git a/dev-perl/SGMLSpm/ChangeLog b/dev-perl/SGMLSpm/ChangeLog
index c1904fbc8b7f..ceb73e732919 100644
--- a/dev-perl/SGMLSpm/ChangeLog
+++ b/dev-perl/SGMLSpm/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/SGMLSpm
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SGMLSpm/ChangeLog,v 1.29 2004/12/30 00:23:30 ciaranm Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SGMLSpm/ChangeLog,v 1.30 2005/04/28 18:49:04 mcummings Exp $
+
+ 28 Apr 2005; Michael Cummings <mcummings@gentoo.org>
+ -SGMLSpm-1.03-r3.ebuild, -SGMLSpm-1.03-r4.ebuild, SGMLSpm-1.03-r5.ebuild:
+ Cleaning for mirror
30 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
Change encoding to UTF-8 for GLEP 31 compliance
diff --git a/dev-perl/SGMLSpm/SGMLSpm-1.03-r3.ebuild b/dev-perl/SGMLSpm/SGMLSpm-1.03-r3.ebuild
deleted file mode 100644
index 18d827dfc474..000000000000
--- a/dev-perl/SGMLSpm/SGMLSpm-1.03-r3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SGMLSpm/SGMLSpm-1.03-r3.ebuild,v 1.13 2004/07/14 20:23:53 agriffis 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/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 amd64 sparc alpha"
-IUSE=""
-
-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
- 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/SGMLSpm-1.03-r4.ebuild b/dev-perl/SGMLSpm/SGMLSpm-1.03-r4.ebuild
deleted file mode 100644
index f79090f23ff4..000000000000
--- a/dev-perl/SGMLSpm/SGMLSpm-1.03-r4.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SGMLSpm/SGMLSpm-1.03-r4.ebuild,v 1.13 2004/07/14 20:23:53 agriffis 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/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 amd64 sparc alpha ppc hppa ia64"
-IUSE=""
-
-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
- 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/SGMLSpm-1.03-r5.ebuild b/dev-perl/SGMLSpm/SGMLSpm-1.03-r5.ebuild
index 176f441c0783..1924c8406e06 100644
--- a/dev-perl/SGMLSpm/SGMLSpm-1.03-r5.ebuild
+++ b/dev-perl/SGMLSpm/SGMLSpm-1.03-r5.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# 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.15 2004/11/28 20:30:00 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SGMLSpm/SGMLSpm-1.03-r5.ebuild,v 1.16 2005/04/28 18:49:04 mcummings Exp $
MY_P="${P}ii"
DESCRIPTION="Perl library for parsing the output of nsgmls"
HOMEPAGE="http://search.cpan.org/author/DMEGG/SGMLSpm-1.03ii/"
-SRC_URI="http://search.cpan.org/CPAN/authors/id/D/DM/DMEGG/${MY_P}.tar.gz"
+SRC_URI="mirror://cpan/authors/id/D/DM/DMEGG/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
diff --git a/dev-perl/SGMLSpm/files/digest-SGMLSpm-1.03-r3 b/dev-perl/SGMLSpm/files/digest-SGMLSpm-1.03-r3
deleted file mode 100644
index 8727f0df6be4..000000000000
--- a/dev-perl/SGMLSpm/files/digest-SGMLSpm-1.03-r3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5bcb197fd42e67d51c739b1414d514a7 SGMLSpm-1.03ii.tar.gz 93250
diff --git a/dev-perl/SGMLSpm/files/digest-SGMLSpm-1.03-r4 b/dev-perl/SGMLSpm/files/digest-SGMLSpm-1.03-r4
deleted file mode 100644
index 8727f0df6be4..000000000000
--- a/dev-perl/SGMLSpm/files/digest-SGMLSpm-1.03-r4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5bcb197fd42e67d51c739b1414d514a7 SGMLSpm-1.03ii.tar.gz 93250