[arch-commits] Commit in docbook-mathml/repos/extra-any (6 files)

Pierre Schmitz pierre at archlinux.org
Sat Feb 18 11:41:59 UTC 2012


    Date: Saturday, February 18, 2012 @ 06:41:59
  Author: pierre
Revision: 150506

archrelease: copy trunk to extra-any

Added:
  docbook-mathml/repos/extra-any/LICENSE
    (from rev 150505, docbook-mathml/trunk/LICENSE)
  docbook-mathml/repos/extra-any/PKGBUILD
    (from rev 150505, docbook-mathml/trunk/PKGBUILD)
  docbook-mathml/repos/extra-any/docbook-mathml.install
    (from rev 150505, docbook-mathml/trunk/docbook-mathml.install)
Deleted:
  docbook-mathml/repos/extra-any/LICENSE
  docbook-mathml/repos/extra-any/PKGBUILD
  docbook-mathml/repos/extra-any/docbook-mathml.install

------------------------+
 LICENSE                |   40 ++++++++++++++++++++--------------------
 PKGBUILD               |   40 ++++++++++++++++++++--------------------
 docbook-mathml.install |   38 +++++++++++++++++++-------------------
 3 files changed, 59 insertions(+), 59 deletions(-)

Deleted: LICENSE
===================================================================
--- LICENSE	2012-02-18 11:41:33 UTC (rev 150505)
+++ LICENSE	2012-02-18 11:41:59 UTC (rev 150506)
@@ -1,20 +0,0 @@
-     Copyright (C) 2000, 2001, 2002, 2003, 2004 Organization for the Advancement
-     of Structured Information Standards (OASIS).
-
-     $Id: dbmathml.dtd,v 1.7 2004/07/27 16:08:17 nwalsh Exp $
-
-     Permission to use, copy, modify and distribute the DocBook MathML
-     Module and its accompanying documentation for any purpose and
-     without fee is hereby granted in perpetuity, provided that the
-     above copyright notice and this paragraph appear in all copies.
-     The copyright holders make no representation about the
-     suitability of the DTD for any purpose.  It is provided "as is"
-     without expressed or implied warranty.
-
-     If you modify the DocBook MathML Module in any way, label your DTD
-     as a variant of DocBook.  See the maintenance documentation for
-     more information.
-
-     Please direct all questions, bug reports, or suggestions for 
-     changes to the docbook at lists.oasis-open.org mailing list. For more
-     information, see http://www.oasis-open.org/docbook/.

Copied: docbook-mathml/repos/extra-any/LICENSE (from rev 150505, docbook-mathml/trunk/LICENSE)
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2012-02-18 11:41:59 UTC (rev 150506)
@@ -0,0 +1,20 @@
+     Copyright (C) 2000, 2001, 2002, 2003, 2004 Organization for the Advancement
+     of Structured Information Standards (OASIS).
+
+     $Id: dbmathml.dtd,v 1.7 2004/07/27 16:08:17 nwalsh Exp $
+
+     Permission to use, copy, modify and distribute the DocBook MathML
+     Module and its accompanying documentation for any purpose and
+     without fee is hereby granted in perpetuity, provided that the
+     above copyright notice and this paragraph appear in all copies.
+     The copyright holders make no representation about the
+     suitability of the DTD for any purpose.  It is provided "as is"
+     without expressed or implied warranty.
+
+     If you modify the DocBook MathML Module in any way, label your DTD
+     as a variant of DocBook.  See the maintenance documentation for
+     more information.
+
+     Please direct all questions, bug reports, or suggestions for 
+     changes to the docbook at lists.oasis-open.org mailing list. For more
+     information, see http://www.oasis-open.org/docbook/.

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-18 11:41:33 UTC (rev 150505)
+++ PKGBUILD	2012-02-18 11:41:59 UTC (rev 150506)
@@ -1,20 +0,0 @@
-# $Id$
-# Contributor: Sylvain HENRY <hsyl20 at gmail.com>
-
-pkgname=docbook-mathml
-pkgver=1.1CR1
-pkgrel=2
-pkgdesc="MathML XML scheme"
-arch=('any')
-url="http://www.oasis-open.org/docbook/"
-license=('MIT')
-depends=('libxml2')
-install=docbook-mathml.install
-source=(http://www.docbook.org/xml/mathml/1.1CR1/dbmathml.dtd LICENSE)
-md5sums=('bbf92a1d88ce217d736c222470d6811c' '78ef5b09cdf606e14f1b04380929abe7')
-sha1sums=('80600ad7f3171ed40c01cc0b29de9f18ea7b7acd' 'bb8ef54b14492f59520f5546aed95b19424216ad')
-
-package() {
-  install -D -m644 dbmathml.dtd "${pkgdir}/usr/share/xml/docbook/mathml/${pkgver}/dbmathml.dtd"
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: docbook-mathml/repos/extra-any/PKGBUILD (from rev 150505, docbook-mathml/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-02-18 11:41:59 UTC (rev 150506)
@@ -0,0 +1,20 @@
+# $Id$
+# Contributor: Sylvain HENRY <hsyl20 at gmail.com>
+
+pkgname=docbook-mathml
+pkgver=1.1CR1
+pkgrel=3
+pkgdesc="MathML XML scheme"
+arch=('any')
+url="http://www.oasis-open.org/docbook/"
+license=('MIT')
+depends=('libxml2')
+install=docbook-mathml.install
+source=("http://www.docbook.org/xml/mathml/${pkgver}/dbmathml.dtd" 'LICENSE')
+md5sums=('bbf92a1d88ce217d736c222470d6811c'
+         '78ef5b09cdf606e14f1b04380929abe7')
+
+package() {
+  install -D -m644 dbmathml.dtd "${pkgdir}/usr/share/xml/docbook/mathml/${pkgver}/dbmathml.dtd"
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: docbook-mathml.install
===================================================================
--- docbook-mathml.install	2012-02-18 11:41:33 UTC (rev 150505)
+++ docbook-mathml.install	2012-02-18 11:41:59 UTC (rev 150506)
@@ -1,19 +0,0 @@
-post_install() {
-  if [ ! -e etc/xml/catalog ]; then
-    xmlcatalog --noout --create etc/xml/catalog
-  fi
-  xmlcatalog --noout --add "public" \
-    "-//OASIS//DTD DocBook MathML Module V1.1CR1//EN" \
-    "file:///usr/share/xml/docbook/mathml/1.1CR1/dbmathml.dtd" \
-    "etc/xml/catalog"
-
-  xmlcatalog --noout --add "system" \
-    "http://www.oasis-open.org/docbook/xml/mathml/1.1CR1/dbmathml.dtd" \
-    "file:///usr/share/xml/docbook/mathml/1.1CR1/dbmathml.dtd" \
-    "etc/xml/catalog"
-}
-
-post_remove() {
-  xmlcatalog --noout --del "-//OASIS//DTD DocBook MathML Module V1.1CR1//EN" etc/xml/catalog
-  xmlcatalog --noout --del "http://www.oasis-open.org/docbook/xml/mathml/1.1CR1/dbmathml.dtd" etc/xml/catalog
-    }

Copied: docbook-mathml/repos/extra-any/docbook-mathml.install (from rev 150505, docbook-mathml/trunk/docbook-mathml.install)
===================================================================
--- docbook-mathml.install	                        (rev 0)
+++ docbook-mathml.install	2012-02-18 11:41:59 UTC (rev 150506)
@@ -0,0 +1,19 @@
+post_install() {
+  if [ ! -e etc/xml/catalog ]; then
+    xmlcatalog --noout --create etc/xml/catalog
+  fi
+  xmlcatalog --noout --add "public" \
+    "-//OASIS//DTD DocBook MathML Module V1.1CR1//EN" \
+    "file:///usr/share/xml/docbook/mathml/1.1CR1/dbmathml.dtd" \
+    "etc/xml/catalog"
+
+  xmlcatalog --noout --add "system" \
+    "http://www.oasis-open.org/docbook/xml/mathml/1.1CR1/dbmathml.dtd" \
+    "file:///usr/share/xml/docbook/mathml/1.1CR1/dbmathml.dtd" \
+    "etc/xml/catalog"
+}
+
+post_remove() {
+  xmlcatalog --noout --del "-//OASIS//DTD DocBook MathML Module V1.1CR1//EN" etc/xml/catalog
+  xmlcatalog --noout --del "http://www.oasis-open.org/docbook/xml/mathml/1.1CR1/dbmathml.dtd" etc/xml/catalog
+    }




More information about the arch-commits mailing list