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

Alexander Rødseth arodseth at nymeria.archlinux.org
Thu Mar 7 17:12:40 UTC 2013


    Date: Thursday, March 7, 2013 @ 18:12:40
  Author: arodseth
Revision: 85837

Cleanup

Deleted:
  ruby-cairo/repos/community-i686/PKGBUILD
  ruby-cairo/repos/community-staging-i686/PKGBUILD
  ruby-cairo/repos/community-staging-x86_64/PKGBUILD
  ruby-cairo/repos/community-x86_64/PKGBUILD

-----------------------------------+
 community-i686/PKGBUILD           |   31 -------------------------------
 community-staging-i686/PKGBUILD   |   31 -------------------------------
 community-staging-x86_64/PKGBUILD |   31 -------------------------------
 community-x86_64/PKGBUILD         |   31 -------------------------------
 4 files changed, 124 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-03-07 17:11:18 UTC (rev 85836)
+++ community-i686/PKGBUILD	2013-03-07 17:12:40 UTC (rev 85837)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Brad Fanella <bradfanella at archlinux.us>
-
-pkgname=ruby-cairo
-pkgver=1.12.2
-pkgrel=1
-pkgdesc='Ruby bindings for cairo'
-arch=('x86_64' 'i686') # 'any' for ruby 2.0
-# http://cairographics.org/releases/
-url='http://cairographics.org/rcairo/'
-license=('GPL')
-depends=('ruby' 'cairo')
-makedepends=('ruby-pkgconfig')
-source=("http://cairographics.org/releases/rcairo-$pkgver.tar.gz")
-sha256sums=('f071d6ccb12cb6dc1fc91eb086d6150ce779930fe5af38a6987e378c809362c5')
-
-build() {
-  cd "$srcdir/rcairo-$pkgver"
-
-  ruby extconf.rb --vendor
-  make
-}
-
-package() {
-  cd "$srcdir/rcairo-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: community-staging-i686/PKGBUILD
===================================================================
--- community-staging-i686/PKGBUILD	2013-03-07 17:11:18 UTC (rev 85836)
+++ community-staging-i686/PKGBUILD	2013-03-07 17:12:40 UTC (rev 85837)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Brad Fanella <bradfanella at archlinux.us>
-
-pkgname=ruby-cairo
-pkgver=1.12.2
-pkgrel=5
-pkgdesc='Ruby bindings for cairo'
-arch=('i686' 'x86_64')
-# http://cairographics.org/releases/
-url='http://cairographics.org/rcairo/'
-license=('GPL')
-depends=('ruby' 'cairo')
-makedepends=('ruby-pkgconfig')
-source=("http://cairographics.org/releases/rcairo-$pkgver.tar.gz")
-sha256sums=('f071d6ccb12cb6dc1fc91eb086d6150ce779930fe5af38a6987e378c809362c5')
-
-build() {
-  cd "$srcdir/rcairo-$pkgver"
-
-  ruby extconf.rb --vendor
-  make
-}
-
-package() {
-  cd "$srcdir/rcairo-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: community-staging-x86_64/PKGBUILD
===================================================================
--- community-staging-x86_64/PKGBUILD	2013-03-07 17:11:18 UTC (rev 85836)
+++ community-staging-x86_64/PKGBUILD	2013-03-07 17:12:40 UTC (rev 85837)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Brad Fanella <bradfanella at archlinux.us>
-
-pkgname=ruby-cairo
-pkgver=1.12.2
-pkgrel=5
-pkgdesc='Ruby bindings for cairo'
-arch=('i686' 'x86_64')
-# http://cairographics.org/releases/
-url='http://cairographics.org/rcairo/'
-license=('GPL')
-depends=('ruby' 'cairo')
-makedepends=('ruby-pkgconfig')
-source=("http://cairographics.org/releases/rcairo-$pkgver.tar.gz")
-sha256sums=('f071d6ccb12cb6dc1fc91eb086d6150ce779930fe5af38a6987e378c809362c5')
-
-build() {
-  cd "$srcdir/rcairo-$pkgver"
-
-  ruby extconf.rb --vendor
-  make
-}
-
-package() {
-  cd "$srcdir/rcairo-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-03-07 17:11:18 UTC (rev 85836)
+++ community-x86_64/PKGBUILD	2013-03-07 17:12:40 UTC (rev 85837)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Brad Fanella <bradfanella at archlinux.us>
-
-pkgname=ruby-cairo
-pkgver=1.12.2
-pkgrel=1
-pkgdesc='Ruby bindings for cairo'
-arch=('x86_64' 'i686') # 'any' for ruby 2.0
-# http://cairographics.org/releases/
-url='http://cairographics.org/rcairo/'
-license=('GPL')
-depends=('ruby' 'cairo')
-makedepends=('ruby-pkgconfig')
-source=("http://cairographics.org/releases/rcairo-$pkgver.tar.gz")
-sha256sums=('f071d6ccb12cb6dc1fc91eb086d6150ce779930fe5af38a6987e378c809362c5')
-
-build() {
-  cd "$srcdir/rcairo-$pkgver"
-
-  ruby extconf.rb --vendor
-  make
-}
-
-package() {
-  cd "$srcdir/rcairo-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list