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

Ronald van Haren ronald at nymeria.archlinux.org
Fri Nov 15 12:14:20 UTC 2013


    Date: Friday, November 15, 2013 @ 13:14:20
  Author: ronald
Revision: 199729

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

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

-----------------------+
 /PKGBUILD             |   86 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   43 ------------------------
 extra-x86_64/PKGBUILD |   43 ------------------------
 3 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2013-11-15 12:13:56 UTC (rev 199728)
+++ extra-i686/PKGBUILD	2013-11-15 12:14:20 UTC (rev 199729)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren <ronald at archlinux.org>
-# Contributor: Gustavo Sverzut Barbieri <barbieri at gmail.com>
-
-pkgname=eio
-pkgver=1.7.8
-pkgrel=1
-pkgdesc="Async IO library using Ecore"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org"
-license=('BSD')
-depends=('ecore')
-options=('!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('75425d2ddd6ddc7a7f668e4f92c43e9d72d057ed')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections ${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections ${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections -Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure \
-    --prefix=/usr \
-    --disable-static \
-    --enable-posix-threads \
-    --disable-debug-threads \
-    --enable-inotify \
-    --disable-install-examples \
-    --disable-doc
-  make
-}
-
-package(){
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-  	$pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-

Copied: eio/repos/extra-i686/PKGBUILD (from rev 199728, eio/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-11-15 12:14:20 UTC (rev 199729)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald at archlinux.org>
+# Contributor: Gustavo Sverzut Barbieri <barbieri at gmail.com>
+
+pkgname=eio
+pkgver=1.7.9
+pkgrel=1
+pkgdesc="Async IO library using Ecore"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org"
+license=('BSD')
+depends=('ecore')
+options=('!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('6a849c5da4b1213d018ca46dcea1130a135e99e6')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections ${CFLAGS}"
+  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections ${CXXFLAGS}"
+  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections -Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
+
+  ./configure \
+    --prefix=/usr \
+    --disable-static \
+    --enable-posix-threads \
+    --disable-debug-threads \
+    --enable-inotify \
+    --disable-install-examples \
+    --disable-doc
+  make
+}
+
+package(){
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+  	$pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2013-11-15 12:13:56 UTC (rev 199728)
+++ extra-x86_64/PKGBUILD	2013-11-15 12:14:20 UTC (rev 199729)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren <ronald at archlinux.org>
-# Contributor: Gustavo Sverzut Barbieri <barbieri at gmail.com>
-
-pkgname=eio
-pkgver=1.7.8
-pkgrel=1
-pkgdesc="Async IO library using Ecore"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org"
-license=('BSD')
-depends=('ecore')
-options=('!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('75425d2ddd6ddc7a7f668e4f92c43e9d72d057ed')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections ${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections ${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections -Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure \
-    --prefix=/usr \
-    --disable-static \
-    --enable-posix-threads \
-    --disable-debug-threads \
-    --enable-inotify \
-    --disable-install-examples \
-    --disable-doc
-  make
-}
-
-package(){
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-  	$pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-

Copied: eio/repos/extra-x86_64/PKGBUILD (from rev 199728, eio/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-11-15 12:14:20 UTC (rev 199729)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald at archlinux.org>
+# Contributor: Gustavo Sverzut Barbieri <barbieri at gmail.com>
+
+pkgname=eio
+pkgver=1.7.9
+pkgrel=1
+pkgdesc="Async IO library using Ecore"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org"
+license=('BSD')
+depends=('ecore')
+options=('!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('6a849c5da4b1213d018ca46dcea1130a135e99e6')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections ${CFLAGS}"
+  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections ${CXXFLAGS}"
+  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections -Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
+
+  ./configure \
+    --prefix=/usr \
+    --disable-static \
+    --enable-posix-threads \
+    --disable-debug-threads \
+    --enable-inotify \
+    --disable-install-examples \
+    --disable-doc
+  make
+}
+
+package(){
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+  	$pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+




More information about the arch-commits mailing list