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

Ronald van Haren ronald at archlinux.org
Fri Dec 7 19:22:39 UTC 2012


    Date: Friday, December 7, 2012 @ 14:22:39
  Author: ronald
Revision: 172960

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

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

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

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-12-07 19:01:58 UTC (rev 172959)
+++ extra-i686/PKGBUILD	2012-12-07 19:22:39 UTC (rev 172960)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren <ronald.archlinux.org>
-# Contributor: Ronald van Haren <ronald.archlinux.org>
-
-pkgname=eina
-pkgver=1.7.2
-pkgrel=1
-pkgdesc="A core data structure and common utility library"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org"
-license=('LGPL2.1')
-depends=('glibc')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('cb56cf9ec28d7cb42ca168d9e261c5f580986c29')
-
-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 --enable-amalgamation \
-	--with-internal-maximum-log-level=3 \
-	--disable-static \
-	--disable-benchmark \
-	--disable-install-examples \
-	--disable-build-examples \
-	--disable-doc \
-	--disable-tests \
-	--enable-default-mempool \
-	--enable-mempool-chained-pool \
-	--enable-mempool-pass-through \
-	--disable-mempool-buddy \
-	--disable-mempool-ememoa-fixed \
-	--disable-mempool-ememoa-unknown \
-	--disable-mempool-fixed-bitmap \
-	--disable-assert \
-	--disable-ememoa 
-
-#	--disable-mempool-one-big ## this option causes a segfault in 1.7.2
-
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: eina/repos/extra-i686/PKGBUILD (from rev 172959, eina/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-12-07 19:22:39 UTC (rev 172960)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# Contributor: Ronald van Haren <ronald.archlinux.org>
+
+pkgname=eina
+pkgver=1.7.3
+pkgrel=1
+pkgdesc="A core data structure and common utility library"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org"
+license=('LGPL2.1')
+depends=('glibc')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('b668b23cd0f88b0857a7b140eca645783b770108')
+
+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 --enable-amalgamation \
+	--with-internal-maximum-log-level=3 \
+	--disable-static \
+	--disable-benchmark \
+	--disable-install-examples \
+	--disable-build-examples \
+	--disable-doc \
+	--disable-tests \
+	--enable-default-mempool \
+	--enable-mempool-chained-pool \
+	--enable-mempool-pass-through \
+	--disable-mempool-buddy \
+	--disable-mempool-ememoa-fixed \
+	--disable-mempool-ememoa-unknown \
+	--disable-mempool-fixed-bitmap \
+	--disable-assert \
+	--disable-ememoa 
+
+#	--disable-mempool-one-big ## this option causes a segfault in 1.7.2
+
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-12-07 19:01:58 UTC (rev 172959)
+++ extra-x86_64/PKGBUILD	2012-12-07 19:22:39 UTC (rev 172960)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren <ronald.archlinux.org>
-# Contributor: Ronald van Haren <ronald.archlinux.org>
-
-pkgname=eina
-pkgver=1.7.2
-pkgrel=1
-pkgdesc="A core data structure and common utility library"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org"
-license=('LGPL2.1')
-depends=('glibc')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('cb56cf9ec28d7cb42ca168d9e261c5f580986c29')
-
-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 --enable-amalgamation \
-	--with-internal-maximum-log-level=3 \
-	--disable-static \
-	--disable-benchmark \
-	--disable-install-examples \
-	--disable-build-examples \
-	--disable-doc \
-	--disable-tests \
-	--enable-default-mempool \
-	--enable-mempool-chained-pool \
-	--enable-mempool-pass-through \
-	--disable-mempool-buddy \
-	--disable-mempool-ememoa-fixed \
-	--disable-mempool-ememoa-unknown \
-	--disable-mempool-fixed-bitmap \
-	--disable-assert \
-	--disable-ememoa 
-
-#	--disable-mempool-one-big ## this option causes a segfault in 1.7.2
-
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: eina/repos/extra-x86_64/PKGBUILD (from rev 172959, eina/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-12-07 19:22:39 UTC (rev 172960)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# Contributor: Ronald van Haren <ronald.archlinux.org>
+
+pkgname=eina
+pkgver=1.7.3
+pkgrel=1
+pkgdesc="A core data structure and common utility library"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org"
+license=('LGPL2.1')
+depends=('glibc')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('b668b23cd0f88b0857a7b140eca645783b770108')
+
+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 --enable-amalgamation \
+	--with-internal-maximum-log-level=3 \
+	--disable-static \
+	--disable-benchmark \
+	--disable-install-examples \
+	--disable-build-examples \
+	--disable-doc \
+	--disable-tests \
+	--enable-default-mempool \
+	--enable-mempool-chained-pool \
+	--enable-mempool-pass-through \
+	--disable-mempool-buddy \
+	--disable-mempool-ememoa-fixed \
+	--disable-mempool-ememoa-unknown \
+	--disable-mempool-fixed-bitmap \
+	--disable-assert \
+	--disable-ememoa 
+
+#	--disable-mempool-one-big ## this option causes a segfault in 1.7.2
+
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}




More information about the arch-commits mailing list