[arch-commits] Commit in rrdtool/trunk (PKGBUILD)

2020-06-21 Thread Felix Yan via arch-commits
Date: Sunday, June 21, 2020 @ 15:02:08
  Author: felixonmars
Revision: 389825

upgpkg: rrdtool 1.7.2-5: Perl 5.32 rebuild

Modified:
  rrdtool/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 14:58:22 UTC (rev 389824)
+++ PKGBUILD2020-06-21 15:02:08 UTC (rev 389825)
@@ -2,7 +2,7 @@
 
 pkgname=rrdtool
 pkgver=1.7.2
-pkgrel=4
+pkgrel=5
 pkgdesc="Data logging and graphing application"
 arch=('x86_64')
 url="https://www.rrdtool.org;


[arch-commits] Commit in rrdtool/trunk (PKGBUILD)

2020-05-16 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 16, 2020 @ 13:00:53
  Author: foutrelis
Revision: 384598

upgpkg: rrdtool 1.7.2-4: add build dep on systemd

Modified:
  rrdtool/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-16 13:00:19 UTC (rev 384597)
+++ PKGBUILD2020-05-16 13:00:53 UTC (rev 384598)
@@ -2,13 +2,13 @@
 
 pkgname=rrdtool
 pkgver=1.7.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Data logging and graphing application"
 arch=('x86_64')
 url="https://www.rrdtool.org;
 license=('GPL' 'custom')
 depends=('libxml2' 'pango' 'ttf-dejavu')
-makedepends=('intltool' 'ruby' 'python2-setuptools' 'tcl' 'lua51')
+makedepends=('intltool' 'ruby' 'python2-setuptools' 'tcl' 'lua51' 'systemd')
 optdepends=('perl: to use corresponding binding'
'tcl: to use corresponding binding'
 'python2: to use corresponding binding'


[arch-commits] Commit in rrdtool/trunk (PKGBUILD)

2020-05-16 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 16, 2020 @ 10:23:35
  Author: foutrelis
Revision: 384103

upgpkg: rrdtool 1.7.2-3: reproducibility rebuild

Modified:
  rrdtool/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-16 10:23:33 UTC (rev 384102)
+++ PKGBUILD2020-05-16 10:23:35 UTC (rev 384103)
@@ -2,7 +2,7 @@
 
 pkgname=rrdtool
 pkgver=1.7.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Data logging and graphing application"
 arch=('x86_64')
 url="https://www.rrdtool.org;


[arch-commits] Commit in rrdtool/trunk (PKGBUILD)

2019-12-25 Thread Felix Yan via arch-commits
Date: Thursday, December 26, 2019 @ 01:05:25
  Author: felixonmars
Revision: 372288

Ruby 2.7.0 rebuild

Modified:
  rrdtool/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-26 00:30:56 UTC (rev 372287)
+++ PKGBUILD2019-12-26 01:05:25 UTC (rev 372288)
@@ -2,7 +2,7 @@
 
 pkgname=rrdtool
 pkgver=1.7.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Data logging and graphing application"
 arch=('x86_64')
 url="https://www.rrdtool.org;


[arch-commits] Commit in rrdtool/trunk (PKGBUILD)

2019-09-03 Thread Felix Yan via arch-commits
Date: Tuesday, September 3, 2019 @ 16:55:25
  Author: felixonmars
Revision: 361577

upgpkg: rrdtool 1.7.2-1

Modified:
  rrdtool/trunk/PKGBUILD

--+
 PKGBUILD |   11 ---
 1 file changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-03 16:42:52 UTC (rev 361576)
+++ PKGBUILD2019-09-03 16:55:25 UTC (rev 361577)
@@ -1,8 +1,8 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=rrdtool
-pkgver=1.7.1
-pkgrel=3
+pkgver=1.7.2
+pkgrel=1
 pkgdesc="Data logging and graphing application"
 arch=('x86_64')
 url="https://www.rrdtool.org;
@@ -15,16 +15,13 @@
 'ruby: to use corresponding binding'
 'lua51: to use corresponding binding')
 options=('!emptydirs' '!makeflags')
-source=(https://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz
-
rrdtool-fix-build.patch::"https://github.com/oetiker/rrdtool-1.x/commit/865a9bad.patch;)
-sha256sums=('989b778eda6967aa5192c73abafe43e7b10e6100776971a7e79d249942781aae'
-'ff415f4f52353dc5685c21ddbad74995f1ca4454348e52a07096aceac5089284')
+source=(https://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz)
+sha256sums=('a199faeb7eff7cafc46fac253e682d833d08932f3db93a550a4a5af180ca58db')
 
 prepare() {
   cd ${pkgname}-${pkgver}
   sed -i 's|/usr/bin/python|/usr/bin/python2|' examples/stripes.py
 
-  patch -p1 -i ../rrdtool-fix-build.patch
   # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby
   sed -e 's/$(RUBY) ${abs_srcdir}\/ruby\/extconf.rb/& --vendor/' -i 
bindings/Makefile.am
   aclocal


[arch-commits] Commit in rrdtool/trunk (PKGBUILD)

2019-06-01 Thread Felix Yan via arch-commits
Date: Saturday, June 1, 2019 @ 09:27:27
  Author: felixonmars
Revision: 354653

Perl 5.30 rebuild

Modified:
  rrdtool/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 09:27:04 UTC (rev 354652)
+++ PKGBUILD2019-06-01 09:27:27 UTC (rev 354653)
@@ -2,7 +2,7 @@
 
 pkgname=rrdtool
 pkgver=1.7.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Data logging and graphing application"
 arch=('x86_64')
 url="https://www.rrdtool.org;


[arch-commits] Commit in rrdtool/trunk (PKGBUILD)

2019-05-25 Thread Felix Yan via arch-commits
Date: Saturday, May 25, 2019 @ 09:24:25
  Author: felixonmars
Revision: 354086

Perl 5.30 rebuild

Modified:
  rrdtool/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 09:24:24 UTC (rev 354085)
+++ PKGBUILD2019-05-25 09:24:25 UTC (rev 354086)
@@ -2,7 +2,7 @@
 
 pkgname=rrdtool
 pkgver=1.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Data logging and graphing application"
 arch=('x86_64')
 url="https://www.rrdtool.org;


[arch-commits] Commit in rrdtool/trunk (PKGBUILD)

2019-04-12 Thread Antonio Rojas via arch-commits
Date: Friday, April 12, 2019 @ 18:25:26
  Author: arojas
Revision: 350645

Update to 1.7.1

Modified:
  rrdtool/trunk/PKGBUILD

--+
 PKGBUILD |   16 ++--
 1 file changed, 10 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-12 18:07:43 UTC (rev 350644)
+++ PKGBUILD2019-04-12 18:25:26 UTC (rev 350645)
@@ -1,11 +1,11 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=rrdtool
-pkgver=1.7.0
-pkgrel=6
+pkgver=1.7.1
+pkgrel=1
 pkgdesc="Data logging and graphing application"
 arch=('x86_64')
-url="http://www.rrdtool.org;
+url="https://www.rrdtool.org;
 license=('GPL' 'custom')
 depends=('libxml2' 'pango' 'ttf-dejavu')
 makedepends=('intltool' 'ruby' 'python2-setuptools' 'tcl' 'lua51')
@@ -15,12 +15,16 @@
 'ruby: to use corresponding binding'
 'lua51: to use corresponding binding')
 options=('!emptydirs' '!makeflags')
-source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz)
-sha1sums=('15a2009e2ee67eb41a2598d1a0f1f7cf1a651c78')
+source=(https://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz
+
rrdtool-fix-build.patch::"https://github.com/oetiker/rrdtool-1.x/commit/865a9bad.patch;)
+sha256sums=('989b778eda6967aa5192c73abafe43e7b10e6100776971a7e79d249942781aae'
+'ff415f4f52353dc5685c21ddbad74995f1ca4454348e52a07096aceac5089284')
 
 prepare() {
   cd ${pkgname}-${pkgver}
   sed -i 's|/usr/bin/python|/usr/bin/python2|' examples/stripes.py
+
+  patch -p1 -i ../rrdtool-fix-build.patch
   # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby
   sed -e 's/$(RUBY) ${abs_srcdir}\/ruby\/extconf.rb/& --vendor/' -i 
bindings/Makefile.am
   aclocal
@@ -35,7 +39,7 @@
 --enable-perl --enable-perl-site-install 
--with-perl-options='INSTALLDIRS=vendor' \
 --enable-ruby --enable-ruby-site-install --enable-python \
 --enable-lua --enable-lua-site-install --enable-tcl --disable-libwrap
-  make LIBS+="-lglib-2.0"
+  make
 }
 
 package() {


[arch-commits] Commit in rrdtool/trunk (PKGBUILD)

2019-01-06 Thread Felix Yan via arch-commits
Date: Monday, January 7, 2019 @ 01:08:36
  Author: felixonmars
Revision: 343055

Ruby 2.6.0 rebuild

Modified:
  rrdtool/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-07 01:07:22 UTC (rev 343054)
+++ PKGBUILD2019-01-07 01:08:36 UTC (rev 343055)
@@ -2,7 +2,7 @@
 
 pkgname=rrdtool
 pkgver=1.7.0
-pkgrel=5
+pkgrel=6
 pkgdesc="Data logging and graphing application"
 arch=('x86_64')
 url="http://www.rrdtool.org;


[arch-commits] Commit in rrdtool/trunk (PKGBUILD)

2018-08-01 Thread Florian Pritz via arch-commits
Date: Wednesday, August 1, 2018 @ 09:26:16
  Author: bluewind
Revision: 330086

Perl 5.28 rebuild

Modified:
  rrdtool/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-01 09:26:07 UTC (rev 330085)
+++ PKGBUILD2018-08-01 09:26:16 UTC (rev 330086)
@@ -3,7 +3,7 @@
 
 pkgname=rrdtool
 pkgver=1.7.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Data logging and graphing application"
 arch=('x86_64')
 url="http://www.rrdtool.org;


[arch-commits] Commit in rrdtool/trunk (PKGBUILD)

2018-01-02 Thread Evangelos Foutras via arch-commits
Date: Wednesday, January 3, 2018 @ 07:23:50
  Author: foutrelis
Revision: 313951

Ruby 2.5.0 rebuild

Modified:
  rrdtool/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-03 07:21:27 UTC (rev 313950)
+++ PKGBUILD2018-01-03 07:23:50 UTC (rev 313951)
@@ -3,7 +3,7 @@
 
 pkgname=rrdtool
 pkgver=1.7.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Data logging and graphing application"
 arch=('x86_64')
 url="http://www.rrdtool.org;


[arch-commits] Commit in rrdtool/trunk (PKGBUILD)

2017-08-26 Thread Felix Yan
Date: Saturday, August 26, 2017 @ 13:52:44
  Author: felixonmars
Revision: 303953

Perl versioned binary modules rebuild

Modified:
  rrdtool/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-26 13:51:27 UTC (rev 303952)
+++ PKGBUILD2017-08-26 13:52:44 UTC (rev 303953)
@@ -3,7 +3,7 @@
 
 pkgname=rrdtool
 pkgver=1.7.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Data logging and graphing application"
 arch=('i686' 'x86_64')
 url="http://www.rrdtool.org;


[arch-commits] Commit in rrdtool/trunk (PKGBUILD)

2017-08-24 Thread Evangelos Foutras
Date: Thursday, August 24, 2017 @ 13:36:29
  Author: foutrelis
Revision: 303455

Perl versioned binary modules rebuild

Modified:
  rrdtool/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-24 13:34:31 UTC (rev 303454)
+++ PKGBUILD2017-08-24 13:36:29 UTC (rev 303455)
@@ -3,7 +3,7 @@
 
 pkgname=rrdtool
 pkgver=1.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Data logging and graphing application"
 arch=('i686' 'x86_64')
 url="http://www.rrdtool.org;


[arch-commits] Commit in rrdtool/trunk (PKGBUILD)

2017-06-02 Thread Antonio Rojas
Date: Friday, June 2, 2017 @ 17:59:45
  Author: arojas
Revision: 297730

Update to 1.7.0

Modified:
  rrdtool/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-02 13:31:22 UTC (rev 297729)
+++ PKGBUILD2017-06-02 17:59:45 UTC (rev 297730)
@@ -2,14 +2,14 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=rrdtool
-pkgver=1.6.0
-pkgrel=3
+pkgver=1.7.0
+pkgrel=1
 pkgdesc="Data logging and graphing application"
 arch=('i686' 'x86_64')
 url="http://www.rrdtool.org;
 license=('GPL' 'custom')
 depends=('libxml2' 'pango' 'ttf-dejavu')
-makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua51')
+makedepends=('intltool' 'ruby' 'python2-setuptools' 'tcl' 'lua51')
 optdepends=('perl: to use corresponding binding'
'tcl: to use corresponding binding'
 'python2: to use corresponding binding'
@@ -17,7 +17,7 @@
 'lua51: to use corresponding binding')
 options=('!emptydirs' '!makeflags')
 source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz)
-sha1sums=('9866b41bda9416188f236d61d24f185b173fd571')
+sha1sums=('15a2009e2ee67eb41a2598d1a0f1f7cf1a651c78')
 
 prepare() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in rrdtool/trunk (PKGBUILD)

2017-06-01 Thread Evangelos Foutras
Date: Thursday, June 1, 2017 @ 11:24:35
  Author: foutrelis
Revision: 297222

Perl 5.26 rebuild

Modified:
  rrdtool/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-01 11:22:49 UTC (rev 297221)
+++ PKGBUILD2017-06-01 11:24:35 UTC (rev 297222)
@@ -3,7 +3,7 @@
 
 pkgname=rrdtool
 pkgver=1.6.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Data logging and graphing application"
 arch=('i686' 'x86_64')
 url="http://www.rrdtool.org;


[arch-commits] Commit in rrdtool/trunk (PKGBUILD)

2017-01-09 Thread Evangelos Foutras
Date: Monday, January 9, 2017 @ 18:17:57
  Author: foutrelis
Revision: 285586

Ruby 2.4.0 rebuild

Modified:
  rrdtool/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-09 18:15:52 UTC (rev 285585)
+++ PKGBUILD2017-01-09 18:17:57 UTC (rev 285586)
@@ -3,7 +3,7 @@
 
 pkgname=rrdtool
 pkgver=1.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Data logging and graphing application"
 arch=('i686' 'x86_64')
 url="http://www.rrdtool.org;


[arch-commits] Commit in rrdtool/trunk (PKGBUILD)

2016-10-28 Thread Antonio Rojas
Date: Friday, October 28, 2016 @ 19:19:01
  Author: arojas
Revision: 279412

Update to 1.6.0

Modified:
  rrdtool/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-28 19:10:47 UTC (rev 279411)
+++ PKGBUILD2016-10-28 19:19:01 UTC (rev 279412)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=rrdtool
-pkgver=1.5.6
+pkgver=1.6.0
 pkgrel=1
 pkgdesc="Data logging and graphing application"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 'lua51: to use corresponding binding')
 options=('!emptydirs' '!makeflags')
 source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz)
-sha1sums=('4363f92565638d240f80f410a49014919f887508')
+sha1sums=('9866b41bda9416188f236d61d24f185b173fd571')
 
 prepare() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in rrdtool/trunk (PKGBUILD)

2016-05-12 Thread Antonio Rojas
Date: Thursday, May 12, 2016 @ 08:51:41
  Author: arojas
Revision: 267827

Update to 1.5.6

Modified:
  rrdtool/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 05:17:04 UTC (rev 267826)
+++ PKGBUILD2016-05-12 06:51:41 UTC (rev 267827)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=rrdtool
-pkgver=1.5.5
-pkgrel=2
+pkgver=1.5.6
+pkgrel=1
 pkgdesc="Data logging and graphing application"
 arch=('i686' 'x86_64')
 url="http://www.rrdtool.org;
@@ -17,7 +17,7 @@
 'lua51: to use corresponding binding')
 options=('!emptydirs' '!makeflags')
 source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz)
-sha1sums=('8275cd4dd3fb2086686ee5acfc7cc5e756483e0e')
+sha1sums=('4363f92565638d240f80f410a49014919f887508')
 
 prepare() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in rrdtool/trunk (PKGBUILD)

2016-05-10 Thread Antonio Rojas
Date: Tuesday, May 10, 2016 @ 23:55:14
  Author: arojas
Revision: 267690

perl 5.24 rebuild

Modified:
  rrdtool/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-10 21:48:33 UTC (rev 267689)
+++ PKGBUILD2016-05-10 21:55:14 UTC (rev 267690)
@@ -3,7 +3,7 @@
 
 pkgname=rrdtool
 pkgver=1.5.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Data logging and graphing application"
 arch=('i686' 'x86_64')
 url="http://www.rrdtool.org;


[arch-commits] Commit in rrdtool/trunk (PKGBUILD)

2016-01-13 Thread Eric Bélanger
Date: Thursday, January 14, 2016 @ 06:10:40
  Author: eric
Revision: 258198

upgpkg: rrdtool 1.5.5-1

Upstream update

Modified:
  rrdtool/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-14 05:10:13 UTC (rev 258197)
+++ PKGBUILD2016-01-14 05:10:40 UTC (rev 258198)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=rrdtool
-pkgver=1.5.4
-pkgrel=2
+pkgver=1.5.5
+pkgrel=1
 pkgdesc="Data logging and graphing application"
 arch=('i686' 'x86_64')
 url="http://www.rrdtool.org;
@@ -17,7 +17,7 @@
 'lua51: to use corresponding binding')
 options=('!emptydirs' '!makeflags')
 source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz)
-sha1sums=('5020ffb6c4d309207df946ab13fafff973465b2a')
+sha1sums=('8275cd4dd3fb2086686ee5acfc7cc5e756483e0e')
 
 prepare() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in rrdtool/trunk (PKGBUILD)

2015-12-28 Thread Bartłomiej Piotrowski
Date: Monday, December 28, 2015 @ 22:57:37
  Author: bpiotrowski
Revision: 257340

Ruby 2.3.0 rebuild

Modified:
  rrdtool/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-28 21:41:26 UTC (rev 257339)
+++ PKGBUILD2015-12-28 21:57:37 UTC (rev 257340)
@@ -3,7 +3,7 @@
 
 pkgname=rrdtool
 pkgver=1.5.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Data logging and graphing application"
 arch=('i686' 'x86_64')
 url="http://www.rrdtool.org;


[arch-commits] Commit in rrdtool/trunk (PKGBUILD)

2015-08-18 Thread Eric Bélanger
Date: Tuesday, August 18, 2015 @ 22:09:47
  Author: eric
Revision: 243953

upgpkg: rrdtool 1.5.4-1

Upstream update

Modified:
  rrdtool/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-18 19:49:45 UTC (rev 243952)
+++ PKGBUILD2015-08-18 20:09:47 UTC (rev 243953)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=rrdtool
-pkgver=1.5.3
-pkgrel=2
+pkgver=1.5.4
+pkgrel=1
 pkgdesc=Data logging and graphing application
 arch=('i686' 'x86_64')
 url=http://www.rrdtool.org;
@@ -17,10 +17,11 @@
 'lua51: to use corresponding binding')
 options=('!emptydirs' '!makeflags')
 source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz)
-sha1sums=('38e7e8a382f7937c4344fce33dc15a88e9b2e48a')
+sha1sums=('5020ffb6c4d309207df946ab13fafff973465b2a')
 
 prepare() {
   cd ${pkgname}-${pkgver}
+  sed -i 's|/usr/bin/python|/usr/bin/python2|' examples/stripes.py
   # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby
   sed -e 's/$(RUBY) ${abs_srcdir}\/ruby\/extconf.rb/ --vendor/' -i 
bindings/Makefile.am
   aclocal


[arch-commits] Commit in rrdtool/trunk (PKGBUILD)

2015-06-03 Thread Eric Bélanger
Date: Thursday, June 4, 2015 @ 03:52:18
  Author: eric
Revision: 240316

upgpkg: rrdtool 1.5.3-2

Rebuild against perl 5.22

Modified:
  rrdtool/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-04 01:16:55 UTC (rev 240315)
+++ PKGBUILD2015-06-04 01:52:18 UTC (rev 240316)
@@ -3,7 +3,7 @@
 
 pkgname=rrdtool
 pkgver=1.5.3
-pkgrel=1
+pkgrel=2
 pkgdesc=Data logging and graphing application
 arch=('i686' 'x86_64')
 url=http://www.rrdtool.org;
@@ -10,9 +10,10 @@
 license=('GPL' 'custom')
 depends=('libxml2' 'pango' 'ttf-dejavu')
 makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua51')
-optdepends=('tcl: to use corresponding binding' \
-'python2: to use corresponding binding' \
-'ruby: to use corresponding binding' \
+optdepends=('perl: to use corresponding binding'
+   'tcl: to use corresponding binding'
+'python2: to use corresponding binding'
+'ruby: to use corresponding binding'
 'lua51: to use corresponding binding')
 options=('!emptydirs' '!makeflags')
 source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz)


[arch-commits] Commit in rrdtool/trunk (PKGBUILD rrdtool-pangofont.patch)

2014-12-31 Thread Eric Bélanger
Date: Wednesday, December 31, 2014 @ 20:57:12
  Author: eric
Revision: 228255

upgpkg: rrdtool 1.4.9-1

Upstream update

Modified:
  rrdtool/trunk/PKGBUILD
  rrdtool/trunk/rrdtool-pangofont.patch

-+
 PKGBUILD|8 
 rrdtool-pangofont.patch |5 ++---
 2 files changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-31 19:55:22 UTC (rev 228254)
+++ PKGBUILD2014-12-31 19:57:12 UTC (rev 228255)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=rrdtool
-pkgver=1.4.8
-pkgrel=5
+pkgver=1.4.9
+pkgrel=1
 pkgdesc=Data logging and graphing application
 arch=('i686' 'x86_64')
 url=http://www.rrdtool.org;
@@ -17,8 +17,8 @@
 options=('!emptydirs' '!makeflags')
 source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz 
 rrdtool-pangofont.patch rrdtool-systemd.patch)
-sha1sums=('56d68857f39e70bfa32360947614d8220702ed02'
-  '8c600285bdab7776c1d5301df7cf486d69eae048'
+sha1sums=('c83b158b4aaadbf28b15823fa863db1672700d3b'
+  '6594d5e53d649753eefefc4e29db79e19745f66d'
   '963b600f8056d85305b6ff4554fa1e7b9b5a4ae1')
 
 prepare() {

Modified: rrdtool-pangofont.patch
===
--- rrdtool-pangofont.patch 2014-12-31 19:55:22 UTC (rev 228254)
+++ rrdtool-pangofont.patch 2014-12-31 19:57:12 UTC (rev 228255)
@@ -12,15 +12,14 @@
 index 2f9e395..d6b2722 100644
 --- a/configure.ac
 +++ b/configure.ac
-@@ -535,7 +535,7 @@ EX_CHECK_ALL(cairo,  cairo_font_options_create, 
cairo.h,
+@@ -535,6 +535,6 @@ EX_CHECK_ALL(cairo,  cairo_font_options_create, 
cairo.h,
  EX_CHECK_ALL(cairo,  cairo_svg_surface_create,  cairo-svg.h,  
  cairo-svg,   1.10.2,  http://cairographics.org/releases/, )
  EX_CHECK_ALL(cairo,  cairo_pdf_surface_create,  cairo-pdf.h,  
  cairo-pdf,   1.10.2,  http://cairographics.org/releases/, )
  EX_CHECK_ALL(cairo,  cairo_ps_surface_create,   cairo-ps.h,   
  cairo-ps,1.10.2,  http://cairographics.org/releases/, )
 -EX_CHECK_ALL(pangocairo-1.0,  pango_cairo_context_set_font_options,  
pango/pango.h,  pangocairo,  1.28.4,
http://ftp.gnome.org/pub/GNOME/sources/pango/1.28, )
 +EX_CHECK_ALL(pangocairo-1.0,  pango_font_map_create_context,  pango/pango.h,  
pangocairo,  1.28.4,http://ftp.gnome.org/pub/GNOME/sources/pango/1.28, )
- 
  fi
- EX_CHECK_ALL(glib-2.0,   glib_check_version,glib.h,   
  glib-2.0,2.28.7, ftp://ftp.gtk.org/pub/glib/2.28/, )
+ EX_CHECK_ALL(xml2,   xmlParseFile,  libxml/parser.h,  
  libxml-2.0,2.7.8,  http://xmlsoft.org/downloads.html, 
/usr/include/libxml2)
 diff --git a/src/rrd_graph.c b/src/rrd_graph.c
 index 5547aa6..25ae485 100644
 --- a/src/rrd_graph.c


[arch-commits] Commit in rrdtool/trunk (PKGBUILD)

2014-12-29 Thread Evangelos Foutras
Date: Monday, December 29, 2014 @ 15:10:11
  Author: foutrelis
Revision: 228139

upgpkg: rrdtool 1.4.8-5

Ruby 2.2 rebuild.

Modified:
  rrdtool/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-29 12:21:41 UTC (rev 228138)
+++ PKGBUILD2014-12-29 14:10:11 UTC (rev 228139)
@@ -3,7 +3,7 @@
 
 pkgname=rrdtool
 pkgver=1.4.8
-pkgrel=4
+pkgrel=5
 pkgdesc=Data logging and graphing application
 arch=('i686' 'x86_64')
 url=http://www.rrdtool.org;


[arch-commits] Commit in rrdtool/trunk (PKGBUILD)

2014-05-28 Thread Eric Bélanger
Date: Wednesday, May 28, 2014 @ 23:43:00
  Author: eric
Revision: 213739

upgpkg: rrdtool 1.4.8-4

Rebuild against perl 5.20

Modified:
  rrdtool/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-28 21:29:01 UTC (rev 213738)
+++ PKGBUILD2014-05-28 21:43:00 UTC (rev 213739)
@@ -3,7 +3,7 @@
 
 pkgname=rrdtool
 pkgver=1.4.8
-pkgrel=3
+pkgrel=4
 pkgdesc=Data logging and graphing application
 arch=('i686' 'x86_64')
 url=http://www.rrdtool.org;



[arch-commits] Commit in rrdtool/trunk (PKGBUILD)

2014-01-08 Thread Eric Bélanger
Date: Thursday, January 9, 2014 @ 01:25:50
  Author: eric
Revision: 203377

upgpkg: rrdtool 1.4.8-3

Rebuild against ruby 2.1.0

Modified:
  rrdtool/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-08 22:37:17 UTC (rev 203376)
+++ PKGBUILD2014-01-09 00:25:50 UTC (rev 203377)
@@ -3,7 +3,7 @@
 
 pkgname=rrdtool
 pkgver=1.4.8
-pkgrel=2
+pkgrel=3
 pkgdesc=Data logging and graphing application
 arch=('i686' 'x86_64')
 url=http://www.rrdtool.org;



[arch-commits] Commit in rrdtool/trunk (PKGBUILD rrdtool-systemd.patch)

2013-10-25 Thread Eric Bélanger
Date: Friday, October 25, 2013 @ 21:14:36
  Author: eric
Revision: 197421

upgpkg: rrdtool 1.4.8-2

Rebuild without static libraries, Add systemd support (close FS#36581)

Added:
  rrdtool/trunk/rrdtool-systemd.patch
Modified:
  rrdtool/trunk/PKGBUILD

---+
 PKGBUILD  |   16 +++--
 rrdtool-systemd.patch |  140 
 2 files changed, 149 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-25 18:39:49 UTC (rev 197420)
+++ PKGBUILD2013-10-25 19:14:36 UTC (rev 197421)
@@ -3,7 +3,7 @@
 
 pkgname=rrdtool
 pkgver=1.4.8
-pkgrel=1
+pkgrel=2
 pkgdesc=Data logging and graphing application
 arch=('i686' 'x86_64')
 url=http://www.rrdtool.org;
@@ -14,22 +14,24 @@
 'python2: to use corresponding binding' \
 'ruby: to use corresponding binding' \
 'lua51: to use corresponding binding')
-options=('!libtool' '!emptydirs' '!makeflags')
+options=('!emptydirs' '!makeflags')
 source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz 
-rrdtool-pangofont.patch)
+rrdtool-pangofont.patch rrdtool-systemd.patch)
 sha1sums=('56d68857f39e70bfa32360947614d8220702ed02'
-  '8c600285bdab7776c1d5301df7cf486d69eae048')
+  '8c600285bdab7776c1d5301df7cf486d69eae048'
+  '963b600f8056d85305b6ff4554fa1e7b9b5a4ae1')
 
 prepare() {
   cd ${pkgname}-${pkgver}
   # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby
-  sed -e 's/$(RUBY) extconf.rb/ --vendor/' -i bindings/Makefile.in
-  patch -p1 -i ../rrdtool-pangofont.patch
+  sed -e 's/$(RUBY) extconf.rb/ --vendor/' -i bindings/Makefile.am
+  patch -p1 -i ${srcdir}/rrdtool-pangofont.patch
+  patch -p1 -i ${srcdir}/rrdtool-systemd.patch
 }
 
 build() {
   cd ${pkgname}-${pkgver}
-  autoconf
+  autoreconf
   PYTHON=python2 LUA=/usr/bin/lua5.1 \
 LUA_CFLAGS=-I/usr/include/lua5.1 -llua5.1 
LUA_INSTALL_CMOD=/usr/lib/lua/5.1 \
 ./configure --prefix=/usr --localstatedir=/var --disable-rpath \

Added: rrdtool-systemd.patch
===
--- rrdtool-systemd.patch   (rev 0)
+++ rrdtool-systemd.patch   2013-10-25 19:14:36 UTC (rev 197421)
@@ -0,0 +1,140 @@
+From 78b519eb2ffa786d6427bb13277e9151ef7b111e Mon Sep 17 00:00:00 2001
+From: Tobias Oetiker t...@oetiker.ch
+Date: Mon, 2 Jul 2012 15:05:32 +
+Subject: [PATCH] serviced config etc files for rrdtool
+
+git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2292 
a5681a0c-68f1-0310-ab6d-d61299d08faa
+---
+ etc/rrdcached.service.in | 19 +++
+ etc/rrdcached.socket.in  | 18 ++
+ 2 files changed, 37 insertions(+)
+ create mode 100644 etc/rrdcached.service.in
+ create mode 100644 etc/rrdcached.socket.in
+
+diff --git a/etc/rrdcached.service.in b/etc/rrdcached.service.in
+new file mode 100644
+index 000..3b6f309
+--- /dev/null
 b/etc/rrdcached.service.in
+@@ -0,0 +1,19 @@
++#
++# To customize, copy this file to /etc/systemd/system/
++# and edit there
++#
++
++[Unit]
++Description=Data caching daemon for rrdtool
++Documentation=man:rrdcached(1)
++
++[Service]
++# If you enable socket-activable rrdcached.socket,
++# command line socket declarations will be ignored
++ExecStart=@prefix@/bin/rrdcached -g
++#WorkingDirectory=
++#User=
++#Group=
++
++[Install]
++WantedBy=multi-user.target
+diff --git a/etc/rrdcached.socket.in b/etc/rrdcached.socket.in
+new file mode 100644
+index 000..7a2d63e
+--- /dev/null
 b/etc/rrdcached.socket.in
+@@ -0,0 +1,18 @@
++#
++# To customize, copy this file to /etc/systemd/system/
++# and edit there
++#
++
++[Unit]
++Description=sockets activating rrdcached
++Documentation=man:rrdcached(1)
++
++[Socket]
++ListenStream=/tmp/rrdcached.sock
++#ListenStream=[::1]:42217
++#DirectoryMode=0755
++#SocketMode=0666
++#BindToDevice=
++
++[Install]
++WantedBy=sockets.target
+-- 
+1.8.4
+
+From 134ed0d33953e7e71c55454591c1078f7ae1db8a Mon Sep 17 00:00:00 2001
+From: Tobias Oetiker t...@oetiker.ch
+Date: Mon, 2 Jul 2012 14:01:06 +
+Subject: [PATCH] wire up systemd support in autoconf -- to...@pipebreaker.pl
+
+git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2291 
a5681a0c-68f1-0310-ab6d-d61299d08faa
+---
+ Makefile.am   |  6 ++
+ configure.ac  | 12 
+ doc/rrdcached.pod |  2 ++
+ 3 files changed, 20 insertions(+)
+
+diff --git a/Makefile.am b/Makefile.am
+index 20b2e0a..11d16d3 100644
+--- a/Makefile.am
 b/Makefile.am
+@@ -29,6 +29,12 @@ ACLOCAL_M4= $(top_srcdir)/aclocal.m4
+ 
+ # $(RSYNC) CHANGES archive/$(PACKAGE)-$(VERSION).tar.gz 
t...@ipn.caida.org:/ipn/web/Tools/RRDtool/pub/
+ 
++if HAVE_SYSTEMD
++systemdsystemunit_DATA = \
++  etc/rrdcached.socket \
++  etc/rrdcached.service
++endif
++
+ site-perl-inst: site-perl-install
+ 
+ site-perl-install: all bindings/perl-piped/Makefile 

[arch-commits] Commit in rrdtool/trunk (PKGBUILD rrdtool-pangofont.patch)

2013-06-27 Thread Eric Bélanger
Date: Friday, June 28, 2013 @ 03:52:00
  Author: eric
Revision: 188994

upgpkg: rrdtool 1.4.8-1

Upstream update, Fix pango font (close FS#35953)

Added:
  rrdtool/trunk/rrdtool-pangofont.patch
Modified:
  rrdtool/trunk/PKGBUILD

-+
 PKGBUILD|   14 +-
 rrdtool-pangofont.patch |   39 +++
 2 files changed, 48 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-28 01:14:19 UTC (rev 188993)
+++ PKGBUILD2013-06-28 01:52:00 UTC (rev 188994)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=rrdtool
-pkgver=1.4.7
-pkgrel=7
+pkgver=1.4.8
+pkgrel=1
 pkgdesc=Data logging and graphing application
 arch=('i686' 'x86_64')
 url=http://www.rrdtool.org;
@@ -15,24 +15,28 @@
 'ruby: to use corresponding binding' \
 'lua51: to use corresponding binding')
 options=('!libtool' '!emptydirs' '!makeflags')
-source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz)
-sha1sums=('faab7df7696b69f85d6f89dd9708d7cf0c9a273b')
+source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz 
+rrdtool-pangofont.patch)
+sha1sums=('56d68857f39e70bfa32360947614d8220702ed02'
+  '8c600285bdab7776c1d5301df7cf486d69eae048')
 
 prepare() {
   cd ${pkgname}-${pkgver}
   # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby
   sed -e 's/$(RUBY) extconf.rb/ --vendor/' -i bindings/Makefile.in
+  patch -p1 -i ../rrdtool-pangofont.patch
 }
 
 build() {
   cd ${pkgname}-${pkgver}
+  autoconf
   PYTHON=python2 LUA=/usr/bin/lua5.1 \
 LUA_CFLAGS=-I/usr/include/lua5.1 -llua5.1 
LUA_INSTALL_CMOD=/usr/lib/lua/5.1 \
 ./configure --prefix=/usr --localstatedir=/var --disable-rpath \
 --enable-perl --enable-perl-site-install 
--with-perl-options='INSTALLDIRS=vendor' \
 --enable-ruby --enable-ruby-site-install --enable-python \
 --enable-lua --enable-lua-site-install --enable-tcl --disable-libwrap
-  make
+  make LIBS+=-lglib-2.0
 }
 
 package() {

Added: rrdtool-pangofont.patch
===
--- rrdtool-pangofont.patch (rev 0)
+++ rrdtool-pangofont.patch 2013-06-28 01:52:00 UTC (rev 188994)
@@ -0,0 +1,39 @@
+From ba76d4915eb3d379d69205957e48edea4aee27b6 Mon Sep 17 00:00:00 2001
+From: Tobias Oetiker t...@oetiker.ch
+Date: Wed, 24 Apr 2013 23:49:28 +0200
+Subject: [PATCH] move to non-deprecated pango_font_map_create_context
+
+---
+ configure.ac| 2 +-
+ src/rrd_graph.c | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 2f9e395..d6b2722 100644
+--- a/configure.ac
 b/configure.ac
+@@ -535,7 +535,7 @@ EX_CHECK_ALL(cairo,  cairo_font_options_create, 
cairo.h,
+ EX_CHECK_ALL(cairo,  cairo_svg_surface_create,  cairo-svg.h,  
  cairo-svg,   1.10.2,  http://cairographics.org/releases/, )
+ EX_CHECK_ALL(cairo,  cairo_pdf_surface_create,  cairo-pdf.h,  
  cairo-pdf,   1.10.2,  http://cairographics.org/releases/, )
+ EX_CHECK_ALL(cairo,  cairo_ps_surface_create,   cairo-ps.h,   
  cairo-ps,1.10.2,  http://cairographics.org/releases/, )
+-EX_CHECK_ALL(pangocairo-1.0,  pango_cairo_context_set_font_options,  
pango/pango.h,  pangocairo,  1.28.4,
http://ftp.gnome.org/pub/GNOME/sources/pango/1.28, )
++EX_CHECK_ALL(pangocairo-1.0,  pango_font_map_create_context,  pango/pango.h,  
pangocairo,  1.28.4,http://ftp.gnome.org/pub/GNOME/sources/pango/1.28, )
+ 
+ fi
+ EX_CHECK_ALL(glib-2.0,   glib_check_version,glib.h,   
  glib-2.0,2.28.7, ftp://ftp.gtk.org/pub/glib/2.28/, )
+diff --git a/src/rrd_graph.c b/src/rrd_graph.c
+index 5547aa6..25ae485 100644
+--- a/src/rrd_graph.c
 b/src/rrd_graph.c
+@@ -4282,7 +4282,7 @@ void rrd_graph_init(
+ fontmap = pango_cairo_font_map_get_default();
+ }
+ 
+-context =  
pango_cairo_font_map_create_context((PangoCairoFontMap*)fontmap);
++context =  pango_font_map_create_context(fontmap);
+ 
+ pango_cairo_context_set_resolution(context, 100);
+ 
+-- 
+1.8.1.6
+



[arch-commits] Commit in rrdtool/trunk (PKGBUILD)

2013-05-20 Thread Eric Bélanger
Date: Monday, May 20, 2013 @ 22:05:03
  Author: eric
Revision: 186062

upgpkg: rrdtool 1.4.7-7

Rebuild against perl 5.18

Modified:
  rrdtool/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-20 19:52:46 UTC (rev 186061)
+++ PKGBUILD2013-05-20 20:05:03 UTC (rev 186062)
@@ -3,7 +3,7 @@
 
 pkgname=rrdtool
 pkgver=1.4.7
-pkgrel=6
+pkgrel=7
 pkgdesc=Data logging and graphing application
 arch=('i686' 'x86_64')
 url=http://www.rrdtool.org;



[arch-commits] Commit in rrdtool/trunk (PKGBUILD)

2013-04-27 Thread Eric Bélanger
Date: Sunday, April 28, 2013 @ 01:55:39
  Author: eric
Revision: 183796

upgpkg: rrdtool 1.4.7-6

Rebuild against libpng 1.6

Modified:
  rrdtool/trunk/PKGBUILD

--+
 PKGBUILD |   12 +++-
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-27 23:55:13 UTC (rev 183795)
+++ PKGBUILD2013-04-27 23:55:39 UTC (rev 183796)
@@ -3,7 +3,7 @@
 
 pkgname=rrdtool
 pkgver=1.4.7
-pkgrel=5
+pkgrel=6
 pkgdesc=Data logging and graphing application
 arch=('i686' 'x86_64')
 url=http://www.rrdtool.org;
@@ -18,12 +18,14 @@
 source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz)
 sha1sums=('faab7df7696b69f85d6f89dd9708d7cf0c9a273b')
 
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
+prepare() {
+  cd ${pkgname}-${pkgver}
   # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby
   sed -e 's/$(RUBY) extconf.rb/ --vendor/' -i bindings/Makefile.in
+}
 
+build() {
+  cd ${pkgname}-${pkgver}
   PYTHON=python2 LUA=/usr/bin/lua5.1 \
 LUA_CFLAGS=-I/usr/include/lua5.1 -llua5.1 
LUA_INSTALL_CMOD=/usr/lib/lua/5.1 \
 ./configure --prefix=/usr --localstatedir=/var --disable-rpath \
@@ -34,7 +36,7 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} includedir=/usr/include install
   install -D -m644 COPYRIGHT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }



[arch-commits] Commit in rrdtool/trunk (PKGBUILD)

2013-03-03 Thread Eric Bélanger
Date: Sunday, March 3, 2013 @ 21:33:49
  Author: eric
Revision: 179123

upgpkg: rrdtool 1.4.7-5

Rebuild against ruby 2.0.0

Modified:
  rrdtool/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-03 20:25:31 UTC (rev 179122)
+++ PKGBUILD2013-03-03 20:33:49 UTC (rev 179123)
@@ -3,7 +3,7 @@
 
 pkgname=rrdtool
 pkgver=1.4.7
-pkgrel=4
+pkgrel=5
 pkgdesc=Data logging and graphing application
 arch=('i686' 'x86_64')
 url=http://www.rrdtool.org;
@@ -35,6 +35,6 @@
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  make DESTDIR=${pkgdir} includedir=/usr/include install
   install -D -m644 COPYRIGHT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }



[arch-commits] Commit in rrdtool/trunk (PKGBUILD)

2013-01-03 Thread Eric Bélanger
Date: Thursday, January 3, 2013 @ 22:15:09
  Author: eric
Revision: 174293

upgpkg: rrdtool 1.4.7-4

Rebuild against tcl 8.6 (close FS#33283)

Modified:
  rrdtool/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 01:22:15 UTC (rev 174292)
+++ PKGBUILD2013-01-04 03:15:09 UTC (rev 174293)
@@ -3,7 +3,7 @@
 
 pkgname=rrdtool
 pkgver=1.4.7
-pkgrel=3
+pkgrel=4
 pkgdesc=Data logging and graphing application
 arch=('i686' 'x86_64')
 url=http://www.rrdtool.org;



[arch-commits] Commit in rrdtool/trunk (PKGBUILD)

2012-11-14 Thread Eric Bélanger
Date: Wednesday, November 14, 2012 @ 14:51:35
  Author: eric
Revision: 171010

upgpkg: rrdtool 1.4.7-3

Build against lua51

Modified:
  rrdtool/trunk/PKGBUILD

--+
 PKGBUILD |   10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-14 19:49:19 UTC (rev 171009)
+++ PKGBUILD2012-11-14 19:51:35 UTC (rev 171010)
@@ -3,17 +3,17 @@
 
 pkgname=rrdtool
 pkgver=1.4.7
-pkgrel=2
+pkgrel=3
 pkgdesc=Data logging and graphing application
 arch=('i686' 'x86_64')
 url=http://www.rrdtool.org;
 license=('GPL' 'custom')
 depends=('libxml2' 'pango' 'ttf-dejavu')
-makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua')
+makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua51')
 optdepends=('tcl: to use corresponding binding' \
 'python2: to use corresponding binding' \
 'ruby: to use corresponding binding' \
-'lua: to use corresponding binding')
+'lua51: to use corresponding binding')
 options=('!libtool' '!emptydirs' '!makeflags')
 source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz)
 sha1sums=('faab7df7696b69f85d6f89dd9708d7cf0c9a273b')
@@ -24,7 +24,9 @@
   # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby
   sed -e 's/$(RUBY) extconf.rb/ --vendor/' -i bindings/Makefile.in
 
-  PYTHON=python2 ./configure --prefix=/usr --localstatedir=/var 
--disable-rpath \
+  PYTHON=python2 LUA=/usr/bin/lua5.1 \
+LUA_CFLAGS=-I/usr/include/lua5.1 -llua5.1 
LUA_INSTALL_CMOD=/usr/lib/lua/5.1 \
+./configure --prefix=/usr --localstatedir=/var --disable-rpath \
 --enable-perl --enable-perl-site-install 
--with-perl-options='INSTALLDIRS=vendor' \
 --enable-ruby --enable-ruby-site-install --enable-python \
 --enable-lua --enable-lua-site-install --enable-tcl --disable-libwrap



[arch-commits] Commit in rrdtool/trunk (PKGBUILD)

2012-05-26 Thread Eric Bélanger
Date: Saturday, May 26, 2012 @ 13:51:37
  Author: eric
Revision: 159768

upgpkg: rrdtool 1.4.7-2

Rebuild against perl 5.16

Modified:
  rrdtool/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-05-26 17:25:12 UTC (rev 159767)
+++ PKGBUILD2012-05-26 17:51:37 UTC (rev 159768)
@@ -3,7 +3,7 @@
 
 pkgname=rrdtool
 pkgver=1.4.7
-pkgrel=1
+pkgrel=2
 pkgdesc=Data logging and graphing application
 arch=('i686' 'x86_64')
 url=http://www.rrdtool.org;



[arch-commits] Commit in rrdtool/trunk (PKGBUILD)

2012-03-13 Thread Eric Bélanger
Date: Tuesday, March 13, 2012 @ 19:17:32
  Author: eric
Revision: 153437

upgpkg: rrdtool 1.4.7-1

Upstream update, Remove unneeded perl library linking

Modified:
  rrdtool/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-13 22:48:26 UTC (rev 153436)
+++ PKGBUILD2012-03-13 23:17:32 UTC (rev 153437)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=rrdtool
-pkgver=1.4.5
-pkgrel=6
+pkgver=1.4.7
+pkgrel=1
 pkgdesc=Data logging and graphing application
 arch=('i686' 'x86_64')
 url=http://www.rrdtool.org;
@@ -16,13 +16,11 @@
 'lua: to use corresponding binding')
 options=('!libtool' '!emptydirs' '!makeflags')
 source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz)
-sha1sums=('56638e8aedd5d5522152e86746e382b75dc48c35')
+sha1sums=('faab7df7696b69f85d6f89dd9708d7cf0c9a273b')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
-  sed -i 's|-lrrd|-lrrd -L/usr/lib/perl5/core_perl/CORE/ -lperl |' 
bindings/perl-shared/Makefile.PL
-
   # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby
   sed -e 's/$(RUBY) extconf.rb/ --vendor/' -i bindings/Makefile.in
 



[arch-commits] Commit in rrdtool/trunk (PKGBUILD)

2012-02-23 Thread Thomas Dziedzic
Date: Thursday, February 23, 2012 @ 20:09:35
  Author: tdziedzic
Revision: 150932

upgpkg: rrdtool 1.4.5-6

use vendor_ruby instead of site_ruby, fixes FS#28521

Modified:
  rrdtool/trunk/PKGBUILD

--+
 PKGBUILD |7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-23 23:42:48 UTC (rev 150931)
+++ PKGBUILD2012-02-24 01:09:35 UTC (rev 150932)
@@ -3,7 +3,7 @@
 
 pkgname=rrdtool
 pkgver=1.4.5
-pkgrel=5
+pkgrel=6
 pkgdesc=Data logging and graphing application
 arch=('i686' 'x86_64')
 url=http://www.rrdtool.org;
@@ -20,7 +20,12 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+
   sed -i 's|-lrrd|-lrrd -L/usr/lib/perl5/core_perl/CORE/ -lperl |' 
bindings/perl-shared/Makefile.PL
+
+  # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby
+  sed -e 's/$(RUBY) extconf.rb/ --vendor/' -i bindings/Makefile.in
+
   PYTHON=python2 ./configure --prefix=/usr --localstatedir=/var 
--disable-rpath \
 --enable-perl --enable-perl-site-install 
--with-perl-options='INSTALLDIRS=vendor' \
 --enable-ruby --enable-ruby-site-install --enable-python \



[arch-commits] Commit in rrdtool/trunk (PKGBUILD)

2012-01-18 Thread Eric Bélanger
Date: Wednesday, January 18, 2012 @ 23:20:04
  Author: eric
Revision: 146898

upgpkg: rrdtool 1.4.5-5

Rebuild against libpng 1.5 and libtiff 4.0

Modified:
  rrdtool/trunk/PKGBUILD

--+
 PKGBUILD |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-19 03:58:55 UTC (rev 146897)
+++ PKGBUILD2012-01-19 04:20:04 UTC (rev 146898)
@@ -3,7 +3,7 @@
 
 pkgname=rrdtool
 pkgver=1.4.5
-pkgrel=4
+pkgrel=5
 pkgdesc=Data logging and graphing application
 arch=('i686' 'x86_64')
 url=http://www.rrdtool.org;
@@ -16,7 +16,6 @@
 'lua: to use corresponding binding')
 options=('!libtool' '!emptydirs' '!makeflags')
 source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz)
-md5sums=('4d116dba9a0888d8aaac179e35d3980a')
 sha1sums=('56638e8aedd5d5522152e86746e382b75dc48c35')
 
 build() {



[arch-commits] Commit in rrdtool/trunk (PKGBUILD)

2011-08-19 Thread Eric Bélanger
Date: Friday, August 19, 2011 @ 23:52:46
  Author: eric
Revision: 135892

upgpkg: rrdtool 1.4.5-4

Add ttf-dejavu depends (close FS#25651)

Modified:
  rrdtool/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-20 02:34:55 UTC (rev 135891)
+++ PKGBUILD2011-08-20 03:52:46 UTC (rev 135892)
@@ -3,12 +3,12 @@
 
 pkgname=rrdtool
 pkgver=1.4.5
-pkgrel=3
+pkgrel=4
 pkgdesc=Data logging and graphing application
 arch=('i686' 'x86_64')
 url=http://www.rrdtool.org;
 license=('GPL' 'custom')
-depends=('libxml2' 'pango')
+depends=('libxml2' 'pango' 'ttf-dejavu')
 makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua')
 optdepends=('tcl: to use corresponding binding' \
 'python2: to use corresponding binding' \



[arch-commits] Commit in rrdtool/trunk (PKGBUILD)

2011-07-15 Thread Dan McGee
Date: Friday, July 15, 2011 @ 19:27:54
  Author: dan
Revision: 131818

upgpkg: rrdtool 1.4.5-3
rebuild without tcp_wrappers support

Modified:
  rrdtool/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-07-15 23:12:14 UTC (rev 131817)
+++ PKGBUILD2011-07-15 23:27:54 UTC (rev 131818)
@@ -3,12 +3,12 @@
 
 pkgname=rrdtool
 pkgver=1.4.5
-pkgrel=2
+pkgrel=3
 pkgdesc=Data logging and graphing application
 arch=('i686' 'x86_64')
 url=http://www.rrdtool.org;
 license=('GPL' 'custom')
-depends=('libpng' 'libxml2' 'pango' 'tcp_wrappers')
+depends=('libpng' 'libxml2' 'pango')
 makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua')
 optdepends=('tcl: to use corresponding binding' \
 'python2: to use corresponding binding' \
@@ -26,7 +26,7 @@
   ./configure --prefix=/usr --localstatedir=/var --disable-rpath \
 --enable-perl --enable-perl-site-install 
--with-perl-options='INSTALLDIRS=vendor' \
 --enable-ruby --enable-ruby-site-install --enable-python \
---enable-lua --enable-lua-site-install --enable-tcl
+--enable-lua --enable-lua-site-install --enable-tcl --disable-libwrap
   make
 }
 



[arch-commits] Commit in rrdtool/trunk (PKGBUILD)

2011-07-15 Thread Eric Bélanger
Date: Friday, July 15, 2011 @ 20:19:32
  Author: eric
Revision: 131836

Removed unnecessary libpng depends, Update sed fix, Fixed python2 build

Modified:
  rrdtool/trunk/PKGBUILD

--+
 PKGBUILD |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-07-16 00:05:42 UTC (rev 131835)
+++ PKGBUILD2011-07-16 00:19:32 UTC (rev 131836)
@@ -8,7 +8,7 @@
 arch=('i686' 'x86_64')
 url=http://www.rrdtool.org;
 license=('GPL' 'custom')
-depends=('libpng' 'libxml2' 'pango')
+depends=('libxml2' 'pango')
 makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua')
 optdepends=('tcl: to use corresponding binding' \
 'python2: to use corresponding binding' \
@@ -21,9 +21,8 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i 's|-lrrd|-lrrd -L/usr/lib/perl5/core_perl/CORE/ -lperl -Wl,-E 
-Wl,-rpath,/usr/lib/perl5/core_perl/CORE |' \
-bindings/perl-shared/Makefile.PL
-  ./configure --prefix=/usr --localstatedir=/var --disable-rpath \
+  sed -i 's|-lrrd|-lrrd -L/usr/lib/perl5/core_perl/CORE/ -lperl |' 
bindings/perl-shared/Makefile.PL
+  PYTHON=python2 ./configure --prefix=/usr --localstatedir=/var 
--disable-rpath \
 --enable-perl --enable-perl-site-install 
--with-perl-options='INSTALLDIRS=vendor' \
 --enable-ruby --enable-ruby-site-install --enable-python \
 --enable-lua --enable-lua-site-install --enable-tcl --disable-libwrap



[arch-commits] Commit in rrdtool/trunk (PKGBUILD)

2011-06-10 Thread Eric Bélanger
Date: Friday, June 10, 2011 @ 02:18:26
  Author: eric
Revision: 127048

upgpkg: rrdtool 1.4.5-2
Fixed perl module to link with libperl (close FS#24642)

Modified:
  rrdtool/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-10 02:31:41 UTC (rev 127047)
+++ PKGBUILD2011-06-10 06:18:26 UTC (rev 127048)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer: Eric Belanger e...@archlinux.org
+# Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=rrdtool
 pkgver=1.4.5
-pkgrel=1
+pkgrel=2
 pkgdesc=Data logging and graphing application
 arch=('i686' 'x86_64')
 url=http://www.rrdtool.org;
@@ -21,16 +21,17 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i 's|-lrrd|-lrrd -L/usr/lib/perl5/core_perl/CORE/ -lperl -Wl,-E 
-Wl,-rpath,/usr/lib/perl5/core_perl/CORE |' \
+bindings/perl-shared/Makefile.PL
   ./configure --prefix=/usr --localstatedir=/var --disable-rpath \
 --enable-perl --enable-perl-site-install 
--with-perl-options='INSTALLDIRS=vendor' \
 --enable-ruby --enable-ruby-site-install --enable-python \
---enable-lua --enable-lua-site-install --enable-tcl 
+--enable-lua --enable-lua-site-install --enable-tcl
   make
 }
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
-
   install -D -m644 COPYRIGHT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }



[arch-commits] Commit in rrdtool/trunk (PKGBUILD gcc-4.5-issue-262.patch)

2010-05-07 Thread Dan McGee
Date: Friday, May 7, 2010 @ 10:12:03
  Author: dan
Revision: 79791

upgpkg: rrdtool 1.4.3-2
Fix FS#19359 on i686 only

Added:
  rrdtool/trunk/gcc-4.5-issue-262.patch
Modified:
  rrdtool/trunk/PKGBUILD

-+
 PKGBUILD|   10 ++
 gcc-4.5-issue-262.patch |   11 +++
 2 files changed, 17 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-05-07 13:49:15 UTC (rev 79790)
+++ PKGBUILD2010-05-07 14:12:03 UTC (rev 79791)
@@ -4,7 +4,7 @@
 
 pkgname=rrdtool
 pkgver=1.4.3
-pkgrel=1
+pkgrel=2
 pkgdesc=Data logging and graphing application
 arch=('i686' 'x86_64')
 url=http://www.rrdtool.org;
@@ -16,12 +16,14 @@
 'ruby: to use corresponding binding' \
 'lua: to use corresponding binding')
 options=('!libtool' '!emptydirs' '!makeflags')
-source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz)
-md5sums=('492cf946c72f85987238faa2c311b7bb')
-sha1sums=('1e65de0192c149a30ee0d277e758a31ff7d6d6f0')
+source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz
+gcc-4.5-issue-262.patch)
+md5sums=('492cf946c72f85987238faa2c311b7bb'
+ '4ee60200c9d0d43444b884958444579b')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np3  ${srcdir}/gcc-4.5-issue-262.patch
   ./configure --prefix=/usr --localstatedir=/var --disable-rpath --enable-perl 
\
 --enable-perl-site-install --with-perl-options='INSTALLDIRS=vendor' \
 --enable-ruby --enable-ruby-site-install --enable-python \

Added: gcc-4.5-issue-262.patch
===
--- gcc-4.5-issue-262.patch (rev 0)
+++ gcc-4.5-issue-262.patch 2010-05-07 14:12:03 UTC (rev 79791)
@@ -0,0 +1,11 @@
+Index: /trunk/program/src/rrd_format.h
+===
+--- /trunk/program/src/rrd_format.h(revision 2042)
 /trunk/program/src/rrd_format.h(revision 2069)
+@@ -36,5 +36,5 @@
+ #define RRD_VERSION   0004
+ #define RRD_VERSION3  0003
+-#define FLOAT_COOKIE  8.642135E130
++#define FLOAT_COOKIE  ((double)8.642135E130)
+ 
+ typedef union unival {