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

Jelle van der Waa jelle at archlinux.org
Sun Jul 16 19:15:57 UTC 2017


    Date: Sunday, July 16, 2017 @ 19:15:57
  Author: jelle
Revision: 245412

archrelease: copy trunk to community-any

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

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

Deleted: ChangeLog
===================================================================
--- ChangeLog	2017-07-16 19:15:47 UTC (rev 245411)
+++ ChangeLog	2017-07-16 19:15:57 UTC (rev 245412)
@@ -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 245411, dot2tex/trunk/ChangeLog)
===================================================================
--- ChangeLog	                        (rev 0)
+++ ChangeLog	2017-07-16 19:15:57 UTC (rev 245412)
@@ -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	2017-07-16 19:15:47 UTC (rev 245411)
+++ PKGBUILD	2017-07-16 19:15:57 UTC (rev 245412)
@@ -1,23 +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.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
-}

Copied: dot2tex/repos/community-any/PKGBUILD (from rev 245411, dot2tex/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-07-16 19:15:57 UTC (rev 245412)
@@ -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=2
+pkgdesc="Graphviz to LaTeX converter"
+arch=('any')
+url="https://dot2tex.readthedocs.io/en/latest/"
+license=('MIT')
+depends=('python2-pyparsing' 'graphviz')
+source=($pkgname-$pkgver.tar.gz::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