summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-06-03 17:38:58 +0000
committerTorsten Veller <tove@gentoo.org>2012-06-03 17:38:58 +0000
commit84f076c750a707924ffb45b35d502dc56ee5479a (patch)
tree72a922946f2c2d35adcb2e8b70548b1e8c054b7e /dev-perl/SGMLSpm
parentCleanup (diff)
downloadgentoo-2-84f076c750a707924ffb45b35d502dc56ee5479a.tar.gz
gentoo-2-84f076c750a707924ffb45b35d502dc56ee5479a.tar.bz2
gentoo-2-84f076c750a707924ffb45b35d502dc56ee5479a.zip
Cleanup
(Portage version: 2.2.0_alpha109/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/SGMLSpm')
-rw-r--r--dev-perl/SGMLSpm/ChangeLog6
-rw-r--r--dev-perl/SGMLSpm/SGMLSpm-1.03-r5.ebuild43
-rw-r--r--dev-perl/SGMLSpm/files/SGMLSpm-1.03-Makefile98
3 files changed, 5 insertions, 142 deletions
diff --git a/dev-perl/SGMLSpm/ChangeLog b/dev-perl/SGMLSpm/ChangeLog
index c1cdf2aba772..9b87695d82fc 100644
--- a/dev-perl/SGMLSpm/ChangeLog
+++ b/dev-perl/SGMLSpm/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/SGMLSpm
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SGMLSpm/ChangeLog,v 1.45 2012/05/09 14:31:49 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SGMLSpm/ChangeLog,v 1.46 2012/06/03 17:38:58 tove Exp $
+
+ 03 Jun 2012; Torsten Veller <tove@gentoo.org> -SGMLSpm-1.03-r5.ebuild,
+ -files/SGMLSpm-1.03-Makefile:
+ Cleanup
09 May 2012; Alexis Ballier <aballier@gentoo.org> SGMLSpm-1.03-r6.ebuild:
keyword ~amd64-fbsd
diff --git a/dev-perl/SGMLSpm/SGMLSpm-1.03-r5.ebuild b/dev-perl/SGMLSpm/SGMLSpm-1.03-r5.ebuild
deleted file mode 100644
index 6fd607b477f1..000000000000
--- a/dev-perl/SGMLSpm/SGMLSpm-1.03-r5.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2011 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.22 2011/07/30 10:42:20 tove 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="mirror://cpan/authors/id/D/DM/DMEGG/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND=">=dev-lang/perl-5.8.0-r12"
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4"
-
-S=${WORKDIR}/${PN}
-
-src_unpack() {
- unpack ${A}
- cp "${FILESDIR}"/${P}-Makefile "${S}"/Makefile
- eval `perl '-V:package'`
- eval `perl '-V:version'`
- 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
- sed -i -e "s/^all: .*/all:/" Makefile
-}
-
-src_install () {
- dodir /usr/bin
- dodir /usr/lib/${package}/vendor_perl/${version}
- dodir /usr/share/SGMLS
- dodoc BUGS ChangeLog README TODO
- make install -f "${S}"/Makefile || die
- make docs -f "${S}"/Makefile || die
-# cd ${D}/usr/lib/${package}/vendor_perl/${version}
-}
diff --git a/dev-perl/SGMLSpm/files/SGMLSpm-1.03-Makefile b/dev-perl/SGMLSpm/files/SGMLSpm-1.03-Makefile
deleted file mode 100644
index a9206d84cf5c..000000000000
--- a/dev-perl/SGMLSpm/files/SGMLSpm-1.03-Makefile
+++ /dev/null
@@ -1,98 +0,0 @@
-########################################################################
-# Makefile for installing SGMLS.pm and associated files in Unix
-# or Unix-like environments. You should check the values of the
-# variables at the beginning and change them as appropriate.
-#
-# Version: 1.03ii
-########################################################################
-
-DIST = SGMLSpm-1.03ii.tar.gz
-
-#
-# Beginning of user options.
-#
-
-# Where is the binary for perl5 located on your system?
-PERL = /usr/bin/perl
-
-# Where do you want the sgmlspl executable script to be installed?
-BINDIR = ${D}/usr/bin
-
-# Where do you put local perl5 libaries?
-PERL5DIR = ${D}/usr/lib/perl5
-MODULEDIR = ${PERL5DIR}/site_perl/5.6.1/SGMLS
-
-# Where do you want to put sgmlspl specifications?
-SPECDIR = ${PERL5DIR}
-
-# If you plan to install the HTML version of the documentation, where
-# do you intend to put it? 'make html' will create two
-# subdirectories, ${HTMLDIR}/SGMLSpm and ${HTMLDIR}/sgmlspl, and place
-# its files there.
-HTMLDIR = ${D}/usr/share/doc/${P}/html
-
-
-#
-# End of user options.
-#
-
-HTML_SOURCES = DOC/HTML/SGMLSpm/ DOC/HTML/sgmlspl/
-
-FILES = ${BINDIR}/sgmlspl \
- ${PERL5DIR}/SGMLS.pm \
- ${MODULEDIR}/Output.pm \
- ${MODULEDIR}/Refs.pm \
- ${SPECDIR}/skel.pl
-
-all: install docs
-
-install: install_system # install_html
-
-install_system: ${MODULEDIR} ${FILES}
-
-dist: ${DIST}
-
-${BINDIR}/sgmlspl: sgmlspl.pl
- sed -e 's!/usr/bin/perl!${PERL}!' sgmlspl.pl > ${BINDIR}/sgmlspl
- chmod a+x,a+r ${BINDIR}/sgmlspl
-
-${PERL5DIR}/SGMLS.pm: SGMLS.pm
- cp SGMLS.pm ${PERL5DIR}/SGMLS.pm
- chmod a+r ${PERL5DIR}/SGMLS.pm
-
-${MODULEDIR}:
- if [ ! -d ${MODULEDIR} ]; then\
- mkdir ${MODULEDIR}; \
- chmod a+x ${MODULEDIR}; \
- fi
-
-${MODULEDIR}/Output.pm: Output.pm
- cp Output.pm ${MODULEDIR}/Output.pm
- chmod a+r ${MODULEDIR}/Output.pm
-
-${MODULEDIR}/Refs.pm: Refs.pm
- cp Refs.pm ${MODULEDIR}/Refs.pm
- chmod a+r ${MODULEDIR}/Refs.pm
-
-${SPECDIR}/skel.pl: skel.pl
- cp skel.pl ${SPECDIR}/skel.pl
- chmod a+r ${SPECDIR}/skel.pl
-
-install_html: ${HTML_SOURCES}
- cd DOC; make html
- rm -rf ${HTMLDIR}/SGMLSpm ${HTMLDIR}/sgmlspl
- cp -r ${HTML_SOURCES} ${HTMLDIR}
- chmod a+x,a+r ${HTMLDIR}/SGMLSpm ${HTMLDIR}/sgmlspl
- chmod a+r ${HTMLDIR}/SGMLSpm/* ${HTMLDIR}/sgmlspl/*
-
-docs:
- cd DOC; make all
-
-${DIST}: clean docs
- cd ..; \
- tar -c -v -z --exclude RCS -f /tmp/${DIST} SGMLSpm; \
- mv /tmp/${DIST} SGMLSpm
-
-clean:
- cd DOC; make clean
- rm -f *~ core *.tar *.tar.gz