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

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 08:12:54
  Author: andrea
Revision: 174669

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

Added:
  kdebindings-korundum/repos/extra-i686/PKGBUILD
(from rev 174668, kdebindings-korundum/repos/testing-i686/PKGBUILD)
  kdebindings-korundum/repos/extra-i686/ruby19.patch
(from rev 174668, kdebindings-korundum/repos/testing-i686/ruby19.patch)
  kdebindings-korundum/repos/extra-x86_64/PKGBUILD
(from rev 174668, kdebindings-korundum/repos/testing-x86_64/PKGBUILD)
  kdebindings-korundum/repos/extra-x86_64/ruby19.patch
(from rev 174668, kdebindings-korundum/repos/testing-x86_64/ruby19.patch)
Deleted:
  kdebindings-korundum/repos/extra-i686/PKGBUILD
  kdebindings-korundum/repos/extra-i686/ruby19.patch
  kdebindings-korundum/repos/extra-x86_64/PKGBUILD
  kdebindings-korundum/repos/extra-x86_64/ruby19.patch
  kdebindings-korundum/repos/testing-i686/
  kdebindings-korundum/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |   82 ++--
 extra-i686/ruby19.patch   |   60 
 extra-x86_64/PKGBUILD |   82 ++--
 extra-x86_64/ruby19.patch |   60 
 4 files changed, 142 insertions(+), 142 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-05 13:12:32 UTC (rev 174668)
+++ extra-i686/PKGBUILD 2013-01-05 13:12:54 UTC (rev 174669)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-korundum
-pkgver=4.9.4
-pkgrel=1
-pkgdesc=Ruby bindings for libraries created by the KDE community
-url=https://projects.kde.org/projects/kde/kdebindings/ruby/korundum;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-qtruby' 'kdebindings-smokekde')
-makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
- 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
-conflicts=('kdebindings-ruby')
-source=(http://download.kde.org/stable/${pkgver}/src/korundum-${pkgver}.tar.xz;
-'ruby19.patch')
-sha1sums=('13fdd219fe1d1082d89d965026adc2e58906da34'
-  'c074f027bac3b9bffe70a2c2304a6a7be12be034')
-
-build() {
-  cd ${srcdir}/korundum-${pkgver}
-  patch -p1 -i ${srcdir}/ruby19.patch
-
-  cd ${srcdir}
-  mkdir build
-  cd build
-
-  cmake ../korundum-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCUSTOM_RUBY_SITE_LIB_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorlibdir]') \
--DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorarchdir]')
-
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-korundum/repos/extra-i686/PKGBUILD (from rev 174668, 
kdebindings-korundum/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-05 13:12:54 UTC (rev 174669)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-korundum
+pkgver=4.9.5
+pkgrel=1
+pkgdesc=Ruby bindings for libraries created by the KDE community
+url=https://projects.kde.org/projects/kde/kdebindings/ruby/korundum;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-qtruby' 'kdebindings-smokekde')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
+ 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
+conflicts=('kdebindings-ruby')
+source=(http://download.kde.org/stable/${pkgver}/src/korundum-${pkgver}.tar.xz;
+'ruby19.patch')
+sha1sums=('e8a31c1db3110d269fcbd3e32d3d409fd20e9f4b'
+  'c074f027bac3b9bffe70a2c2304a6a7be12be034')
+
+build() {
+  cd ${srcdir}/korundum-${pkgver}
+  patch -p1 -i ${srcdir}/ruby19.patch
+
+  cd ${srcdir}
+  mkdir build
+  cd build
+
+  cmake ../korundum-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCUSTOM_RUBY_SITE_LIB_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorlibdir]') \
+-DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorarchdir]')
+
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/ruby19.patch
===
--- extra-i686/ruby19.patch 2013-01-05 13:12:32 UTC (rev 174668)
+++ extra-i686/ruby19.patch 2013-01-05 13:12:54 UTC (rev 174669)
@@ -1,30 +0,0 @@
 korundum-4.9.0/src/krubypluginfactory.cpp~ 2012-07-27 10:44:19.544464612 
+
-+++ korundum-4.9.0/src/krubypluginfactory.cpp  2012-07-27 10:53:15.247374749 
+
-@@ -39,7 +39,6 @@
- extern C {
- extern VALUE rb_load_path;
- extern VALUE qt_internal_module;
--void Init_prelude(void);
- }
- 
- //
-@@ -165,7 

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

2012-12-06 Thread Andrea Scarpino
Date: Thursday, December 6, 2012 @ 03:20:37
  Author: andrea
Revision: 172830

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

Added:
  kdebindings-korundum/repos/extra-i686/PKGBUILD
(from rev 172792, kdebindings-korundum/repos/testing-i686/PKGBUILD)
  kdebindings-korundum/repos/extra-i686/ruby19.patch
(from rev 172792, kdebindings-korundum/repos/testing-i686/ruby19.patch)
  kdebindings-korundum/repos/extra-x86_64/PKGBUILD
(from rev 172792, kdebindings-korundum/repos/testing-x86_64/PKGBUILD)
  kdebindings-korundum/repos/extra-x86_64/ruby19.patch
(from rev 172792, kdebindings-korundum/repos/testing-x86_64/ruby19.patch)
Deleted:
  kdebindings-korundum/repos/extra-i686/PKGBUILD
  kdebindings-korundum/repos/extra-i686/ruby19.patch
  kdebindings-korundum/repos/extra-x86_64/PKGBUILD
  kdebindings-korundum/repos/extra-x86_64/ruby19.patch
  kdebindings-korundum/repos/testing-i686/
  kdebindings-korundum/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |   82 ++--
 extra-i686/ruby19.patch   |   60 
 extra-x86_64/PKGBUILD |   82 ++--
 extra-x86_64/ruby19.patch |   60 
 4 files changed, 142 insertions(+), 142 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-06 08:20:33 UTC (rev 172829)
+++ extra-i686/PKGBUILD 2012-12-06 08:20:37 UTC (rev 172830)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-korundum
-pkgver=4.9.3
-pkgrel=1
-pkgdesc=Ruby bindings for libraries created by the KDE community
-url=https://projects.kde.org/projects/kde/kdebindings/ruby/korundum;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-qtruby' 'kdebindings-smokekde')
-makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
- 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
-conflicts=('kdebindings-ruby')
-source=(http://download.kde.org/stable/${pkgver}/src/korundum-${pkgver}.tar.xz;
-'ruby19.patch')
-sha1sums=('ade552b7a0ddd3117dcd18ac0c70016c01f19fc5'
-  'c074f027bac3b9bffe70a2c2304a6a7be12be034')
-
-build() {
-  cd ${srcdir}/korundum-${pkgver}
-  patch -p1 -i ${srcdir}/ruby19.patch
-
-  cd ${srcdir}
-  mkdir build
-  cd build
-
-  cmake ../korundum-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCUSTOM_RUBY_SITE_LIB_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorlibdir]') \
--DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorarchdir]')
-
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-korundum/repos/extra-i686/PKGBUILD (from rev 172792, 
kdebindings-korundum/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-06 08:20:37 UTC (rev 172830)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-korundum
+pkgver=4.9.4
+pkgrel=1
+pkgdesc=Ruby bindings for libraries created by the KDE community
+url=https://projects.kde.org/projects/kde/kdebindings/ruby/korundum;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-qtruby' 'kdebindings-smokekde')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
+ 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
+conflicts=('kdebindings-ruby')
+source=(http://download.kde.org/stable/${pkgver}/src/korundum-${pkgver}.tar.xz;
+'ruby19.patch')
+sha1sums=('13fdd219fe1d1082d89d965026adc2e58906da34'
+  'c074f027bac3b9bffe70a2c2304a6a7be12be034')
+
+build() {
+  cd ${srcdir}/korundum-${pkgver}
+  patch -p1 -i ${srcdir}/ruby19.patch
+
+  cd ${srcdir}
+  mkdir build
+  cd build
+
+  cmake ../korundum-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCUSTOM_RUBY_SITE_LIB_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorlibdir]') \
+-DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorarchdir]')
+
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/ruby19.patch
===
--- extra-i686/ruby19.patch 2012-12-06 08:20:33 UTC (rev 172829)
+++ extra-i686/ruby19.patch 2012-12-06 08:20:37 UTC (rev 172830)
@@ -1,30 +0,0 @@
 korundum-4.9.0/src/krubypluginfactory.cpp~ 2012-07-27 10:44:19.544464612 
+
-+++ korundum-4.9.0/src/krubypluginfactory.cpp  2012-07-27 10:53:15.247374749 
+
-@@ -39,7 +39,6 @@
- extern C {
- extern VALUE rb_load_path;
- extern VALUE qt_internal_module;
--void Init_prelude(void);
- }
- 
- //
-@@ -165,7 

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

2012-11-09 Thread Andrea Scarpino
Date: Friday, November 9, 2012 @ 03:27:21
  Author: andrea
Revision: 170616

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

Added:
  kdebindings-korundum/repos/extra-i686/PKGBUILD
(from rev 170578, kdebindings-korundum/repos/testing-i686/PKGBUILD)
  kdebindings-korundum/repos/extra-i686/ruby19.patch
(from rev 170578, kdebindings-korundum/repos/testing-i686/ruby19.patch)
  kdebindings-korundum/repos/extra-x86_64/PKGBUILD
(from rev 170578, kdebindings-korundum/repos/testing-x86_64/PKGBUILD)
  kdebindings-korundum/repos/extra-x86_64/ruby19.patch
(from rev 170578, kdebindings-korundum/repos/testing-x86_64/ruby19.patch)
Deleted:
  kdebindings-korundum/repos/extra-i686/PKGBUILD
  kdebindings-korundum/repos/extra-i686/ruby19.patch
  kdebindings-korundum/repos/extra-x86_64/PKGBUILD
  kdebindings-korundum/repos/extra-x86_64/ruby19.patch
  kdebindings-korundum/repos/testing-i686/
  kdebindings-korundum/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |   82 ++--
 extra-i686/ruby19.patch   |   60 
 extra-x86_64/PKGBUILD |   82 ++--
 extra-x86_64/ruby19.patch |   60 
 4 files changed, 142 insertions(+), 142 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-09 08:27:17 UTC (rev 170615)
+++ extra-i686/PKGBUILD 2012-11-09 08:27:21 UTC (rev 170616)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-korundum
-pkgver=4.9.2
-pkgrel=1
-pkgdesc=Ruby bindings for libraries created by the KDE community
-url=https://projects.kde.org/projects/kde/kdebindings/ruby/korundum;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-qtruby' 'kdebindings-smokekde')
-makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
- 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
-conflicts=('kdebindings-ruby')
-source=(http://download.kde.org/stable/${pkgver}/src/korundum-${pkgver}.tar.xz;
-'ruby19.patch')
-sha1sums=('efa6b6b6bae89f8e16cbbcf8c5840c6cbdab57e3'
-  'c074f027bac3b9bffe70a2c2304a6a7be12be034')
-
-build() {
-  cd ${srcdir}/korundum-${pkgver}
-  patch -p1 -i ${srcdir}/ruby19.patch
-
-  cd ${srcdir}
-  mkdir build
-  cd build
-
-  cmake ../korundum-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCUSTOM_RUBY_SITE_LIB_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorlibdir]') \
--DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorarchdir]')
-
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-korundum/repos/extra-i686/PKGBUILD (from rev 170578, 
kdebindings-korundum/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-09 08:27:21 UTC (rev 170616)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-korundum
+pkgver=4.9.3
+pkgrel=1
+pkgdesc=Ruby bindings for libraries created by the KDE community
+url=https://projects.kde.org/projects/kde/kdebindings/ruby/korundum;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-qtruby' 'kdebindings-smokekde')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
+ 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
+conflicts=('kdebindings-ruby')
+source=(http://download.kde.org/stable/${pkgver}/src/korundum-${pkgver}.tar.xz;
+'ruby19.patch')
+sha1sums=('ade552b7a0ddd3117dcd18ac0c70016c01f19fc5'
+  'c074f027bac3b9bffe70a2c2304a6a7be12be034')
+
+build() {
+  cd ${srcdir}/korundum-${pkgver}
+  patch -p1 -i ${srcdir}/ruby19.patch
+
+  cd ${srcdir}
+  mkdir build
+  cd build
+
+  cmake ../korundum-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCUSTOM_RUBY_SITE_LIB_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorlibdir]') \
+-DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorarchdir]')
+
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/ruby19.patch
===
--- extra-i686/ruby19.patch 2012-11-09 08:27:17 UTC (rev 170615)
+++ extra-i686/ruby19.patch 2012-11-09 08:27:21 UTC (rev 170616)
@@ -1,30 +0,0 @@
 korundum-4.9.0/src/krubypluginfactory.cpp~ 2012-07-27 10:44:19.544464612 
+
-+++ korundum-4.9.0/src/krubypluginfactory.cpp  2012-07-27 10:53:15.247374749 
+
-@@ -39,7 +39,6 @@
- extern C {
- extern VALUE rb_load_path;
- extern VALUE qt_internal_module;
--void Init_prelude(void);
- }
- 
- //
-@@ -165,7 +164,8 

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

2012-10-03 Thread Andrea Scarpino
Date: Wednesday, October 3, 2012 @ 10:42:08
  Author: andrea
Revision: 167799

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

Added:
  kdebindings-korundum/repos/extra-i686/PKGBUILD
(from rev 167757, kdebindings-korundum/repos/testing-i686/PKGBUILD)
  kdebindings-korundum/repos/extra-i686/ruby19.patch
(from rev 167757, kdebindings-korundum/repos/testing-i686/ruby19.patch)
  kdebindings-korundum/repos/extra-x86_64/PKGBUILD
(from rev 167757, kdebindings-korundum/repos/testing-x86_64/PKGBUILD)
  kdebindings-korundum/repos/extra-x86_64/ruby19.patch
(from rev 167757, kdebindings-korundum/repos/testing-x86_64/ruby19.patch)
Deleted:
  kdebindings-korundum/repos/extra-i686/PKGBUILD
  kdebindings-korundum/repos/extra-i686/ruby19.patch
  kdebindings-korundum/repos/extra-x86_64/PKGBUILD
  kdebindings-korundum/repos/extra-x86_64/ruby19.patch
  kdebindings-korundum/repos/testing-i686/
  kdebindings-korundum/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |   82 ++--
 extra-i686/ruby19.patch   |   60 
 extra-x86_64/PKGBUILD |   82 ++--
 extra-x86_64/ruby19.patch |   60 
 4 files changed, 142 insertions(+), 142 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-03 14:42:03 UTC (rev 167798)
+++ extra-i686/PKGBUILD 2012-10-03 14:42:08 UTC (rev 167799)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-korundum
-pkgver=4.9.1
-pkgrel=1
-pkgdesc=Ruby bindings for libraries created by the KDE community
-url=https://projects.kde.org/projects/kde/kdebindings/ruby/korundum;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-qtruby' 'kdebindings-smokekde')
-makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
- 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
-conflicts=('kdebindings-ruby')
-source=(http://download.kde.org/stable/${pkgver}/src/korundum-${pkgver}.tar.xz;
-'ruby19.patch')
-sha1sums=('ea22f9bddd7450e15f6dcf3d7f243874f664bc71'
-  'c074f027bac3b9bffe70a2c2304a6a7be12be034')
-
-build() {
-  cd ${srcdir}/korundum-${pkgver}
-  patch -p1 -i ${srcdir}/ruby19.patch
-
-  cd ${srcdir}
-  mkdir build
-  cd build
-
-  cmake ../korundum-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCUSTOM_RUBY_SITE_LIB_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorlibdir]') \
--DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorarchdir]')
-
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-korundum/repos/extra-i686/PKGBUILD (from rev 167757, 
kdebindings-korundum/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-03 14:42:08 UTC (rev 167799)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-korundum
+pkgver=4.9.2
+pkgrel=1
+pkgdesc=Ruby bindings for libraries created by the KDE community
+url=https://projects.kde.org/projects/kde/kdebindings/ruby/korundum;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-qtruby' 'kdebindings-smokekde')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
+ 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
+conflicts=('kdebindings-ruby')
+source=(http://download.kde.org/stable/${pkgver}/src/korundum-${pkgver}.tar.xz;
+'ruby19.patch')
+sha1sums=('efa6b6b6bae89f8e16cbbcf8c5840c6cbdab57e3'
+  'c074f027bac3b9bffe70a2c2304a6a7be12be034')
+
+build() {
+  cd ${srcdir}/korundum-${pkgver}
+  patch -p1 -i ${srcdir}/ruby19.patch
+
+  cd ${srcdir}
+  mkdir build
+  cd build
+
+  cmake ../korundum-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCUSTOM_RUBY_SITE_LIB_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorlibdir]') \
+-DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorarchdir]')
+
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/ruby19.patch
===
--- extra-i686/ruby19.patch 2012-10-03 14:42:03 UTC (rev 167798)
+++ extra-i686/ruby19.patch 2012-10-03 14:42:08 UTC (rev 167799)
@@ -1,30 +0,0 @@
 korundum-4.9.0/src/krubypluginfactory.cpp~ 2012-07-27 10:44:19.544464612 
+
-+++ korundum-4.9.0/src/krubypluginfactory.cpp  2012-07-27 10:53:15.247374749 
+
-@@ -39,7 +39,6 @@
- extern C {
- extern VALUE rb_load_path;
- extern VALUE qt_internal_module;
--void Init_prelude(void);
- }
- 
- //
-@@ -165,7 

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

2012-09-05 Thread Andrea Scarpino
Date: Wednesday, September 5, 2012 @ 14:30:12
  Author: andrea
Revision: 166236

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

Added:
  kdebindings-korundum/repos/extra-i686/PKGBUILD
(from rev 166198, kdebindings-korundum/repos/testing-i686/PKGBUILD)
  kdebindings-korundum/repos/extra-i686/ruby19.patch
(from rev 166198, kdebindings-korundum/repos/testing-i686/ruby19.patch)
  kdebindings-korundum/repos/extra-x86_64/PKGBUILD
(from rev 166198, kdebindings-korundum/repos/testing-x86_64/PKGBUILD)
  kdebindings-korundum/repos/extra-x86_64/ruby19.patch
(from rev 166198, kdebindings-korundum/repos/testing-x86_64/ruby19.patch)
Deleted:
  kdebindings-korundum/repos/extra-i686/PKGBUILD
  kdebindings-korundum/repos/extra-i686/ruby19.patch
  kdebindings-korundum/repos/extra-x86_64/PKGBUILD
  kdebindings-korundum/repos/extra-x86_64/ruby19.patch
  kdebindings-korundum/repos/testing-i686/
  kdebindings-korundum/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |   82 ++--
 extra-i686/ruby19.patch   |   60 
 extra-x86_64/PKGBUILD |   82 ++--
 extra-x86_64/ruby19.patch |   60 
 4 files changed, 142 insertions(+), 142 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-09-05 18:30:06 UTC (rev 166235)
+++ extra-i686/PKGBUILD 2012-09-05 18:30:12 UTC (rev 166236)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-korundum
-pkgver=4.9.0
-pkgrel=1
-pkgdesc=Ruby bindings for libraries created by the KDE community
-url=https://projects.kde.org/projects/kde/kdebindings/ruby/korundum;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-qtruby' 'kdebindings-smokekde')
-makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
- 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
-conflicts=('kdebindings-ruby')
-source=(http://download.kde.org/stable/${pkgver}/src/korundum-${pkgver}.tar.xz;
-'ruby19.patch')
-sha1sums=('7c97b549bb6958223fc0b28f657fec09bb95b7e5'
-  'c074f027bac3b9bffe70a2c2304a6a7be12be034')
-
-build() {
-  cd ${srcdir}/korundum-${pkgver}
-  patch -p1 -i ${srcdir}/ruby19.patch
-
-  cd ${srcdir}
-  mkdir build
-  cd build
-
-  cmake ../korundum-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCUSTOM_RUBY_SITE_LIB_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorlibdir]') \
--DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorarchdir]')
-
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-korundum/repos/extra-i686/PKGBUILD (from rev 166198, 
kdebindings-korundum/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-09-05 18:30:12 UTC (rev 166236)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-korundum
+pkgver=4.9.1
+pkgrel=1
+pkgdesc=Ruby bindings for libraries created by the KDE community
+url=https://projects.kde.org/projects/kde/kdebindings/ruby/korundum;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-qtruby' 'kdebindings-smokekde')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
+ 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
+conflicts=('kdebindings-ruby')
+source=(http://download.kde.org/stable/${pkgver}/src/korundum-${pkgver}.tar.xz;
+'ruby19.patch')
+sha1sums=('ea22f9bddd7450e15f6dcf3d7f243874f664bc71'
+  'c074f027bac3b9bffe70a2c2304a6a7be12be034')
+
+build() {
+  cd ${srcdir}/korundum-${pkgver}
+  patch -p1 -i ${srcdir}/ruby19.patch
+
+  cd ${srcdir}
+  mkdir build
+  cd build
+
+  cmake ../korundum-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCUSTOM_RUBY_SITE_LIB_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorlibdir]') \
+-DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorarchdir]')
+
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/ruby19.patch
===
--- extra-i686/ruby19.patch 2012-09-05 18:30:06 UTC (rev 166235)
+++ extra-i686/ruby19.patch 2012-09-05 18:30:12 UTC (rev 166236)
@@ -1,30 +0,0 @@
 korundum-4.9.0/src/krubypluginfactory.cpp~ 2012-07-27 10:44:19.544464612 
+
-+++ korundum-4.9.0/src/krubypluginfactory.cpp  2012-07-27 10:53:15.247374749 
+
-@@ -39,7 +39,6 @@
- extern C {
- extern VALUE rb_load_path;
- extern VALUE qt_internal_module;
--void Init_prelude(void);
- }
- 
- //
-@@ -165,7 

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

2012-08-06 Thread Andrea Scarpino
Date: Monday, August 6, 2012 @ 19:16:29
  Author: andrea
Revision: 164877

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

Added:
  kdebindings-korundum/repos/extra-i686/PKGBUILD
(from rev 164839, kdebindings-korundum/repos/testing-i686/PKGBUILD)
  kdebindings-korundum/repos/extra-i686/ruby19.patch
(from rev 164839, kdebindings-korundum/repos/testing-i686/ruby19.patch)
  kdebindings-korundum/repos/extra-x86_64/PKGBUILD
(from rev 164839, kdebindings-korundum/repos/testing-x86_64/PKGBUILD)
  kdebindings-korundum/repos/extra-x86_64/ruby19.patch
(from rev 164839, kdebindings-korundum/repos/testing-x86_64/ruby19.patch)
Deleted:
  kdebindings-korundum/repos/extra-i686/PKGBUILD
  kdebindings-korundum/repos/extra-i686/korundum-4.8.0-ruby19.patch
  kdebindings-korundum/repos/extra-x86_64/PKGBUILD
  kdebindings-korundum/repos/extra-x86_64/korundum-4.8.0-ruby19.patch
  kdebindings-korundum/repos/testing-i686/
  kdebindings-korundum/repos/testing-x86_64/

--+
 extra-i686/PKGBUILD  |   82 ++---
 extra-i686/korundum-4.8.0-ruby19.patch   |   30 --
 extra-i686/ruby19.patch  |   30 ++
 extra-x86_64/PKGBUILD|   82 ++---
 extra-x86_64/korundum-4.8.0-ruby19.patch |   30 --
 extra-x86_64/ruby19.patch|   30 ++
 6 files changed, 142 insertions(+), 142 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-08-06 23:16:23 UTC (rev 164876)
+++ extra-i686/PKGBUILD 2012-08-06 23:16:29 UTC (rev 164877)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-korundum
-pkgver=4.8.4
-pkgrel=1
-pkgdesc=KDE bindings for ruby
-url=http://kde.org/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-qtruby' 'kdebindings-smokekde')
-makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
- 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
-conflicts=('kdebindings-ruby')
-options=('!makeflags')
-source=(http://download.kde.org/stable/${pkgver}/src/korundum-${pkgver}.tar.xz;
-'korundum-4.8.0-ruby19.patch')
-sha1sums=('ce722ea7c64ce90d11370e393a87cb067962853e'
-  '73299f56a891d8a5475ac07dd485619859312f70')
-
-build() {
-  cd ${srcdir}/korundum-${pkgver}
-  patch -p1 -i ${srcdir}/korundum-4.8.0-ruby19.patch
-  cd ..
-  mkdir build
-  cd build
-
-  cmake ../korundum-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCUSTOM_RUBY_SITE_LIB_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorlibdir]') \
--DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorarchdir]')
-
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-korundum/repos/extra-i686/PKGBUILD (from rev 164839, 
kdebindings-korundum/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-08-06 23:16:29 UTC (rev 164877)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-korundum
+pkgver=4.9.0
+pkgrel=1
+pkgdesc=Ruby bindings for libraries created by the KDE community
+url=https://projects.kde.org/projects/kde/kdebindings/ruby/korundum;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-qtruby' 'kdebindings-smokekde')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
+ 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
+conflicts=('kdebindings-ruby')
+source=(http://download.kde.org/stable/${pkgver}/src/korundum-${pkgver}.tar.xz;
+'ruby19.patch')
+sha1sums=('7c97b549bb6958223fc0b28f657fec09bb95b7e5'
+  'c074f027bac3b9bffe70a2c2304a6a7be12be034')
+
+build() {
+  cd ${srcdir}/korundum-${pkgver}
+  patch -p1 -i ${srcdir}/ruby19.patch
+
+  cd ${srcdir}
+  mkdir build
+  cd build
+
+  cmake ../korundum-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCUSTOM_RUBY_SITE_LIB_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorlibdir]') \
+-DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorarchdir]')
+
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/korundum-4.8.0-ruby19.patch
===
--- extra-i686/korundum-4.8.0-ruby19.patch  2012-08-06 23:16:23 UTC (rev 
164876)
+++ extra-i686/korundum-4.8.0-ruby19.patch  2012-08-06 23:16:29 UTC (rev 
164877)
@@ -1,30 +0,0 @@
-diff -up korundum-4.8.0/src/krubypluginfactory.cpp.ruby19 
korundum-4.8.0/src/krubypluginfactory.cpp
 korundum-4.8.0/src/krubypluginfactory.cpp.ruby19