summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Boshell <leonardop@gentoo.org>2007-01-20 16:19:39 +0000
committerLeonardo Boshell <leonardop@gentoo.org>2007-01-20 16:19:39 +0000
commit0c51e9ca4daa04998fb9ae0a17e6cef6730d4605 (patch)
tree1adc7f69f08263e48f69cd56d8cf88d7580f96ab /app-text/docbook-xsl-stylesheets
parentStable on ppc wrt bug 162368 (diff)
downloadgentoo-2-0c51e9ca4daa04998fb9ae0a17e6cef6730d4605.tar.gz
gentoo-2-0c51e9ca4daa04998fb9ae0a17e6cef6730d4605.tar.bz2
gentoo-2-0c51e9ca4daa04998fb9ae0a17e6cef6730d4605.zip
New release: 1.71.1. Pruning old ebuild.
(Portage version: 2.1.2)
Diffstat (limited to 'app-text/docbook-xsl-stylesheets')
-rw-r--r--app-text/docbook-xsl-stylesheets/ChangeLog10
-rw-r--r--app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.70.1.ebuild4
-rw-r--r--app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.71.1.ebuild54
-rw-r--r--app-text/docbook-xsl-stylesheets/files/digest-docbook-xsl-stylesheets-1.71.13
4 files changed, 67 insertions, 4 deletions
diff --git a/app-text/docbook-xsl-stylesheets/ChangeLog b/app-text/docbook-xsl-stylesheets/ChangeLog
index a42a1ae47ab9..fcde72662a3e 100644
--- a/app-text/docbook-xsl-stylesheets/ChangeLog
+++ b/app-text/docbook-xsl-stylesheets/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-text/docbook-xsl-stylesheets
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-xsl-stylesheets/ChangeLog,v 1.72 2006/12/31 16:01:55 kloeri Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-xsl-stylesheets/ChangeLog,v 1.73 2007/01/20 16:19:39 leonardop Exp $
+
+*docbook-xsl-stylesheets-1.71.1 (20 Jan 2007)
+
+ 20 Jan 2007; Leonardo Boshell <leonardop@gentoo.org>
+ +docbook-xsl-stylesheets-1.71.1.ebuild:
+ New release.
31 Dec 2006; Bryan Østergaard <kloeri@gentoo.org>
docbook-xsl-stylesheets-1.70.1.ebuild:
diff --git a/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.70.1.ebuild b/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.70.1.ebuild
index fe054ca4ac2e..3ec598b9d5b9 100644
--- a/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.70.1.ebuild
+++ b/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.70.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 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.70.1.ebuild,v 1.10 2007/01/07 11:41:20 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.70.1.ebuild,v 1.11 2007/01/20 16:19:39 leonardop Exp $
DESCRIPTION="XSL Stylesheets for Docbook"
HOMEPAGE="http://wiki.docbook.org/topic/DocBookXslStylesheets"
diff --git a/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.71.1.ebuild b/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.71.1.ebuild
new file mode 100644
index 000000000000..1c3ffa75ea20
--- /dev/null
+++ b/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.71.1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2007 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.71.1.ebuild,v 1.1 2007/01/20 16:19:39 leonardop Exp $
+
+DESCRIPTION="XSL Stylesheets for Docbook"
+HOMEPAGE="http://wiki.docbook.org/topic/DocBookXslStylesheets"
+SRC_URI="mirror://sourceforge/docbook/docbook-xsl-${PV}.tar.bz2"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
+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}"
+ 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-stylesheets/files/digest-docbook-xsl-stylesheets-1.71.1 b/app-text/docbook-xsl-stylesheets/files/digest-docbook-xsl-stylesheets-1.71.1
new file mode 100644
index 000000000000..964748c9cfb4
--- /dev/null
+++ b/app-text/docbook-xsl-stylesheets/files/digest-docbook-xsl-stylesheets-1.71.1
@@ -0,0 +1,3 @@
+MD5 6a269abc854ae949b2cfd6377bc17fde docbook-xsl-1.71.1.tar.bz2 1473510
+RMD160 198d8ba1ce1bd8e9f2a730bb285aa1c164a3e10a docbook-xsl-1.71.1.tar.bz2 1473510
+SHA256 136433c79724176c81aa18899bcbc80a0f69760ff3eb738b290ad34a03cfbfd1 docbook-xsl-1.71.1.tar.bz2 1473510