[arch-commits] Commit in libunwind/repos (extra-i686/PKGBUILD extra-x86_64/PKGBUILD)
Sébastien Luttringer
seblu at archlinux.org
Wed Sep 30 20:00:20 UTC 2015
Date: Wednesday, September 30, 2015 @ 22:00:20
Author: seblu
Revision: 247946
archrelease: copy trunk to extra-i686, extra-x86_64
Deleted:
libunwind/repos/extra-i686/PKGBUILD
libunwind/repos/extra-x86_64/PKGBUILD
-----------------------+
extra-i686/PKGBUILD | 37 -------------------------------------
extra-x86_64/PKGBUILD | 37 -------------------------------------
2 files changed, 74 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2015-09-30 20:00:07 UTC (rev 247945)
+++ extra-i686/PKGBUILD 2015-09-30 20:00:20 UTC (rev 247946)
@@ -1,37 +0,0 @@
-# $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=3
-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"
- '001-invalid-dwarf-opcodes-can-cause-references-beyond.patch')
-md5sums=('fb4ea2f6fbbe45bf032cd36e586883ce'
- 'ea8aa624d6b6eaf1cbf56dfb48468e92')
-
-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: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2015-09-30 20:00:07 UTC (rev 247945)
+++ extra-x86_64/PKGBUILD 2015-09-30 20:00:20 UTC (rev 247946)
@@ -1,37 +0,0 @@
-# $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=3
-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"
- '001-invalid-dwarf-opcodes-can-cause-references-beyond.patch')
-md5sums=('fb4ea2f6fbbe45bf032cd36e586883ce'
- 'ea8aa624d6b6eaf1cbf56dfb48468e92')
-
-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