diff options
author | Mike Gardiner <obz@gentoo.org> | 2004-07-22 04:40:20 +0000 |
---|---|---|
committer | Mike Gardiner <obz@gentoo.org> | 2004-07-22 04:40:20 +0000 |
commit | 88a65d322b49a9604643e89eb9cd5fbc86e2a589 (patch) | |
tree | 04af9aca3b0ee5f9981f5bee55993281001d26a9 /app-text/docbook-xsl-stylesheets | |
parent | Added version 1.65.1, which makes use of the new build-docbook-catalog ebuild... (diff) | |
download | gentoo-2-88a65d322b49a9604643e89eb9cd5fbc86e2a589.tar.gz gentoo-2-88a65d322b49a9604643e89eb9cd5fbc86e2a589.tar.bz2 gentoo-2-88a65d322b49a9604643e89eb9cd5fbc86e2a589.zip |
Removed old versions of docbook-xsl-stylesheets
Diffstat (limited to 'app-text/docbook-xsl-stylesheets')
8 files changed, 0 insertions, 330 deletions
diff --git a/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.52.2.ebuild b/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.52.2.ebuild deleted file mode 100644 index c3a1de9401b0..000000000000 --- a/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.52.2.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# 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.52.2.ebuild,v 1.12 2004/07/13 21:05:35 agriffis 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/" - -DEPEND="dev-libs/libxml2" - -SLOT="0" -LICENSE="as-is | BSD" -KEYWORDS="x86 ppc sparc alpha" -IUSE="" - -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/docbook-xsl-stylesheets-1.57.0.ebuild b/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.57.0.ebuild deleted file mode 100644 index 49badf7f1c47..000000000000 --- a/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.57.0.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# 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.57.0.ebuild,v 1.8 2004/07/13 21:05:35 agriffis 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/" - -DEPEND="dev-libs/libxml2" - -SLOT="0" -LICENSE="as-is | BSD" -KEYWORDS="x86 hppa amd64" -IUSE="" - -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 ] || /usr/bin/xmlcatalog --noout --create $CATALOG - - - # I REALLY don't want to do this, but I see no other way. - # We need to clean out the old entries, and this is the only way I can - # guarantee it... I will remove this once the next version is released. - - /usr/bin/xmlcatalog --noout --del \ - "/usr/share/sgml/docbook/xsl-stylesheets-1.52.2" $CATALOG - - /usr/bin/xmlcatalog --noout --add "rewriteSystem" \ - "http://docbook.sourceforge.net/release/xsl/${PV}" \ - "/usr/share/sgml/docbook/xsl-stylesheets-${PV}" $CATALOG - /usr/bin/xmlcatalog --noout --add "rewriteURI" \ - "http://docbook.sourceforge.net/release/xsl/${PV}" \ - "/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 - -} - -pkg_postrm() { - CATALOG=/etc/xml/catalog - - # Let's clean up after ourselves. - - /usr/bin/xmlcatalog --noout --del \ - "/usr/share/sgml/docbook/xsl-stylesheets-${PV}" $CATALOG - -} diff --git a/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.60.1.ebuild b/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.60.1.ebuild deleted file mode 100644 index b0478d859008..000000000000 --- a/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.60.1.ebuild +++ /dev/null @@ -1,89 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# 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.60.1.ebuild,v 1.10 2004/07/13 21:05:35 agriffis 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/" - -DEPEND="dev-libs/libxml2" - -SLOT="0" -LICENSE="as-is | BSD" -KEYWORDS="x86 hppa ~amd64" -IUSE="" - -src_install() { - DEST="/usr/share/sgml/docbook/xsl-stylesheets-${PV}" - dodir ${DEST} /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 - - cd ${S} - dodoc BUGS TODO WhatsNew - - # Only a few things in /usr/share/doc make sense to compress. - # Everything else needs to be uncompressed to be useful. (bug 23048) - find ${D}/usr/share/doc/${P} -name "ChangeLog" -exec gzip -f -9 \{\} \; - gzip -f -9 ${D}/usr/share/doc/${P}/{README,ChangeLog,LostLog}.* - - dodir /etc/xml -} - -pkg_postinst() { - CATALOG=/etc/xml/catalog - - [ -e $CATALOG ] || /usr/bin/xmlcatalog --noout --create $CATALOG - - # Ok, so the next version is out and we still have to manually delete them. - # I'm working on an xml-catalog eclass. When that's ready, we'll use it. - - /usr/bin/xmlcatalog --noout --del \ - "/usr/share/sgml/docbook/xsl-stylesheets-1.52.2" $CATALOG - /usr/bin/xmlcatalog --noout --del \ - "/usr/share/sgml/docbook/xsl-stylesheets-1.57.0" $CATALOG - /usr/bin/xmlcatalog --noout --del \ - "/usr/share/sgml/docbook/xsl-stylesheets-1.59.1" $CATALOG - /usr/bin/xmlcatalog --noout --del \ - "/usr/share/sgml/docbook/xsl-stylesheets-1.59.2" $CATALOG - /usr/bin/xmlcatalog --noout --del \ - "/usr/share/sgml/docbook/xsl-stylesheets-1.60.1" $CATALOG - - /usr/bin/xmlcatalog --noout --add "rewriteSystem" \ - "http://docbook.sourceforge.net/release/xsl/${PV}" \ - "/usr/share/sgml/docbook/xsl-stylesheets-${PV}" $CATALOG - /usr/bin/xmlcatalog --noout --add "rewriteURI" \ - "http://docbook.sourceforge.net/release/xsl/${PV}" \ - "/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 -} - -pkg_postrm() { - CATALOG=/etc/xml/catalog - - # Let's clean up after ourselves. - /usr/bin/xmlcatalog --noout --del \ - "/usr/share/sgml/docbook/xsl-stylesheets-${PV}" $CATALOG -} diff --git a/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.62.0-r1.ebuild b/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.62.0-r1.ebuild deleted file mode 100644 index fb253c07d1e9..000000000000 --- a/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.62.0-r1.ebuild +++ /dev/null @@ -1,89 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# 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.62.0-r1.ebuild,v 1.4 2004/06/24 22:33:19 agriffis 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="as-is | BSD" -KEYWORDS="x86 ~ia64 ~ppc hppa ~amd64 sparc" -IUSE="" - -DEPEND="dev-libs/libxml2" - -src_install() { - DEST="/usr/share/sgml/docbook/xsl-stylesheets-${PV}" - dodir ${DEST} /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 manpages template xhtml - do - cd ${S} - cp -af ${i} ${D}/${DEST} - cd ${D}/${DEST}/${i} - - for j in ChangeLog README - do - if [ -e ${j} ] - then - mv ${j} ${D}/usr/share/doc/${P}/${j}.${i} - fi - done - done - - cd ${S} - dodoc BUGS TODO WhatsNew - - # Only a few things in /usr/share/doc make sense to compress. - # Everything else needs to be uncompressed to be useful. (bug 23048) - find ${D}/usr/share/doc/${P} -name "ChangeLog" -exec gzip -f -9 \{\} \; - gzip -f -9 ${D}/usr/share/doc/${P}/{README,ChangeLog}.* - - dodir /etc/xml -} - -pkg_postinst() { - CATALOG=/etc/xml/catalog - - [ -e $CATALOG ] || /usr/bin/xmlcatalog --noout --create $CATALOG - - # Ok, so the next version is out and we still have to manually delete them. - # I'm working on an xml-catalog eclass. When that's ready, we'll use it. - - /usr/bin/xmlcatalog --noout --del \ - "/usr/share/sgml/docbook/xsl-stylesheets-1.52.2" $CATALOG - /usr/bin/xmlcatalog --noout --del \ - "/usr/share/sgml/docbook/xsl-stylesheets-1.57.0" $CATALOG - /usr/bin/xmlcatalog --noout --del \ - "/usr/share/sgml/docbook/xsl-stylesheets-1.59.1" $CATALOG - /usr/bin/xmlcatalog --noout --del \ - "/usr/share/sgml/docbook/xsl-stylesheets-1.59.2" $CATALOG - /usr/bin/xmlcatalog --noout --del \ - "/usr/share/sgml/docbook/xsl-stylesheets-1.60.1" $CATALOG - - /usr/bin/xmlcatalog --noout --add "rewriteSystem" \ - "http://docbook.sourceforge.net/release/xsl/${PV}" \ - "/usr/share/sgml/docbook/xsl-stylesheets-${PV}" $CATALOG - /usr/bin/xmlcatalog --noout --add "rewriteURI" \ - "http://docbook.sourceforge.net/release/xsl/${PV}" \ - "/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 -} - -pkg_postrm() { - CATALOG=/etc/xml/catalog - - # Let's clean up after ourselves. - /usr/bin/xmlcatalog --noout --del \ - "/usr/share/sgml/docbook/xsl-stylesheets-${PV}" $CATALOG -} diff --git a/app-text/docbook-xsl-stylesheets/files/digest-docbook-xsl-stylesheets-1.52.2 b/app-text/docbook-xsl-stylesheets/files/digest-docbook-xsl-stylesheets-1.52.2 deleted file mode 100644 index b6bff02e49b5..000000000000 --- a/app-text/docbook-xsl-stylesheets/files/digest-docbook-xsl-stylesheets-1.52.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 af7461930013a22e7c2aff4135dac81c docbook-xsl-1.52.2.tar.gz 1218865 diff --git a/app-text/docbook-xsl-stylesheets/files/digest-docbook-xsl-stylesheets-1.57.0 b/app-text/docbook-xsl-stylesheets/files/digest-docbook-xsl-stylesheets-1.57.0 deleted file mode 100644 index 397414bbee5f..000000000000 --- a/app-text/docbook-xsl-stylesheets/files/digest-docbook-xsl-stylesheets-1.57.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 954cab6e9731150f0c108b929a19df49 docbook-xsl-1.57.0.tar.gz 1177980 diff --git a/app-text/docbook-xsl-stylesheets/files/digest-docbook-xsl-stylesheets-1.60.1 b/app-text/docbook-xsl-stylesheets/files/digest-docbook-xsl-stylesheets-1.60.1 deleted file mode 100644 index 3bb8212848d4..000000000000 --- a/app-text/docbook-xsl-stylesheets/files/digest-docbook-xsl-stylesheets-1.60.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 592da91297d8e282872609ca0f8f6e9f docbook-xsl-1.60.1.tar.gz 1235994 diff --git a/app-text/docbook-xsl-stylesheets/files/digest-docbook-xsl-stylesheets-1.62.0-r1 b/app-text/docbook-xsl-stylesheets/files/digest-docbook-xsl-stylesheets-1.62.0-r1 deleted file mode 100644 index 79291cd4d5c5..000000000000 --- a/app-text/docbook-xsl-stylesheets/files/digest-docbook-xsl-stylesheets-1.62.0-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 def090df04ab3870a34fcda86b3c3c38 docbook-xsl-1.62.0.tar.gz 1322154 |