diff options
author | 2003-10-26 10:39:22 +0000 | |
---|---|---|
committer | 2003-10-26 10:39:22 +0000 | |
commit | 9cc08100c66ac4f4532d0f122eda5f3a0e8d8b19 (patch) | |
tree | 147953ff6760ed86fdc16f59a3db1eba3d23ec23 /app-text/docbook-xsl-stylesheets | |
parent | Fixed bug #31984. (diff) | |
download | gentoo-2-9cc08100c66ac4f4532d0f122eda5f3a0e8d8b19.tar.gz gentoo-2-9cc08100c66ac4f4532d0f122eda5f3a0e8d8b19.tar.bz2 gentoo-2-9cc08100c66ac4f4532d0f122eda5f3a0e8d8b19.zip |
Removed old version
Diffstat (limited to 'app-text/docbook-xsl-stylesheets')
3 files changed, 0 insertions, 66 deletions
diff --git a/app-text/docbook-xsl-stylesheets/Manifest b/app-text/docbook-xsl-stylesheets/Manifest index a85179631f84..3bbef56ec742 100644 --- a/app-text/docbook-xsl-stylesheets/Manifest +++ b/app-text/docbook-xsl-stylesheets/Manifest @@ -2,13 +2,11 @@ MD5 0e481c0605327c7656c2e00e09b343a7 docbook-xsl-stylesheets-1.62.4.ebuild 2924 MD5 87d4c53ffe45ce0d990ec7b9dda46a0e docbook-xsl-stylesheets-1.52.2.ebuild 1864 MD5 9d2aab6f558606c3030fc70717a53229 docbook-xsl-stylesheets-1.57.0.ebuild 2330 MD5 17fe23ec2298900970290fd84c4a9b7d docbook-xsl-stylesheets-1.62.0-r1.ebuild 2926 -MD5 8e3aa1a1353ca3cae91857e740486f24 docbook-xsl-stylesheets-1.50.0.ebuild 1850 MD5 0a9050588ad1c1c5dbf6a105e1cd15c2 docbook-xsl-stylesheets-1.62.0.ebuild 2976 MD5 2f85df8c875f0f9c6495470916957b45 ChangeLog 3051 MD5 4d3eeb1e6df8209ad07ff8af73c6a303 docbook-xsl-stylesheets-1.60.1.ebuild 2913 MD5 c472f5fd1646eb8bca71d8df5cb2bdcc metadata.xml 164 MD5 89855f9c994846c8a5fc06086712719c files/digest-docbook-xsl-stylesheets-1.62.0-r1 71 -MD5 837dc33a5e6aa8f1845cddb23b64c447 files/digest-docbook-xsl-stylesheets-1.50.0 70 MD5 777063c8d384cc237342da5c323402fd files/digest-docbook-xsl-stylesheets-1.52.2 71 MD5 2ad8a396a7df7a2871e0396708bc4081 files/digest-docbook-xsl-stylesheets-1.57.0 71 MD5 5ead9b5b3ff1c5c406d50fe4b9ebd5ee files/digest-docbook-xsl-stylesheets-1.60.1 71 diff --git a/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.50.0.ebuild b/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.50.0.ebuild deleted file mode 100644 index edb76ea1ee79..000000000000 --- a/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.50.0.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.50.0.ebuild,v 1.10 2003/09/05 22:37:21 msterret Exp $ - -S=${WORKDIR}/docbook-xsl-${PV} -DESCRIPTION="XSL Stylesheets for Docbook" -SRC_URI="mirror://sourceforge/docbook/docbook-xsl-${PV}.tar.gz" -HOMEPAGE="http://www.oasis-open.org/docbook/" -SLOT="0" -LICENSE="X11" - -DEPEND="dev-libs/libxml2" -KEYWORDS="x86 ppc sparc " -src_install() { - DEST="/usr/share/sgml/docbook/xsl-stylesheets-${PV}" - dodir ${DEST} - dodir /usr/share/doc/${P} - cp -af doc ${D}/usr/share/doc/${P}/html - cp VERSION ${D}/${DEST} - - for i in common extensions fo html htmlhelp images javahelp lib template xhtml - do - cd ${S} - cp -af ${i} ${D}/${DEST} - cd ${D}/${DEST}/${i} - - for j in ChangeLog LostLog README - do - if [ -e ${j} ] - then - mv ${j} ${D}/usr/share/doc/${P}/${j}.${i} - fi - done - done - - prepalldocs - cd ${S} - dodoc BUGS TODO WhatsNew - - dodir /etc/xml -} - -pkg_postinst() { - CATALOG=/etc/xml/catalog - - [ -e $CATALOG ] && rm $CATALOG - - /usr/bin/xmlcatalog --noout --create $CATALOG - - /usr/bin/xmlcatalog --noout --add "rewriteSystem" \ - "http://docbook.sourceforge.net/release/xsl/1.45" \ - "/usr/share/sgml/docbook/xsl-stylesheets-${PV}" $CATALOG - /usr/bin/xmlcatalog --noout --add "rewriteURI" \ - "http://docbook.sourceforge.net/release/xsl/1.45" \ - "/usr/share/sgml/docbook/xsl-stylesheets-${PV}" $CATALOG - /usr/bin/xmlcatalog --noout --add "rewriteSystem" \ - "http://docbook.sourceforge.net/release/xsl/current" \ - "/usr/share/sgml/docbook/xsl-stylesheets-${PV}" $CATALOG - /usr/bin/xmlcatalog --noout --add "rewriteURI" \ - "http://docbook.sourceforge.net/release/xsl/current" \ - "/usr/share/sgml/docbook/xsl-stylesheets-${PV}" $CATALOG - -} diff --git a/app-text/docbook-xsl-stylesheets/files/digest-docbook-xsl-stylesheets-1.50.0 b/app-text/docbook-xsl-stylesheets/files/digest-docbook-xsl-stylesheets-1.50.0 deleted file mode 100644 index 960746274cad..000000000000 --- a/app-text/docbook-xsl-stylesheets/files/digest-docbook-xsl-stylesheets-1.50.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 99bd3978b3882faa7aace5731254ba7f docbook-xsl-1.50.0.tar.gz 959203 |