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

Jelle van der Waa jelle at archlinux.org
Tue Dec 30 20:41:38 UTC 2014


    Date: Tuesday, December 30, 2014 @ 21:41:37
  Author: jelle
Revision: 125030

archrelease: copy trunk to community-any

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

-----------+
 ChangeLog |   12 ++++++------
 PKGBUILD  |   56 +++++++++++++++++++++++---------------------------------
 2 files changed, 29 insertions(+), 39 deletions(-)

Deleted: ChangeLog
===================================================================
--- ChangeLog	2014-12-30 20:41:14 UTC (rev 125029)
+++ ChangeLog	2014-12-30 20:41:37 UTC (rev 125030)
@@ -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 125029, dot2tex/trunk/ChangeLog)
===================================================================
--- ChangeLog	                        (rev 0)
+++ ChangeLog	2014-12-30 20:41:37 UTC (rev 125030)
@@ -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	2014-12-30 20:41:14 UTC (rev 125029)
+++ PKGBUILD	2014-12-30 20:41:37 UTC (rev 125030)
@@ -1,33 +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=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
-}

Copied: dot2tex/repos/community-any/PKGBUILD (from rev 125029, dot2tex/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-12-30 20:41:37 UTC (rev 125030)
@@ -0,0 +1,23 @@
+# 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.9.0
+pkgrel=1
+pkgdesc="Graphviz to LaTeX converter"
+arch=('any')
+url="http://code.google.com/p/dot2tex/"
+license=('MIT')
+depends=('python2-pyparsing' 'graphviz')
+source=(https://github.com/kjellmf/dot2tex/archive/$pkgver.tar.gz)
+md5sums=('e27e61e4ad86854164d1f6e286047991')
+
+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