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

2016-07-23 Thread Gaƫtan Bisson
Date: Saturday, July 23, 2016 @ 22:07:42
  Author: bisson
Revision: 272428

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

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

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

Copied: graphviz/repos/staging-i686/PKGBUILD (from rev 272427, 
graphviz/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-07-23 22:07:42 UTC (rev 272428)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: kevin 
+# Contributor: John Proctor 
+
+pkgname=graphviz
+pkgver=2.38.0
+pkgrel=13
+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/staging-i686/format-string.patch (from rev 272427, 
graphviz/trunk/format-string.patch)
===
--- staging-i686/format-string.patch(rev 0)
+++ staging-i686/format-string.patch2016-07-23 22:07:42 UTC (rev 272428)
@@ -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());
+   agxbfree();
+ }
+ /* must be here to see flex's macro defns */

Copied: graphviz/repos/staging-i686/ghostscript918.patch (from rev 272427, 
graphviz/trunk/ghostscript918.patch)

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

2015-12-28 Thread Pierre Schmitz
Date: Tuesday, December 29, 2015 @ 08:55:31
  Author: pierre
Revision: 257362

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

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

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

Copied: graphviz/repos/staging-i686/PKGBUILD (from rev 257361, 
graphviz/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-29 07:55:31 UTC (rev 257362)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: kevin 
+# Contributor: John Proctor 
+
+pkgname=graphviz
+pkgver=2.38.0
+pkgrel=11
+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/staging-i686/format-string.patch (from rev 257361, 
graphviz/trunk/format-string.patch)
===
--- staging-i686/format-string.patch(rev 0)
+++ staging-i686/format-string.patch2015-12-29 07:55:31 UTC (rev 257362)
@@ -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());
+   agxbfree();
+ }
+ /* must be here to see flex's macro defns */

Copied: graphviz/repos/staging-i686/ghostscript918.patch (from rev 257361, 
graphviz/trunk/ghostscript918.patch)

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

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 10:35:11
  Author: foutrelis
Revision: 252696

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

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

-+
 staging-i686/PKGBUILD   |   61 ++
 staging-i686/format-string.patch|   21 +++
 staging-i686/ghostscript918.patch   |   18 ++
 staging-i686/install|   12 ++
 staging-x86_64/PKGBUILD |   61 ++
 staging-x86_64/format-string.patch  |   21 +++
 staging-x86_64/ghostscript918.patch |   18 ++
 staging-x86_64/install  |   12 ++
 8 files changed, 224 insertions(+)

Copied: graphviz/repos/staging-i686/PKGBUILD (from rev 252695, 
graphviz/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 09:35:11 UTC (rev 252696)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: kevin 
+# Contributor: John Proctor 
+
+pkgname=graphviz
+pkgver=2.38.0
+pkgrel=8
+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' 'gtk2')
+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'
+'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/staging-i686/format-string.patch (from rev 252695, 
graphviz/trunk/format-string.patch)
===
--- staging-i686/format-string.patch(rev 0)
+++ staging-i686/format-string.patch2015-12-06 09:35:11 UTC (rev 252696)
@@ -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());
+   agxbfree();
+ }
+ /* must be here to see flex's macro defns */

Copied: graphviz/repos/staging-i686/ghostscript918.patch (from rev 252695, 
graphviz/trunk/ghostscript918.patch)

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

2015-11-10 Thread Evangelos Foutras
Date: Tuesday, November 10, 2015 @ 23:18:07
  Author: foutrelis
Revision: 250597

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

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

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

Copied: graphviz/repos/staging-i686/PKGBUILD (from rev 250596, 
graphviz/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-10 22:18:07 UTC (rev 250597)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: kevin 
+# Contributor: John Proctor 
+
+pkgname=graphviz
+pkgver=2.38.0
+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')
+makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'php' 'python2' 'r' 
'tk' 'qt4' 'gtk2')
+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'
+'gtk2: gtk output plugin')
+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/staging-i686/format-string.patch (from rev 250596, 
graphviz/trunk/format-string.patch)
===
--- staging-i686/format-string.patch(rev 0)
+++ staging-i686/format-string.patch2015-11-10 22:18:07 UTC (rev 250597)
@@ -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());
+   agxbfree();
+ }
+ /* must be here to see flex's macro defns */

Copied: graphviz/repos/staging-i686/ghostscript918.patch (from rev 250596, 
graphviz/trunk/ghostscript918.patch)

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

2014-12-02 Thread Gaetan Bisson
Date: Tuesday, December 2, 2014 @ 21:42:16
  Author: bisson
Revision: 227260

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

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

--+
 /PKGBUILD|  114 +
 /install |   24 +++
 extra-i686/PKGBUILD  |   50 
 extra-i686/format-string.patch   |   21 ++
 extra-i686/install   |   12 ---
 extra-x86_64/PKGBUILD|   50 
 extra-x86_64/format-string.patch |   21 ++
 extra-x86_64/install |   12 ---
 8 files changed, 180 insertions(+), 124 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-02 20:41:38 UTC (rev 227259)
+++ extra-i686/PKGBUILD 2014-12-02 20:42:16 UTC (rev 227260)
@@ -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.38.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' 'gtk2')
-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'
-'gtk2: gtk output plugin')
-source=(${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('053c771278909160916ca5464a0a98ebf034c6ef')
-
-install=install
-
-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/extra-i686/PKGBUILD (from rev 227259, 
graphviz/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-02 20:42:16 UTC (rev 227260)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: kevin ke...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=graphviz
+pkgver=2.38.0
+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' 'php' 'python2' 'r' 
'tk' 'qt4' 'gtk2')
+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'
+'gtk2: gtk output plugin')
+source=(${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz
+'format-string.patch')
+sha1sums=('053c771278909160916ca5464a0a98ebf034c6ef'
+  '271d116bc022596a64b6ee061f3d2e50fa2e6025')
+
+install=install
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   patch -p1 -i ../format-string.patch # FS#42983
+}
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   export LIBPOSTFIX=/
+   export PYTHON=python2
+   export LUA=lua5.1
+
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make 

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

2013-10-14 Thread Gaetan Bisson
Date: Monday, October 14, 2013 @ 09:09:39
  Author: bisson
Revision: 196467

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

Added:
  graphviz/repos/extra-i686/PKGBUILD
(from rev 196466, graphviz/repos/testing-i686/PKGBUILD)
  graphviz/repos/extra-i686/install
(from rev 196466, graphviz/repos/testing-i686/install)
  graphviz/repos/extra-x86_64/PKGBUILD
(from rev 196466, graphviz/repos/testing-x86_64/PKGBUILD)
  graphviz/repos/extra-x86_64/install
(from rev 196466, 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 |  100 
 /install  |   24 +++
 extra-i686/PKGBUILD   |   61 -
 extra-i686/install|   12 -
 extra-x86_64/PKGBUILD |   61 -
 extra-x86_64/install  |   12 -
 6 files changed, 124 insertions(+), 146 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-14 07:08:42 UTC (rev 196466)
+++ extra-i686/PKGBUILD 2013-10-14 07:09:39 UTC (rev 196467)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: kevin ke...@archlinux.org
-# Contributor: John Proctor jproc...@prium.net
-
-pkgname=graphviz
-pkgver=2.32.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' 
'ruby' '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'
-'ruby: ruby bindings'
-'tcl: tcl bindings'
-'qt4: gvedit')
-source=(${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('a64f4a409012d13d18338ecb8bd7253083ebc35e')
-
-options=('!libtool')
-install=install
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   sed \
-   -e 's: qw(\([^)]*\)): (qw(\1)):g' \
-   -i config/config_perl.pl
-   sed \
-   -e '/archdir/s:$:+ '$(echo 
-I/usr/include/ruby-2.0.0/{$CARCH-linux,ruby/backward,})':' \
-   -e '/CONFIG/s:site:vendor:' \
-   -i config/config_ruby.rb
-   sed \
-   -e 's:guile-1.8:guile-2.0:g' \
-   -e 's:ruby-1.9:ruby-2.0:g' \
-   -e '/LIBPOSTFIX=64/d' \
-   -i configure
-}
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   export PYTHON=python2
-   export LUA=lua5.1
-
-   ./configure --prefix=/usr --with-cgraph=no
-   make || sed '/caml_array_length/d' -i tclpkg/gv/gv_ocaml.cpp # swig 
goes wonky
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: graphviz/repos/extra-i686/PKGBUILD (from rev 196466, 
graphviz/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-14 07:09:39 UTC (rev 196467)
@@ -0,0 +1,50 @@
+# $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}
+ 

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

2013-09-17 Thread Gaetan Bisson
Date: Tuesday, September 17, 2013 @ 19:04:18
  Author: bisson
Revision: 194533

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

Added:
  graphviz/repos/extra-i686/PKGBUILD
(from rev 194532, graphviz/repos/testing-i686/PKGBUILD)
  graphviz/repos/extra-i686/install
(from rev 194532, graphviz/repos/testing-i686/install)
  graphviz/repos/extra-x86_64/PKGBUILD
(from rev 194532, graphviz/repos/testing-x86_64/PKGBUILD)
  graphviz/repos/extra-x86_64/install
(from rev 194532, 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 |  122 
 /install  |   24 +
 extra-i686/PKGBUILD   |   67 --
 extra-i686/install|   12 
 extra-x86_64/PKGBUILD |   67 --
 extra-x86_64/install  |   12 
 6 files changed, 146 insertions(+), 158 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-17 16:41:50 UTC (rev 194532)
+++ extra-i686/PKGBUILD 2013-09-17 17:04:18 UTC (rev 194533)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: kevin ke...@archlinux.org
-# Contributor: John Proctor jproc...@prium.net
-
-pkgname=graphviz
-pkgver=2.32.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' 
'ruby' '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'
-'ruby: ruby bindings'
-'tcl: tcl bindings'
-'qt4: gvedit')
-source=(${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('a64f4a409012d13d18338ecb8bd7253083ebc35e')
-
-options=('!libtool')
-install=install
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   sed \
-   -e 's: qw(\([^)]*\)): (qw(\1)):g' \
-   -i config/config_perl.pl
-   sed \
-   -e '/archdir/s:$:+ '$(echo 
-I/usr/include/ruby-2.0.0/{$CARCH-linux,ruby/backward,})':' \
-   -e '/CONFIG/s:site:vendor:' \
-   -i config/config_ruby.rb
-   sed \
-   -e 's:guile-1.8:guile-2.0:g' \
-   -e 's:ruby-1.9:ruby-2.0:g' \
-   -e '/LIBPOSTFIX=64/d' \
-   -i configure
-}
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   export PYTHON=python2
-   export LUA=lua5.1
-
-   # install the graph and cgraph api alongside
-   sed 's/@WITH_CGRAPH_FALSE@//g' -i lib/graph/Makefile.in
-
-   ./configure --prefix=/usr
-   make || sed '/caml_array_length/d' -i tclpkg/gv/gv_ocaml.cpp # swig 
goes wonky
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   # everything has been built against cgraph, but use graph as default api
-   sed '/#define WITH_CGRAPH 1/d' -i 
${pkgdir}/usr/include/graphviz/types.h
-}

Copied: graphviz/repos/extra-i686/PKGBUILD (from rev 194532, 
graphviz/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-17 17:04:18 UTC (rev 194533)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: kevin ke...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=graphviz
+pkgver=2.32.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' 
'ruby' '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'
+'ruby: ruby bindings'
+'tcl: tcl bindings'
+'qt4: gvedit')
+source=(${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('a64f4a409012d13d18338ecb8bd7253083ebc35e')
+
+options=('!libtool')
+install=install
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   

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

2013-08-29 Thread Gaetan Bisson
Date: Friday, August 30, 2013 @ 00:53:15
  Author: bisson
Revision: 193736

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

Added:
  graphviz/repos/extra-i686/PKGBUILD
(from rev 193735, graphviz/trunk/PKGBUILD)
  graphviz/repos/extra-i686/install
(from rev 193735, graphviz/trunk/install)
  graphviz/repos/extra-x86_64/PKGBUILD
(from rev 193735, graphviz/trunk/PKGBUILD)
  graphviz/repos/extra-x86_64/install
(from rev 193735, 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

---+
 /PKGBUILD |  134 
 /install  |   24 
 extra-i686/LICENSE|   87 ---
 extra-i686/PKGBUILD   |   72 -
 extra-i686/install|   12 
 extra-x86_64/LICENSE  |   87 ---
 extra-x86_64/PKGBUILD |   72 -
 extra-x86_64/install  |   12 
 8 files changed, 158 insertions(+), 342 deletions(-)

Deleted: extra-i686/LICENSE
===
--- extra-i686/LICENSE  2013-08-29 22:52:37 UTC (rev 193735)
+++ extra-i686/LICENSE  2013-08-29 22:53:15 UTC (rev 193736)
@@ -1,87 +0,0 @@
-Eclipse Public License - v 1.0
-
-THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC 
LICENSE (AGREEMENT). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM 
CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
-
-1. DEFINITIONS
-
-Contribution means:
-
-a) in the case of the initial Contributor, the initial code and documentation 
distributed under this Agreement, and
-
-b) in the case of each subsequent Contributor:
-
-i) changes to the Program, and
-
-ii) additions to the Program;
-
-where such changes and/or additions to the Program originate from and are 
distributed by that particular Contributor. A Contribution 'originates' from a 
Contributor if it was added to the Program by such Contributor itself or anyone 
acting on such Contributor's behalf. Contributions do not include additions to 
the Program which: (i) are separate modules of software distributed in 
conjunction with the Program under their own license agreement, and (ii) are 
not derivative works of the Program.
-
-Contributor means any person or entity that distributes the Program.
-
-Licensed Patents mean patent claims licensable by a Contributor which are 
necessarily infringed by the use or sale of its Contribution alone or when 
combined with the Program.
-
-Program means the Contributions distributed in accordance with this 
Agreement.
-
-Recipient means anyone who receives the Program under this Agreement, 
including all Contributors.
-
-2. GRANT OF RIGHTS
-
-a) Subject to the terms of this Agreement, each Contributor hereby grants 
Recipient a non-exclusive, worldwide, royalty-free copyright license to 
reproduce, prepare derivative works of, publicly display, publicly perform, 
distribute and sublicense the Contribution of such Contributor, if any, and 
such derivative works, in source code and object code form.
-
-b) Subject to the terms of this Agreement, each Contributor hereby grants 
Recipient a non-exclusive, worldwide, royalty-free patent license under 
Licensed Patents to make, use, sell, offer to sell, import and otherwise 
transfer the Contribution of such Contributor, if any, in source code and 
object code form. This patent license shall apply to the combination of the 
Contribution and the Program if, at the time the Contribution is added by the 
Contributor, such addition of the Contribution causes such combination to be 
covered by the Licensed Patents. The patent license shall not apply to any 
other combinations which include the Contribution. No hardware per se is 
licensed hereunder.
-
-c) Recipient understands that although each Contributor grants the licenses to 
its Contributions set forth herein, no assurances are provided by any 
Contributor that the Program does not infringe the patent or other intellectual 
property rights of any other entity. Each Contributor disclaims any liability 
to Recipient for claims brought by any other entity based on infringement of 
intellectual property rights or otherwise. As a condition to exercising the 
rights and licenses granted hereunder, each Recipient hereby assumes sole 
responsibility to secure any other intellectual property rights needed, if any. 
For example, if a third party patent license is required to allow Recipient to 
distribute the Program, it is Recipient's responsibility to acquire that 
license before distributing the Program.
-
-d) Each Contributor represents that to its knowledge it has sufficient 
copyright rights in its Contribution, if any, to grant the copyright license 
set forth in this 

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

2013-02-18 Thread Gaetan Bisson
Date: Monday, February 18, 2013 @ 22:52:38
  Author: bisson
Revision: 178243

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

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

-+
 testing-i686/LICENSE|   87 ++
 testing-i686/PKGBUILD   |   60 +++
 testing-i686/install|   12 ++
 testing-x86_64/LICENSE  |   87 ++
 testing-x86_64/PKGBUILD |   60 +++
 testing-x86_64/install  |   12 ++
 6 files changed, 318 insertions(+)

Copied: graphviz/repos/testing-i686/LICENSE (from rev 178242, 
graphviz/repos/staging-i686/LICENSE)
===
--- testing-i686/LICENSE(rev 0)
+++ testing-i686/LICENSE2013-02-18 21:52:38 UTC (rev 178243)
@@ -0,0 +1,87 @@
+Eclipse Public License - v 1.0
+
+THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC 
LICENSE (AGREEMENT). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM 
CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
+
+1. DEFINITIONS
+
+Contribution means:
+
+a) in the case of the initial Contributor, the initial code and documentation 
distributed under this Agreement, and
+
+b) in the case of each subsequent Contributor:
+
+i) changes to the Program, and
+
+ii) additions to the Program;
+
+where such changes and/or additions to the Program originate from and are 
distributed by that particular Contributor. A Contribution 'originates' from a 
Contributor if it was added to the Program by such Contributor itself or anyone 
acting on such Contributor's behalf. Contributions do not include additions to 
the Program which: (i) are separate modules of software distributed in 
conjunction with the Program under their own license agreement, and (ii) are 
not derivative works of the Program.
+
+Contributor means any person or entity that distributes the Program.
+
+Licensed Patents mean patent claims licensable by a Contributor which are 
necessarily infringed by the use or sale of its Contribution alone or when 
combined with the Program.
+
+Program means the Contributions distributed in accordance with this 
Agreement.
+
+Recipient means anyone who receives the Program under this Agreement, 
including all Contributors.
+
+2. GRANT OF RIGHTS
+
+a) Subject to the terms of this Agreement, each Contributor hereby grants 
Recipient a non-exclusive, worldwide, royalty-free copyright license to 
reproduce, prepare derivative works of, publicly display, publicly perform, 
distribute and sublicense the Contribution of such Contributor, if any, and 
such derivative works, in source code and object code form.
+
+b) Subject to the terms of this Agreement, each Contributor hereby grants 
Recipient a non-exclusive, worldwide, royalty-free patent license under 
Licensed Patents to make, use, sell, offer to sell, import and otherwise 
transfer the Contribution of such Contributor, if any, in source code and 
object code form. This patent license shall apply to the combination of the 
Contribution and the Program if, at the time the Contribution is added by the 
Contributor, such addition of the Contribution causes such combination to be 
covered by the Licensed Patents. The patent license shall not apply to any 
other combinations which include the Contribution. No hardware per se is 
licensed hereunder.
+
+c) Recipient understands that although each Contributor grants the licenses to 
its Contributions set forth herein, no assurances are provided by any 
Contributor that the Program does not infringe the patent or other intellectual 
property rights of any other entity. Each Contributor disclaims any liability 
to Recipient for claims brought by any other entity based on infringement of 
intellectual property rights or otherwise. As a condition to exercising the 
rights and licenses granted hereunder, each Recipient hereby assumes sole 
responsibility to secure any other intellectual property rights needed, if any. 
For example, if a third party patent license is required to allow Recipient to 
distribute the Program, it is Recipient's responsibility to acquire that 
license before 

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

2012-12-23 Thread Evangelos Foutras
Date: Sunday, December 23, 2012 @ 21:20:34
  Author: foutrelis
Revision: 173805

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

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

-+
 testing-i686/LICENSE|   87 ++
 testing-i686/PKGBUILD   |   57 ++
 testing-i686/install|   12 ++
 testing-x86_64/LICENSE  |   87 ++
 testing-x86_64/PKGBUILD |   57 ++
 testing-x86_64/install  |   12 ++
 6 files changed, 312 insertions(+)

Copied: graphviz/repos/testing-i686/LICENSE (from rev 173802, 
graphviz/repos/staging-i686/LICENSE)
===
--- testing-i686/LICENSE(rev 0)
+++ testing-i686/LICENSE2012-12-24 02:20:34 UTC (rev 173805)
@@ -0,0 +1,87 @@
+Eclipse Public License - v 1.0
+
+THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC 
LICENSE (AGREEMENT). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM 
CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
+
+1. DEFINITIONS
+
+Contribution means:
+
+a) in the case of the initial Contributor, the initial code and documentation 
distributed under this Agreement, and
+
+b) in the case of each subsequent Contributor:
+
+i) changes to the Program, and
+
+ii) additions to the Program;
+
+where such changes and/or additions to the Program originate from and are 
distributed by that particular Contributor. A Contribution 'originates' from a 
Contributor if it was added to the Program by such Contributor itself or anyone 
acting on such Contributor's behalf. Contributions do not include additions to 
the Program which: (i) are separate modules of software distributed in 
conjunction with the Program under their own license agreement, and (ii) are 
not derivative works of the Program.
+
+Contributor means any person or entity that distributes the Program.
+
+Licensed Patents mean patent claims licensable by a Contributor which are 
necessarily infringed by the use or sale of its Contribution alone or when 
combined with the Program.
+
+Program means the Contributions distributed in accordance with this 
Agreement.
+
+Recipient means anyone who receives the Program under this Agreement, 
including all Contributors.
+
+2. GRANT OF RIGHTS
+
+a) Subject to the terms of this Agreement, each Contributor hereby grants 
Recipient a non-exclusive, worldwide, royalty-free copyright license to 
reproduce, prepare derivative works of, publicly display, publicly perform, 
distribute and sublicense the Contribution of such Contributor, if any, and 
such derivative works, in source code and object code form.
+
+b) Subject to the terms of this Agreement, each Contributor hereby grants 
Recipient a non-exclusive, worldwide, royalty-free patent license under 
Licensed Patents to make, use, sell, offer to sell, import and otherwise 
transfer the Contribution of such Contributor, if any, in source code and 
object code form. This patent license shall apply to the combination of the 
Contribution and the Program if, at the time the Contribution is added by the 
Contributor, such addition of the Contribution causes such combination to be 
covered by the Licensed Patents. The patent license shall not apply to any 
other combinations which include the Contribution. No hardware per se is 
licensed hereunder.
+
+c) Recipient understands that although each Contributor grants the licenses to 
its Contributions set forth herein, no assurances are provided by any 
Contributor that the Program does not infringe the patent or other intellectual 
property rights of any other entity. Each Contributor disclaims any liability 
to Recipient for claims brought by any other entity based on infringement of 
intellectual property rights or otherwise. As a condition to exercising the 
rights and licenses granted hereunder, each Recipient hereby assumes sole 
responsibility to secure any other intellectual property rights needed, if any. 
For example, if a third party patent license is required to allow Recipient to 
distribute the Program, it is Recipient's responsibility to acquire that 
license before 

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

2012-12-03 Thread Tom Gundersen
Date: Monday, December 3, 2012 @ 19:10:47
  Author: tomegun
Revision: 172483

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

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

-+
 testing-i686/LICENSE|   87 ++
 testing-i686/PKGBUILD   |   57 ++
 testing-i686/install|   12 ++
 testing-x86_64/LICENSE  |   87 ++
 testing-x86_64/PKGBUILD |   57 ++
 testing-x86_64/install  |   12 ++
 6 files changed, 312 insertions(+)

Copied: graphviz/repos/testing-i686/LICENSE (from rev 172479, 
graphviz/repos/staging-i686/LICENSE)
===
--- testing-i686/LICENSE(rev 0)
+++ testing-i686/LICENSE2012-12-04 00:10:47 UTC (rev 172483)
@@ -0,0 +1,87 @@
+Eclipse Public License - v 1.0
+
+THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC 
LICENSE (AGREEMENT). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM 
CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
+
+1. DEFINITIONS
+
+Contribution means:
+
+a) in the case of the initial Contributor, the initial code and documentation 
distributed under this Agreement, and
+
+b) in the case of each subsequent Contributor:
+
+i) changes to the Program, and
+
+ii) additions to the Program;
+
+where such changes and/or additions to the Program originate from and are 
distributed by that particular Contributor. A Contribution 'originates' from a 
Contributor if it was added to the Program by such Contributor itself or anyone 
acting on such Contributor's behalf. Contributions do not include additions to 
the Program which: (i) are separate modules of software distributed in 
conjunction with the Program under their own license agreement, and (ii) are 
not derivative works of the Program.
+
+Contributor means any person or entity that distributes the Program.
+
+Licensed Patents mean patent claims licensable by a Contributor which are 
necessarily infringed by the use or sale of its Contribution alone or when 
combined with the Program.
+
+Program means the Contributions distributed in accordance with this 
Agreement.
+
+Recipient means anyone who receives the Program under this Agreement, 
including all Contributors.
+
+2. GRANT OF RIGHTS
+
+a) Subject to the terms of this Agreement, each Contributor hereby grants 
Recipient a non-exclusive, worldwide, royalty-free copyright license to 
reproduce, prepare derivative works of, publicly display, publicly perform, 
distribute and sublicense the Contribution of such Contributor, if any, and 
such derivative works, in source code and object code form.
+
+b) Subject to the terms of this Agreement, each Contributor hereby grants 
Recipient a non-exclusive, worldwide, royalty-free patent license under 
Licensed Patents to make, use, sell, offer to sell, import and otherwise 
transfer the Contribution of such Contributor, if any, in source code and 
object code form. This patent license shall apply to the combination of the 
Contribution and the Program if, at the time the Contribution is added by the 
Contributor, such addition of the Contribution causes such combination to be 
covered by the Licensed Patents. The patent license shall not apply to any 
other combinations which include the Contribution. No hardware per se is 
licensed hereunder.
+
+c) Recipient understands that although each Contributor grants the licenses to 
its Contributions set forth herein, no assurances are provided by any 
Contributor that the Program does not infringe the patent or other intellectual 
property rights of any other entity. Each Contributor disclaims any liability 
to Recipient for claims brought by any other entity based on infringement of 
intellectual property rights or otherwise. As a condition to exercising the 
rights and licenses granted hereunder, each Recipient hereby assumes sole 
responsibility to secure any other intellectual property rights needed, if any. 
For example, if a third party patent license is required to allow Recipient to 
distribute the Program, it is Recipient's responsibility to acquire that 
license before distributing