[arch-commits] Commit in ruby-cairo/repos (4 files)

Anatol Pomozov anatolik at archlinux.org
Wed Dec 31 17:44:36 UTC 2014


    Date: Wednesday, December 31, 2014 @ 18:44:35
  Author: anatolik
Revision: 125083

archrelease: copy trunk to community-testing-x86_64, community-testing-i686

Added:
  ruby-cairo/repos/community-testing-i686/PKGBUILD
    (from rev 125082, ruby-cairo/trunk/PKGBUILD)
  ruby-cairo/repos/community-testing-x86_64/PKGBUILD
    (from rev 125082, ruby-cairo/trunk/PKGBUILD)
Deleted:
  ruby-cairo/repos/community-testing-i686/PKGBUILD
  ruby-cairo/repos/community-testing-x86_64/PKGBUILD

-----------------------------------+
 /PKGBUILD                         |   62 ++++++++++++++++++++++++++++++++++++
 community-testing-i686/PKGBUILD   |   33 -------------------
 community-testing-x86_64/PKGBUILD |   33 -------------------
 3 files changed, 62 insertions(+), 66 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===================================================================
--- community-testing-i686/PKGBUILD	2014-12-31 17:43:48 UTC (rev 125082)
+++ community-testing-i686/PKGBUILD	2014-12-31 17:44:35 UTC (rev 125083)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Brad Fanella <bradfanella at archlinux.us>
-# Contributor: Jeremy <reebydobalina at yahoo.ca>
-
-pkgname=ruby-cairo
-pkgver=1.14.1
-pkgrel=1
-pkgdesc='Ruby bindings for cairo'
-arch=('x86_64' 'i686')
-url='http://cairographics.org/rcairo/'
-license=('GPL')
-depends=('ruby' 'cairo')
-makedepends=('ruby-pkgconfig')
-source=("http://cairographics.org/releases/rcairo-$pkgver.tar.gz")
-sha256sums=('7ce10e7f6b0c432497723636d7ded399caf3b807b6b6f9d3ee9c2e34a2dabbee')
-
-build() {
-  cd "$srcdir/rcairo-$pkgver"
-
-  ruby extconf.rb --vendor
-  make
-}
-
-package() {
-  cd "$srcdir/rcairo-$pkgver"
-
-  make -j1 DESTDIR="$pkgdir" install # Workaround installation failure with -j1
-  install -Dm644 ext/cairo/cairo.so \
-    "$pkgdir/usr/lib/ruby/vendor_ruby/2.1.0/$CARCH-linux/cairo.so"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ruby-cairo/repos/community-testing-i686/PKGBUILD (from rev 125082, ruby-cairo/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2014-12-31 17:44:35 UTC (rev 125083)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Brad Fanella <bradfanella at archlinux.us>
+# Contributor: Jeremy <reebydobalina at yahoo.ca>
+
+pkgname=ruby-cairo
+pkgver=1.14.1
+pkgrel=2
+pkgdesc='Ruby bindings for cairo'
+arch=('x86_64' 'i686')
+url='http://cairographics.org/rcairo/'
+license=('GPL')
+depends=('ruby' 'cairo')
+makedepends=('ruby-pkgconfig')
+source=("http://cairographics.org/releases/rcairo-$pkgver.tar.gz")
+sha256sums=('7ce10e7f6b0c432497723636d7ded399caf3b807b6b6f9d3ee9c2e34a2dabbee')
+
+build() {
+  cd "$srcdir/rcairo-$pkgver"
+
+  ruby extconf.rb --vendor
+  make
+}
+
+package() {
+  cd "$srcdir/rcairo-$pkgver"
+
+  make -j1 DESTDIR="$pkgdir" install # Workaround installation failure with -j1
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-testing-x86_64/PKGBUILD
===================================================================
--- community-testing-x86_64/PKGBUILD	2014-12-31 17:43:48 UTC (rev 125082)
+++ community-testing-x86_64/PKGBUILD	2014-12-31 17:44:35 UTC (rev 125083)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Brad Fanella <bradfanella at archlinux.us>
-# Contributor: Jeremy <reebydobalina at yahoo.ca>
-
-pkgname=ruby-cairo
-pkgver=1.14.1
-pkgrel=1
-pkgdesc='Ruby bindings for cairo'
-arch=('x86_64' 'i686')
-url='http://cairographics.org/rcairo/'
-license=('GPL')
-depends=('ruby' 'cairo')
-makedepends=('ruby-pkgconfig')
-source=("http://cairographics.org/releases/rcairo-$pkgver.tar.gz")
-sha256sums=('7ce10e7f6b0c432497723636d7ded399caf3b807b6b6f9d3ee9c2e34a2dabbee')
-
-build() {
-  cd "$srcdir/rcairo-$pkgver"
-
-  ruby extconf.rb --vendor
-  make
-}
-
-package() {
-  cd "$srcdir/rcairo-$pkgver"
-
-  make -j1 DESTDIR="$pkgdir" install # Workaround installation failure with -j1
-  install -Dm644 ext/cairo/cairo.so \
-    "$pkgdir/usr/lib/ruby/vendor_ruby/2.1.0/$CARCH-linux/cairo.so"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ruby-cairo/repos/community-testing-x86_64/PKGBUILD (from rev 125082, ruby-cairo/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2014-12-31 17:44:35 UTC (rev 125083)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Brad Fanella <bradfanella at archlinux.us>
+# Contributor: Jeremy <reebydobalina at yahoo.ca>
+
+pkgname=ruby-cairo
+pkgver=1.14.1
+pkgrel=2
+pkgdesc='Ruby bindings for cairo'
+arch=('x86_64' 'i686')
+url='http://cairographics.org/rcairo/'
+license=('GPL')
+depends=('ruby' 'cairo')
+makedepends=('ruby-pkgconfig')
+source=("http://cairographics.org/releases/rcairo-$pkgver.tar.gz")
+sha256sums=('7ce10e7f6b0c432497723636d7ded399caf3b807b6b6f9d3ee9c2e34a2dabbee')
+
+build() {
+  cd "$srcdir/rcairo-$pkgver"
+
+  ruby extconf.rb --vendor
+  make
+}
+
+package() {
+  cd "$srcdir/rcairo-$pkgver"
+
+  make -j1 DESTDIR="$pkgdir" install # Workaround installation failure with -j1
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list