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

2013-11-15 Thread Ronald van Haren
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 ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@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 ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@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 ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@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 \
-   

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

2013-08-26 Thread Ronald van Haren
Date: Monday, August 26, 2013 @ 22:15:22
  Author: ronald
Revision: 193659

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-08-26 20:14:53 UTC (rev 193658)
+++ extra-i686/PKGBUILD 2013-08-26 20:15:22 UTC (rev 193659)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=eio
-pkgver=1.7.7
-pkgrel=1
-pkgdesc=Async IO library using Ecore
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('ecore')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('1c1bf133496de65c35a19319988796c9913d1d42')
-
-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 193658, eio/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-26 20:15:22 UTC (rev 193659)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@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=('!libtool' '!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
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-08-26 20:14:53 UTC (rev 193658)
+++ extra-x86_64/PKGBUILD   2013-08-26 20:15:22 UTC (rev 193659)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=eio
-pkgver=1.7.7
-pkgrel=1
-pkgdesc=Async IO library using Ecore
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('ecore')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('1c1bf133496de65c35a19319988796c9913d1d42')
-
-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 

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

2013-05-16 Thread Ronald van Haren
Date: Thursday, May 16, 2013 @ 22:56:37
  Author: ronald
Revision: 185670

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-16 20:56:13 UTC (rev 185669)
+++ extra-i686/PKGBUILD 2013-05-16 20:56:37 UTC (rev 185670)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=eio
-pkgver=1.7.6.1
-pkgrel=1
-pkgdesc=Async IO library using Ecore
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('ecore')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('4660797bd87b0ba8c1285cbcb173aceaeb93f9e4')
-
-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 185669, eio/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-16 20:56:37 UTC (rev 185670)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=eio
+pkgver=1.7.7
+pkgrel=1
+pkgdesc=Async IO library using Ecore
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('ecore')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('1c1bf133496de65c35a19319988796c9913d1d42')
+
+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-05-16 20:56:13 UTC (rev 185669)
+++ extra-x86_64/PKGBUILD   2013-05-16 20:56:37 UTC (rev 185670)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=eio
-pkgver=1.7.6.1
-pkgrel=1
-pkgdesc=Async IO library using Ecore
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('ecore')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('4660797bd87b0ba8c1285cbcb173aceaeb93f9e4')
-
-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 

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

2013-05-09 Thread Ronald van Haren
Date: Thursday, May 9, 2013 @ 11:25:14
  Author: ronald
Revision: 184833

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-09 09:24:47 UTC (rev 184832)
+++ extra-i686/PKGBUILD 2013-05-09 09:25:14 UTC (rev 184833)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=eio
-pkgver=1.7.5
-pkgrel=1
-pkgdesc=Async IO library using Ecore
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('ecore')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('91b6963bb60933061c9165665054c054ad4e8b94')
-
-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 184832, eio/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-09 09:25:14 UTC (rev 184833)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=eio
+pkgver=1.7.6.1
+pkgrel=1
+pkgdesc=Async IO library using Ecore
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('ecore')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('4660797bd87b0ba8c1285cbcb173aceaeb93f9e4')
+
+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-05-09 09:24:47 UTC (rev 184832)
+++ extra-x86_64/PKGBUILD   2013-05-09 09:25:14 UTC (rev 184833)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=eio
-pkgver=1.7.5
-pkgrel=1
-pkgdesc=Async IO library using Ecore
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('ecore')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('91b6963bb60933061c9165665054c054ad4e8b94')
-
-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 

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

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 13:34:35
  Author: ronald
Revision: 174810

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-07 18:33:58 UTC (rev 174809)
+++ extra-i686/PKGBUILD 2013-01-07 18:34:35 UTC (rev 174810)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=eio
-pkgver=1.7.4
-pkgrel=1
-pkgdesc=Async IO library using Ecore
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('ecore')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('67d03ddcc9d15a8510a59f8d63bb9f83a9317dc5')
-
-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 174809, eio/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-07 18:34:35 UTC (rev 174810)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=eio
+pkgver=1.7.5
+pkgrel=1
+pkgdesc=Async IO library using Ecore
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('ecore')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('91b6963bb60933061c9165665054c054ad4e8b94')
+
+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-01-07 18:33:58 UTC (rev 174809)
+++ extra-x86_64/PKGBUILD   2013-01-07 18:34:35 UTC (rev 174810)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=eio
-pkgver=1.7.4
-pkgrel=1
-pkgdesc=Async IO library using Ecore
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('ecore')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('67d03ddcc9d15a8510a59f8d63bb9f83a9317dc5')
-
-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 \
-   

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

2012-12-22 Thread Ronald van Haren
Date: Saturday, December 22, 2012 @ 11:21:34
  Author: ronald
Revision: 173753

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-22 16:20:53 UTC (rev 173752)
+++ extra-i686/PKGBUILD 2012-12-22 16:21:34 UTC (rev 173753)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=eio
-pkgver=1.7.3
-pkgrel=1
-pkgdesc=Async IO library using Ecore
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('ecore')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('aaf54bfaee1ddae9bbff89da0178b56605df6048')
-
-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 173752, eio/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-22 16:21:34 UTC (rev 173753)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=eio
+pkgver=1.7.4
+pkgrel=1
+pkgdesc=Async IO library using Ecore
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('ecore')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('67d03ddcc9d15a8510a59f8d63bb9f83a9317dc5')
+
+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   2012-12-22 16:20:53 UTC (rev 173752)
+++ extra-x86_64/PKGBUILD   2012-12-22 16:21:34 UTC (rev 173753)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=eio
-pkgver=1.7.3
-pkgrel=1
-pkgdesc=Async IO library using Ecore
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('ecore')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('aaf54bfaee1ddae9bbff89da0178b56605df6048')
-
-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 \
-   

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

2012-12-07 Thread Ronald van Haren
Date: Friday, December 7, 2012 @ 14:26:00
  Author: ronald
Revision: 172965

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-07 19:25:18 UTC (rev 172964)
+++ extra-i686/PKGBUILD 2012-12-07 19:26:00 UTC (rev 172965)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=eio
-pkgver=1.7.2
-pkgrel=1
-pkgdesc=Async IO library using Ecore
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('ecore')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('ce242ab4d3ec2659e4986694e5ed99932d9faa99')
-
-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 172964, eio/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-07 19:26:00 UTC (rev 172965)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=eio
+pkgver=1.7.3
+pkgrel=1
+pkgdesc=Async IO library using Ecore
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('ecore')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('aaf54bfaee1ddae9bbff89da0178b56605df6048')
+
+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   2012-12-07 19:25:18 UTC (rev 172964)
+++ extra-x86_64/PKGBUILD   2012-12-07 19:26:00 UTC (rev 172965)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=eio
-pkgver=1.7.2
-pkgrel=1
-pkgdesc=Async IO library using Ecore
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('ecore')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('ce242ab4d3ec2659e4986694e5ed99932d9faa99')
-
-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 \
-   

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

2012-11-25 Thread Ronald van Haren
Date: Sunday, November 25, 2012 @ 16:16:56
  Author: ronald
Revision: 171985

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-25 21:16:15 UTC (rev 171984)
+++ extra-i686/PKGBUILD 2012-11-25 21:16:56 UTC (rev 171985)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=eio
-pkgver=1.7.1
-pkgrel=1
-pkgdesc=Async IO library using Ecore
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('ecore')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('ae9d1760c417e37d3df65181df532daa81e51281')
-
-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 171984, eio/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-25 21:16:56 UTC (rev 171985)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=eio
+pkgver=1.7.2
+pkgrel=1
+pkgdesc=Async IO library using Ecore
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('ecore')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('ce242ab4d3ec2659e4986694e5ed99932d9faa99')
+
+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   2012-11-25 21:16:15 UTC (rev 171984)
+++ extra-x86_64/PKGBUILD   2012-11-25 21:16:56 UTC (rev 171985)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=eio
-pkgver=1.7.1
-pkgrel=1
-pkgdesc=Async IO library using Ecore
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('ecore')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('ae9d1760c417e37d3df65181df532daa81e51281')
-
-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 \
-   

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

2012-11-20 Thread Ronald van Haren
Date: Tuesday, November 20, 2012 @ 14:19:15
  Author: ronald
Revision: 171629

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

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

---+
 extra-i686/PKGBUILD   |   42 ++
 extra-x86_64/PKGBUILD |   42 ++
 2 files changed, 84 insertions(+)

Copied: eio/repos/extra-i686/PKGBUILD (from rev 171628, eio/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-20 19:19:15 UTC (rev 171629)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=eio
+pkgver=1.7.1
+pkgrel=1
+pkgdesc=Async IO library using Ecore
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('ecore')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('ae9d1760c417e37d3df65181df532daa81e51281')
+
+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 171628, eio/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-11-20 19:19:15 UTC (rev 171629)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=eio
+pkgver=1.7.1
+pkgrel=1
+pkgdesc=Async IO library using Ecore
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('ecore')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('ae9d1760c417e37d3df65181df532daa81e51281')
+
+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
+}



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

2012-11-20 Thread Ronald van Haren
Date: Tuesday, November 20, 2012 @ 16:53:07
  Author: ronald
Revision: 171656

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-20 21:49:02 UTC (rev 171655)
+++ extra-i686/PKGBUILD 2012-11-20 21:53:07 UTC (rev 171656)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=eio
-pkgver=1.7.1
-pkgrel=1
-pkgdesc=Async IO library using Ecore
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('ecore')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('ae9d1760c417e37d3df65181df532daa81e51281')
-
-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 171655, eio/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-20 21:53:07 UTC (rev 171656)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=eio
+pkgver=1.7.1
+pkgrel=1
+pkgdesc=Async IO library using Ecore
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('ecore')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('ae9d1760c417e37d3df65181df532daa81e51281')
+
+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   2012-11-20 21:49:02 UTC (rev 171655)
+++ extra-x86_64/PKGBUILD   2012-11-20 21:53:07 UTC (rev 171656)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=eio
-pkgver=1.7.1
-pkgrel=1
-pkgdesc=Async IO library using Ecore
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('ecore')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('ae9d1760c417e37d3df65181df532daa81e51281')
-
-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 \
-