Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 5662 Details for
Bug 10734
docbook-xsl-stylesheets-1.57.0.ebuild (updated ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
docbook-xsl-stylesheets-1.57.0.ebuild
docbook-xsl-stylesheets-1.57.0.ebuild (text/plain), 1.68 KB, created by
Ryan Shaw
on 2002-11-14 07:25:26 UTC
(
hide
)
Description:
docbook-xsl-stylesheets-1.57.0.ebuild
Filename:
MIME Type:
Creator:
Ryan Shaw
Created:
2002-11-14 07:25:26 UTC
Size:
1.68 KB
patch
obsolete
># Copyright 1999-2002 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >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" > >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/${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 > >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 10734
: 5662