[arch-commits] Commit in eio/repos (4 files)
Ronald van Haren
ronald at nymeria.archlinux.org
Thu May 9 09:25:14 UTC 2013
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 <ronald at archlinux.org>
-# Contributor: Gustavo Sverzut Barbieri <barbieri at 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 <ronald at archlinux.org>
+# Contributor: Gustavo Sverzut Barbieri <barbieri at 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 <ronald at archlinux.org>
-# Contributor: Gustavo Sverzut Barbieri <barbieri at 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-x86_64/PKGBUILD (from rev 184832, eio/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2013-05-09 09:25:14 UTC (rev 184833)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald at archlinux.org>
+# Contributor: Gustavo Sverzut Barbieri <barbieri at 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
+}
More information about the arch-commits
mailing list