[arch-commits] Commit in libunwind/repos (4 files)
Sébastien Luttringer
seblu at nymeria.archlinux.org
Mon Oct 21 20:20:03 UTC 2013
Date: Monday, October 21, 2013 @ 22:20:03
Author: seblu
Revision: 98967
archrelease: copy trunk to community-i686, community-x86_64
Added:
libunwind/repos/community-i686/PKGBUILD
(from rev 98965, libunwind/trunk/PKGBUILD)
libunwind/repos/community-x86_64/PKGBUILD
(from rev 98966, libunwind/trunk/PKGBUILD)
Deleted:
libunwind/repos/community-i686/PKGBUILD
libunwind/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 70 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 36 ----------------------
community-x86_64/PKGBUILD | 36 ----------------------
3 files changed, 70 insertions(+), 72 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2013-10-21 20:19:57 UTC (rev 98966)
+++ community-i686/PKGBUILD 2013-10-21 20:20:03 UTC (rev 98967)
@@ -1,36 +0,0 @@
-# $id$
-# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
-# Contributor: Lawrence Lee <valheru at facticius.net>
-# Contributor: Phillip Marvin <phillip.marvin at gmail.com>
-# Contributor: keystone <phillip.marvin at gmail.com>
-
-pkgname=libunwind
-pkgver=1.1
-pkgrel=1
-pkgdesc='Portable and efficient C programming interface (API) to determine the call-chain of a program'
-arch=('i686' 'x86_64')
-url='http://www.nongnu.org/libunwind/'
-license=('GPL')
-depends=('glibc' 'xz')
-options=(!libtool)
-source=("http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('fb4ea2f6fbbe45bf032cd36e586883ce')
-
-build() {
- cd $pkgname-$pkgver
- ./configure CFLAGS="$CFLAGS -U_FORTIFY_SOURCE" --prefix=/usr
- make
-}
-
-check() {
- cd $pkgname-$pkgver
- # This function is ``supposed'' to fail. Upstream know, but haven't fixed it.
- make check || return 0
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: libunwind/repos/community-i686/PKGBUILD (from rev 98965, libunwind/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-21 20:20:03 UTC (rev 98967)
@@ -0,0 +1,35 @@
+# $id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Lawrence Lee <valheru at facticius.net>
+# Contributor: Phillip Marvin <phillip.marvin at gmail.com>
+# Contributor: keystone <phillip.marvin at gmail.com>
+
+pkgname=libunwind
+pkgver=1.1
+pkgrel=2
+pkgdesc='Portable and efficient C programming interface (API) to determine the call-chain of a program'
+arch=('i686' 'x86_64')
+url='http://www.nongnu.org/libunwind/'
+license=('GPL')
+depends=('glibc' 'xz')
+source=("http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('fb4ea2f6fbbe45bf032cd36e586883ce')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure CFLAGS="$CFLAGS -U_FORTIFY_SOURCE" --prefix=/usr
+ make
+}
+
+check() {
+ cd $pkgname-$pkgver
+ # This function is ``supposed'' to fail. Upstream know, but haven't fixed it.
+ make check || return 0
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2013-10-21 20:19:57 UTC (rev 98966)
+++ community-x86_64/PKGBUILD 2013-10-21 20:20:03 UTC (rev 98967)
@@ -1,36 +0,0 @@
-# $id$
-# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
-# Contributor: Lawrence Lee <valheru at facticius.net>
-# Contributor: Phillip Marvin <phillip.marvin at gmail.com>
-# Contributor: keystone <phillip.marvin at gmail.com>
-
-pkgname=libunwind
-pkgver=1.1
-pkgrel=1
-pkgdesc='Portable and efficient C programming interface (API) to determine the call-chain of a program'
-arch=('i686' 'x86_64')
-url='http://www.nongnu.org/libunwind/'
-license=('GPL')
-depends=('glibc' 'xz')
-options=(!libtool)
-source=("http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('fb4ea2f6fbbe45bf032cd36e586883ce')
-
-build() {
- cd $pkgname-$pkgver
- ./configure CFLAGS="$CFLAGS -U_FORTIFY_SOURCE" --prefix=/usr
- make
-}
-
-check() {
- cd $pkgname-$pkgver
- # This function is ``supposed'' to fail. Upstream know, but haven't fixed it.
- make check || return 0
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: libunwind/repos/community-x86_64/PKGBUILD (from rev 98966, libunwind/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2013-10-21 20:20:03 UTC (rev 98967)
@@ -0,0 +1,35 @@
+# $id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Lawrence Lee <valheru at facticius.net>
+# Contributor: Phillip Marvin <phillip.marvin at gmail.com>
+# Contributor: keystone <phillip.marvin at gmail.com>
+
+pkgname=libunwind
+pkgver=1.1
+pkgrel=2
+pkgdesc='Portable and efficient C programming interface (API) to determine the call-chain of a program'
+arch=('i686' 'x86_64')
+url='http://www.nongnu.org/libunwind/'
+license=('GPL')
+depends=('glibc' 'xz')
+source=("http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('fb4ea2f6fbbe45bf032cd36e586883ce')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure CFLAGS="$CFLAGS -U_FORTIFY_SOURCE" --prefix=/usr
+ make
+}
+
+check() {
+ cd $pkgname-$pkgver
+ # This function is ``supposed'' to fail. Upstream know, but haven't fixed it.
+ make check || return 0
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list