summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Boshell <leonardop@gentoo.org>2005-10-13 00:06:56 +0000
committerLeonardo Boshell <leonardop@gentoo.org>2005-10-13 00:06:56 +0000
commit9168fc2255b7bc2ba01f0731174f72a8a26adedd (patch)
tree9d8294f2a3f0c99250455a64c8ea5cdcdaff46f8
parentInitial import. Ebuild submitted by Bertrand Jacquin #96100. (diff)
downloadgentoo-2-9168fc2255b7bc2ba01f0731174f72a8a26adedd.tar.gz
gentoo-2-9168fc2255b7bc2ba01f0731174f72a8a26adedd.tar.bz2
gentoo-2-9168fc2255b7bc2ba01f0731174f72a8a26adedd.zip
Modified 'cp' calls (bug #103487).
(Portage version: 2.0.53_rc5)
-rw-r--r--app-text/docbook-xsl-stylesheets/ChangeLog7
-rw-r--r--app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.65.1.ebuild60
-rw-r--r--app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.66.1.ebuild6
-rw-r--r--app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.68.1-r1.ebuild4
-rw-r--r--app-text/docbook-xsl-stylesheets/files/digest-docbook-xsl-stylesheets-1.65.11
5 files changed, 11 insertions, 67 deletions
diff --git a/app-text/docbook-xsl-stylesheets/ChangeLog b/app-text/docbook-xsl-stylesheets/ChangeLog
index 351c652e1693..e95dc97d66da 100644
--- a/app-text/docbook-xsl-stylesheets/ChangeLog
+++ b/app-text/docbook-xsl-stylesheets/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/docbook-xsl-stylesheets
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-xsl-stylesheets/ChangeLog,v 1.57 2005/10/03 11:36:15 hardave Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-xsl-stylesheets/ChangeLog,v 1.58 2005/10/13 00:06:56 leonardop Exp $
+
+ 13 Oct 2005; Leonardo Boshell <leonardop@gentoo.org>
+ docbook-xsl-stylesheets-1.66.1.ebuild,
+ docbook-xsl-stylesheets-1.68.1-r1.ebuild:
+ Modified 'cp' call as per bug #103487.
03 Oct 2005; Hardave Riar <hardave@gentoo.org>
docbook-xsl-stylesheets-1.68.1-r1.ebuild:
diff --git a/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.65.1.ebuild b/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.65.1.ebuild
deleted file mode 100644
index 65697f442c60..000000000000
--- a/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.65.1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2005 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.65.1.ebuild,v 1.11 2005/01/01 16:11:14 eradicator Exp $
-
-DESCRIPTION="XSL Stylesheets for Docbook"
-HOMEPAGE="http://docbook.sourceforge.net/"
-SRC_URI="mirror://sourceforge/docbook/docbook-xsl-${PV}.tar.gz"
-
-LICENSE="|| ( as-is BSD )"
-SLOT="0"
-KEYWORDS="alpha arm amd64 hppa ia64 mips ppc s390 sparc x86 ppc64"
-IUSE=""
-
-DEPEND="dev-libs/libxml2
- >=app-text/build-docbook-catalog-1.1"
-
-S=${WORKDIR}/docbook-xsl-${PV}
-
-src_install() {
- # Create the installation directory
- DEST="/usr/share/sgml/docbook/xsl-stylesheets-${PV}"
- dodir ${DEST} /usr/share/doc/${P}
-
- # The list of stylesheets we want to install
- sheets="common extensions fo html htmlhelp images \
- javahelp lib manpages params profiling \
- template xhtml"
- for i in ${sheets}; do
-
- cd ${S}
- cp -af ${i} ${D}/${DEST}
- cd ${D}/${DEST}/${i}
-
- [ -e ChangeLog ] && \
- mv ChangeLog ${D}/usr/share/doc/${P}/ChangeLog.${i}
- [ -e README ] && \
- mv README ${D}/usr/share/doc/${P}/README.${i}
-
- done
-
- # Install the documentation
- cd ${S}
- dodoc BUGS TODO WhatsNew
- cp -af doc ${D}/usr/share/doc/${P}/html
- cp VERSION ${D}/${DEST}
-
- # 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}.*
-
-}
-
-pkg_postinst() {
- build-docbook-catalog
-}
-
-pkg_postrm() {
- build-docbook-catalog
-}
diff --git a/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.66.1.ebuild b/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.66.1.ebuild
index f4681f8c8eff..b66bdef3beb8 100644
--- a/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.66.1.ebuild
+++ b/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.66.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 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.66.1.ebuild,v 1.8 2005/04/08 12:31:35 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.66.1.ebuild,v 1.9 2005/10/13 00:06:56 leonardop Exp $
DESCRIPTION="XSL Stylesheets for Docbook"
HOMEPAGE="http://docbook.sourceforge.net/"
@@ -28,7 +28,7 @@ src_install() {
for i in ${sheets}; do
cd ${S}
- cp -af ${i} ${D}/${DEST}
+ cp -pPRf ${i} ${D}/${DEST}
cd ${D}/${DEST}/${i}
[ -e ChangeLog ] && \
@@ -41,7 +41,7 @@ src_install() {
# Install the documentation
cd ${S}
dodoc BUGS TODO WhatsNew
- cp -af doc ${D}/usr/share/doc/${PF}/html
+ cp -pPRf doc ${D}/usr/share/doc/${PF}/html
cp VERSION ${D}/${DEST}
# Only a few things in /usr/share/doc make sense to compress.
diff --git a/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.68.1-r1.ebuild b/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.68.1-r1.ebuild
index 4b0f947f07bf..1487accf9f96 100644
--- a/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.68.1-r1.ebuild
+++ b/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.68.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 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.68.1-r1.ebuild,v 1.10 2005/10/03 11:36:15 hardave Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.68.1-r1.ebuild,v 1.11 2005/10/13 00:06:56 leonardop Exp $
DESCRIPTION="XSL Stylesheets for Docbook"
HOMEPAGE="http://docbook.sourceforge.net/projects/xsl/index.html"
@@ -37,7 +37,7 @@ src_install() {
done
cd ${S}
- cp -af ${i} ${D}/${DEST}
+ cp -pPRf ${i} ${D}/${DEST}
done
# Install the documentation
diff --git a/app-text/docbook-xsl-stylesheets/files/digest-docbook-xsl-stylesheets-1.65.1 b/app-text/docbook-xsl-stylesheets/files/digest-docbook-xsl-stylesheets-1.65.1
deleted file mode 100644
index 5237b5a7d054..000000000000
--- a/app-text/docbook-xsl-stylesheets/files/digest-docbook-xsl-stylesheets-1.65.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2f7d446de5523ec34a19ccbe8caf387f docbook-xsl-1.65.1.tar.gz 1540437