[arch-commits] Commit in ruby-docs/repos (3 files)

Thomas Dziedzic tdziedzic at archlinux.org
Fri Apr 20 13:19:10 UTC 2012


    Date: Friday, April 20, 2012 @ 09:19:10
  Author: tdziedzic
Revision: 156528

db-move: moved ruby-docs from [testing] to [extra] (any)

Added:
  ruby-docs/repos/extra-any/PKGBUILD
    (from rev 156527, ruby-docs/repos/testing-any/PKGBUILD)
Deleted:
  ruby-docs/repos/extra-any/PKGBUILD
  ruby-docs/repos/testing-any/

----------+
 PKGBUILD |   88 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: extra-any/PKGBUILD
===================================================================
--- extra-any/PKGBUILD	2012-04-20 13:18:28 UTC (rev 156527)
+++ extra-any/PKGBUILD	2012-04-20 13:19:10 UTC (rev 156528)
@@ -1,44 +0,0 @@
-# Maintainer: Thomas Dziedzic <gostrc at gmail.com>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: John Proctor <jproctor at prium.net>
-# Contributor: Jeramy Rutley <jrutley at gmail.com>
-
-pkgname=ruby-docs
-pkgver=1.9.3_p125
-pkgrel=2
-pkgdesc='Documentation files for ruby'
-arch=('any')
-url='http://www.ruby-lang.org/en/'
-license=('BSD' 'custom')
-makedepends=('openssl' 'tk' 'libffi' 'doxygen' 'graphviz' 'libyaml')
-options=('!emptydirs' '!makeflags')
-source=("ftp://ftp.ruby-lang.org/pub/ruby/${pkgver%.*}/ruby-${pkgver//_/-}.tar.bz2")
-md5sums=('702529a7f8417ed79f628b77d8061aa5')
-
-build() {
-  cd ruby-${pkgver//_/-}
-
-  DOXYGEN=/usr/bin/doxygen PKG_CONFIG=/usr/bin/pkg-config ./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --enable-shared \
-    --enable-pthread \
-    --disable-rpath
-
-  make
-}
-
-check() {
-  cd ruby-${pkgver//_/-}
-
-  make test
-}
-
-package() {
-  cd ruby-${pkgver//_/-}
-
-  make DESTDIR="${pkgdir}" install-doc install-capi
-
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby-docs/LICENSE"
-  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/ruby-docs/BSDL"
-}

Copied: ruby-docs/repos/extra-any/PKGBUILD (from rev 156527, ruby-docs/repos/testing-any/PKGBUILD)
===================================================================
--- extra-any/PKGBUILD	                        (rev 0)
+++ extra-any/PKGBUILD	2012-04-20 13:19:10 UTC (rev 156528)
@@ -0,0 +1,44 @@
+# Maintainer: Thomas Dziedzic <gostrc at gmail.com>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: John Proctor <jproctor at prium.net>
+# Contributor: Jeramy Rutley <jrutley at gmail.com>
+
+pkgname=ruby-docs
+pkgver=1.9.3_p194
+pkgrel=1
+pkgdesc='Documentation files for ruby'
+arch=('any')
+url='http://www.ruby-lang.org/en/'
+license=('BSD' 'custom')
+makedepends=('openssl' 'tk' 'libffi' 'doxygen' 'graphviz' 'libyaml')
+options=('!emptydirs' '!makeflags')
+source=("ftp://ftp.ruby-lang.org/pub/ruby/${pkgver%.*}/ruby-${pkgver//_/-}.tar.bz2")
+md5sums=('2278eff4cfed3cbc0653bc73085caa34')
+
+build() {
+  cd ruby-${pkgver//_/-}
+
+  DOXYGEN=/usr/bin/doxygen PKG_CONFIG=/usr/bin/pkg-config ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --enable-shared \
+    --enable-pthread \
+    --disable-rpath
+
+  make
+}
+
+check() {
+  cd ruby-${pkgver//_/-}
+
+  make test
+}
+
+package() {
+  cd ruby-${pkgver//_/-}
+
+  make DESTDIR="${pkgdir}" install-doc install-capi
+
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby-docs/LICENSE"
+  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/ruby-docs/BSDL"
+}




More information about the arch-commits mailing list