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

Ionut Biru ibiru at archlinux.org
Mon Feb 6 18:30:33 UTC 2012


    Date: Monday, February 6, 2012 @ 13:30:33
  Author: ibiru
Revision: 149305

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  orc/repos/extra-i686/PKGBUILD
    (from rev 149304, orc/trunk/PKGBUILD)
  orc/repos/extra-x86_64/PKGBUILD
    (from rev 149304, orc/trunk/PKGBUILD)
Deleted:
  orc/repos/extra-i686/PKGBUILD
  orc/repos/extra-x86_64/PKGBUILD

-----------------------+
 extra-i686/PKGBUILD   |   49 ++++++++++++++++++++++++------------------------
 extra-x86_64/PKGBUILD |   49 ++++++++++++++++++++++++------------------------
 2 files changed, 50 insertions(+), 48 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-02-06 18:29:48 UTC (rev 149304)
+++ extra-i686/PKGBUILD	2012-02-06 18:30:33 UTC (rev 149305)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-pkgname=orc
-pkgver=0.4.14
-pkgrel=1
-pkgdesc="The Oild Runtime Compiler"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://code.entropywave.com/projects/orc/"
-depends=('glibc')
-options=('!libtool')
-source=(http://code.entropywave.com/download/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('6b3ff209e9763ebe40e152538884bd71')
-
-build () {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    ./configure --prefix=/usr --disable-static
-    make
-}
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    make DESTDIR=${pkgdir} install
-    install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: orc/repos/extra-i686/PKGBUILD (from rev 149304, orc/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-02-06 18:30:33 UTC (rev 149305)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+pkgname=orc
+pkgver=0.4.16
+pkgrel=1
+pkgdesc="The Oild Runtime Compiler"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://code.entropywave.com/projects/orc/"
+depends=('glibc')
+options=('!libtool')
+source=(http://code.entropywave.com/download/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('e482932e544c847761449b106ecbc483')
+
+build () {
+    cd "$srcdir/$pkgname-$pkgver"
+    ./configure --prefix=/usr --disable-static
+    make
+}
+
+package() {
+    cd "$srcdir/$pkgname-$pkgver"
+    make DESTDIR="$pkgdir" install
+    install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-02-06 18:29:48 UTC (rev 149304)
+++ extra-x86_64/PKGBUILD	2012-02-06 18:30:33 UTC (rev 149305)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-pkgname=orc
-pkgver=0.4.14
-pkgrel=1
-pkgdesc="The Oild Runtime Compiler"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://code.entropywave.com/projects/orc/"
-depends=('glibc')
-options=('!libtool')
-source=(http://code.entropywave.com/download/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('6b3ff209e9763ebe40e152538884bd71')
-
-build () {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    ./configure --prefix=/usr --disable-static
-    make
-}
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    make DESTDIR=${pkgdir} install
-    install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: orc/repos/extra-x86_64/PKGBUILD (from rev 149304, orc/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-02-06 18:30:33 UTC (rev 149305)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+pkgname=orc
+pkgver=0.4.16
+pkgrel=1
+pkgdesc="The Oild Runtime Compiler"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://code.entropywave.com/projects/orc/"
+depends=('glibc')
+options=('!libtool')
+source=(http://code.entropywave.com/download/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('e482932e544c847761449b106ecbc483')
+
+build () {
+    cd "$srcdir/$pkgname-$pkgver"
+    ./configure --prefix=/usr --disable-static
+    make
+}
+
+package() {
+    cd "$srcdir/$pkgname-$pkgver"
+    make DESTDIR="$pkgdir" install
+    install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}




More information about the arch-commits mailing list