diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-08-21 19:59:29 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-08-21 19:59:29 +0000 |
commit | 098c2c87888343450b73585882c06ee11826ec6a (patch) | |
tree | 369174d08587683ebc2d40e5fb05ea41373c1365 /app-text | |
parent | x86 stable wrt bug #333795 (diff) | |
download | gentoo-2-098c2c87888343450b73585882c06ee11826ec6a.tar.gz gentoo-2-098c2c87888343450b73585882c06ee11826ec6a.tar.bz2 gentoo-2-098c2c87888343450b73585882c06ee11826ec6a.zip |
Drop old version and unused file.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
3 files changed, 6 insertions, 137 deletions
diff --git a/app-text/docbook-xsl-ns-stylesheets/ChangeLog b/app-text/docbook-xsl-ns-stylesheets/ChangeLog index 51d3c306d8f0..80e5a9e82547 100644 --- a/app-text/docbook-xsl-ns-stylesheets/ChangeLog +++ b/app-text/docbook-xsl-ns-stylesheets/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/docbook-xsl-ns-stylesheets # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-xsl-ns-stylesheets/ChangeLog,v 1.19 2010/01/06 21:33:50 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-xsl-ns-stylesheets/ChangeLog,v 1.20 2010/08/21 19:59:29 flameeyes Exp $ + + 21 Aug 2010; Diego E. Pettenò <flameeyes@gentoo.org> + -docbook-xsl-ns-stylesheets-1.74.0.ebuild, + -files/docbook-xsl-ns-1.74.0-maketoc-fix.patch: + Drop old version and unused file. 06 Jan 2010; Brent Baude <ranger@gentoo.org> docbook-xsl-ns-stylesheets-1.75.2.ebuild: diff --git a/app-text/docbook-xsl-ns-stylesheets/docbook-xsl-ns-stylesheets-1.74.0.ebuild b/app-text/docbook-xsl-ns-stylesheets/docbook-xsl-ns-stylesheets-1.74.0.ebuild deleted file mode 100644 index 3e840d3c5010..000000000000 --- a/app-text/docbook-xsl-ns-stylesheets/docbook-xsl-ns-stylesheets-1.74.0.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-xsl-ns-stylesheets/docbook-xsl-ns-stylesheets-1.74.0.ebuild,v 1.9 2008/12/07 11:46:04 vapier Exp $ - -DESCRIPTION="XSL Stylesheets for Docbook" -HOMEPAGE="http://wiki.docbook.org/topic/DocBookXslStylesheets" -SRC_URI="mirror://sourceforge/docbook/docbook-xsl-ns-${PV}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" -IUSE="" - -DEPEND="dev-libs/libxml2 - dev-libs/libxslt - >=app-text/build-docbook-catalog-1.4" - -S=${WORKDIR}/docbook-xsl-ns-${PV} - -src_install() { - # Create the installation directory - DEST="/usr/share/sgml/docbook/xsl-ns-stylesheets" - insinto ${DEST} - - local i - for sheet in $(find . -maxdepth 1 -mindepth 1 -type d); do - i=$(basename $sheet) - cd "${S}"/${i} - for doc in ChangeLog README; do - if [ -e "$doc" ]; then - mv ${doc} ${doc}.${i} - dodoc ${doc}.${i} - rm ${doc}.${i} - fi - done - - doins -r "${S}"/${i} - done - - # Install misc. docs - # The changelog is now zipped, and copied as the RELEASE-NOTES, so we - # don't need to install it - cd "${S}" - dodoc AUTHORS BUGS NEWS README RELEASE-NOTES.txt TODO - doins VERSION -} - -pkg_postinst() { - build-docbook-catalog -} - -pkg_postrm() { - build-docbook-catalog -} diff --git a/app-text/docbook-xsl-ns-stylesheets/files/docbook-xsl-ns-1.74.0-maketoc-fix.patch b/app-text/docbook-xsl-ns-stylesheets/files/docbook-xsl-ns-1.74.0-maketoc-fix.patch deleted file mode 100644 index 0020820383f6..000000000000 --- a/app-text/docbook-xsl-ns-stylesheets/files/docbook-xsl-ns-1.74.0-maketoc-fix.patch +++ /dev/null @@ -1,82 +0,0 @@ -Index: docbook-xsl-ns-1.74.0/xhtml-1_1/maketoc.xsl -=================================================================== ---- docbook-xsl-ns-1.74.0.orig/xhtml-1_1/maketoc.xsl -+++ docbook-xsl-ns-1.74.0/xhtml-1_1/maketoc.xsl -@@ -1,8 +1,8 @@ - <?xml version="1.0" encoding="ASCII"?> - <!--This file was created automatically by html2xhtml--> - <!--from the HTML stylesheets.--> --<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:d="http://docbook.org/ns/docbook" --xmlns:doc="http://nwalsh.com/xsl/documentation/1.0" xmlns="http://www.w3.org/1999/xhtml" version="1.0" exclude-result-prefixes="doc d"> -+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://docbook.org/ns/docbook" -+xmlns:doc="http://nwalsh.com/xsl/documentation/1.0" version="1.0" exclude-result-prefixes="doc"> - - <!-- ******************************************************************** - $Id: docbook-xsl-ns-1.74.0-maketoc-fix.patch,v 1.1 2009/03/04 20:58:06 flameeyes Exp $ -@@ -19,13 +19,13 @@ xmlns:doc="http://nwalsh.com/xsl/documen - <xsl:import href="docbook.xsl"/> - <xsl:import href="chunk.xsl"/> - --<xsl:output method="xml" indent="no" encoding="UTF-8" doctype-public="-//W3C//DTD XHTML 1.1//EN" doctype-system="http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"/> -+<xsl:output method="xml" indent="no" encoding="UTF-8"/> - - <xsl:param name="toc.list.type" select="'tocentry'"/> - - <!-- refentry in autotoc.xsl does not use subtoc, so must - handle it explicitly here. --> --<xsl:template match="d:refentry" mode="toc"> -+<xsl:template match="refentry" mode="toc"> - <xsl:param name="toc-context" select="."/> - - <xsl:call-template name="subtoc"> -Index: docbook-xsl-ns-1.74.0/xhtml/maketoc.xsl -=================================================================== ---- docbook-xsl-ns-1.74.0.orig/xhtml/maketoc.xsl -+++ docbook-xsl-ns-1.74.0/xhtml/maketoc.xsl -@@ -1,8 +1,8 @@ - <?xml version="1.0" encoding="ASCII"?> - <!--This file was created automatically by html2xhtml--> - <!--from the HTML stylesheets.--> --<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:d="http://docbook.org/ns/docbook" --xmlns:doc="http://nwalsh.com/xsl/documentation/1.0" xmlns="http://www.w3.org/1999/xhtml" version="1.0" exclude-result-prefixes="doc d"> -+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://docbook.org/ns/docbook" -+xmlns:doc="http://nwalsh.com/xsl/documentation/1.0" version="1.0" exclude-result-prefixes="doc"> - - <!-- ******************************************************************** - $Id: docbook-xsl-ns-1.74.0-maketoc-fix.patch,v 1.1 2009/03/04 20:58:06 flameeyes Exp $ -@@ -19,13 +19,13 @@ xmlns:doc="http://nwalsh.com/xsl/documen - <xsl:import href="docbook.xsl"/> - <xsl:import href="chunk.xsl"/> - --<xsl:output method="xml" indent="no" encoding="UTF-8" doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN" doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"/> -+<xsl:output method="xml" indent="no" encoding="UTF-8" /> - - <xsl:param name="toc.list.type" select="'tocentry'"/> - - <!-- refentry in autotoc.xsl does not use subtoc, so must - handle it explicitly here. --> --<xsl:template match="d:refentry" mode="toc"> -+<xsl:template match="refentry" mode="toc"> - <xsl:param name="toc-context" select="."/> - - <xsl:call-template name="subtoc"> -Index: docbook-xsl-ns-1.74.0/html/maketoc.xsl -=================================================================== ---- docbook-xsl-ns-1.74.0.orig/html/maketoc.xsl -+++ docbook-xsl-ns-1.74.0/html/maketoc.xsl -@@ -1,5 +1,5 @@ - <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" -- xmlns:d="http://docbook.org/ns/docbook" -+ xmlns="http://docbook.org/ns/docbook" - xmlns:doc="http://nwalsh.com/xsl/documentation/1.0" - version="1.0" - exclude-result-prefixes="doc d"> -@@ -25,7 +25,7 @@ xmlns:doc="http://nwalsh.com/xsl/documen - - <!-- refentry in autotoc.xsl does not use subtoc, so must - handle it explicitly here. --> --<xsl:template match="d:refentry" mode="toc"> -+<xsl:template match="refentry" mode="toc"> - <xsl:param name="toc-context" select="."/> - - <xsl:call-template name="subtoc"> |