[arch-commits] Commit in dot2tex/repos/community-any (4 files)

Jelle van der Waa jelle at nymeria.archlinux.org
Sun Nov 24 15:43:21 UTC 2013


    Date: Sunday, November 24, 2013 @ 16:43:21
  Author: jelle
Revision: 101390

archrelease: copy trunk to community-any

Added:
  dot2tex/repos/community-any/ChangeLog
    (from rev 101389, dot2tex/trunk/ChangeLog)
  dot2tex/repos/community-any/PKGBUILD
    (from rev 101389, dot2tex/trunk/PKGBUILD)
Deleted:
  dot2tex/repos/community-any/ChangeLog
  dot2tex/repos/community-any/PKGBUILD

-----------+
 ChangeLog |   12 +++++------
 PKGBUILD  |   63 +++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 39 insertions(+), 36 deletions(-)

Deleted: ChangeLog
===================================================================
--- ChangeLog	2013-11-24 15:43:09 UTC (rev 101389)
+++ ChangeLog	2013-11-24 15:43:21 UTC (rev 101390)
@@ -1,6 +0,0 @@
-2010-01-03 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* Update to major version 2.8.7
-	* Changed architecture to 'any'
-
-2011-01-22 Chris Brannon <chris at the-brannons.com>
-	* Adjusted dependency from pyparsing to python2-pyparsing.

Copied: dot2tex/repos/community-any/ChangeLog (from rev 101389, dot2tex/trunk/ChangeLog)
===================================================================
--- ChangeLog	                        (rev 0)
+++ ChangeLog	2013-11-24 15:43:21 UTC (rev 101390)
@@ -0,0 +1,6 @@
+2010-01-03 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Update to major version 2.8.7
+	* Changed architecture to 'any'
+
+2011-01-22 Chris Brannon <chris at the-brannons.com>
+	* Adjusted dependency from pyparsing to python2-pyparsing.

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-11-24 15:43:09 UTC (rev 101389)
+++ PKGBUILD	2013-11-24 15:43:21 UTC (rev 101390)
@@ -1,30 +0,0 @@
-# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Geoffroy Carrier <geoffroy.carrier at aur.archlinux.org>
-# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=dot2tex
-pkgver=2.8.7
-pkgrel=5
-pkgdesc="Graphviz to LaTeX converter"
-arch=('any')
-url="http://www.fauskes.net/code/dot2tex/"
-license=('MIT')
-depends=('python2-pyparsing' 'graphviz')
-source=(http://dot2tex.googlecode.com/files/dot2tex-${pkgver}.tar.gz)
-md5sums=('439dd042e8e7129d3d551808b21d19d4')
-
-build() {
-	cd ${srcdir}
-
-	# Access fix
-	find . -type d -exec chmod 755 {} \;
-}
-
-package() {
-	cd ${srcdir}/${pkgname}-${pkgver}
-
-	python2 setup.py install --root=${pkgdir}
-
-	# Install custom license file
-	install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: dot2tex/repos/community-any/PKGBUILD (from rev 101389, dot2tex/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-11-24 15:43:21 UTC (rev 101390)
@@ -0,0 +1,33 @@
+# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Geoffroy Carrier <geoffroy.carrier at aur.archlinux.org>
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=dot2tex
+pkgver=2.8.7
+pkgrel=6
+pkgdesc="Graphviz to LaTeX converter"
+arch=('any')
+url="http://code.google.com/p/dot2tex/"
+license=('MIT')
+depends=('python2-pyparsing' 'graphviz')
+source=(http://dot2tex.googlecode.com/files/dot2tex-${pkgver}.tar.gz)
+md5sums=('439dd042e8e7129d3d551808b21d19d4')
+
+build() {
+	cd ${srcdir}
+
+	# Access fix
+	find . -type d -exec chmod 755 {} \;
+
+        # fix FS#37864
+        sed -i 's/_noncomma,//' $pkgname-$pkgver/$pkgname/dotparsing.py
+}
+
+package() {
+	cd ${srcdir}/${pkgname}-${pkgver}
+
+	python2 setup.py install --root=${pkgdir}
+
+	# Install custom license file
+	install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}




More information about the arch-commits mailing list