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

2015-12-14 Thread Ronald van Haren
Date: Monday, December 14, 2015 @ 15:19:19
  Author: ronald
Revision: 256055

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-14 14:19:07 UTC (rev 256054)
+++ extra-i686/PKGBUILD 2015-12-14 14:19:19 UTC (rev 256055)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=e_dbus
-pkgver=1.7.9
-pkgrel=3
-pkgdesc="D-Bus integration with Ecore"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org;
-license=('BSD')
-depends=('efl' 'dbus')
-options=('!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('d1c30cf95cf6eea07c5be54bd8cfbf7eba9fb20b')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="${CFLAGS} -fvisibility=hidden"
-
-  ./configure \
---prefix=/usr \
---disable-static \
---disable-ebluez \
---disable-econnman0_7x \
---disable-ehal \
---enable-enotify \
---disable-eofono \
---enable-eukit \
---disable-edbus-test \
---disable-edbus-test-client \
---disable-edbus-bluez-test \
---disable-edbus-connman0_7x-test \
---disable-edbus-ofono-test \
---disable-edbus-async-test \
---disable-edbus-performance-test \
---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: e_dbus/repos/extra-i686/PKGBUILD (from rev 256054, 
e_dbus/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-14 14:19:19 UTC (rev 256055)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Gustavo Sverzut Barbieri 
+
+pkgname=e_dbus
+pkgver=1.7.10
+pkgrel=1
+pkgdesc="D-Bus integration with Ecore"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org;
+license=('BSD')
+depends=('efl' 'dbus')
+options=('!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('bac1ea8fd37d5bdeac7db0940264ae30d7e38330')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="${CFLAGS} -fvisibility=hidden"
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--disable-ebluez \
+--disable-econnman0_7x \
+--disable-ehal \
+--enable-enotify \
+--disable-eofono \
+--enable-eukit \
+--disable-edbus-test \
+--disable-edbus-test-client \
+--disable-edbus-bluez-test \
+--disable-edbus-connman0_7x-test \
+--disable-edbus-ofono-test \
+--disable-edbus-async-test \
+--disable-edbus-performance-test \
+--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   2015-12-14 14:19:07 UTC (rev 256054)
+++ extra-x86_64/PKGBUILD   2015-12-14 14:19:19 UTC (rev 256055)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=e_dbus
-pkgver=1.7.9
-pkgrel=3
-pkgdesc="D-Bus integration with Ecore"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org;
-license=('BSD')
-depends=('efl' 'dbus')
-options=('!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('d1c30cf95cf6eea07c5be54bd8cfbf7eba9fb20b')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="${CFLAGS} -fvisibility=hidden"
-
-  ./configure \
---prefix=/usr \
---disable-static \
---disable-ebluez \
---disable-econnman0_7x \
---disable-ehal \
---enable-enotify \
---disable-eofono \
---enable-eukit \
---disable-edbus-test \
---disable-edbus-test-client \
---disable-edbus-bluez-test \
---disable-edbus-connman0_7x-test \
---disable-edbus-ofono-test \
-

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

2014-10-20 Thread Evangelos Foutras
Date: Monday, October 20, 2014 @ 18:30:58
  Author: foutrelis
Revision: 225082

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-20 16:30:48 UTC (rev 225081)
+++ extra-i686/PKGBUILD 2014-10-20 16:30:58 UTC (rev 225082)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=e_dbus
-pkgver=1.7.9
-pkgrel=2
-pkgdesc=D-Bus integration with Ecore
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('efl' 'dbus-core')
-options=('!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('d1c30cf95cf6eea07c5be54bd8cfbf7eba9fb20b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  export CFLAGS=${CFLAGS} -fvisibility=hidden
-
-  ./configure \
---prefix=/usr \
---disable-static \
---disable-ebluez \
---disable-econnman0_7x \
---disable-ehal \
---enable-enotify \
---disable-eofono \
---enable-eukit \
---disable-edbus-test \
---disable-edbus-test-client \
---disable-edbus-bluez-test \
---disable-edbus-connman0_7x-test \
---disable-edbus-ofono-test \
---disable-edbus-async-test \
---disable-edbus-performance-test \
---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: e_dbus/repos/extra-i686/PKGBUILD (from rev 225081, 
e_dbus/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-20 16:30:58 UTC (rev 225082)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=e_dbus
+pkgver=1.7.9
+pkgrel=3
+pkgdesc=D-Bus integration with Ecore
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('efl' 'dbus')
+options=('!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('d1c30cf95cf6eea07c5be54bd8cfbf7eba9fb20b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  export CFLAGS=${CFLAGS} -fvisibility=hidden
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--disable-ebluez \
+--disable-econnman0_7x \
+--disable-ehal \
+--enable-enotify \
+--disable-eofono \
+--enable-eukit \
+--disable-edbus-test \
+--disable-edbus-test-client \
+--disable-edbus-bluez-test \
+--disable-edbus-connman0_7x-test \
+--disable-edbus-ofono-test \
+--disable-edbus-async-test \
+--disable-edbus-performance-test \
+--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   2014-10-20 16:30:48 UTC (rev 225081)
+++ extra-x86_64/PKGBUILD   2014-10-20 16:30:58 UTC (rev 225082)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=e_dbus
-pkgver=1.7.9
-pkgrel=2
-pkgdesc=D-Bus integration with Ecore
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('efl' 'dbus-core')
-options=('!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('d1c30cf95cf6eea07c5be54bd8cfbf7eba9fb20b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  export CFLAGS=${CFLAGS} -fvisibility=hidden
-
-  ./configure \
---prefix=/usr \
---disable-static \
---disable-ebluez \
---disable-econnman0_7x \
---disable-ehal \
---enable-enotify \
---disable-eofono \
---enable-eukit \
---disable-edbus-test \
---disable-edbus-test-client \
---disable-edbus-bluez-test \
---disable-edbus-connman0_7x-test \
---disable-edbus-ofono-test \
---disable-edbus-async-test \
-

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

2013-12-13 Thread Ronald van Haren
Date: Friday, December 13, 2013 @ 20:09:27
  Author: ronald
Revision: 201515

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

Added:
  e_dbus/repos/testing-i686/
  e_dbus/repos/testing-i686/PKGBUILD
(from rev 201514, e_dbus/trunk/PKGBUILD)
  e_dbus/repos/testing-x86_64/
  e_dbus/repos/testing-x86_64/PKGBUILD
(from rev 201514, e_dbus/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   51 ++
 testing-x86_64/PKGBUILD |   51 ++
 2 files changed, 102 insertions(+)

Copied: e_dbus/repos/testing-i686/PKGBUILD (from rev 201514, 
e_dbus/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-12-13 19:09:27 UTC (rev 201515)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=e_dbus
+pkgver=1.7.9
+pkgrel=2
+pkgdesc=D-Bus integration with Ecore
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('efl' 'dbus-core')
+options=('!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('d1c30cf95cf6eea07c5be54bd8cfbf7eba9fb20b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  export CFLAGS=${CFLAGS} -fvisibility=hidden
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--disable-ebluez \
+--disable-econnman0_7x \
+--disable-ehal \
+--enable-enotify \
+--disable-eofono \
+--enable-eukit \
+--disable-edbus-test \
+--disable-edbus-test-client \
+--disable-edbus-bluez-test \
+--disable-edbus-connman0_7x-test \
+--disable-edbus-ofono-test \
+--disable-edbus-async-test \
+--disable-edbus-performance-test \
+--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: e_dbus/repos/testing-x86_64/PKGBUILD (from rev 201514, 
e_dbus/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-12-13 19:09:27 UTC (rev 201515)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=e_dbus
+pkgver=1.7.9
+pkgrel=2
+pkgdesc=D-Bus integration with Ecore
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('efl' 'dbus-core')
+options=('!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('d1c30cf95cf6eea07c5be54bd8cfbf7eba9fb20b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  export CFLAGS=${CFLAGS} -fvisibility=hidden
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--disable-ebluez \
+--disable-econnman0_7x \
+--disable-ehal \
+--enable-enotify \
+--disable-eofono \
+--enable-eukit \
+--disable-edbus-test \
+--disable-edbus-test-client \
+--disable-edbus-bluez-test \
+--disable-edbus-connman0_7x-test \
+--disable-edbus-ofono-test \
+--disable-edbus-async-test \
+--disable-edbus-performance-test \
+--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
+}
+



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

2013-11-15 Thread Ronald van Haren
Date: Friday, November 15, 2013 @ 13:16:22
  Author: ronald
Revision: 199736

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-15 12:16:06 UTC (rev 199735)
+++ extra-i686/PKGBUILD 2013-11-15 12:16:22 UTC (rev 199736)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=e_dbus
-pkgver=1.7.8
-pkgrel=1
-pkgdesc=D-Bus integration with Ecore
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('ecore' 'dbus-core')
-options=('!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('726b2c4259e8818921ce0c27a3d452d414255975')
-
-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-ebluez \
---disable-econnman0_7x \
---disable-ehal \
---enable-enotify \
---disable-eofono \
---enable-eukit \
---disable-edbus-test \
---disable-edbus-test-client \
---disable-edbus-bluez-test \
---disable-edbus-connman0_7x-test \
---disable-edbus-ofono-test \
---disable-edbus-async-test \
---disable-edbus-performance-test \
---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: e_dbus/repos/extra-i686/PKGBUILD (from rev 199735, 
e_dbus/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-15 12:16:22 UTC (rev 199736)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=e_dbus
+pkgver=1.7.9
+pkgrel=1
+pkgdesc=D-Bus integration with Ecore
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('ecore' 'dbus-core')
+options=('!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('d1c30cf95cf6eea07c5be54bd8cfbf7eba9fb20b')
+
+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-ebluez \
+--disable-econnman0_7x \
+--disable-ehal \
+--enable-enotify \
+--disable-eofono \
+--enable-eukit \
+--disable-edbus-test \
+--disable-edbus-test-client \
+--disable-edbus-bluez-test \
+--disable-edbus-connman0_7x-test \
+--disable-edbus-ofono-test \
+--disable-edbus-async-test \
+--disable-edbus-performance-test \
+--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-11-15 12:16:06 UTC (rev 199735)
+++ extra-x86_64/PKGBUILD   2013-11-15 12:16:22 UTC (rev 199736)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=e_dbus
-pkgver=1.7.8
-pkgrel=1
-pkgdesc=D-Bus integration with Ecore
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('ecore' 'dbus-core')
-options=('!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('726b2c4259e8818921ce0c27a3d452d414255975')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS=-fvisibility=hidden 

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

2013-08-26 Thread Ronald van Haren
Date: Monday, August 26, 2013 @ 22:17:24
  Author: ronald
Revision: 193666

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

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

---+
 /PKGBUILD |  106 
 extra-i686/PKGBUILD   |   52 ---
 extra-x86_64/PKGBUILD |   52 ---
 3 files changed, 106 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-08-26 20:17:07 UTC (rev 193665)
+++ extra-i686/PKGBUILD 2013-08-26 20:17:24 UTC (rev 193666)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=e_dbus
-pkgver=1.7.7
-pkgrel=1
-pkgdesc=D-Bus integration with Ecore
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('ecore' 'dbus-core')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('f13e9c3bcd4823920cdf3bacbd2c03a1935399a1')
-
-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-ebluez \
---disable-econnman0_7x \
---disable-ehal \
---enable-enotify \
---disable-eofono \
---enable-eukit \
---disable-edbus-test \
---disable-edbus-test-client \
---disable-edbus-bluez-test \
---disable-edbus-connman0_7x-test \
---disable-edbus-ofono-test \
---disable-edbus-async-test \
---disable-edbus-performance-test \
---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: e_dbus/repos/extra-i686/PKGBUILD (from rev 193665, 
e_dbus/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-26 20:17:24 UTC (rev 193666)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=e_dbus
+pkgver=1.7.8
+pkgrel=1
+pkgdesc=D-Bus integration with Ecore
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('ecore' 'dbus-core')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('726b2c4259e8818921ce0c27a3d452d414255975')
+
+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-ebluez \
+--disable-econnman0_7x \
+--disable-ehal \
+--enable-enotify \
+--disable-eofono \
+--enable-eukit \
+--disable-edbus-test \
+--disable-edbus-test-client \
+--disable-edbus-bluez-test \
+--disable-edbus-connman0_7x-test \
+--disable-edbus-ofono-test \
+--disable-edbus-async-test \
+--disable-edbus-performance-test \
+--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:17:07 UTC (rev 193665)
+++ extra-x86_64/PKGBUILD   2013-08-26 20:17:24 UTC (rev 193666)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=e_dbus
-pkgver=1.7.7
-pkgrel=1
-pkgdesc=D-Bus integration with Ecore
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('ecore' 'dbus-core')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('f13e9c3bcd4823920cdf3bacbd2c03a1935399a1')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export 

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

2013-05-16 Thread Ronald van Haren
Date: Thursday, May 16, 2013 @ 22:58:57
  Author: ronald
Revision: 185677

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-16 20:58:32 UTC (rev 185676)
+++ extra-i686/PKGBUILD 2013-05-16 20:58:57 UTC (rev 185677)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=e_dbus
-pkgver=1.7.6
-pkgrel=1
-pkgdesc=D-Bus integration with Ecore
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('ecore' 'dbus-core')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('94d839f5f198e82794e7cfeb174d42178c75c2e3')
-
-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-ebluez \
---disable-econnman0_7x \
---disable-ehal \
---enable-enotify \
---disable-eofono \
---enable-eukit \
---disable-edbus-test \
---disable-edbus-test-client \
---disable-edbus-bluez-test \
---disable-edbus-connman0_7x-test \
---disable-edbus-ofono-test \
---disable-edbus-async-test \
---disable-edbus-performance-test \
---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: e_dbus/repos/extra-i686/PKGBUILD (from rev 185676, 
e_dbus/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-16 20:58:57 UTC (rev 185677)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=e_dbus
+pkgver=1.7.7
+pkgrel=1
+pkgdesc=D-Bus integration with Ecore
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('ecore' 'dbus-core')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('f13e9c3bcd4823920cdf3bacbd2c03a1935399a1')
+
+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-ebluez \
+--disable-econnman0_7x \
+--disable-ehal \
+--enable-enotify \
+--disable-eofono \
+--enable-eukit \
+--disable-edbus-test \
+--disable-edbus-test-client \
+--disable-edbus-bluez-test \
+--disable-edbus-connman0_7x-test \
+--disable-edbus-ofono-test \
+--disable-edbus-async-test \
+--disable-edbus-performance-test \
+--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-05-16 20:58:32 UTC (rev 185676)
+++ extra-x86_64/PKGBUILD   2013-05-16 20:58:57 UTC (rev 185677)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=e_dbus
-pkgver=1.7.6
-pkgrel=1
-pkgdesc=D-Bus integration with Ecore
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('ecore' 'dbus-core')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('94d839f5f198e82794e7cfeb174d42178c75c2e3')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export 

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

2013-05-09 Thread Ronald van Haren
Date: Thursday, May 9, 2013 @ 11:27:18
  Author: ronald
Revision: 184840

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-09 09:27:01 UTC (rev 184839)
+++ extra-i686/PKGBUILD 2013-05-09 09:27:18 UTC (rev 184840)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=e_dbus
-pkgver=1.7.5
-pkgrel=1
-pkgdesc=D-Bus integration with Ecore
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('ecore' 'dbus-core')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('b41adf1731ff1974861a2c374d0f341b8004d098')
-
-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-ebluez \
---disable-econnman0_7x \
---disable-ehal \
---enable-enotify \
---disable-eofono \
---enable-eukit \
---disable-edbus-test \
---disable-edbus-test-client \
---disable-edbus-bluez-test \
---disable-edbus-connman0_7x-test \
---disable-edbus-ofono-test \
---disable-edbus-async-test \
---disable-edbus-performance-test \
---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: e_dbus/repos/extra-i686/PKGBUILD (from rev 184839, 
e_dbus/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-09 09:27:18 UTC (rev 184840)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=e_dbus
+pkgver=1.7.6
+pkgrel=1
+pkgdesc=D-Bus integration with Ecore
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('ecore' 'dbus-core')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('94d839f5f198e82794e7cfeb174d42178c75c2e3')
+
+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-ebluez \
+--disable-econnman0_7x \
+--disable-ehal \
+--enable-enotify \
+--disable-eofono \
+--enable-eukit \
+--disable-edbus-test \
+--disable-edbus-test-client \
+--disable-edbus-bluez-test \
+--disable-edbus-connman0_7x-test \
+--disable-edbus-ofono-test \
+--disable-edbus-async-test \
+--disable-edbus-performance-test \
+--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-05-09 09:27:01 UTC (rev 184839)
+++ extra-x86_64/PKGBUILD   2013-05-09 09:27:18 UTC (rev 184840)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=e_dbus
-pkgver=1.7.5
-pkgrel=1
-pkgdesc=D-Bus integration with Ecore
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('ecore' 'dbus-core')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('b41adf1731ff1974861a2c374d0f341b8004d098')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export 

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

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 13:38:27
  Author: ronald
Revision: 174817

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-07 18:37:52 UTC (rev 174816)
+++ extra-i686/PKGBUILD 2013-01-07 18:38:27 UTC (rev 174817)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=e_dbus
-pkgver=1.7.4
-pkgrel=1
-pkgdesc=D-Bus integration with Ecore
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('ecore' 'dbus-core')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('1e17b6697502c85153e74ffaecbcb3410628063f')
-
-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-ebluez \
---disable-econnman0_7x \
---disable-ehal \
---enable-enotify \
---disable-eofono \
---enable-eukit \
---disable-edbus-test \
---disable-edbus-test-client \
---disable-edbus-bluez-test \
---disable-edbus-connman0_7x-test \
---disable-edbus-ofono-test \
---disable-edbus-async-test \
---disable-edbus-performance-test \
---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: e_dbus/repos/extra-i686/PKGBUILD (from rev 174816, 
e_dbus/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-07 18:38:27 UTC (rev 174817)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=e_dbus
+pkgver=1.7.5
+pkgrel=1
+pkgdesc=D-Bus integration with Ecore
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('ecore' 'dbus-core')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('b41adf1731ff1974861a2c374d0f341b8004d098')
+
+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-ebluez \
+--disable-econnman0_7x \
+--disable-ehal \
+--enable-enotify \
+--disable-eofono \
+--enable-eukit \
+--disable-edbus-test \
+--disable-edbus-test-client \
+--disable-edbus-bluez-test \
+--disable-edbus-connman0_7x-test \
+--disable-edbus-ofono-test \
+--disable-edbus-async-test \
+--disable-edbus-performance-test \
+--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-01-07 18:37:52 UTC (rev 174816)
+++ extra-x86_64/PKGBUILD   2013-01-07 18:38:27 UTC (rev 174817)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=e_dbus
-pkgver=1.7.4
-pkgrel=1
-pkgdesc=D-Bus integration with Ecore
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('ecore' 'dbus-core')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('1e17b6697502c85153e74ffaecbcb3410628063f')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS=-fvisibility=hidden 

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

2012-12-22 Thread Ronald van Haren
Date: Saturday, December 22, 2012 @ 11:25:57
  Author: ronald
Revision: 173760

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-22 16:25:20 UTC (rev 173759)
+++ extra-i686/PKGBUILD 2012-12-22 16:25:57 UTC (rev 173760)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=e_dbus
-pkgver=1.7.3
-pkgrel=1
-pkgdesc=D-Bus integration with Ecore
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('ecore' 'dbus-core')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('1bd664721ea4910fb61cff3f4b16863ecdbd0772')
-
-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-ebluez \
---disable-econnman0_7x \
---disable-ehal \
---enable-enotify \
---disable-eofono \
---enable-eukit \
---disable-edbus-test \
---disable-edbus-test-client \
---disable-edbus-bluez-test \
---disable-edbus-connman0_7x-test \
---disable-edbus-ofono-test \
---disable-edbus-async-test \
---disable-edbus-performance-test \
---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: e_dbus/repos/extra-i686/PKGBUILD (from rev 173759, 
e_dbus/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-22 16:25:57 UTC (rev 173760)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=e_dbus
+pkgver=1.7.4
+pkgrel=1
+pkgdesc=D-Bus integration with Ecore
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('ecore' 'dbus-core')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('1e17b6697502c85153e74ffaecbcb3410628063f')
+
+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-ebluez \
+--disable-econnman0_7x \
+--disable-ehal \
+--enable-enotify \
+--disable-eofono \
+--enable-eukit \
+--disable-edbus-test \
+--disable-edbus-test-client \
+--disable-edbus-bluez-test \
+--disable-edbus-connman0_7x-test \
+--disable-edbus-ofono-test \
+--disable-edbus-async-test \
+--disable-edbus-performance-test \
+--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   2012-12-22 16:25:20 UTC (rev 173759)
+++ extra-x86_64/PKGBUILD   2012-12-22 16:25:57 UTC (rev 173760)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=e_dbus
-pkgver=1.7.3
-pkgrel=1
-pkgdesc=D-Bus integration with Ecore
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('ecore' 'dbus-core')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('1bd664721ea4910fb61cff3f4b16863ecdbd0772')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS=-fvisibility=hidden 

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

2012-12-07 Thread Ronald van Haren
Date: Friday, December 7, 2012 @ 14:30:17
  Author: ronald
Revision: 172972

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-07 19:29:41 UTC (rev 172971)
+++ extra-i686/PKGBUILD 2012-12-07 19:30:17 UTC (rev 172972)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=e_dbus
-pkgver=1.7.2
-pkgrel=1
-pkgdesc=D-Bus integration with Ecore
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('ecore' 'dbus-core')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('119af7ddeabf65e294c998ba27a7486027a5e67c')
-
-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-ebluez \
---disable-econnman0_7x \
---disable-ehal \
---enable-enotify \
---disable-eofono \
---enable-eukit \
---disable-edbus-test \
---disable-edbus-test-client \
---disable-edbus-bluez-test \
---disable-edbus-connman0_7x-test \
---disable-edbus-ofono-test \
---disable-edbus-async-test \
---disable-edbus-performance-test \
---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: e_dbus/repos/extra-i686/PKGBUILD (from rev 172971, 
e_dbus/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-07 19:30:17 UTC (rev 172972)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=e_dbus
+pkgver=1.7.3
+pkgrel=1
+pkgdesc=D-Bus integration with Ecore
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('ecore' 'dbus-core')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('1bd664721ea4910fb61cff3f4b16863ecdbd0772')
+
+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-ebluez \
+--disable-econnman0_7x \
+--disable-ehal \
+--enable-enotify \
+--disable-eofono \
+--enable-eukit \
+--disable-edbus-test \
+--disable-edbus-test-client \
+--disable-edbus-bluez-test \
+--disable-edbus-connman0_7x-test \
+--disable-edbus-ofono-test \
+--disable-edbus-async-test \
+--disable-edbus-performance-test \
+--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   2012-12-07 19:29:41 UTC (rev 172971)
+++ extra-x86_64/PKGBUILD   2012-12-07 19:30:17 UTC (rev 172972)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=e_dbus
-pkgver=1.7.2
-pkgrel=1
-pkgdesc=D-Bus integration with Ecore
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('ecore' 'dbus-core')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('119af7ddeabf65e294c998ba27a7486027a5e67c')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS=-fvisibility=hidden 

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

2012-11-25 Thread Ronald van Haren
Date: Sunday, November 25, 2012 @ 16:21:29
  Author: ronald
Revision: 171993

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-25 21:20:53 UTC (rev 171992)
+++ extra-i686/PKGBUILD 2012-11-25 21:21:29 UTC (rev 171993)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=e_dbus
-pkgver=1.7.1
-pkgrel=1
-pkgdesc=D-Bus integration with Ecore
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('ecore' 'dbus-core')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('5072699f5ebfaa9b3ffdba3c275e0f569130c2d8')
-
-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-ebluez \
---disable-econnman0_7x \
---disable-ehal \
---enable-enotify \
---disable-eofono \
---disable-eukit \
---disable-edbus-test \
---disable-edbus-test-client \
---disable-edbus-bluez-test \
---disable-edbus-connman0_7x-test \
---disable-edbus-ofono-test \
---disable-edbus-async-test \
---disable-edbus-performance-test \
---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: e_dbus/repos/extra-i686/PKGBUILD (from rev 171992, 
e_dbus/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-25 21:21:29 UTC (rev 171993)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=e_dbus
+pkgver=1.7.2
+pkgrel=1
+pkgdesc=D-Bus integration with Ecore
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('ecore' 'dbus-core')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('119af7ddeabf65e294c998ba27a7486027a5e67c')
+
+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-ebluez \
+--disable-econnman0_7x \
+--disable-ehal \
+--enable-enotify \
+--disable-eofono \
+--enable-eukit \
+--disable-edbus-test \
+--disable-edbus-test-client \
+--disable-edbus-bluez-test \
+--disable-edbus-connman0_7x-test \
+--disable-edbus-ofono-test \
+--disable-edbus-async-test \
+--disable-edbus-performance-test \
+--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   2012-11-25 21:20:53 UTC (rev 171992)
+++ extra-x86_64/PKGBUILD   2012-11-25 21:21:29 UTC (rev 171993)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=e_dbus
-pkgver=1.7.1
-pkgrel=1
-pkgdesc=D-Bus integration with Ecore
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('ecore' 'dbus-core')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('5072699f5ebfaa9b3ffdba3c275e0f569130c2d8')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS=-fvisibility=hidden 

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

2012-11-20 Thread Ronald van Haren
Date: Tuesday, November 20, 2012 @ 14:24:39
  Author: ronald
Revision: 171643

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

Added:
  e_dbus/repos/extra-i686/
  e_dbus/repos/extra-i686/PKGBUILD
(from rev 171642, e_dbus/trunk/PKGBUILD)
  e_dbus/repos/extra-x86_64/
  e_dbus/repos/extra-x86_64/PKGBUILD
(from rev 171642, e_dbus/trunk/PKGBUILD)

---+
 extra-i686/PKGBUILD   |   52 
 extra-x86_64/PKGBUILD |   52 
 2 files changed, 104 insertions(+)

Copied: e_dbus/repos/extra-i686/PKGBUILD (from rev 171642, 
e_dbus/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-20 19:24:39 UTC (rev 171643)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=e_dbus
+pkgver=1.7.1
+pkgrel=1
+pkgdesc=D-Bus integration with Ecore
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('ecore' 'dbus-core')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('5072699f5ebfaa9b3ffdba3c275e0f569130c2d8')
+
+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-ebluez \
+--disable-econnman0_7x \
+--disable-ehal \
+--enable-enotify \
+--disable-eofono \
+--disable-eukit \
+--disable-edbus-test \
+--disable-edbus-test-client \
+--disable-edbus-bluez-test \
+--disable-edbus-connman0_7x-test \
+--disable-edbus-ofono-test \
+--disable-edbus-async-test \
+--disable-edbus-performance-test \
+--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: e_dbus/repos/extra-x86_64/PKGBUILD (from rev 171642, 
e_dbus/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-11-20 19:24:39 UTC (rev 171643)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=e_dbus
+pkgver=1.7.1
+pkgrel=1
+pkgdesc=D-Bus integration with Ecore
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('ecore' 'dbus-core')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('5072699f5ebfaa9b3ffdba3c275e0f569130c2d8')
+
+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-ebluez \
+--disable-econnman0_7x \
+--disable-ehal \
+--enable-enotify \
+--disable-eofono \
+--disable-eukit \
+--disable-edbus-test \
+--disable-edbus-test-client \
+--disable-edbus-bluez-test \
+--disable-edbus-connman0_7x-test \
+--disable-edbus-ofono-test \
+--disable-edbus-async-test \
+--disable-edbus-performance-test \
+--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
+}



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

2012-11-20 Thread Ronald van Haren
Date: Tuesday, November 20, 2012 @ 16:58:02
  Author: ronald
Revision: 171664

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-20 21:57:20 UTC (rev 171663)
+++ extra-i686/PKGBUILD 2012-11-20 21:58:02 UTC (rev 171664)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=e_dbus
-pkgver=1.7.1
-pkgrel=1
-pkgdesc=D-Bus integration with Ecore
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('ecore' 'dbus-core')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('5072699f5ebfaa9b3ffdba3c275e0f569130c2d8')
-
-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-ebluez \
---disable-econnman0_7x \
---disable-ehal \
---enable-enotify \
---disable-eofono \
---disable-eukit \
---disable-edbus-test \
---disable-edbus-test-client \
---disable-edbus-bluez-test \
---disable-edbus-connman0_7x-test \
---disable-edbus-ofono-test \
---disable-edbus-async-test \
---disable-edbus-performance-test \
---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: e_dbus/repos/extra-i686/PKGBUILD (from rev 171663, 
e_dbus/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-20 21:58:02 UTC (rev 171664)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=e_dbus
+pkgver=1.7.1
+pkgrel=1
+pkgdesc=D-Bus integration with Ecore
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('ecore' 'dbus-core')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('5072699f5ebfaa9b3ffdba3c275e0f569130c2d8')
+
+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-ebluez \
+--disable-econnman0_7x \
+--disable-ehal \
+--enable-enotify \
+--disable-eofono \
+--disable-eukit \
+--disable-edbus-test \
+--disable-edbus-test-client \
+--disable-edbus-bluez-test \
+--disable-edbus-connman0_7x-test \
+--disable-edbus-ofono-test \
+--disable-edbus-async-test \
+--disable-edbus-performance-test \
+--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   2012-11-20 21:57:20 UTC (rev 171663)
+++ extra-x86_64/PKGBUILD   2012-11-20 21:58:02 UTC (rev 171664)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=e_dbus
-pkgver=1.7.1
-pkgrel=1
-pkgdesc=D-Bus integration with Ecore
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('ecore' 'dbus-core')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('5072699f5ebfaa9b3ffdba3c275e0f569130c2d8')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS=-fvisibility=hidden