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

Ronald van Haren ronald at nymeria.archlinux.org
Mon Aug 26 20:15:38 UTC 2013


    Date: Monday, August 26, 2013 @ 22:15:37
  Author: ronald
Revision: 193660

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

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

-----------------------+
 /PKGBUILD             |   80 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   39 -----------------------
 extra-x86_64/PKGBUILD |   39 -----------------------
 3 files changed, 80 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2013-08-26 20:15:22 UTC (rev 193659)
+++ extra-i686/PKGBUILD	2013-08-26 20:15:37 UTC (rev 193660)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren <ronald at archlinux.org>
-# Contributor: Gustavo Sverzut Barbieri <barbieri at gmail.com>
-
-pkgname=eeze
-pkgver=1.7.7
-pkgrel=1
-pkgdesc="Manipulate devices using udev and sysfs"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org"
-license=('BSD')
-depends=('ecore' 'eina' 'udev')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('45b2920b059baa80a2ccf93320751139045e6a72')
-
-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 \
-    --disable-tests \
-    --disable-doc
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-        $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: eeze/repos/extra-i686/PKGBUILD (from rev 193659, eeze/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-08-26 20:15:37 UTC (rev 193660)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald at archlinux.org>
+# Contributor: Gustavo Sverzut Barbieri <barbieri at gmail.com>
+
+pkgname=eeze
+pkgver=1.7.8
+pkgrel=1
+pkgdesc="Manipulate devices using udev and sysfs"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org"
+license=('BSD')
+depends=('ecore' 'eina' 'udev')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('86a552cbdbbb7e8d968083b2c2429e0df60a6a68')
+
+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 \
+    --disable-tests \
+    --disable-doc
+  make
+}
+
+package(){
+  cd $srcdir/$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:15:22 UTC (rev 193659)
+++ extra-x86_64/PKGBUILD	2013-08-26 20:15:37 UTC (rev 193660)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren <ronald at archlinux.org>
-# Contributor: Gustavo Sverzut Barbieri <barbieri at gmail.com>
-
-pkgname=eeze
-pkgver=1.7.7
-pkgrel=1
-pkgdesc="Manipulate devices using udev and sysfs"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org"
-license=('BSD')
-depends=('ecore' 'eina' 'udev')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('45b2920b059baa80a2ccf93320751139045e6a72')
-
-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 \
-    --disable-tests \
-    --disable-doc
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-        $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: eeze/repos/extra-x86_64/PKGBUILD (from rev 193659, eeze/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-08-26 20:15:37 UTC (rev 193660)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald at archlinux.org>
+# Contributor: Gustavo Sverzut Barbieri <barbieri at gmail.com>
+
+pkgname=eeze
+pkgver=1.7.8
+pkgrel=1
+pkgdesc="Manipulate devices using udev and sysfs"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org"
+license=('BSD')
+depends=('ecore' 'eina' 'udev')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('86a552cbdbbb7e8d968083b2c2429e0df60a6a68')
+
+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 \
+    --disable-tests \
+    --disable-doc
+  make
+}
+
+package(){
+  cd $srcdir/$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