[arch-commits] Commit in graphviz/repos (12 files)

2017-08-15 Thread Gaëtan Bisson
Date: Tuesday, August 15, 2017 @ 07:59:07
  Author: bisson
Revision: 302191

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  graphviz/repos/extra-i686/PKGBUILD
(from rev 302190, graphviz/trunk/PKGBUILD)
  graphviz/repos/extra-i686/ghostscript918.patch
(from rev 302190, graphviz/trunk/ghostscript918.patch)
  graphviz/repos/extra-i686/install
(from rev 302190, graphviz/trunk/install)
  graphviz/repos/extra-x86_64/PKGBUILD
(from rev 302190, graphviz/trunk/PKGBUILD)
  graphviz/repos/extra-x86_64/ghostscript918.patch
(from rev 302190, graphviz/trunk/ghostscript918.patch)
  graphviz/repos/extra-x86_64/install
(from rev 302190, graphviz/trunk/install)
Deleted:
  graphviz/repos/extra-i686/PKGBUILD
  graphviz/repos/extra-i686/ghostscript918.patch
  graphviz/repos/extra-i686/install
  graphviz/repos/extra-x86_64/PKGBUILD
  graphviz/repos/extra-x86_64/ghostscript918.patch
  graphviz/repos/extra-x86_64/install

---+
 /PKGBUILD |  114 
 /ghostscript918.patch |   36 +++
 /install  |   24 +++
 extra-i686/PKGBUILD   |   64 
 extra-i686/ghostscript918.patch   |   18 -
 extra-i686/install|   12 ---
 extra-x86_64/PKGBUILD |   57 --
 extra-x86_64/ghostscript918.patch |   18 -
 extra-x86_64/install  |   12 ---
 9 files changed, 174 insertions(+), 181 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-15 07:47:23 UTC (rev 302190)
+++ extra-i686/PKGBUILD 2017-08-15 07:59:07 UTC (rev 302191)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: kevin 
-# Contributor: John Proctor 
-
-pkgname=graphviz
-pkgver=2.40.1
-pkgrel=6
-pkgdesc='Graph visualization software'
-url='http://www.graphviz.org/'
-license=('CPL')
-arch=('i686' 'x86_64')
-depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts' 
'gsfonts')
-makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'python2' 'r' 'tk' 
'qt4' 'gtk2')
-optdepends=('mono: sharp bindings'
-'guile: guile bindings'
-'lua51: lua bindings'
-'ocaml: ocaml bindings'
-'perl: perl bindings'
-'python2: python bindings'
-'r: r bindings'
-'tcl: tcl bindings'
-'qt4: gvedit'
-'gtk2: gtk output plugin'
-'xterm: vimdot')
-
-# http://www.graphviz.org/Download_source.php
-source=("${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz"
-'ghostscript918.patch')
-sha256sums=('ca5218fade0204d59947126c38439f432853543b0818d9d728c589dfe7f3a421'
-'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
-
-install=install
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../ghostscript918.patch
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export CXXFLAGS+=' -Dint64=int64_t' # for ocaml
-   export LIBPOSTFIX=/
-   export PYTHON=python2
-   export LUA=lua5.1
-
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   cd "${pkgdir}/usr/lib"
-   install -d lua/5.1
-   mv lua/gv.so lua/5.1
-
-   # Workaround symlink upgrade bug (fixed in pacman trunk)
-   # Also deduplicates the tcl libraries (upstream bug?)
-   # Might have been this commit: 
https://github.com/ellson/graphviz/commit/f11aead
-   rm -r tcl8.6/graphviz
-   ln -s ../graphviz/tcl tcl8.6/graphviz
-}

Copied: graphviz/repos/extra-i686/PKGBUILD (from rev 302190, 
graphviz/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-08-15 07:59:07 UTC (rev 302191)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: kevin 
+# Contributor: John Proctor 
+
+pkgname=graphviz
+pkgver=2.40.1
+pkgrel=7
+pkgdesc='Graph visualization software'
+url='http://www.graphviz.org/'
+license=('CPL')
+arch=('i686' 'x86_64')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts' 
'gsfonts')
+makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml' 'perl' 'python2' 'r' 'tk' 
'qt4' 'gtk2')
+optdepends=('mono: sharp bindings'
+'guile: guile bindings'
+'lua: lua bindings'
+'ocaml: ocaml bindings'
+'perl: perl bindings'
+'python2: python bindings'
+'r: r bindings'
+'tcl: tcl bindings'
+'qt4: gvedit'
+'gtk2: gtk output plugin'
+'xterm: vimdot')
+
+# 

[arch-commits] Commit in graphviz/repos (12 files)

2017-08-09 Thread Gaëtan Bisson
Date: Thursday, August 10, 2017 @ 04:34:26
  Author: bisson
Revision: 301836

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  graphviz/repos/extra-i686/PKGBUILD
(from rev 301835, graphviz/trunk/PKGBUILD)
  graphviz/repos/extra-i686/ghostscript918.patch
(from rev 301835, graphviz/trunk/ghostscript918.patch)
  graphviz/repos/extra-i686/install
(from rev 301835, graphviz/trunk/install)
  graphviz/repos/extra-x86_64/PKGBUILD
(from rev 301835, graphviz/trunk/PKGBUILD)
  graphviz/repos/extra-x86_64/ghostscript918.patch
(from rev 301835, graphviz/trunk/ghostscript918.patch)
  graphviz/repos/extra-x86_64/install
(from rev 301835, graphviz/trunk/install)
Deleted:
  graphviz/repos/extra-i686/PKGBUILD
  graphviz/repos/extra-i686/ghostscript918.patch
  graphviz/repos/extra-i686/install
  graphviz/repos/extra-x86_64/PKGBUILD
  graphviz/repos/extra-x86_64/ghostscript918.patch
  graphviz/repos/extra-x86_64/install

---+
 /PKGBUILD |  128 
 /ghostscript918.patch |   36 ++
 /install  |   24 ++
 extra-i686/PKGBUILD   |   64 --
 extra-i686/ghostscript918.patch   |   18 -
 extra-i686/install|   12 ---
 extra-x86_64/PKGBUILD |   64 --
 extra-x86_64/ghostscript918.patch |   18 -
 extra-x86_64/install  |   12 ---
 9 files changed, 188 insertions(+), 188 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-10 04:33:40 UTC (rev 301835)
+++ extra-i686/PKGBUILD 2017-08-10 04:34:26 UTC (rev 301836)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: kevin 
-# Contributor: John Proctor 
-
-pkgname=graphviz
-pkgver=2.40.1
-pkgrel=5
-pkgdesc='Graph visualization software'
-url='http://www.graphviz.org/'
-license=('CPL')
-arch=('i686' 'x86_64')
-depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts')
-makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'python2' 'r' 'tk' 
'qt4' 'gtk2')
-optdepends=('mono: sharp bindings'
-'guile: guile bindings'
-'lua51: lua bindings'
-'ocaml: ocaml bindings'
-'perl: perl bindings'
-'python2: python bindings'
-'r: r bindings'
-'tcl: tcl bindings'
-'qt4: gvedit'
-'gtk2: gtk output plugin'
-'xterm: vimdot')
-
-# http://www.graphviz.org/Download_source.php
-source=("${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz"
-'ghostscript918.patch')
-sha256sums=('ca5218fade0204d59947126c38439f432853543b0818d9d728c589dfe7f3a421'
-'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
-
-install=install
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../ghostscript918.patch
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export CXXFLAGS+=' -Dint64=int64_t' # for ocaml
-   export LIBPOSTFIX=/
-   export PYTHON=python2
-   export LUA=lua5.1
-
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   cd "${pkgdir}/usr/lib"
-   install -d lua/5.1
-   mv lua/gv.so lua/5.1
-
-   # Workaround symlink upgrade bug (fixed in pacman trunk)
-   # Also deduplicates the tcl libraries (upstream bug?)
-   # Might have been this commit: 
https://github.com/ellson/graphviz/commit/f11aead
-   rm -r tcl8.6/graphviz
-   ln -s ../graphviz/tcl tcl8.6/graphviz
-}

Copied: graphviz/repos/extra-i686/PKGBUILD (from rev 301835, 
graphviz/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-08-10 04:34:26 UTC (rev 301836)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: kevin 
+# Contributor: John Proctor 
+
+pkgname=graphviz
+pkgver=2.40.1
+pkgrel=6
+pkgdesc='Graph visualization software'
+url='http://www.graphviz.org/'
+license=('CPL')
+arch=('i686' 'x86_64')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts' 
'gsfonts')
+makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'python2' 'r' 'tk' 
'qt4' 'gtk2')
+optdepends=('mono: sharp bindings'
+'guile: guile bindings'
+'lua51: lua bindings'
+'ocaml: ocaml bindings'
+'perl: perl bindings'
+'python2: python bindings'
+'r: r bindings'
+'tcl: tcl bindings'
+'qt4: gvedit'
+'gtk2: gtk output plugin'
+'xterm: vimdot')
+
+# 

[arch-commits] Commit in graphviz/repos (12 files)

2017-07-15 Thread Jürgen Hötzel
Date: Saturday, July 15, 2017 @ 06:41:29
  Author: juergen
Revision: 300593

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  graphviz/repos/extra-i686/PKGBUILD
(from rev 300592, graphviz/trunk/PKGBUILD)
  graphviz/repos/extra-i686/ghostscript918.patch
(from rev 300592, graphviz/trunk/ghostscript918.patch)
  graphviz/repos/extra-i686/install
(from rev 300592, graphviz/trunk/install)
  graphviz/repos/extra-x86_64/PKGBUILD
(from rev 300592, graphviz/trunk/PKGBUILD)
  graphviz/repos/extra-x86_64/ghostscript918.patch
(from rev 300592, graphviz/trunk/ghostscript918.patch)
  graphviz/repos/extra-x86_64/install
(from rev 300592, graphviz/trunk/install)
Deleted:
  graphviz/repos/extra-i686/PKGBUILD
  graphviz/repos/extra-i686/ghostscript918.patch
  graphviz/repos/extra-i686/install
  graphviz/repos/extra-x86_64/PKGBUILD
  graphviz/repos/extra-x86_64/ghostscript918.patch
  graphviz/repos/extra-x86_64/install

---+
 /PKGBUILD |  128 
 /ghostscript918.patch |   36 ++
 /install  |   24 ++
 extra-i686/PKGBUILD   |   64 --
 extra-i686/ghostscript918.patch   |   18 -
 extra-i686/install|   12 ---
 extra-x86_64/PKGBUILD |   64 --
 extra-x86_64/ghostscript918.patch |   18 -
 extra-x86_64/install  |   12 ---
 9 files changed, 188 insertions(+), 188 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-15 06:40:30 UTC (rev 300592)
+++ extra-i686/PKGBUILD 2017-07-15 06:41:29 UTC (rev 300593)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: kevin 
-# Contributor: John Proctor 
-
-pkgname=graphviz
-pkgver=2.40.1
-pkgrel=4
-pkgdesc='Graph visualization software'
-url='http://www.graphviz.org/'
-license=('CPL')
-arch=('i686' 'x86_64')
-depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts')
-makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'python2' 'r' 'tk' 
'qt4' 'gtk2')
-optdepends=('mono: sharp bindings'
-'guile: guile bindings'
-'lua51: lua bindings'
-'ocaml: ocaml bindings'
-'perl: perl bindings'
-'python2: python bindings'
-'r: r bindings'
-'tcl: tcl bindings'
-'qt4: gvedit'
-'gtk2: gtk output plugin'
-'xterm: vimdot')
-
-# http://www.graphviz.org/Download_source.php
-source=("${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz"
-'ghostscript918.patch')
-sha256sums=('ca5218fade0204d59947126c38439f432853543b0818d9d728c589dfe7f3a421'
-'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
-
-install=install
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../ghostscript918.patch
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export CXXFLAGS+=' -Dint64=int64_t' # for ocaml
-   export LIBPOSTFIX=/
-   export PYTHON=python2
-   export LUA=lua5.1
-
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   cd "${pkgdir}/usr/lib"
-   install -d lua/5.1
-   mv lua/gv.so lua/5.1
-
-   # Workaround symlink upgrade bug (fixed in pacman trunk)
-   # Also deduplicates the tcl libraries (upstream bug?)
-   # Might have been this commit: 
https://github.com/ellson/graphviz/commit/f11aead
-   rm -r tcl8.6/graphviz
-   ln -s ../graphviz/tcl tcl8.6/graphviz
-}

Copied: graphviz/repos/extra-i686/PKGBUILD (from rev 300592, 
graphviz/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-15 06:41:29 UTC (rev 300593)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: kevin 
+# Contributor: John Proctor 
+
+pkgname=graphviz
+pkgver=2.40.1
+pkgrel=5
+pkgdesc='Graph visualization software'
+url='http://www.graphviz.org/'
+license=('CPL')
+arch=('i686' 'x86_64')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts')
+makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'python2' 'r' 'tk' 
'qt4' 'gtk2')
+optdepends=('mono: sharp bindings'
+'guile: guile bindings'
+'lua51: lua bindings'
+'ocaml: ocaml bindings'
+'perl: perl bindings'
+'python2: python bindings'
+'r: r bindings'
+'tcl: tcl bindings'
+'qt4: gvedit'
+'gtk2: gtk output plugin'
+'xterm: vimdot')
+
+# 

[arch-commits] Commit in graphviz/repos (12 files)

2017-04-28 Thread Jürgen Hötzel
Date: Friday, April 28, 2017 @ 09:20:36
  Author: juergen
Revision: 294989

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  graphviz/repos/extra-i686/PKGBUILD
(from rev 294988, graphviz/trunk/PKGBUILD)
  graphviz/repos/extra-i686/ghostscript918.patch
(from rev 294988, graphviz/trunk/ghostscript918.patch)
  graphviz/repos/extra-i686/install
(from rev 294988, graphviz/trunk/install)
  graphviz/repos/extra-x86_64/PKGBUILD
(from rev 294988, graphviz/trunk/PKGBUILD)
  graphviz/repos/extra-x86_64/ghostscript918.patch
(from rev 294988, graphviz/trunk/ghostscript918.patch)
  graphviz/repos/extra-x86_64/install
(from rev 294988, graphviz/trunk/install)
Deleted:
  graphviz/repos/extra-i686/PKGBUILD
  graphviz/repos/extra-i686/ghostscript918.patch
  graphviz/repos/extra-i686/install
  graphviz/repos/extra-x86_64/PKGBUILD
  graphviz/repos/extra-x86_64/ghostscript918.patch
  graphviz/repos/extra-x86_64/install

---+
 /PKGBUILD |  128 
 /ghostscript918.patch |   36 ++
 /install  |   24 ++
 extra-i686/PKGBUILD   |   64 --
 extra-i686/ghostscript918.patch   |   18 -
 extra-i686/install|   12 ---
 extra-x86_64/PKGBUILD |   64 --
 extra-x86_64/ghostscript918.patch |   18 -
 extra-x86_64/install  |   12 ---
 9 files changed, 188 insertions(+), 188 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-04-28 09:20:21 UTC (rev 294988)
+++ extra-i686/PKGBUILD 2017-04-28 09:20:36 UTC (rev 294989)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: kevin 
-# Contributor: John Proctor 
-
-pkgname=graphviz
-pkgver=2.40.1
-pkgrel=2
-pkgdesc='Graph visualization software'
-url='http://www.graphviz.org/'
-license=('CPL')
-arch=('i686' 'x86_64')
-depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts')
-makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'python2' 'r' 'tk' 
'qt4' 'gtk2')
-optdepends=('mono: sharp bindings'
-'guile: guile bindings'
-'lua51: lua bindings'
-'ocaml: ocaml bindings'
-'perl: perl bindings'
-'python2: python bindings'
-'r: r bindings'
-'tcl: tcl bindings'
-'qt4: gvedit'
-'gtk2: gtk output plugin'
-'xterm: vimdot')
-
-# http://www.graphviz.org/Download_source.php
-source=("${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz"
-'ghostscript918.patch')
-sha256sums=('ca5218fade0204d59947126c38439f432853543b0818d9d728c589dfe7f3a421'
-'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
-
-install=install
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../ghostscript918.patch
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export CXXFLAGS+=' -Dint64=int64_t' # for ocaml
-   export LIBPOSTFIX=/
-   export PYTHON=python2
-   export LUA=lua5.1
-
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   cd "${pkgdir}/usr/lib"
-   install -d lua/5.1
-   mv lua/gv.so lua/5.1
-
-   # Workaround symlink upgrade bug (fixed in pacman trunk)
-   # Also deduplicates the tcl libraries (upstream bug?)
-   # Might have been this commit: 
https://github.com/ellson/graphviz/commit/f11aead
-   rm -r tcl8.6/graphviz
-   ln -s ../graphviz/tcl tcl8.6/graphviz
-}

Copied: graphviz/repos/extra-i686/PKGBUILD (from rev 294988, 
graphviz/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-04-28 09:20:36 UTC (rev 294989)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: kevin 
+# Contributor: John Proctor 
+
+pkgname=graphviz
+pkgver=2.40.1
+pkgrel=3
+pkgdesc='Graph visualization software'
+url='http://www.graphviz.org/'
+license=('CPL')
+arch=('i686' 'x86_64')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts')
+makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'python2' 'r' 'tk' 
'qt4' 'gtk2')
+optdepends=('mono: sharp bindings'
+'guile: guile bindings'
+'lua51: lua bindings'
+'ocaml: ocaml bindings'
+'perl: perl bindings'
+'python2: python bindings'
+'r: r bindings'
+'tcl: tcl bindings'
+'qt4: gvedit'
+'gtk2: gtk output plugin'
+'xterm: vimdot')
+
+# 

[arch-commits] Commit in graphviz/repos (12 files)

2016-05-27 Thread Florian Pritz
Date: Friday, May 27, 2016 @ 09:59:52
  Author: bluewind
Revision: 268645

db-move: moved graphviz from [staging] to [testing] (i686, x86_64)

Added:
  graphviz/repos/testing-i686/
  graphviz/repos/testing-i686/PKGBUILD
(from rev 268644, graphviz/repos/staging-i686/PKGBUILD)
  graphviz/repos/testing-i686/format-string.patch
(from rev 268644, graphviz/repos/staging-i686/format-string.patch)
  graphviz/repos/testing-i686/ghostscript918.patch
(from rev 268644, graphviz/repos/staging-i686/ghostscript918.patch)
  graphviz/repos/testing-i686/install
(from rev 268644, graphviz/repos/staging-i686/install)
  graphviz/repos/testing-x86_64/
  graphviz/repos/testing-x86_64/PKGBUILD
(from rev 268644, graphviz/repos/staging-x86_64/PKGBUILD)
  graphviz/repos/testing-x86_64/format-string.patch
(from rev 268644, graphviz/repos/staging-x86_64/format-string.patch)
  graphviz/repos/testing-x86_64/ghostscript918.patch
(from rev 268644, graphviz/repos/staging-x86_64/ghostscript918.patch)
  graphviz/repos/testing-x86_64/install
(from rev 268644, graphviz/repos/staging-x86_64/install)
Deleted:
  graphviz/repos/staging-i686/
  graphviz/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   60 ++
 testing-i686/format-string.patch|   21 +++
 testing-i686/ghostscript918.patch   |   18 ++
 testing-i686/install|   12 ++
 testing-x86_64/PKGBUILD |   60 ++
 testing-x86_64/format-string.patch  |   21 +++
 testing-x86_64/ghostscript918.patch |   18 ++
 testing-x86_64/install  |   12 ++
 8 files changed, 222 insertions(+)

Copied: graphviz/repos/testing-i686/PKGBUILD (from rev 268644, 
graphviz/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-05-27 07:59:52 UTC (rev 268645)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: kevin 
+# Contributor: John Proctor 
+
+pkgname=graphviz
+pkgver=2.38.0
+pkgrel=12
+pkgdesc='Graph visualization software'
+url='http://www.graphviz.org/'
+license=('CPL')
+arch=('i686' 'x86_64')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts')
+makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'python2' 'r' 'tk' 
'qt4' 'gtk2')
+optdepends=('mono: sharp bindings'
+'guile: guile bindings'
+'lua51: lua bindings'
+'ocaml: ocaml bindings'
+'perl: perl bindings'
+'python2: python bindings'
+'r: r bindings'
+'tcl: tcl bindings'
+'qt4: gvedit'
+'gtk2: gtk output plugin'
+'xterm: vimdot')
+source=("${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz"
+'format-string.patch'
+'ghostscript918.patch')
+sha1sums=('053c771278909160916ca5464a0a98ebf034c6ef'
+  '271d116bc022596a64b6ee061f3d2e50fa2e6025'
+  'bcce75a535c277556e196638e59ea019b0a63fa1')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../format-string.patch # FS#42983
+   patch -p1 -i ../ghostscript918.patch
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export LIBPOSTFIX=/
+   export PYTHON=python2
+   export LUA=lua5.1
+
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   # Workaround symlink upgrade bug (fixed in pacman trunk)
+   # Also deduplicates the tcl libraries (upstream bug?)
+   # Might have been this commit: 
https://github.com/ellson/graphviz/commit/f11aead
+   rm -r "${pkgdir}/usr/lib/tcl8.6/graphviz"
+   ln -s ../graphviz/tcl "$pkgdir/usr/lib/tcl8.6/graphviz"
+}

Copied: graphviz/repos/testing-i686/format-string.patch (from rev 268644, 
graphviz/repos/staging-i686/format-string.patch)
===
--- testing-i686/format-string.patch(rev 0)
+++ testing-i686/format-string.patch2016-05-27 07:59:52 UTC (rev 268645)
@@ -0,0 +1,21 @@
+diff -Naur old/lib/cgraph/scan.l new/lib/cgraph/scan.l
+--- old/lib/cgraph/scan.l  2014-04-13 10:40:25.0 -1000
 new/lib/cgraph/scan.l  2014-12-02 08:54:21.285050735 -1000
+@@ -149,7 +149,7 @@
+   agxbput(,buf);
+   agxbput(,fname);
+   agxbput(, " splits into two tokens\n");
+-  agerr(AGWARN,agxbuse());
++  agerr(AGWARN, "%s", agxbuse());
+ 
+   agxbfree();
+   return 1;
+@@ -225,7 +225,7 @@
+   agxbput (, buf);
+   agxbput (, yytext);
+   agxbput (,"'\n");
+-  agerr(AGERR,agxbuse());
++  agerr(AGERR, "%s", agxbuse());
+   

[arch-commits] Commit in graphviz/repos (12 files)

2013-10-23 Thread Gaetan Bisson
Date: Wednesday, October 23, 2013 @ 17:19:35
  Author: bisson
Revision: 197179

db-move: moved graphviz from [testing] to [extra] (i686, x86_64)

Added:
  graphviz/repos/extra-i686/PKGBUILD
(from rev 197178, graphviz/repos/testing-i686/PKGBUILD)
  graphviz/repos/extra-i686/dotty.patch
(from rev 197178, graphviz/repos/testing-i686/dotty.patch)
  graphviz/repos/extra-i686/install
(from rev 197178, graphviz/repos/testing-i686/install)
  graphviz/repos/extra-x86_64/PKGBUILD
(from rev 197178, graphviz/repos/testing-x86_64/PKGBUILD)
  graphviz/repos/extra-x86_64/dotty.patch
(from rev 197178, graphviz/repos/testing-x86_64/dotty.patch)
  graphviz/repos/extra-x86_64/install
(from rev 197178, graphviz/repos/testing-x86_64/install)
Deleted:
  graphviz/repos/extra-i686/PKGBUILD
  graphviz/repos/extra-i686/install
  graphviz/repos/extra-x86_64/PKGBUILD
  graphviz/repos/extra-x86_64/install
  graphviz/repos/testing-i686/
  graphviz/repos/testing-x86_64/

--+
 /PKGBUILD|  106 +
 /install |   24 ++
 extra-i686/PKGBUILD  |   50 -
 extra-i686/dotty.patch   |   21 
 extra-i686/install   |   12 -
 extra-x86_64/PKGBUILD|   50 -
 extra-x86_64/dotty.patch |   21 
 extra-x86_64/install |   12 -
 8 files changed, 172 insertions(+), 124 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-23 14:40:09 UTC (rev 197178)
+++ extra-i686/PKGBUILD 2013-10-23 15:19:35 UTC (rev 197179)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: kevin ke...@archlinux.org
-# Contributor: John Proctor jproc...@prium.net
-
-pkgname=graphviz
-pkgver=2.34.0
-pkgrel=1
-pkgdesc='Graph visualization software'
-url='http://www.graphviz.org/'
-license=('CPL')
-arch=('i686' 'x86_64')
-depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts')
-makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'php' 'python2' 'r' 
'tk' 'qt4')
-optdepends=('mono: sharp bindings'
-'guile: guile bindings'
-'lua51: lua bindings'
-'ocaml: ocaml bindings'
-'perl: perl bindings'
-'php: php bindings'
-'python2: python bindings'
-'r: r bindings'
-'tcl: tcl bindings'
-'qt4: gvedit')
-source=(${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('5a0c00bebe7f4c7a04523db21f40966dc9f0d441')
-
-options=('!libtool')
-install=install
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   sed \
-   -e '/LIBPOSTFIX=64/d' \
-   -i configure
-}
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   export PYTHON=python2
-   export LUA=lua5.1
-
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: graphviz/repos/extra-i686/PKGBUILD (from rev 197178, 
graphviz/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-23 15:19:35 UTC (rev 197179)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: kevin ke...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=graphviz
+pkgver=2.34.0
+pkgrel=2
+pkgdesc='Graph visualization software'
+url='http://www.graphviz.org/'
+license=('CPL')
+arch=('i686' 'x86_64')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts')
+makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'php' 'python2' 'r' 
'tk' 'qt4')
+optdepends=('mono: sharp bindings'
+'guile: guile bindings'
+'lua51: lua bindings'
+'ocaml: ocaml bindings'
+'perl: perl bindings'
+'php: php bindings'
+'python2: python bindings'
+'r: r bindings'
+'tcl: tcl bindings'
+'qt4: gvedit')
+source=(${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz
+'dotty.patch')
+sha1sums=('5a0c00bebe7f4c7a04523db21f40966dc9f0d441'
+  '31bc9f505c8b6470289a0d6ec31c237765cba239')
+
+options=('!libtool')
+install=install
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   patch -p1 -i ../dotty.patch
+   sed \
+   -e '/LIBPOSTFIX=64/d' \
+   -i configure
+}
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   export PYTHON=python2
+   export LUA=lua5.1
+
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Copied: graphviz/repos/extra-i686/dotty.patch (from rev 197178, 

[arch-commits] Commit in graphviz/repos (12 files)

2013-03-02 Thread Gaetan Bisson
Date: Sunday, March 3, 2013 @ 08:46:56
  Author: bisson
Revision: 179080

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  graphviz/repos/extra-i686/LICENSE
(from rev 179079, graphviz/trunk/LICENSE)
  graphviz/repos/extra-i686/PKGBUILD
(from rev 179079, graphviz/trunk/PKGBUILD)
  graphviz/repos/extra-i686/install
(from rev 179079, graphviz/trunk/install)
  graphviz/repos/extra-x86_64/LICENSE
(from rev 179079, graphviz/trunk/LICENSE)
  graphviz/repos/extra-x86_64/PKGBUILD
(from rev 179079, graphviz/trunk/PKGBUILD)
  graphviz/repos/extra-x86_64/install
(from rev 179079, graphviz/trunk/install)
Deleted:
  graphviz/repos/extra-i686/LICENSE
  graphviz/repos/extra-i686/PKGBUILD
  graphviz/repos/extra-i686/install
  graphviz/repos/extra-x86_64/LICENSE
  graphviz/repos/extra-x86_64/PKGBUILD
  graphviz/repos/extra-x86_64/install

---+
 extra-i686/LICENSE|  174 
 extra-i686/PKGBUILD   |  129 +--
 extra-i686/install|   24 +++---
 extra-x86_64/LICENSE  |  174 
 extra-x86_64/PKGBUILD |  129 +--
 extra-x86_64/install  |   24 +++---
 6 files changed, 326 insertions(+), 328 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 179079:179080 to see the changes.


[arch-commits] Commit in graphviz/repos (12 files)

2013-02-21 Thread Gaetan Bisson
Date: Friday, February 22, 2013 @ 01:30:19
  Author: bisson
Revision: 178429

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  graphviz/repos/extra-i686/LICENSE
(from rev 178428, graphviz/trunk/LICENSE)
  graphviz/repos/extra-i686/PKGBUILD
(from rev 178428, graphviz/trunk/PKGBUILD)
  graphviz/repos/extra-i686/install
(from rev 178428, graphviz/trunk/install)
  graphviz/repos/extra-x86_64/LICENSE
(from rev 178428, graphviz/trunk/LICENSE)
  graphviz/repos/extra-x86_64/PKGBUILD
(from rev 178428, graphviz/trunk/PKGBUILD)
  graphviz/repos/extra-x86_64/install
(from rev 178428, graphviz/trunk/install)
Deleted:
  graphviz/repos/extra-i686/LICENSE
  graphviz/repos/extra-i686/PKGBUILD
  graphviz/repos/extra-i686/install
  graphviz/repos/extra-x86_64/LICENSE
  graphviz/repos/extra-x86_64/PKGBUILD
  graphviz/repos/extra-x86_64/install

---+
 extra-i686/LICENSE|  174 
 extra-i686/PKGBUILD   |  123 +
 extra-i686/install|   24 +++---
 extra-x86_64/LICENSE  |  174 
 extra-x86_64/PKGBUILD |  123 +
 extra-x86_64/install  |   24 +++---
 6 files changed, 324 insertions(+), 318 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 178428:178429 to see the changes.


[arch-commits] Commit in graphviz/repos (12 files)

2013-02-21 Thread Gaetan Bisson
Date: Friday, February 22, 2013 @ 01:33:32
  Author: bisson
Revision: 178431

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  graphviz/repos/staging-i686/LICENSE
(from rev 178430, graphviz/trunk/LICENSE)
  graphviz/repos/staging-i686/PKGBUILD
(from rev 178430, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-i686/install
(from rev 178430, graphviz/trunk/install)
  graphviz/repos/staging-x86_64/LICENSE
(from rev 178430, graphviz/trunk/LICENSE)
  graphviz/repos/staging-x86_64/PKGBUILD
(from rev 178430, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-x86_64/install
(from rev 178430, graphviz/trunk/install)
Deleted:
  graphviz/repos/staging-i686/LICENSE
  graphviz/repos/staging-i686/PKGBUILD
  graphviz/repos/staging-i686/install
  graphviz/repos/staging-x86_64/LICENSE
  graphviz/repos/staging-x86_64/PKGBUILD
  graphviz/repos/staging-x86_64/install

-+
 staging-i686/LICENSE|  174 +++---
 staging-i686/PKGBUILD   |  125 -
 staging-i686/install|   24 +++---
 staging-x86_64/LICENSE  |  174 +++---
 staging-x86_64/PKGBUILD |  125 -
 staging-x86_64/install  |   24 +++---
 6 files changed, 326 insertions(+), 320 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 178430:178431 to see the changes.


[arch-commits] Commit in graphviz/repos (12 files)

2013-02-18 Thread Gaetan Bisson
Date: Monday, February 18, 2013 @ 12:54:31
  Author: bisson
Revision: 178219

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  graphviz/repos/staging-i686/LICENSE
(from rev 178218, graphviz/trunk/LICENSE)
  graphviz/repos/staging-i686/PKGBUILD
(from rev 178218, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-i686/install
(from rev 178218, graphviz/trunk/install)
  graphviz/repos/staging-x86_64/LICENSE
(from rev 178218, graphviz/trunk/LICENSE)
  graphviz/repos/staging-x86_64/PKGBUILD
(from rev 178218, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-x86_64/install
(from rev 178218, graphviz/trunk/install)
Deleted:
  graphviz/repos/staging-i686/LICENSE
  graphviz/repos/staging-i686/PKGBUILD
  graphviz/repos/staging-i686/install
  graphviz/repos/staging-x86_64/LICENSE
  graphviz/repos/staging-x86_64/PKGBUILD
  graphviz/repos/staging-x86_64/install

-+
 staging-i686/LICENSE|  174 +++---
 staging-i686/PKGBUILD   |  120 +++
 staging-i686/install|   24 +++---
 staging-x86_64/LICENSE  |  174 +++---
 staging-x86_64/PKGBUILD |  120 +++
 staging-x86_64/install  |   24 +++---
 6 files changed, 318 insertions(+), 318 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 178218:178219 to see the changes.


[arch-commits] Commit in graphviz/repos (12 files)

2013-02-17 Thread Gaetan Bisson
Date: Monday, February 18, 2013 @ 05:18:29
  Author: bisson
Revision: 178208

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  graphviz/repos/staging-i686/LICENSE
(from rev 178207, graphviz/trunk/LICENSE)
  graphviz/repos/staging-i686/PKGBUILD
(from rev 178207, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-i686/install
(from rev 178207, graphviz/trunk/install)
  graphviz/repos/staging-x86_64/LICENSE
(from rev 178207, graphviz/trunk/LICENSE)
  graphviz/repos/staging-x86_64/PKGBUILD
(from rev 178207, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-x86_64/install
(from rev 178207, graphviz/trunk/install)
Deleted:
  graphviz/repos/staging-i686/LICENSE
  graphviz/repos/staging-i686/PKGBUILD
  graphviz/repos/staging-i686/install
  graphviz/repos/staging-x86_64/LICENSE
  graphviz/repos/staging-x86_64/PKGBUILD
  graphviz/repos/staging-x86_64/install

-+
 staging-i686/LICENSE|  174 +++---
 staging-i686/PKGBUILD   |  117 +++---
 staging-i686/install|   24 +++---
 staging-x86_64/LICENSE  |  174 +++---
 staging-x86_64/PKGBUILD |  117 +++---
 staging-x86_64/install  |   24 +++---
 6 files changed, 318 insertions(+), 312 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 178207:178208 to see the changes.


[arch-commits] Commit in graphviz/repos (12 files)

2013-02-17 Thread Gaetan Bisson
Date: Monday, February 18, 2013 @ 06:54:36
  Author: bisson
Revision: 178210

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  graphviz/repos/staging-i686/LICENSE
(from rev 178209, graphviz/trunk/LICENSE)
  graphviz/repos/staging-i686/PKGBUILD
(from rev 178209, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-i686/install
(from rev 178209, graphviz/trunk/install)
  graphviz/repos/staging-x86_64/LICENSE
(from rev 178209, graphviz/trunk/LICENSE)
  graphviz/repos/staging-x86_64/PKGBUILD
(from rev 178209, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-x86_64/install
(from rev 178209, graphviz/trunk/install)
Deleted:
  graphviz/repos/staging-i686/LICENSE
  graphviz/repos/staging-i686/PKGBUILD
  graphviz/repos/staging-i686/install
  graphviz/repos/staging-x86_64/LICENSE
  graphviz/repos/staging-x86_64/PKGBUILD
  graphviz/repos/staging-x86_64/install

-+
 staging-i686/LICENSE|  174 +++---
 staging-i686/PKGBUILD   |  120 +++
 staging-i686/install|   24 +++---
 staging-x86_64/LICENSE  |  174 +++---
 staging-x86_64/PKGBUILD |  120 +++
 staging-x86_64/install  |   24 +++---
 6 files changed, 318 insertions(+), 318 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 178209:178210 to see the changes.


[arch-commits] Commit in graphviz/repos (12 files)

2012-05-24 Thread Gaetan Bisson
Date: Thursday, May 24, 2012 @ 09:08:54
  Author: bisson
Revision: 159450

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  graphviz/repos/staging-i686/LICENSE
(from rev 159449, graphviz/trunk/LICENSE)
  graphviz/repos/staging-i686/PKGBUILD
(from rev 159449, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-i686/install
(from rev 159449, graphviz/trunk/install)
  graphviz/repos/staging-x86_64/LICENSE
(from rev 159449, graphviz/trunk/LICENSE)
  graphviz/repos/staging-x86_64/PKGBUILD
(from rev 159449, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-x86_64/install
(from rev 159449, graphviz/trunk/install)
Deleted:
  graphviz/repos/staging-i686/LICENSE
  graphviz/repos/staging-i686/PKGBUILD
  graphviz/repos/staging-i686/install
  graphviz/repos/staging-x86_64/LICENSE
  graphviz/repos/staging-x86_64/PKGBUILD
  graphviz/repos/staging-x86_64/install

-+
 staging-i686/LICENSE|  174 +++---
 staging-i686/PKGBUILD   |  110 ++---
 staging-i686/install|   24 +++---
 staging-x86_64/LICENSE  |  174 +++---
 staging-x86_64/PKGBUILD |  110 ++---
 staging-x86_64/install  |   24 +++---
 6 files changed, 308 insertions(+), 308 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 159449:159450 to see the changes.


[arch-commits] Commit in graphviz/repos (12 files)

2012-02-16 Thread Gaetan Bisson
Date: Thursday, February 16, 2012 @ 22:33:20
  Author: bisson
Revision: 150341

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  graphviz/repos/extra-i686/LICENSE
(from rev 150340, graphviz/trunk/LICENSE)
  graphviz/repos/extra-i686/PKGBUILD
(from rev 150340, graphviz/trunk/PKGBUILD)
  graphviz/repos/extra-i686/install
(from rev 150340, graphviz/trunk/install)
  graphviz/repos/extra-x86_64/LICENSE
(from rev 150340, graphviz/trunk/LICENSE)
  graphviz/repos/extra-x86_64/PKGBUILD
(from rev 150340, graphviz/trunk/PKGBUILD)
  graphviz/repos/extra-x86_64/install
(from rev 150340, graphviz/trunk/install)
Deleted:
  graphviz/repos/extra-i686/LICENSE
  graphviz/repos/extra-i686/PKGBUILD
  graphviz/repos/extra-i686/install
  graphviz/repos/extra-x86_64/LICENSE
  graphviz/repos/extra-x86_64/PKGBUILD
  graphviz/repos/extra-x86_64/install

---+
 extra-i686/LICENSE|  174 
 extra-i686/PKGBUILD   |  106 +++--
 extra-i686/install|   24 +++---
 extra-x86_64/LICENSE  |  174 
 extra-x86_64/PKGBUILD |  106 +++--
 extra-x86_64/install  |   24 +++---
 6 files changed, 308 insertions(+), 300 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 150340:150341 to see the changes.


[arch-commits] Commit in graphviz/repos (12 files)

2011-12-04 Thread Gaetan Bisson
Date: Sunday, December 4, 2011 @ 05:42:58
  Author: bisson
Revision: 144296

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  graphviz/repos/extra-i686/LICENSE
(from rev 144295, graphviz/trunk/LICENSE)
  graphviz/repos/extra-i686/PKGBUILD
(from rev 144295, graphviz/trunk/PKGBUILD)
  graphviz/repos/extra-i686/install
(from rev 144295, graphviz/trunk/install)
  graphviz/repos/extra-x86_64/LICENSE
(from rev 144295, graphviz/trunk/LICENSE)
  graphviz/repos/extra-x86_64/PKGBUILD
(from rev 144295, graphviz/trunk/PKGBUILD)
  graphviz/repos/extra-x86_64/install
(from rev 144295, graphviz/trunk/install)
Deleted:
  graphviz/repos/extra-i686/LICENSE
  graphviz/repos/extra-i686/PKGBUILD
  graphviz/repos/extra-i686/install
  graphviz/repos/extra-x86_64/LICENSE
  graphviz/repos/extra-x86_64/PKGBUILD
  graphviz/repos/extra-x86_64/install

---+
 extra-i686/LICENSE|  174 
 extra-i686/PKGBUILD   |  103 ++--
 extra-i686/install|   24 +++---
 extra-x86_64/LICENSE  |  174 
 extra-x86_64/PKGBUILD |  103 ++--
 extra-x86_64/install  |   24 +++---
 6 files changed, 302 insertions(+), 300 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 144295:144296 to see the changes.