New release: 1.71.1. Pruning old ebuild.
authorLeonardo Boshell <leonardop@gentoo.org>
Sat, 20 Jan 2007 16:19:39 +0000 (16:19 +0000)
committerLeonardo Boshell <leonardop@gentoo.org>
Sat, 20 Jan 2007 16:19:39 +0000 (16:19 +0000)
Package-Manager: portage-2.1.2

app-text/docbook-xsl-stylesheets/ChangeLog
app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.70.1.ebuild
app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.71.1.ebuild [new file with mode: 0644]
app-text/docbook-xsl-stylesheets/files/digest-docbook-xsl-stylesheets-1.71.1 [new file with mode: 0644]

index a42a1ae47ab9cc66e22475c430d7aba5455df5cf..fcde72662a3ea9cf3115de70bafe7badf1c7f18b 100644 (file)
@@ -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:
index fe054ca4ac2e27604c62746b79e6f348d4ba645b..3ec598b9d5b97927d972f2f709f59f78ed6676b7 100644 (file)
@@ -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 (file)
index 0000000..1c3ffa7
--- /dev/null
@@ -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 (file)
index 0000000..964748c
--- /dev/null
@@ -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